#18771: New port "munin": Extensible system monitoring tool ----------------------------------+----------------------------------------- Reporter: adambyrtek@… | Owner: raimue@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.7.0 Keywords: | Port: munin ----------------------------------+----------------------------------------- Changes (by raimue@…): * owner: macports-tickets@… => raimue@… * status: new => assigned Comment: Tried to install: {{{ ---> Staging munin into destroot Error: " [...] " returned error 2 Command output: echo Group munin nonexistant. Create the group and retry; exit 2 Group munin nonexistant. Create the group and retry make: *** [install-node-non-snmp] Error 2 Error: Status 1 encountered during processing. }}} But the group and user do exist: {{{ $ dsmemberutil getid -G munin gid: 504 $ dsmemberutil getid -U munin uid: 504 }}} The Makefile tries to use `nicl` which does not exist on Leopard anymore. It should use `dscl` instead, which is available for both Tiger and Leopard IIRC. The tools seem to use the same syntax, so it is as simple as replacing `nicl` with `dscl`. -- Ticket URL: <http://trac.macports.org/ticket/18771#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS