bug#39613: stat(1) shouldn't call permissions "Access..."

2020-02-14 Thread 積丹尼 Dan Jacobson
(info "(coreutils) stat invocation") says, • %a - Access rights in octal (note ‘#’ and ‘0’ printf flags) • %A - Access rights in human readable form But man find says, -perm mode File's permission bits are exactly mode (octal or symbolic). Since an exact match is

bug#39611: coreutils v8.31 fails to compile with -Ofast

2020-02-14 Thread Paul Eggert
On 2/14/20 3:21 PM, zsugabubus wrote: $ export CFLAGS=-Ofast # Works with -O3 $ ./configure && make Coreutils (and many other programs) is not compatible with -Ofast, which is not surprising as -Ofast is documented to not work in many cases. The obvious workaround is to not use -Ofast.

bug#39611: coreutils v8.31 fails to compile with -Ofast

2020-02-14 Thread zsugabubus
Hi, $ export CFLAGS=-Ofast # Works with -O3 $ ./configure && make /usr/bin/ld: lib/libcoreutils.a(strtold.o):(.data+0x0): multiple definition of `minus_zero'; lib/libcoreutils.a(strtod.o):(.data+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:8537: