pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/34036 (pkgsrc no longer fetches files)
The following reply was made to PR pkg/34036; it has been noted by GNATS.
From: "Stuart Shelton" <srcshelton%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
Date: Thu, 20 Jul 2006 16:46:45 +0100
> Can you try running bootstrap again on your machine?
Unless something very strange is going on, there also seems to be a
bug in the bootstrap script:
bootstrap/bootstrap contains:
run_cmd "$install_sh -c -o $user -g $group -m 755
$wrkdir/install-sh/install-sh $prefix/bin/install-sh"
(line 702 - note that this only occurs on OS where "need_bsd_install"
is set, and so may not have been picked up)
Now "$wrkdir/install-sh" exists, and is the install-sh script.
However, "$wrkdir/install-sh/install-sh" doesn't, and so the script
fails.
Home |
Main Index |
Thread Index |
Old Index