From owner-freebsd-questions@FreeBSD.ORG Mon Jun 26 05:06:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 16BBF16A4C2 for ; Mon, 26 Jun 2006 05:06:18 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FD7444BB for ; Mon, 26 Jun 2006 04:48:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k5Q4m1cB008092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 26 Jun 2006 07:48:02 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k5Q4lsKQ024214; Mon, 26 Jun 2006 07:47:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k5Q4lsMo024213; Mon, 26 Jun 2006 07:47:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 26 Jun 2006 07:47:54 +0300 From: Giorgos Keramidas To: pid42 Message-ID: <20060626044753.GE11937@gothmog.pc> References: <5032535.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5032535.post@talk.nabble.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.451, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.95, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Cant buildworld 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: Mon, 26 Jun 2006 05:06:18 -0000 On 2006-06-25 02:35, pid42 wrote: > > Hi. I have problems building world on a fresh freebsd 6.1. Always ends in: > > ==> lib/bind (install) > ==> lib/bind/bind (install) > ==> lib/bind/bind9 (install) > ==> lib/bind/dns (install) > ==> lib/bind/isc (install) > ==> lib/bind/isccc (install) > ==> lib/bind/isccfg (install) > ==> lib/bind/lwres (install) > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 liblwres.a > /usr/obj/usr/src/tmp/usr/lib > sh /usr/src/tools/install.s -C -o root -g wheel -m 444 > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/context.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/int.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/ipv6.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/lang.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/list.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/lwbuffer.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/lwpacket.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/lwres.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/result.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/include/lwres/version.h > /usr/src/lib/bind/lwres/../../../contrib/bind9/lib/lwres/unix/include/llwres/net.h > /usr/src/lib/bind/lwres/lwres/netdb.h > /usr/src/lib/bind/lwres/lwres/platform.h > /usr/obj/usr/src/tmp/usr/include/lwres > sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 liblwres.so.10 > /usr/obj/usr/src/tmp/usr/lib > ln -fs liblwres.so.10 /usr/obj/usr/src/tmp/usr/lib/liblwres.so > 1 error > *** Error code 2 You are not using any -j options right? > Did everything from scratch (formatted, reinstalled from mainmirror). And > went straight for make buildworld, same error. Tried several make configs. > > Any voodoo to fix this one? Thanks for the read. No voodoo should be necessary. We just have to find out what is different in your local build setup from the usual process :)