Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2005 13:07:25 -0500
From:      epilogue <epilogue@allstream.net>
To:        freebsd-current@freebsd.org
Subject:   buildworld failure -- 5.4 pre-pre
Message-ID:  <20050228130725.5848438c@localhost>

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

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



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