bug#63858: GNU "shuf" on Linux calls getrandom without GRND_NONBLOCK, hangs indefinitely (9.x regression)

2023-06-02 Thread Nick Bowler
Hi, I installed a new version of GNU coreutils (9.3), and now "shuf" appears to be blocking on Linux's cryptographic RNG init. On this particular machine, there is not a lot of entropy sources so Linux's RNG init takes an unbounded and potentially very long time. I hope nobody expects "shuf" to

bug#20733: coreutils build problem

2015-06-04 Thread Nick Bowler
I suppose that might be hard to do in this /particular/ case, as it looks like the error is coming from a make rule. The Autoconf manual quite emphatically says to avoid 'for arg; do ...' by using a newline instead of a semicolon, a feat which is not easily done in make rules. Cheers, -- Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/)

bug#20733: coreutils build problem

2015-06-04 Thread Nick Bowler
On 2015-06-04 14:41 -0600, Eric Blake wrote: > On 06/04/2015 02:17 PM, Nick Bowler wrote: > > Do these problematic shells properly handle: > > > > for arg > > do > > ... > > done > > > > when $# is 0? > > Yes; all shells do.