Date: Mon, 10 Sep 2018 14:58:18 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 231284] "stand/i386" could not be built without buildworld Message-ID: <bug-231284-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231284 Bug ID: 231284 Summary: "stand/i386" could not be built without buildworld Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: lev@FreeBSD.org diskless(8) says: ==== cd /usr/src/stand/i386 make clean; make; make install cp /boot/pxeboot /tftpdir/ ==== but it doesn't work anymore: ==== cc -O2 -pipe -I/usr/home/lev/FreeBSD/src/stand/i386/btx/lib -nostdinc -I/usr/home/lev/FreeBSD/src/stand/libsa32 -I/usr/home/lev/FreeBSD/src/stand/libsa -D_STANDALONE -I/usr/home/lev/FreeBSD/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -DLOADER_GELI_SUPPORT -I/usr/home/lev/FreeBSD/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse -mno-avx -mno-avx2 -msoft-float -march=i386 -I. -fomit-frame-pointer -mrtd -mregparm=3 -DUFS1_AND_UFS2 -DFLAGS=0x80 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -DSIORST="\x1bc" -I/usr/home/lev/FreeBSD/src/stand/common -Wall -Waggregate-return -Wbad-function-cast -Wno-cast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -g -MD -MF.depend.boot2.o -MTboot2.o -std=gnu99 -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Oz -Oz -mstack-alignment=8 -mllvm -inline-threshold=3 -mllvm -simplifycfg-dup-ret -mllvm -enable-load-pre=false -Qunused-arguments -c boot2.c -o boot2.o boot2.c:28:10: fatal error: 'stdarg.h' file not found #include <stdarg.h> ^~~~~~~~~~ 1 error generated. *** Error code 1 Stop. make[1]: stopped in /usr/home/lev/FreeBSD/src/stand/i386/boot2 *** Error code 1 ==== -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231284-227>
