From owner-freebsd-stable@FreeBSD.ORG Mon Feb 28 23:03:45 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3704D16A4CF for ; Mon, 28 Feb 2005 23:03:45 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E137C43D48 for ; Mon, 28 Feb 2005 23:03:44 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq66-162.dial.allstream.net [216.123.143.130]) by outbox.allstream.net (Allstream MTA) with ESMTP id 625551D0E18 for ; Mon, 28 Feb 2005 17:56:54 -0500 (EST) Date: Mon, 28 Feb 2005 18:02:57 -0500 From: epilogue To: freebsd-stable@freebsd.org Message-ID: <20050228180257.2efc6542@localhost> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: buildworld failure -- 5.4 pre-pre X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 23:03:45 -0000 [moved over from -current] hello all, hoping to help test 5.4, but running into a bit of a problem with buildworld. * 5.3 compiles happily with the settings below. * didn't notice anything relevant in UPDATING. any suggestion (or castigation) would be muchly appreciated. epi ----------------------------------- the bits that i'm pulling down ----------------------------------- src-base src-bin src-contrib src-crypto src-etc src-gnu src-include src-libexec src-lib src-sbin src-secure src-share src-sys src-sys-crypto src-tools src-usrbin src-usrsbin ----------------------------------- make.conf settings ----------------------------------- CPUTYPE?=p3 #i686 CFLAGS= -O -pipe 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 COPTFLAGS= -O -pipe NO_BLUETOOTH= true # do not build Bluetooth related stuff NO_FORTRAN= true # do not build g77 and related libraries NO_I4B= true # do not build isdn4bsd package NO_KERBEROS= true # do not build and install Kerberos 5 (KTH Heimdal) NO_VINUM= true # do not build Vinum utilities NOATM= true # do not build ATM related programs and libraries NOINFO= true # do not make or install info files NOPROFILE= true # Avoid compiling profiled libraries ----------------------------------- finally, the error ----------------------------------- /usr/bin/cc -O -pipe -march=pentium3 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -D__DB INTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/ locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k - Wno-uninitialized -c /usr/src/lib/libc/gen/termios.c /usr/bin/cc -fpic -DPIC -O -pipe -march=pentium3 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc /i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/s rc/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -Wsystem-headers -Werror -Wall -Wno- format-y2k -Wno-uninitialized -c /usr/src/lib/libc/gen/termios.c -o termios.So /usr/src/lib/libc/gen/syslog.c: In function `connectlog': /usr/src/lib/libc/gen/syslog.c:365: error: `_PATH_LOG_PRIV' undeclared (first use in this function) /usr/src/lib/libc/gen/syslog.c:365: error: (Each undeclared identifier is reported only once /usr/src/lib/libc/gen/syslog.c:365: error: for each function it appears in.) *** Error code 1 /usr/src/lib/libc/gen/syslog.c: In function `connectlog': /usr/src/lib/libc/gen/syslog.c:365: error: `_PATH_LOG_PRIV' undeclared (first use in this function) /usr/src/lib/libc/gen/syslog.c:365: error: (Each undeclared identifier is reported only once /usr/src/lib/libc/gen/syslog.c:365: error: for each function it appears in.) *** Error code 1 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error