From owner-freebsd-questions@FreeBSD.ORG Sun Jan 15 01:08:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36A58106566B for ; Sun, 15 Jan 2012 01:08:25 +0000 (UTC) (envelope-from borisbsd@googlemail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BD8238FC13 for ; Sun, 15 Jan 2012 01:08:24 +0000 (UTC) Received: by werg1 with SMTP id g1so651979wer.13 for ; Sat, 14 Jan 2012 17:08:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=/DV6zm7VSYC2pxOpwhjZar45WqsWXiqXh57ZL/PfVeY=; b=WTSJIcfp/3647Zycn5ISxKMSZa7KrlGgQBiKmkEuKiPhEZK1vzd+Bl8sRkq72qH0ZZ L86wyOxqpLxO4ByXFUQ4pXCwJ15YVQ38SgJ+yby8b35EhNFjXzE2Cs1GJufr+ieH35le 20lOLfKxyz6FtTX+hnapBAH0FQFJeLJebcwSY= MIME-Version: 1.0 Received: by 10.216.131.95 with SMTP id l73mr2769628wei.39.1326587955201; Sat, 14 Jan 2012 16:39:15 -0800 (PST) Received: by 10.227.36.216 with HTTP; Sat, 14 Jan 2012 16:39:15 -0800 (PST) In-Reply-To: <473d0ac7158a466fc4bf2b877de83a8e@www.dweimer.net> References: <473d0ac7158a466fc4bf2b877de83a8e@www.dweimer.net> Date: Sun, 15 Jan 2012 00:39:15 +0000 Message-ID: From: Boris To: dweimer@dweimer.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: 9.0 buildworld problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2012 01:08:25 -0000 Best is: - to empty your make.conf - make cleanworld - make cleandir and restart your buildword attempt. On Sat, Jan 14, 2012 at 9:02 PM, Dean E. Weimer wrote= : > I am trying to build a test system to verify everything works on FreeBSD > 9.0-RELEASE, I started with a standard install on a VMware virtual machin= e. > =A0I used portsnap fetch extract to install the ports tree, copied the > /etc/make.conf and /etc/src.conf from my existing 8.2 system onto the new > test system. > > Contents of /etc/make.conf: > # Use OpenSSL from ports instead of base > WITH_OPENSSL_PORT=3Dyes > # Avoid Building Ports Against X > WITHOUT_X11=3Dyes > # Some Default Options From /usr/share/examples/etc/make.conf > CFLAGS=3D -O -pipe > NO_PROFILE=3Dtrue > # Enable SMTP Authentication > SENDMAIL_CFLAGS=3D-I/usr/local/include/sasl -DSASL > SENDMAIL_LDFLAGS=3D-L/usr/local/lib > SENDMAIL_LDADD=3D-lsasl2 > # Enable Proxy For Ports Fetch > FETCH_ENV=3Dhttp_proxy=3Dhttp://192.168.5.1:3128 > FETCH_ENV=3Dftp_proxy=3Dhttp://192.168.5.1:3128 > # added by use.perl 2012-01-14 12:46:15 > PERL_VERSION=3D5.12.4 > > Contents of /etc/src.conf: > WITHOUT_BIND_DNSSEC=3D"YES" > WITHOUT_BIND_LIBS_LWRES=3D"YES" > WITHOUT_BIND_NAMED=3D"YES" > WITHOUT_BIND_UTILS=3D"YES" > WITHOUT_NTP=3D"YES" > > > I then installed openssl, vim-lite, and cvsup-without-gui from ports, cop= ied > the example standard-supfile to a new location, changed the host=3D line,= left > the rest as default options. =A0Ran cvsup to download source tree, ran ma= ke > -j16 buildworld from the /usr/src directory. > > The buildworld stoped here: > =3D=3D=3D> gnu/lib/libsupc++ (install) > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 =A0 libsupc++.a > /usr/obj/usr/src/tmp/usr/lib > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 > =A0/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/except= ion > /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/new > /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/typeinfo > /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/cxxabi.h > /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/exception= _defines.h > /usr/obj/usr/src/tmp/usr/include/c++/4.2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > I cleaned everything up and retried, it died at the same spot on the next > run as well. =A0I have the full output of the buildwolrd process on my > webserver, > > Interestingly enough at the same time I was building this system I was al= so > testing an upgrade from source option on different virtual machine that w= as > made from a restore of live system, after downloading the FreeBSD9.0 sour= ce > tree and running buildworld from usr/src against copies of the same > make.conf and src.conf file above, it built fine and the install process = ran > successfully. =A0The ports have all been rebuilt, and I am going to try a= new > buildworld to see if it succeeds or fails on that system now that its > running 9.0 instead of 8.2 when the last buidlworld was ran on it. > > -- > > Thanks, > =A0Dean E. Weimer > =A0dweimer@dweimer.net > =A0http://www.dweimer.net/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"