Subject: Re: Help for "can not find install-sh..."
To: Frederick Bruckman <fredb@immanent.net>
From: Peter Kozberski <pkoz@adam.com.au>
List: netbsd-help
Date: 06/17/2002 10:08:13
On Thu 13 Jun, Frederick Bruckman wrote:
> 
> On Thu, 13 Jun 2002, Peter Kozberski wrote:
> >
> > On my 1.5.2-i386 system I've used make fetch-list to download the
> > source files that I need to load some packages.
> > For some packages that I try to make, I see  "can not find install-sh
> > or install.sh in scripts ./scripts cp:*.c: No such file or directory"
> > I don't know what this means or how to fix it.
> >
> > Does it have anything to do with GNU libs?
> 
> Which packages? The error occurs at install time? or when?

At "make install". All other kde2 installed ok: 

=> Checksum OK for kdegraphics-2.2.2.tar.bz2.
===> Extracting for kdegraphics-2.2.2nb1
===> Required package ghostscript>=6.01: NOT found
===> Verifying reinstall for ../../print/ghostscript
===> Configuring for ghostscript-6.01nb4
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether /usr/pkg/bin/gmake sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) cc
checking whether the C compiler (cc -I/usr/pkgsrc/print/ghostscript/work/.buildlink/include -O2 -DA4 -DHAVE_MKSTEMP=1 -I/usr/pkg/share/x11-links/include -L/usr/pkgsrc/print/ghostscript/work/.buildlink/lib  -L/usr/pkg/share/x11-links/lib -
Wl,-R/usr/X11R6/lib -Wl,-R/usr/pkg/lib) works... yes
checking whether the C compiler (cc -I/usr/pkgsrc/print/ghostscript/work/.buildlink/include -O2 -DA4 -DHAVE_MKSTEMP=1 -I/usr/pkg/share/x11-links/include -L/usr/pkgsrc/print/ghostscript/work/.buildlink/lib  -L/usr/pkg/share/x11-links/lib -
Wl,-R/usr/X11R6/lib -Wl,-R/usr/pkg/lib) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++  -L/usr/pkgsrc/print/ghostscript/work/.buildlink/lib  -L/usr/pkg/share/x11-links/lib -Wl,-R/usr/X11R6/lib -Wl,-R/usr/pkg/lib) works... yes
checking whether the C++ compiler (c++  -L/usr/pkgsrc/print/ghostscript/work/.buildlink/lib  -L/usr/pkg/share/x11-links/lib -Wl,-R/usr/X11R6/lib -Wl,-R/usr/pkg/lib) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for malloc.h... (cached) yes
checking for syslog.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking which type of build... release
checking for 8-bit clean memcmp... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
updating cache ./config.cache
creating ./config.status
creating Makefile
loading cache ./config.cache
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


The same applies for usr/pkgsrc/finance/gnucash.
The dependent files are there but it bombs at:

updating cache ./config.cache
creating ./config.status
creating Makefile
loading cache ./config.cache 


-- Peter Kozberski