From owner-freebsd-stable Sat May 18 11:13:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from pcp01840552pcs.owngsm01.md.comcast.net (pcp01840552pcs.owngsm01.md.comcast.net [68.32.120.221]) by hub.freebsd.org (Postfix) with ESMTP id 4DEFD37B40A for ; Sat, 18 May 2002 11:13:40 -0700 (PDT) Received: (from root@localhost) by pcp01840552pcs.owngsm01.md.comcast.net (8.11.6/8.11.6) id g4IIDd403961 for freebsd-stable@freebsd.org; Sat, 18 May 2002 14:13:39 -0400 (EDT) (envelope-from root) Date: Sat, 18 May 2002 14:13:39 -0400 (EDT) From: Charlie Root Message-Id: <200205181813.g4IIDd403961@pcp01840552pcs.owngsm01.md.comcast.net> To: freebsd-stable@freebsd.org Subject: buildworld problems Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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