NetBSD-Bugs archive

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

toolchain/42242: tools build broken



>Number:         42242
>Category:       toolchain
>Synopsis:       tools build broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    toolchain-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 28 13:10:00 +0000 2009
>Originator:     ignatios%cs.uni-bonn.de@localhost
>Release:        NetBSD 5.99.21
>Organization:
computer science department, university of Bonn, Germany
>Environment:

Build system:

System: NetBSD random85 5.0.0_PATCH NetBSD 5.0.0_PATCH (GENERIC) #4: Thu Jul 16 
14:13:23 CEST 2009 
ignatios@random85:/var/itch/sources/5.0/oamd64/sys/arch/amd64/compile/GENERIC 
amd64
Architecture: x86_64
Machine: amd64

>Description:
        build.sh (directory declarations) -m i386 -U tools

is failing at least since yesterday. It has been fixed to the extent that
it gets past yacc,lex and m4; now it failes for asn1_compile.

Details:

Script started on Wed Oct 28 14:00:59 2009
> cat bi.sh 
cd src && ./build.sh -U -m i386 -O ../oi -D ../di -R ../release -T ../tools -X .
./xsrc $*
> ESC[Ksh bi.sh tools^M
===> build.sh command: ./build.sh -U -m i386 -O ../oi -D ../di -R ../release -T 
../tools -X ../xsrc tools
===> build.sh started: Wed Oct 28 14:01:16 CET 2009
===> NetBSD version:   5.99.21
===> MACHINE:          i386
===> MACHINE_ARCH:     i386
===> Build platform:   NetBSD 5.0.0_PATCH amd64
===> HOST_SH:          /bin/sh
===> TOOLDIR path:     /var/itch/sources/cur/src/../tools
===> DESTDIR path:     /var/itch/sources/cur/src/../di
===> RELEASEDIR path:     /var/itch/sources/cur/src/../release
===> makewrapper:      /var/itch/sources/cur/src/../tools/bin/nbmake-i386
===> Updated /var/itch/sources/cur/src/../tools/bin/nbmake-i386
...

#       lex  asn1_compile/lex.c
/var/itch/sources/cur/src/../tools/bin/nblex    -olex.c 
/var/itch/sources/cur/src/crypto/dist/heimdal/lib/asn1/lex.l

*** Failed target:  lex.c
*** Failed command: /var/itch/sources/cur/src/../tools/bin/nblex -olex.c 
/var/itch/sources/cur/src/crypto/dist/heimdal/lib/asn1/lex.l
*** Error code 141

Stop.
nbmake: stopped in /var/itch/sources/cur/src/tools/asn1_compile

        
>How-To-Repeat:
        build.sh ... -U tools
>Fix:
        unknown.



Home | Main Index | Thread Index | Old Index