Date: Sat, 18 May 2002 14:13:39 -0400 (EDT) From: Charlie Root <root@pcp01840552pcs.owngsm01.md.comcast.net> To: freebsd-stable@freebsd.org Subject: buildworld problems Message-ID: <200205181813.g4IIDd403961@pcp01840552pcs.owngsm01.md.comcast.net>
next in thread | raw e-mail | index | archive | help
Hi.. I'm trying to build world from the latest CVS (hmm 1 day ago), but having no luck. Any help would be appreciated :) pcp01840552pcs# uname -a FreeBSD pcp01840552pcs.owngsm01.md.comcast.net 4.4-20020114-STABLE FreeBSD 4.4-20020114-STABLE #11: Thu Jan 17 00:59:46 EST 2002 root@pcp294835pcs.owngsm01.md.comcast.net:/usr/obj/usr/src/sys/pcp294835pcs i386 pcp01840552pcs# tail -c +0 /etc/make.conf KERNCONF=pcp01840552pcs CFLAGS= -O -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings WARNS_WERROR= yes COPTFLAGS= -O -pipe ENABLE_SUIDPERL= true # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND NO_FORTRAN= true # do not build g77 and related libraries NO_I4B= true # do not build isdn4bsd package NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) #NOPERL= true # do not build perl. Disables OpenSSL optimizations NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) NOPORTDOCS= true BOOTWAIT=0 BOOT_COMCONSOLE_SPEED= 115200 USA_RESIDENT= YES WRKDIRPREFIX= /usr/devel DOC_LANG= en_US.ISO8859-1 pcp01840552pcs# tail -c +0 /etc/stable-supfile *default host=cvsup11.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all ports-all tag=. doc-all tag=. pcp01840552pcs# make buildworld ******** build till here ********** ===> secure/usr.bin/telnet cc -O -pipe -march=pentium -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE -DENCRYPTION -DAUTHENTICATION -DIPSEC -DINET6 -I/usr/src/secure/usr.bin/telnet/../../../crypto/telnet -I/usr/src/secure/usr.bin/telnet/../../../crypto/telnet/libtelnet/ -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /usr/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/authenc.c cc -O -pipe -march=pentium -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE -DENCRYPTION -DAUTHENTICATION -DIPSEC -DINET6 -I/usr/src/secure/usr.bin/telnet/../../../crypto/telnet -I/usr/src/secure/usr.bin/telnet/../../../crypto/telnet/libtelnet/ -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /usr/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/commands.c cc1: warnings being treated as errors In file included from /usr/src/secure/usr.bin/telnet/../../../crypto/telnet/libtelnet/encrypt.h:64, from /usr/src/secure/usr.bin/telnet/../../../crypto/telnet/telnet/commands.c:75: /usr/obj/usr/src/i386/usr/include/openssl/des.h:208: warning: declaration of `prompt' shadows global declaration /usr/obj/usr/src/i386/usr/include/openssl/des.h:210: warning: declaration of `prompt' shadows global declaration /usr/obj/usr/src/i386/usr/include/openssl/des.h:211: warning: declaration of `prompt' shadows global declaration /usr/obj/usr/src/i386/usr/include/openssl/des.h:229: warning: declaration of `prompt' shadows global declaration *** Error code 1 Stop in /usr/src/secure/usr.bin/telnet. *** Error code 1 Stop in /usr/src/secure/usr.bin. *** Error code 1 Stop in /usr/src/secure. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. pcp01840552pcs# exit exit Script done on Mon May 13 22:41:30 2002 If I'm doing something wrong, please let me know :) Vince To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205181813.g4IIDd403961>