pkgsrc-Bulk archive

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

Re: pkgsrc NetBSD 3.0_STABLE/i386 bulk build results 20060825.2133





On Mon, 28 Aug 2006, Thomas Klausner wrote:

cross/i386-cygwin32                pkgsrc-users%NetBSD.org@localhost

for name in _chkstk; \
       do \
         echo ${name}; \
         /tmp/bulktmp/cross/i386-cygwin32/work/egcs-1.1.1/gcc/xgcc 
-B/tmp/bulktmp/cross/i386-cygwin32/work/egcs-1.1.1/gcc/ -idirafter 
/tmp/bulktmp/cross/i386-cygwin32/work/include -O2 -I./../winsup/include 
-DCROSS_COMPILE -DIN_GCC     -I./include   -g1  -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED   -I. -I. -I./config -c -DL${name} libgcc1.S; \
         if [ $? -eq 0 ] ; then true; else exit 1; fi; \
         mv libgcc1.o ${name}.o; \
         /tmp/bulktmp/cross/i386-cygwin32/work/ar rc tmplibgcc1.a ${name}.o; \
         rm -f ${name}.o; \
       done
_chkstk
xgcc: Internal compiler error: program as got fatal signal 11
gmake: *** [libgcc1-asm.a] Error 1

Krister, could this be related to the cross-binutils update?

Dunno.  But I'll try to fix this (although it may take a couple of days
before I can find the time to do it...)

   /Krister



Home | Main Index | Thread Index | Old Index