From owner-freebsd-stable Sat May 18 12:31:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 7DFF137B403 for ; Sat, 18 May 2002 12:31:39 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA23842; Sat, 18 May 2002 12:18:29 -0700 Message-ID: <3CE6A904.10104@owt.com> Date: Sat, 18 May 2002 12:18:28 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Charlie Root Cc: freebsd-stable@FreeBSD.ORG Subject: Re: buildworld problems References: <200205181813.g4IIDd403961@pcp01840552pcs.owngsm01.md.comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Charlie Root wrote: > Hi.. I'm trying to build world from the latest CVS (hmm 1 day ago), but having no luck. Any help would be appreciated :) > > -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings > WARNS_WERROR= yes Your build did what you told it to do, i.e., die on warnings and it did. BTW, I was always taught to simplify and then add options. If the one you added doesn't work, remove the one that you just added. Kent > 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 > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message