Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-25 Thread Edward Diener
On 11/24/2018 5:17 PM, Mateusz Mikuła wrote: Changelog for release and git version differ a lot and it won't apply cleanly. Your should get rid of Changelog part and it will work. Thanks ! After getting rid of the Changelog part and adding a few more needed packages, I finally got binutils

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-24 Thread Mateusz Mikuła
Changelog for release and git version differ a lot and it won't apply cleanly. Your should get rid of Changelog part and it will work. sob., 24 lis 2018 o 22:58 Edward Diener napisał(a): > On 11/24/2018 1:21 AM, Liu Hao wrote: > > 在 2018/11/24 13:30, Edward Diener 写道: > >> ==> Starting

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-24 Thread Edward Diener
On 11/24/2018 1:21 AM, Liu Hao wrote: 在 2018/11/24 13:30, Edward Diener 写道: ==> Starting prepare()... patch: invalid argument 'E:\\Programming\\VersionControl' for '$VERSION_CONTROL' Valid arguments are:   - 'none', 'off'   - 'simple', 'never'   - 'existing', 'nil'   - 'numbered', 't' ==>

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-24 Thread Ralph Engels
I know makepkg is a script :), VERSION_CONTROL is also not a subversion macro but a git or mercurial used one. As for why it interferes with building this package for you i honestly cannot say, but since others can build it, the easiest path for you without breaking stuff would be to just do

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-24 Thread Liu Hao
在 2018/11/24 下午3:43, ralph 写道: > sounds like VERSION_CONTROL is interfering to me. Isnt that a subversion > macro ?, might explain why pacman goes nuts. > It was `patch` that threw the error (see the error message in the previous post). `makepkg` is nothing but a shell script, which invokes

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Liu Hao
在 2018/11/24 13:30, Edward Diener 写道: > ==> Starting prepare()... > patch: invalid argument 'E:\\Programming\\VersionControl' for > '$VERSION_CONTROL' > Valid arguments are: >   - 'none', 'off' >   - 'simple', 'never' >   - 'existing', 'nil' >   - 'numbered', 't' > ==> ERROR: A failure occurred in

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread ralph
sounds like VERSION_CONTROL is interfering to me. Isnt that a subversion macro ?, might explain why pacman goes nuts. Den 24-11-2018 kl. 06:30 skrev Edward Diener: On 11/23/2018 10:04 PM, Liu Hao wrote: 在 2018/11/24 上午9:31, Edward Diener 写道: On 11/23/2018 5:06 PM, Greg Jung wrote: You

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Edward Diener
On 11/23/2018 10:04 PM, Liu Hao wrote: 在 2018/11/24 上午9:31, Edward Diener 写道: On 11/23/2018 5:06 PM, Greg Jung wrote: You should try "makepkg -g" and paste/copy the results, for the lines that are different,  into the PKGBUILD. Then, makepkg --check can be used to test it. When I run makepkg

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Liu Hao
在 2018/11/24 上午9:31, Edward Diener 写道: > On 11/23/2018 5:06 PM, Greg Jung wrote: >> You should try "makepkg -g" and paste/copy the results, for the lines >> that >> are different,  into the PKGBUILD. >> Then, makepkg --check can be used to test it. > > When I run makepkg -g I get: > > ==> ERROR:

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Edward Diener
On 11/23/2018 5:49 PM, Earnie via Mingw-w64-public wrote: On 11/23/2018 3:12 PM, Edward Diener wrote: On 11/23/2018 9:06 AM, Liu Hao wrote: 在 2018/11/23 21:55, Edward Diener 写道: On 11/22/2018 9:07 PM, Liu Hao wrote: ==> Verifying source file signatures with gpg... binutils-2.30.tar.bz2

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Edward Diener
On 11/23/2018 5:06 PM, Greg Jung wrote: You should try "makepkg -g" and paste/copy the results, for the lines that are different, into the PKGBUILD. Then, makepkg --check can be used to test it. When I run makepkg -g I get: ==> ERROR: pkgname is not allowed to start with a hyphen. ==> ERROR:

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Earnie via Mingw-w64-public
On 11/23/2018 3:12 PM, Edward Diener wrote: On 11/23/2018 9:06 AM, Liu Hao wrote: 在 2018/11/23 21:55, Edward Diener 写道: On 11/22/2018 9:07 PM, Liu Hao wrote: ==> Verifying source file signatures with gpg... binutils-2.30.tar.bz2 ... FAILED (unknown public key 13FCEF89DD9E3C4F) ==>

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Greg Jung
You should try "makepkg -g" and paste/copy the results, for the lines that are different, into the PKGBUILD. Then, makepkg --check can be used to test it. On Fri, Nov 23, 2018 at 10:51 AM Edward Diener < eldlistmaili...@tropicsoft.com> wrote: > On 11/23/2018 9:06 AM, Liu Hao wrote: > > 在

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Mateusz
W dniu 23.11.2018 o 00:50, Edward Diener pisze: > There is a bug which in binutils which causes clang targeting mingw-64/gcc on > Windows to create a bad windows executable. The bug is explained at > https://sourceware.org/bugzilla/show_bug.cgi?id=23872 and is fixed at >

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Edward Diener
On 11/23/2018 9:06 AM, Liu Hao wrote: 在 2018/11/23 21:55, Edward Diener 写道: On 11/22/2018 9:07 PM, Liu Hao wrote: ==> Verifying source file signatures with gpg...     binutils-2.30.tar.bz2 ... FAILED (unknown public key 13FCEF89DD9E3C4F) ==> ERROR: One or more PGP signatures could not be

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Earnie via Mingw-w64-public
So much confusion for something so simple ... On 11/22/2018 10:30 PM, Liu Hao wrote: 在 2018/11/23 上午10:37, Edward Diener 写道 I do not believe I am trying to upgrade an MSYS2 package. Rather I am trying to fix a mingw-64/gcc-8.1 installation in Windows itself so that the binutils part of the

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Liu Hao
在 2018/11/23 21:55, Edward Diener 写道: > On 11/22/2018 9:07 PM, Liu Hao wrote: > ==> Verifying source file signatures with gpg... >     binutils-2.30.tar.bz2 ... FAILED (unknown public key 13FCEF89DD9E3C4F) > ==> ERROR: One or more PGP signatures could not be verified! > > Do you have any idea of

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Edward Diener
On 11/22/2018 9:07 PM, Liu Hao wrote: 在 2018/11/23 上午7:50, Edward Diener 写道: There is a bug which in binutils which causes clang targeting mingw-64/gcc on Windows to create a bad windows executable. The bug is explained at https://sourceware.org/bugzilla/show_bug.cgi?id=23872 and is fixed at

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-23 Thread Edward Diener
On 11/22/2018 10:25 PM, Greg Jung wrote: The recipe from Liu Hao is correct for what it describes and now the nomenclature needs to be discussed so that you can explain what you need. You have called something "mingw-64" which is none of the options. When I wrote mingw-64 I meant mingw-w64.

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-22 Thread Liu Hao
在 2018/11/23 上午10:37, Edward Diener 写道 > I do not believe I am trying to upgrade an MSYS2 package. Rather I am > trying to fix a mingw-64/gcc-8.1 installation in Windows itself so that > the binutils part of the installation can be replaced by the fixed > component(s). In particular I am trying to

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-22 Thread Greg Jung
The recipe from Liu Hao is correct for what it describes and now the nomenclature needs to be discussed so that you can explain what you need. You have called something "mingw-64" which is none of the options. The MINGW group that MSYS2 uses employs the preamble, "mingw-w64" for the native

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-22 Thread Edward Diener
On 11/22/2018 9:07 PM, Liu Hao wrote: 在 2018/11/23 上午7:50, Edward Diener 写道: There is a bug which in binutils which causes clang targeting mingw-64/gcc on Windows to create a bad windows executable. The bug is explained at https://sourceware.org/bugzilla/show_bug.cgi?id=23872 and is fixed at

Re: [Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-22 Thread Liu Hao
在 2018/11/23 上午7:50, Edward Diener 写道: > There is a bug which in binutils which causes clang targeting > mingw-64/gcc on Windows to create a bad windows executable. The bug is > explained at https://sourceware.org/bugzilla/show_bug.cgi?id=23872 and > is fixed at >

[Mingw-w64-public] Fixing bug in binutils for mingw-64 distro

2018-11-22 Thread Edward Diener
There is a bug which in binutils which causes clang targeting mingw-64/gcc on Windows to create a bad windows executable. The bug is explained at https://sourceware.org/bugzilla/show_bug.cgi?id=23872 and is fixed at