[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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