[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gmake install and chown/chgrp problem with 4.1.2pre on Solaris
- To: hobbit (at) hswn.dk
- Subject: gmake install and chown/chgrp problem with 4.1.2pre on Solaris
- From: Dominique Frise <Dominique.Frise (at) unil.ch>
- Date: Mon, 13 Mar 2006 08:45:35 +0100
- Organization: University of Lausanne
- User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.12) Gecko/20051003
Hi Henrik,
I noticed errors while installing stuff in the hobbitd directory.
----extract of gmake install-----
...
chown bb /var/log/hobbit /soft/pub/BB/hobbit/server
/soft/pub/BB/hobbit/server/* /soft/pub/BB/hobbit/server/bin/*
/soft/pub/BB/hobbit/server/etc/* /soft/pub/BB/hobbit/server/ext/*
/soft/pub/BB/hobbit/server/web/* /soft/pub/BB/hobbit/server/www/gifs
/soft/pub/BB/hobbit/server/www/gifs/* /soft/pub/BB/hobbit/server/www/menu
/soft/pub/BB/hobbit/server/www/menu/* /soft/pub/BB/hobbit/server/www/help
/soft/pub/BB/hobbit/server/www/notes /soft/pub/BB/hobbit/server/www/html
/soft/pub/BB/hobbit/server/www/wml /soft/pub/BB/hobbit/data
/soft/pub/BB/hobbit/data/* /soft/pub/BB/hobbit/cgi-bin
/soft/pub/BB/hobbit/cgi-bin/* /soft/pub/BB/hobbit/cgi-bin
/soft/pub/BB/hobbit/cgi-bin/*
chown: getting attributes of `/soft/pub/BB/hobbit/cgi-bin': No such file or
directory
chown: getting attributes of `/soft/pub/BB/hobbit/cgi-bin/*': No such file or
directory
chown: getting attributes of `/soft/pub/BB/hobbit/cgi-bin': No such file or
directory
chown: getting attributes of `/soft/pub/BB/hobbit/cgi-bin/*': No such file or
directory
gmake[1]: *** [install-cfg] Error 1
gmake[1]: Leaving directory `/soft/pub/hobbit-snapshot-4.1.2pre/hobbitd'
gmake: *** [install-hobbitd] Error 2
...
-----------------------------------
At that point, the $(INSTALLROOT)$(CGIDIR) and $(INSTALLROOT)$(SECURECGIDIR) do
not exist and the chown or chgrp for them return errors on Solaris.
Dominique