From owner-freebsd-questions@FreeBSD.ORG Sat Sep 24 23:11:52 2005 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 A780216A41F for ; Sat, 24 Sep 2005 23:11:52 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3630C43D48 for ; Sat, 24 Sep 2005 23:11:51 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1EJJAL-00023Z-FF for freebsd-questions@freebsd.org; Sun, 25 Sep 2005 01:10:45 +0200 Received: from r5k120.chello.upc.cz ([86.49.10.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2005 01:10:45 +0200 Received: from martinkov by r5k120.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2005 01:10:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: martinko Date: Sun, 25 Sep 2005 00:44:39 +0200 Lines: 41 Message-ID: <4335D6D7.8010706@pobox.sk> References: <20050924141218.CE8F416415C@ws1-4.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k120.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050919 X-Accept-Language: sk, cs, en-gb, en-us, en In-Reply-To: <20050924141218.CE8F416415C@ws1-4.us4.outblaze.com> Sender: news Subject: Re: portupgrade + make_ports.sh: Fixing everything in one go 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: Sat, 24 Sep 2005 23:11:52 -0000 Fafa Hafiz Krantz wrote: > Hello! > > I thought I'd ask you all if my make_ports.sh is as convenient as I think > it is, or if it's totally off track or what not: > > # cat make_ports.sh > > cvsup -g -L 2 /etc/cvsupfile > cd /usr/ports > make fetchindex > portupgrade -raP > portsdb -uU > pkgdb -F > portsclean -CDLP > > As for "portupgrade -raP" I want it to only use packages since my system > is very slow, and recompiling all my ports is not an option. This command, > however, doesn't seem to work at all. > > I get a lot of: > > ** The command returned a non-zero exit status: 1 > ** Failed to fetch ... > > And it ends up compiling my ports instead ... > > I truly hope anyone can help. > Thanks! > > -- > Fafa Hafiz Krantz > Research Designer @ http://www.bleed.com > > fafa, try to use 'portupgrade -raPP' martin