Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 12:18:28 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        Charlie Root <root@pcp01840552pcs.owngsm01.md.comcast.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: buildworld problems
Message-ID:  <3CE6A904.10104@owt.com>
References:  <200205181813.g4IIDd403961@pcp01840552pcs.owngsm01.md.comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help


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 :)
>  
<snip>


>   -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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CE6A904.10104>