Xymon Mailing List Archive search

gmake install and chown/chgrp problem with 4.1.2pre on Solaris

list Dominique Frise
Mon, 13 Mar 2006 08:45:35 +0100
Message-Id: <user-7d5a225649e8@xymon.invalid>

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