Date: Wed, 25 Feb 2004 04:28:10 -0800 (PST) From: Przemek Ceglowski <przemek_ceglowski@yahoo.com> To: freebsd-questions@freebsd.org Subject: make buildworld failed -CURRENT Message-ID: <20040225122810.46362.qmail@web41604.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
I'm having problems compiling the current src's. The error I'm having looks like this: .... .... .... (cd /usr/src/rescue/rescue/../../sbin/atm/fore_dnld && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE fore_dnld.o pca200e.o) rm -f .depend mkdep -f .depend -a -I/usr/src/sbin/atm/fore_dnld/../../../sys -DRESCUE /usr/src/sbin/atm/fore_dnld/fore_dnld.c /usr/src/sbin/atm/fore_dnld/pca200e.c echo fore_dnld: /usr/obj/usr/src/i386/usr/lib/libc.a /usr/obj/usr/src/i386/usr/lib/libatm.a >> .depend cc -O -pipe -march=athlon-xp -I/usr/src/sbin/atm/fore_dnld/../../../sys -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /usr/src/sbin/atm/fore_dnld/fore_dnld.c /usr/src/sbin/atm/fore_dnld/fore_dnld.c: In function `delay': /usr/src/sbin/atm/fore_dnld/fore_dnld.c:110: warning: implicit declaration of function `usleep' /usr/src/sbin/atm/fore_dnld/fore_dnld.c: In function `getbyte': /usr/src/sbin/atm/fore_dnld/fore_dnld.c:178: warning: implicit declaration of function `isprint' /usr/src/sbin/atm/fore_dnld/fore_dnld.c: In function `xmitfile': /usr/src/sbin/atm/fore_dnld/fore_dnld.c:493: warning: implicit declaration of function `read' /usr/src/sbin/atm/fore_dnld/fore_dnld.c:651: warning: implicit declaration of function `close' /usr/src/sbin/atm/fore_dnld/fore_dnld.c: In function `sendbinfile': /usr/src/sbin/atm/fore_dnld/fore_dnld.c:795: warning: redundant redeclaration of `close' in same scope /usr/src/sbin/atm/fore_dnld/fore_dnld.c:786: warning: previous declaration of `close' /usr/src/sbin/atm/fore_dnld/fore_dnld.c:891: warning: redundant redeclaration of `close' in same scope /usr/src/sbin/atm/fore_dnld/fore_dnld.c:786: warning: previous declaration of `close' /usr/src/sbin/atm/fore_dnld/fore_dnld.c: In function `main': /usr/src/sbin/atm/fore_dnld/fore_dnld.c:929: warning: implicit declaration of function `getopt' /usr/src/sbin/atm/fore_dnld/fore_dnld.c:938: error: `optarg' undeclared (first use in this function) /usr/src/sbin/atm/fore_dnld/fore_dnld.c:938: error: (Each undeclared identifier is reported only once /usr/src/sbin/atm/fore_dnld/fore_dnld.c:938: error: for each function it appears in.) /usr/src/sbin/atm/fore_dnld/fore_dnld.c:1322: warning: implicit declaration of function `sleep' *** Error code 1 Stop in /usr/src/sbin/atm/fore_dnld. *** Error code 1 Stop in /usr/obj/usr/src/rescue/rescue. *** Error code 1 Stop in /usr/src/rescue/rescue. *** Error code 1 Stop in /usr/src/rescue. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. (root@pi118:src)# (root@pi118:root)# uname -a FreeBSD pi118.czestochowa.sdi.tpnet.pl 5.2-RELEASE FreeBSD 5.2-RELEASE #11: Sat Feb 21 12:01:25 CET 2004 root@pi118.czestochowa.sdi.tpnet.pl:/usr/obj/usr/src/sys/FREEDA i386 (root@pi118:root)# cvs tree updated today. make.conf: CPUTYPE=athlon-xp CFLAGS= -O -pipe COPTFLAGS= -O -pipe PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo Please help me! Przemyslaw Ceglowski __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040225122810.46362.qmail>