From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 22:39:53 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD55216A4DF for ; Mon, 21 Aug 2006 22:39:53 +0000 (UTC) (envelope-from o_sleep@belovedarctos.com) Received: from chipotle.belovedarctos.com (mail.belovedarctos.com [66.114.86.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFFF43D46 for ; Mon, 21 Aug 2006 22:39:53 +0000 (GMT) (envelope-from o_sleep@belovedarctos.com) Received: from [10.0.1.99] (unknown [10.0.1.99]) by chipotle.belovedarctos.com (Postfix) with ESMTP id 70A632E044; Mon, 21 Aug 2006 22:39:52 +0000 (UTC) In-Reply-To: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> References: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bjorn Nelson Date: Mon, 21 Aug 2006 18:39:51 -0400 To: Bill Moran X-Mailer: Apple Mail (2.752.2) Cc: ports@freebsd.org Subject: Re: "make fetch" refuses because dependencies aren't installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 22:39:53 -0000 Bill, On Aug 21, 2006, at 5:07 PM, Bill Moran wrote: > > [root@ravage /usr/ports/www/bacula-web]# make fetch > This port requires the Apache Module or the CGI version of PHP, but > you have > already installed a PHP port without them. > *** Error code 1 > > This is on a dedicated fetch/NFS server. It's not supposed to have > mod_php installed. It would be pretty roundabout for me to install it > just for the purpose of fetching a package. > > The machines that mount the ports tree via NFS shares off this do not > have any access to the Internet for security reasons. Thus we use > this > machine to fetch packages into /usr/ports/distfiles, then we can build > them on the secured systems. > > It would make life easier if "make fetch" and "make fetch-recursive" > could ignore these kinds of dependency errors. It seems to me that > "make fetch*" should _never_ fail because of dependencies. I ran into the same problem and ended up making a script to do concurrent make fetches (with a high water mark of 15 concurrent fetches): http://www.onlamp.com/bsd/2006/04/13/examples/fetch_distfiles.sh Shameless plug, but I detail setting this up on page 2 of: http://www.onlamp.com/pub/a/bsd/2006/04/13/freebsd-build-system.html -Bjorn