FreeBSD unmaintained ports which are currently scheduled for deletion

Dennis Glatting freebsd at pki2.com
Wed Aug 13 04:31:21 UTC 2014


On Wed, 2014-08-13 at 06:17 +0200, Kurt Jaeger wrote:
> Hi!
> 
> > > I'll test it on poudriere, but it's CEST here and I have to get up
> > > early, so it will take probably until tomorrow evening to get to it.
> 
> There is one issue with the ordering of 'add the cacti user/group' and
> 'using it for a chown', but I do not know the fix right away. Will look
> at it when I find a bit more time.
> 
> ===>   Generating temporary packing list
> ===> Creating users and/or groups.
> /bin/mkdir -p /usr/local/home/pi/myp/net-mgmt/cacti/work/stage//usr/local/share/cacti
> /bin/mkdir -p /usr/local/home/pi/myp/net-mgmt/cacti/work/stage/var/log/cacti
> /bin/mkdir -p /usr/local/home/pi/myp/net-mgmt/cacti/work/stage/var/db/cacti/rra
> /bin/mkdir -p /usr/local/home/pi/myp/net-mgmt/cacti/work/stage/var/db/cacti/scripts
> /usr/sbin/chown -R cacti:cacti /usr/local/home/pi/myp/net-mgmt/cacti/work/stage/var/log/cacti  /usr/local/home/pi/myp/net-mgmt/cacti/work/stage/var/log/cacti
> chown: cacti: illegal group name
> *** Error code 1
> 

do_install in the Makefile does the chown. The user+group "cacti" is
defined (USERS+GROUPS) but I guess its installation in passwd/group
comes later in the process. The passwd/group insertion use to be done in
a script in files, which I did away with.

Hmm...






More information about the freebsd-ports mailing list