bug#41622: [PATCH] tests: Change gnulib commit to compile make check

2020-05-30 Thread Colton Lewis
When I ran make check after building the master branch commit aefd434e, I got a compilation error. test-explicit_bzero.c:132:1: error: no previous declaration for 'do_secret_stuff' [-Werror=missing-declarations] 132 | do_secret_stuff (volatile int pass) | ^~~

bug#37702: Suggestion for 'df' utility

2020-05-30 Thread Paul Eggert
On 5/30/20 4:49 AM, Erik Auerswald wrote: > I concur that a command line option to override config file (or env var) > settings seems useful if a config file and/or env var approach is used. In other utilities we've been moving away from environment variables and/or config files for the usual

bug#37702: Suggestion for 'df' utility

2020-05-30 Thread Erik Auerswald
Hi all, On 30.05.20 05:18, Bryce Harrington wrote: On Fri, Oct 11, 2019 at 12:56:20PM -0700, Paul Eggert wrote: On 10/11/19 11:20 AM, Pádraig Brady wrote: if you want to exclude nested file systems like that, you could try:   alias df='df -x squashfs' On my Fedora 30 workstation that

bug#41518: Bug in od?

2020-05-30 Thread Andreas Schwab
On Mai 29 2020, Yuan Cao wrote: > It just feels strange because the order does not reflect the order of the > characters in the file. But that's not true. It reflects exactly how 2-byte numbers are stored in memory on your system. If you want to make a connection with characters, you need to