Subject: Re: pkg/34036 (pkgsrc no longer fetches files)
To: None <jlam@pkgsrc.org, gnats-bugs@netbsd.org>
From: Stuart Shelton <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 07/20/2006 22:15:29
> 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?