Date: Thu, 9 Jan 2003 09:34:37 -0500 From: "Daniel Goepp" <dan@goepp.org> To: <freebsd-questions@FreeBSD.ORG> Subject: buildworld error Message-ID: <001c01c2b7ec$3cdd0dc0$6532a8c0@dpg>
next in thread | raw e-mail | index | archive | help
I see no error here...so I'm sort of at a loss...anyone seen this
before? Any help greatly appreciated, I'm leaving town today, and want
to leave the box in top shape.
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libxpg4.a
/usr/obj/usr/src/i386/usr/lib
sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libxpg4.so.3
/usr/obj/usr/src/i386/usr/lib
ln -fs libxpg4.so.3 /usr/obj/usr/src/i386/usr/lib/libxpg4.so
===> lib/liby
rm -f /usr/obj/usr/src/i386/usr/lib/compat/liby.so
/usr/obj/usr/src/i386/usr/lib/liby.so.2.0
/usr/obj/usr/src/i386/usr/lib/compat/liby.so.2.0
/usr/obj/usr/src/i386/usr/lib/compat/liby.so.2
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 liby.a
/usr/obj/usr/src/i386/usr/lib
===> lib/libz
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libz.a
/usr/obj/usr/src/i386/usr/lib
sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libz.so.2
/usr/obj/usr/src/i386/usr/lib
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444
/usr/src/lib/libz/zconf.h /usr/src/lib/libz/zlib.h
/usr/obj/usr/src/i386/usr/include
ln -fs libz.so.2 /usr/obj/usr/src/i386/usr/lib/libz.so
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
here is a grep -v "^#" of my make.conf
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
ENABLE_SUIDPERL= true
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_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_X= true # do not compile in XWindows support (e.g.
doscmd)
NOGAMES= true # do not build games (games/ subdir)
NOPROFILE= true # Avoid compiling profiled libraries
NOUUCP= true # do not build uucp related programs
COMPAT3X= yes
NOPORTDOCS= true
BOOTWAIT=0
USA_RESIDENT= YES
SUP_UPDATE= yes
SUP= /usr/local/bin/cvsup
SUPFLAGS= -g -L 2
SUPHOST= cvsup11.FreeBSD.org
SUPFILE= /usr/local/etc/stable-supfile
PORTSSUPFILE= /usr/local/etc/ports-supfile
-Daniel
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001c01c2b7ec$3cdd0dc0$6532a8c0>
