Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
To: None <jlam@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Stuart Shelton <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 07/20/2006 21:20:04
The following reply was made to PR pkg/34036; it has been noted by GNATS.

From: "Stuart Shelton" <srcshelton@gmail.com>
To: jlam@pkgsrc.org, gnats-bugs@netbsd.org
Cc: pkgsrc-bugs@netbsd.org
Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
Date: Thu, 20 Jul 2006 22:15:29 +0100

 > That has already been fixed on pkgsrc HEAD.  You'll need to update your
 > pkgsrc to pull in the fix.
 
 I've sync'd to CVS, and have another bootstrap problem... After
 buliding pkg_install the bootstrap process stops with:
 
 /bin/install-sh -m 755 -d /usr/bsd/man/man5
 bmake: exec(/bin/install-sh) failed (No such file or directory)
 *** Error code 1
 
 Stop.
 bmake: stopped in /usr/bsd/var/tmp/bootstrap/pkg_install/lib
 *** Error code 1
 
 Stop.
 bmake: stopped in /usr/bsd/var/tmp/bootstrap/pkg_install
 ===> exited with status 1
 aborted.
 
 This looks as if a $[prefix} is missing (can ac_install_sh be set for
 pkg_install's configure?  I tried passing this from the bootstrap
 script without luck, and the bootstrap script doesn't pass it through
 directly...) - any thoughts?