From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 16:45:12 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 C0CE816A41C for ; Tue, 7 Jun 2005 16:45:12 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C6E43D5C for ; Tue, 7 Jun 2005 16:45:12 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix4-1.free.fr (Postfix) with ESMTP id 3C81F317E68; Tue, 7 Jun 2005 18:45:10 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 199A9407E; Tue, 7 Jun 2005 18:44:55 +0200 (CEST) Date: Tue, 7 Jun 2005 18:44:55 +0200 From: Jeremie Le Hen To: Steve Kargl Message-ID: <20050607164455.GZ41050@obiwan.tataz.chchile.org> References: <20050607155130.GX41050@obiwan.tataz.chchile.org> <20050607163226.GA70231@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050607163226.GA70231@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.9i Cc: freebsd-current@freebsd.org, Jeremie Le Hen Subject: Re: buildworld fails, can't guess why X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 07 Jun 2005 16:45:12 -0000 Hi Steve, On Tue, Jun 07, 2005 at 09:32:26AM -0700, Steve Kargl wrote: > On Tue, Jun 07, 2005 at 05:51:30PM +0200, Jeremie Le Hen wrote: > > Hi there, > > > > my buildworld fails lamentably and, as I said in the subject, I can't > > guess why. I'm sure this is not a big problem however. > > > > Note that I tried removing /usr/obj/usr/src. > > Please, see the typescript at : > > http://jeremie.le-hen.org/~tataz/script.make_buildworld.gz > > You need to include only the last few lines: > > ===> lib/libstand (depend) > "/usr/src/share/mk/bsd.compat.mk", line 36: warning: NOPIC is deprecated in favo > r of NO_PIC > make: don't know how to make bzlib.c.diff. Stop > *** Error code 2 Yes, it's true. Sorry. > (1) What is the contends of /etc/make.conf? %%% coyote:root# grep -Ev '^(#.*|)$' /etc/make.conf CPUTYPE?=pentium-m CFLAGS= -O -pipe COPTFLAGS= -O -pipe NO_BLUETOOTH=YES # do not build Bluetooth related stuff NO_FORTRAN=yes # do not build g77 and related libraries NO_I4B=yes # do not build isdn4bsd package NO_KERBEROS=yes # do not build and install Kerberos 5 (KTH Heimdal) NO_OBJC=yes # do not build Objective C support NO_SENDMAIL=yes # do not build sendmail and related programs NO_BIND=yes # Do not build any part of BIND WRKDIRPREFIX=/usr/obj PERL_VER=5.8.6 PERL_VERSION=5.8.6 %%% > (2) Are you sure your sources are up to date? %%% coyote:src# cvs -Rd /nfs/donald/repo/FreeBSD status Makefile =================================================================== File: Makefile Status: Up-to-date Working revision: 1.318 Sun Mar 6 00:30:16 2005 Repository revision: 1.318 /nfs/donald/repo/FreeBSD/src/Makefile,v Sticky Tag: (none) Sticky Date: 2005.06.07.08.00.00 Sticky Options: (none) %%% > (3) What is current version of FreeBSD on the system? Very -CURRENT :-). I have a few modifications in my source tree, but nothing relevant here : there are only manpage and C source modifications, I don't think this would lead to such an error. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >