From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 00:40:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359FD16A4CE for ; Thu, 7 Oct 2004 00:40:09 +0000 (GMT) Received: from node15.coopprint.com (node15.cooperativeprinting.com [208.4.77.15]) by mx1.FreeBSD.org (Postfix) with SMTP id B9B5D43D49 for ; Thu, 7 Oct 2004 00:40:08 +0000 (GMT) (envelope-from ryans@gamersimpact.com) Received: (qmail 11617 invoked by uid 0); 7 Oct 2004 00:39:28 -0000 Received: from unknown (HELO ?192.168.0.5?) (63.231.165.205) by node15.coopprint.com with SMTP; 7 Oct 2004 00:39:28 -0000 Message-ID: <4164907B.7090409@gamersimpact.com> Date: Wed, 06 Oct 2004 19:40:27 -0500 From: Ryan Sommers User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ryan Newman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Buildworld Error/Unstable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 00:40:09 -0000 Ryan Newman wrote: > > >> From: "Ryan Sommers" >> To: "Ryan Newman" >> CC: current@freebsd.org >> Subject: Re: Buildworld Error/Unstable >> Date: Wed, 6 Oct 2004 15:08:38 -0600 (MDT) >> >> >> > As advised just tried to cvsup. Looks like there still is a fair >> amount >> > of >> > work needed before the release. >> >> Was patched yesterday afternoon. Added to the tree today by John. >> Re-cvsup >> and you should get it.:wq > > > Thanks but I hit another error building again. This is a fresh > machine install too. > > ===> usr.sbin/zic/zdump > cc -O -pipe -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED > -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" > -Demkdir=mkdir -I/usr/src/usr.sbin/zic/zdump/.. > -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime -c > /usr/src/usr.sbin/zic/zdump/../zdump.c > cc -O -pipe -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED > -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" > -Demkdir=mkdir -I/usr/src/usr.sbin/zic/zdump/.. > -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime -c > /usr/src/usr.sbin/zic/zdump/../ialloc.c > cc -O -pipe -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED > -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" > -Demkdir=mkdir -I/usr/src/usr.sbin/zic/zdump/.. > -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime -c > /usr/src/usr.sbin/zic/zdump/../scheck.c > gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8 > zdump.8.gz > cc -O -pipe -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED > -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" > -Demkdir=mkdir -I/usr/src/usr.sbin/zic/zdump/.. > -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime -o zdump > zdump.o ialloc.o scheck.o > ===> usr.sbin/zzz > gzip -cn /usr/src/usr.sbin/zzz/zzz.8 > zzz.8.gz > 5 errors > *** Error code 2 > 1 error > *** Error code 2 > 1 error Are you compiling with '-j X'? Unfortuantely when you do that the actual error messages tend to be tucked in among the buildspam. Can you try compiling again without the -j and if it errors out again paste it again. -- Ryan Sommers ryans@gamersimpact.com