[816] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

Problem installing

daemon@ATHENA.MIT.EDU (Wesley M. Conner)
Fri Aug 30 14:44:40 1996

Date: Fri, 30 Aug 1996 14:38:10 -0400
From: "Wesley M. Conner" <wesc@ayande.com>
Reply-To: wesc@ayande.com
To: zephyr-bugs@MIT.EDU

I'm attempting to build Zephyr "outside of an Athena environment".  I
also specified a --prefix entry on the ./configure line.  I'm building
on the following:

   % uname -a
   HP-UX loki B.10.01 B 9000/829 184871311 16-user license

Configuration was straight-forward and error free as was the build. 
When I attempted to install, I got the following error:

   % gmake install
   ./ensure-dir.sh /mnt/mnt1/npg 755
   ./ensure-dir.sh /mnt/mnt1/npg 755
   ./ensure-dir.sh /mnt/mnt1/npg/bin 755
   ./ensure-dir.sh /mnt/mnt1/npg/lib 755
   ./ensure-dir.sh /mnt/mnt1/npg/share 755
   ./ensure-dir.sh /mnt/mnt1/npg/etc/zephyr 755
   ./ensure-dir.sh /mnt/mnt1/npg/etc/zephyr/acl 755
   ./ensure-dir.sh /mnt/mnt1/npg/sbin 755
   ./ensure-dir.sh /mnt/mnt1/npg/include 755
   ./ensure-dir.sh /mnt/mnt1/npg/include/zephyr 755
   ./ensure-dir.sh /mnt/mnt1/npg/man 755
   ./ensure-dir.sh /mnt/mnt1/npg/man/man1 755
   ./ensure-dir.sh /mnt/mnt1/npg/man/man3 755
   ./ensure-dir.sh /mnt/mnt1/npg/man/man8 755
   ./install.sh -c -m 644 ./h/zephyr/mit-copyright.h \
	/mnt/mnt1/npg/include/zephyr
   ./install.sh -c -m 644 h/zephyr/zephyr.h /mnt/mnt1/npg/include/zephyr
   ./install.sh -c -m 644 h/zephyr/zephyr_err.h      
/mnt/mnt1/npg/include/zephyr
   install:  h/zephyr/zephyr_err.h does not exist
   gmake: *** [install] Error 1
 
I removed the following line from the Makefile -- just in case it wasn't
important or applied only in the event some error had occurred (been
detected) during configuration.

   $(INSTALL) -m 644 h/zephyr/zephyr_err.h $(includedir)/zephyr

Still no go.

   % gmake install
   ./ensure-dir.sh /mnt/mnt1/npg 755
   ./ensure-dir.sh /mnt/mnt1/npg 755
   ./ensure-dir.sh /mnt/mnt1/npg/bin 755
   ./ensure-dir.sh /mnt/mnt1/npg/lib 755
   ./ensure-dir.sh /mnt/mnt1/npg/share 755
   ./ensure-dir.sh /mnt/mnt1/npg/etc/zephyr 755
   ./ensure-dir.sh /mnt/mnt1/npg/etc/zephyr/acl 755
   ./ensure-dir.sh /mnt/mnt1/npg/sbin 755
   ./ensure-dir.sh /mnt/mnt1/npg/include 755
   ./ensure-dir.sh /mnt/mnt1/npg/include/zephyr 755
   ./ensure-dir.sh /mnt/mnt1/npg/man 755
   ./ensure-dir.sh /mnt/mnt1/npg/man/man1 755
   ./ensure-dir.sh /mnt/mnt1/npg/man/man3 755
   ./ensure-dir.sh /mnt/mnt1/npg/man/man8 755
   ./install.sh -c -m 644 ./h/zephyr/mit-copyright.h \
	/mnt/mnt1/npg/include/zephyr
   ./install.sh -c -m 644 h/zephyr/zephyr.h /mnt/mnt1/npg/include/zephyr
   for i in lib clients server zhm; do (cd $i; gmake  install) ||
exit    1; done
   gmake[1]: Entering directory `/mnt/mnt1/npg/src/zephyr-2.0.4/lib'
   for i in et ss dyn zephyr; do (cd $i; gmake -w install) || exit 1;   
done
   gmake[2]: Entering directory `/mnt/mnt1/npg/src/zephyr-2.0.4/lib/et'
   ../.././install.sh -c -m 644 libcom_err.a /mnt/mnt1/npg/lib
   install:  libcom_err.a does not exist
   gmake[2]: *** [install] Error 1
   gmake[2]: Leaving directory `/mnt/mnt1/npg/src/zephyr-2.0.4/lib/et'
   gmake[1]: *** [install] Error 1
   gmake[1]: Leaving directory `/mnt/mnt1/npg/src/zephyr-2.0.4/lib'
   gmake: *** [install] Error 1

Can you point me in the right direction?

Thanks,
Wes Conner

home help back first fref pref prev next nref lref last post