From owner-freebsd-current@FreeBSD.ORG Mon May 30 20:30:37 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 7DBFF16A41C for ; Mon, 30 May 2005 20:30:37 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from viefep16-int.chello.at (viefep16-int.chello.at [213.46.255.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F5F843D1F for ; Mon, 30 May 2005 20:30:35 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [80.98.207.149] by viefep16-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050530203034.NYCG551.viefep16-int.chello.at@[80.98.207.149]> for ; Mon, 30 May 2005 22:30:34 +0200 Message-ID: <429B77E7.5060206@t-hosting.hu> Date: Mon, 30 May 2005 22:30:31 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 31 May 2005 11:57:25 +0000 Subject: Error whlie making release 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: Mon, 30 May 2005 20:30:37 -0000 Hello there, I have a fairly new desktop machine. The motherboard is an asus a8n-sli deluxe. As I've heard the nForce4 and the Marvell NICs are only supported in -current. So I would like to use a -current system on my desktop machine, but the official amd64 snapshots on current.freebsd.org are quite old, thus I decided to build a new one. I have a FreeBSD 5.3-p15 server where I can make a release. I downloaded the current source (not cvs, just the source) to /usr/src/current and I started the build with the following macros: DATE != date +%Y%m%d BASE = 6-CURRENT BUILDNAME?=${BASE}-${DATE} CHROOTDIR=/home/tux/current EXTSRCDIR=/usr/current/src CVSROOT=/usr/current/src MAKE_ISOS=YES NO_FLOPPIES=YES NODOC=YES After filling in the /usr/obj with cd /usr/current/src && make buildworld, I typed make release, and the build process halted with the following: + cd /usr/ports^M + rm -f INDEX*^M + make index -DINDEX_PRISTINE^M Generating INDEX-5 - please wait..at-spi-1.6.4: "/usr/ports/x11-toolkits/gtk20" non-existent -- dependency lis ===> accessibility/at-spi failed^M *** Error code 1^M deepforest-1.0a: "/usr/ports/x11-toolkits/tkstep80" non-existent -- dependency list incomplete^M ===> archivers/deepforest failed^M *** Error code 1^M 2 errors^M ^M ********************************************************************^M Before reporting this error, verify that you are running a supported^M version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you^M have a complete and up-to-date ports collection. (INDEX builds are^M not supported with partial or out-of-date ports collections -- in^M particular, if you are using cvsup, you must cvsup the "ports-all"^M collection, and have no "refuse" files.) If that is the case, then^M report the failure to ports@FreeBSD.org together with relevant^M details of your ports configuration (including FreeBSD version,^M ^M Note: the latest pre-generated version of INDEX may be fetched^M automatically with "make fetchindex".^M ********************************************************************^M ^M *** Error code 1^M ^M Stop in /usr/ports.^M *** Error code 1^M ^M Stop in /usr/ports.^M + umount /dev^M *** Error code 1^M ^M Stop in /usr/current/src/release.^M Sorry for the Windoze-style CR-LFs, the script utillity has made it. The result was the same when I tried to build with checking out from cvs. Please help me to get around this, Cheers, Gábor Kövesdán