Re: Bugs in config.guess

2019-12-21 Thread Torbjörn Granlund
Ben Elliston writes: Fixed. Nice catch, thanks! I found a million cghGhrTd files in /tmp on several test machines here. Then I added "set -x" tp config.guess and then the error was glaring in my face. :-) Thanks for fixing, your fix is very similar to what I did locally. -- Torbjörn Please

Re: Bugs in config.guess

2019-12-20 Thread Ben Elliston
On Sat, Dec 21, 2019 at 01:42:05AM +0100, Torbjörn Granlund wrote: > BUG 1. Temp files/directories left behind due to repeated > set_cc_for_build Fixed. Nice catch, thanks! commit c542caa003ff36a87393435756bb7764f9d723aa Author: Ben Elliston Date: Sat Dec 21 13:01:01 2019 +1100 *

Re: Bugs in config.guess

2019-12-20 Thread Ben Elliston
On Sat, Dec 21, 2019 at 01:42:05AM +0100, Torbjörn Granlund wrote: > BUG 2. Missing /proc/cpuinfo results is garbage printout. > Please use > > alpha:Linux:*:*) > case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo > 2>/dev/null` in > > instead. Fixed: commit 6f5b719255e306a

Bugs in config.guess

2019-12-20 Thread Torbjörn Granlund
BUG 1. Temp files/directories left behind due to repeated set_cc_for_build This code invokes set_cc_for_build: case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu