From owner-freebsd-stable Thu Apr 18 2:58:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from 12-234-22-238.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by hub.freebsd.org (Postfix) with ESMTP id 8384937B41A for ; Thu, 18 Apr 2002 02:58:50 -0700 (PDT) Received: from 12-234-22-238.client.attbi.com (2skqmnumh2oszt12@localhost [127.0.0.1]) by 12-234-22-238.client.attbi.com (8.12.2/8.12.2) with ESMTP id g3I9wnHt034263; Thu, 18 Apr 2002 02:58:49 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by 12-234-22-238.client.attbi.com (8.12.2/8.12.2/Submit) with ESMTP id g3I9wm5t034260; Thu, 18 Apr 2002 02:58:49 -0700 (PDT) X-Authentication-Warning: 12-234-22-238.client.attbi.com: doug owned process doing -bs Date: Thu, 18 Apr 2002 02:58:48 -0700 (PDT) From: Doug Barton X-X-Sender: doug@12-234-22-238.client.attbi.com To: Camelia NASTASE Cc: freebsd-stable@FreeBSD.org Subject: Re: buildworld failure In-Reply-To: <20020418121413.T27255-100000@bofh.dnt.ro> Message-ID: <20020418025522.S34061-100000@12-234-22-238.client.attbi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Apr 2002, Camelia NASTASE wrote: > > maybe this will give you a clue, cause' i'm still stucked with the > buildworld problem: > > /usr/ports/archivers/unarj# make install > 1: not found > *** Error code 127 > > Stop in /usr/ports/archivers/unarj. > > the same happens for every port. maybe this is because i cvsup'ed the > ports along with cvsup'ing the source tree. Two things you can try. First: mkdir testdir cd testdir echo 'all:' > Makefile make If that gives you errors, the problem is either with make itself, or with /usr/share/mk. If it doesn't give you errors, try 'rm -r /usr/ports/Mk /usr/ports/archivers/arj' and then cvsup again and see what happens. Also, if your supfile for ports doesn't look something like this: $ grep -v ^# /usr/share/examples/cvsup/ports-supfile *default host=CHANGE_THIS.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress ports-all Try using that (change the first line obviously). -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message