Subject: Problems with package build...
To: None <port-mac68k@netbsd.org>
From: Kevin MacDonell <kmacd@pacbell.net>
List: port-mac68k
Date: 04/02/1999 08:14:35
I can't quite figure out what's wrong here and what to do about it.
Any help would be appreciated...
I'm building the bison package (I've built lots of them successfully
and found a bug that I sent to the GNU folks),
but I don't seem to have the "install-info" that is being sought (see below)...

---<CLIP>-------------

root# make install
===>  Installing for bison-1.27
/bin/sh ./mkinstalldirs /usr/pkg/bin
  install -c -s -o root -g wheel -m 555  bison /usr/pkg/bin/bison
/bin/sh ./mkinstalldirs /usr/pkg/info
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.info
/usr/pkg/info/bison.in
fo
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.info-1
/usr/pkg/info/bison.
info-1
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.info-2
/usr/pkg/info/bison.
info-2
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.info-3
/usr/pkg/info/bison.
info-3
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.info-4
/usr/pkg/info/bison.
info-4
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.info-5
/usr/pkg/info/bison.
info-5
 install-info --info-dir=/usr/pkg/info /usr/pkg/info/bison.info
make  install-man1
/bin/sh ./mkinstalldirs /usr/pkg/man/man1
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.1
/usr/pkg/man/man1/bison.1
/bin/sh ./mkinstalldirs /usr/pkg/share
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.simple
/usr/pkg/share/bison
.simple
 /usr/bin/install -c -o root -g wheel -m 644 ./bison.hairy
/usr/pkg/share/bison.
hairy
/bin/echo "install-info --info-dir=/usr/pkg/info /usr/pkg/info/bison.info";
ins
tall-info --remove --info-dir=/usr/pkg/info /usr/pkg/info/bison.info;
install-i
nfo --info-dir=/usr/pkg/info /usr/pkg/info/bison.info
install-info --info-dir=/usr/pkg/info /usr/pkg/info/bison.info
install-info: not found
*** Error code 127

Stop.
*** Error code 1

Stop.

[1]    Exit 1                 make install
root#
---<END CLIP>-------------


Thanks,
Kevin