LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Error in building world: warning: operand 1 missing mode? (https://www.linuxquestions.org/questions/%2Absd-17/error-in-building-world-warning-operand-1-missing-mode-435171/)

henkelarsson12 04-14-2006 02:14 PM

Error in building world: warning: operand 1 missing mode?
 
Hi, i'm running FreeBSD-6.0-STABLE and I just recently got the latest src through cvsup and ran cd /usr/obj

Code:

chflags -R noschg *
rm -rf *


cd /usr/src

make cleanworld
make -j4 buildworld

While on buildworld, I got the following error, which it lags on for a couple of seconds, before continuing:
Code:

===> gnu/usr.bin/cc/cc_int (depend)
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genattrtab /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md > insn-attrtab.c
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genemit /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md > insn-emit.c
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genextract /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md > insn-extract.c
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genopinit /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md > insn-opinit.c
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genpeep /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md > insn-peep.c
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genoutput /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md > insn-output.c
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genrecog /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md > insn-recog.c
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools/genmodes > insn-modes.c
/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.md:16308:

warning: operand 1 missing mode?

It does continue, but I am wondering if this is anythign to worry about? I'm scared to reboot right now, in the fear that I wont be able to boot back up. I just tried getting the -RELEASE src (RELENG_6_0) w/ cvsup and ran the same commands, and I still received the exact same error in building world. Anyone experienced similar difficulties or know what may be causing this, and what I should do?
Thanks in advance.

HLarsson


All times are GMT -5. The time now is 12:50 AM.