From owner-freebsd-questions Thu Jan 9 6:34:49 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3872537B4CD for ; Thu, 9 Jan 2003 06:34:45 -0800 (PST) Received: from mailout5-0.nyroc.rr.com (mailout5-0.nyroc.rr.com [24.92.226.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C4843F3F for ; Thu, 9 Jan 2003 06:34:39 -0800 (PST) (envelope-from dan@goepp.org) Received: from dpg (roc-24-169-119-54.rochester.rr.com [24.169.119.54]) by mailout5-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id h09EYaF28896 for ; Thu, 9 Jan 2003 09:34:36 -0500 (EST) From: "Daniel Goepp" To: Subject: buildworld error Date: Thu, 9 Jan 2003 09:34:37 -0500 Message-ID: <001c01c2b7ec$3cdd0dc0$6532a8c0@dpg> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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