--- buildworld --- --- _bwinit --- -------------------------------------------------------------- >>> starting buildworld target -------------------------------------------------------------- --- _cleantmp --- -------------------------------------------------------------- >>> Rebuilding the temporary build tree -------------------------------------------------------------- rm -rf /usr/obj/usr/src/btools_x86_64 /usr/obj/usr/src/ctools_x86_64_x86_64 /usr/obj/usr/src/world_x86_64 --- _mtreetmp --- mkdir -p /usr/obj/usr/src /usr/obj/usr/src/btools_x86_64 /usr/obj/usr/src/ctools_x86_64_x86_64 /usr/obj/usr/src/world_x86_64 mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /usr/obj/usr/src/world_x86_64/ > /dev/null mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/world_x86_64/usr > /dev/null mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /usr/obj/usr/src/btools_x86_64/ > /dev/null mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/btools_x86_64/usr > /dev/null mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /usr/obj/usr/src/ctools_x86_64_x86_64/ > /dev/null mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/ctools_x86_64_x86_64/usr > /dev/null mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/obj/usr/src/world_x86_64/usr/include > /dev/null ln -sf /usr/src/sys /usr/obj/usr/src/world_x86_64 --- _bootstrap-tools --- -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/btools_x86_64 OBJTREE=/usr/obj DESTDIR=/usr/obj/usr/src/btools_x86_64 PATH=/usr/obj/usr/src/btools_x86_64/usr/sbin:/usr/obj/usr/src/btools_x86_64/usr/bin:/usr/obj/usr/src/btools_x86_64/bin:/usr/obj/usr/src/btools_x86_64/usr/games:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/pkg/bin M4=/usr/obj/usr/src/btools_x86_64/usr/bin/m4 INSTALL="sh /usr/src/tools/install.sh" make -f Makefile.inc1 -DBOOTSTRAPPING -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_WERROR -DNO_NLS -DSYSBUILD bootstrap-tools --- bootstrap-tools-before --- ln -fs /bin/date /usr/obj/usr/src/btools_x86_64/bin/date --- bstrap-games/fortune/strfile --- echo "===> games/fortune/strfile (bootstrap-tools)"; cd /usr/src/games/fortune/strfile; make DIRPRFX=games/fortune/strfile/ obj; make DIRPRFX=games/fortune/strfile/ depend; make DIRPRFX=games/fortune/strfile/ all; make DIRPRFX=games/fortune/strfile/ DESTDIR=/usr/obj/usr/src/btools_x86_64 install ===> games/fortune/strfile (bootstrap-tools) --- obj --- /usr/obj/usr/src/btools_x86_64/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile --- .depend --- rm -f .depend > .depend mkdep -f .depend -a -std=gnu99 /usr/src/games/fortune/strfile/strfile.c echo strfile: /usr/obj/usr/src/btools_x86_64/usr/lib/libc.a >> .depend make[3]: /usr/obj/usr/src/btools_x86_64/usr/src/games/fortune/strfile/.depend, 26: ignoring stale .depend for /usr/obj/usr/src/btools_x86_64/usr/lib/libc.a --- strfile.o --- cc -O -pipe -std=gnu99 -Wmissing-include-dirs -Wsystem-headers -Wall -Wformat-security -Winit-self -Wno-pointer-sign -Wextra -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wold-style-definition -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /usr/src/games/fortune/strfile/strfile.c /usr/src/games/fortune/strfile/strfile.c: In function 'collate_range_cmp': /usr/src/games/fortune/strfile/strfile.c:366:1: internal compiler error: in ix86_compute_frame_layout, at libbackend/../../../../contrib/gcc-5.0/gcc/config/i386/i386.c:10122 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** [strfile.o] Error code 1 make[3]: stopped in /usr/src/games/fortune/strfile 1 error make[3]: stopped in /usr/src/games/fortune/strfile A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/games/fortune/strfile *** [bstrap-games/fortune/strfile] Error code 2 make[2]: stopped in /usr/src .CURDIR='/usr/src' .OBJDIR='/usr/src' LD_LIBRARY_PATH='' MACHINE_ARCH='x86_64' MACHINE='x86_64' MAKEFILE='' .TARGETS='bootstrap-tools' .ERROR_TARGET='bstrap-games/fortune/strfile' .MAKE.LEVEL='2' 1 error make[2]: stopped in /usr/src .CURDIR='/usr/src' .OBJDIR='/usr/src' LD_LIBRARY_PATH='' MACHINE_ARCH='x86_64' MACHINE='x86_64' MAKEFILE='' .TARGETS='bootstrap-tools' .ERROR_TARGET='bstrap-games/fortune/strfile' .MAKE.LEVEL='2' *** [_bootstrap-tools] Error code 2 make[1]: stopped in /usr/src .CURDIR='/usr/src' .OBJDIR='/usr/obj/usr/src' LD_LIBRARY_PATH='' MACHINE_ARCH='x86_64' MACHINE='x86_64' MAKEFILE='' .TARGETS='buildworld' .ERROR_TARGET='_bootstrap-tools' .MAKE.LEVEL='1' 1 error make[1]: stopped in /usr/src .CURDIR='/usr/src' .OBJDIR='/usr/obj/usr/src' LD_LIBRARY_PATH='' MACHINE_ARCH='x86_64' MACHINE='x86_64' MAKEFILE='' .TARGETS='buildworld' .ERROR_TARGET='_bootstrap-tools' .MAKE.LEVEL='1' *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src 3.40 real 0.25 user 0.64 sys