tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: annotated bulk failures, pre-2011Q4 edition



On Tue, Dec 20, 2011 at 03:24:25AM +0000, David Holland wrote:
> -    gccversion=`$compiler -v 2>&1 | sed -e "/version/!d"`
> +    gccversion=`$compiler -v 2>&1 | sed -e "/ version/!d"`
> 
> So, any idea why it was working in my environment, which is also gcc
> 4.5? As far as I know it differs from Joerg's in only a handful of
> ways:
>    - two weeks' or so newer -current
>    - base is built without Kerberos (this explains some of the krb
>      divergence)
>    - bootstrapped, which uses noticeably different <bsd.*.mk>
>    - non-default $PREFIX and $VARBASE
>    - not chrooted
>    - no root availability

I only know why it broke for me: it matched two lines in "gcc -v" output:
# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
Target: x86_64--netbsd
Configured with: /usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure 
--target=x86_64--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD 
nb2 20111202' --enable-__cxa_atexit --with-tune=nocona 
--with-mpc=/var/obj/mknative/amd64/usr/src2/destdir.amd64/usr 
--with-mpfr=/var/obj/mknative/amd64/usr/src2/destdir.amd64/usr 
--with-gmp=/var/obj/mknative/amd64/usr/src2/destdir.amd64/usr --enable-tls 
--disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.56 --host=x86_64--netbsd
Thread model: posix
gcc version 4.5.3 (NetBSD nb2 20110806)

Either because of the quotes in the "Configured with: " line or because it's 
two lines.
 Thomas


Home | Main Index | Thread Index | Old Index