GNU bug report logs -
#35189
AR warning
Previous Next
To reply to this bug, email your comments to 35189 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-libtool <at> gnu.org
:
bug#35189
; Package
libtool
.
(Mon, 08 Apr 2019 05:20:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"." <d3m0nkingx <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-libtool <at> gnu.org
.
(Mon, 08 Apr 2019 05:20:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello libtool devs,
There's a common information/warning message that occurs with building
secp256k1 for example where it states:
*"/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')"*
This can be resolved if "cru" is changed to "crU" in:
*/usr/share/aclocal/libtool.m4*
Please consider doing this, thank you !
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-libtool <at> gnu.org
:
bug#35189
; Package
libtool
.
(Tue, 09 Apr 2019 14:24:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Otherwise the temporary fix for this for code builds is to put
*AR_FLAGS="crU"* in configure.ac
On Mon, Apr 8, 2019 at 12:12 AM . <d3m0nkingx <at> gmail.com> wrote:
> Hello libtool devs,
>
> There's a common information/warning message that occurs with building
> secp256k1 for example where it states:
>
> *"/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')"*
>
> This can be resolved if "cru" is changed to "crU" in:
>
> */usr/share/aclocal/libtool.m4*
>
>
> Please consider doing this, thank you !
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-libtool <at> gnu.org
:
bug#35189
; Package
libtool
.
(Tue, 09 Apr 2019 14:53:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 35189 <at> debbugs.gnu.org (full text, mbox):
On Tue, 9 Apr 2019, . wrote:
> Otherwise the temporary fix for this for code builds is to put
> *AR_FLAGS="crU"* in configure.ac
Obviously this would cause problems when 'ar' does not support the
binutils-specific 'U' option and the result is then non-deterministic.
Hard-coding non-portable options is contrary to the goals of portable
software.
The deterministic build may slow down the build process and the
warning is annoying. Deterministic builds are a good thing though.
Bob
--
Bob Friesenhahn
bfriesen <at> simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt
Information forwarded
to
bug-libtool <at> gnu.org
:
bug#35189
; Package
libtool
.
(Tue, 09 Apr 2019 14:57:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 35189 <at> debbugs.gnu.org (full text, mbox):
I should mention that binutils ar only produces deterministic archives
by default if it was configured with --enable-deterministic-archives.
This is not always the case.
Bob
--
Bob Friesenhahn
bfriesen <at> simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt
Information forwarded
to
bug-libtool <at> gnu.org
:
bug#35189
; Package
libtool
.
(Tue, 09 Apr 2019 15:01:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-libtool <at> gnu.org
:
bug#35189
; Package
libtool
.
(Tue, 09 Apr 2019 15:01:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.