portsdb -U fails

r t g tan rotan at seatle.demon.nl
Sun Feb 1 23:53:48 PST 2004


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:
> 
> > > 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'.
> > > 
> > > Kris
> > 
> > Hi Kris,
> > 
> > The following line from /usr/local/sbin/make_describe_pass1:
> > 	
> > 	open("|cd #{dir} && make -k -j3 -f -", 'w') do |w|
> > 
> > I changed to:
> > 
> > 	open("|cd #{dir} && make -", 'w') do |w|
> > 	
> > now portsdb -U is running for quite some time.
> > 
> > I have no idea what it is doing though.
> 
> No, that's not quite what I said..just remove the -j3 and leave the other arguments untouched.
> 
> Kris

Hi Kris,

I did that at first but the problem still remained.

At this time I just cvsupped my ports again, and tried 
it again with: 	open("|cd #{dir} && make -k -f -", 'w') do |w|

Still nu luck,

Robert


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040202/073f499b/attachment.bin


More information about the freebsd-questions mailing list