From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 23:53:47 2004 Return-Path: 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 EAB6C16A4CE for ; Sun, 1 Feb 2004 23:53:47 -0800 (PST) Received: from seatle.demon.nl (seatle.demon.nl [195.173.228.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998DE43D3F for ; Sun, 1 Feb 2004 23:53:45 -0800 (PST) (envelope-from rotan@seatle.demon.nl) Received: from seatle.vredesdorp.nl (localhost [127.0.0.1]) by seatle.demon.nl (8.12.9p2/8.12.9) with ESMTP id i127tH8L082320 for ; Mon, 2 Feb 2004 08:55:18 +0100 (CET) (envelope-from rotan@seatle.vredesdorp.nl) Received: (from rotan@localhost) by seatle.vredesdorp.nl (8.12.9p2/8.12.9/Submit) id i127tChp082319 for freebsd-questions@freebsd.org; Mon, 2 Feb 2004 08:55:12 +0100 (CET) (envelope-from rotan) Date: Mon, 2 Feb 2004 08:55:12 +0100 From: r t g tan To: freebsd-questions@freebsd.org Message-ID: <20040202075512.GA54021@seatle.vredesdorp.nl> Mail-Followup-To: freebsd-questions@freebsd.org References: <20040130195143.GA93830@seatle.vredesdorp.nl> <20040130212826.GA86385@xor.obsecurity.org> <20040131210329.GA1385@seatle.vredesdorp.nl> <20040201212348.GA24109@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline In-Reply-To: <20040201212348.GA24109@xor.obsecurity.org> User-Agent: Mutt/1.4.1i Subject: Re: portsdb -U fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 07:53:48 -0000 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 01, 2004 at 01:23:48PM -0800, Kris Kennaway wrote: > On Sat, Jan 31, 2004 at 10:03:30PM +0100, r t g tan wrote: >=20 > > > portsdb -U is broken - I sent mail to the author the other day, but > > > didn't receive a reply yet. In the meantime, you can edit > > > /usr/local/sbin/make_describe_pass1 and change the 'make -j3' to > > > 'make'. > > >=20 > > > Kris > >=20 > > Hi Kris, > >=20 > > The following line from /usr/local/sbin/make_describe_pass1: > > =09 > > open("|cd #{dir} && make -k -j3 -f -", 'w') do |w| > >=20 > > I changed to: > >=20 > > open("|cd #{dir} && make -", 'w') do |w| > > =09 > > now portsdb -U is running for quite some time. > >=20 > > I have no idea what it is doing though. >=20 > No, that's not quite what I said..just remove the -j3 and leave the other= arguments untouched. >=20 > Kris Hi Kris, I did that at first but the problem still remained. At this time I just cvsupped my ports again, and tried=20 it again with: open("|cd #{dir} && make -k -f -", 'w') do |w| Still nu luck, Robert --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAHgJcPrUa+3sy+FMRAqdnAJ4wuM1oZ8du5uVfsa2Jk4jQbBWOsQCcDUgj EUV7qetdYS0FQF0mLX9TK7I= =6C86 -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT--