#19131: ruby fails to build with MacPorts trunk (1.8.0) on 10.4 ----------------------------------+----------------------------------------- Reporter: devans@… | Owner: kimuraw@… Type: defect | Status: closed Priority: Normal | Milestone: MacPorts 1.8.0 Component: base | Version: 1.8.0 Resolution: fixed | Keywords: ruby Port: | ----------------------------------+----------------------------------------- Changes (by pguyot@…): * status: assigned => closed * resolution: => fixed Comment: The culprit is a call to getgrnam(2) with $macportsuser as the parameter (which typically is "root"). This function takes a group name, not a user name. Under 10.5, however, there is a group called "root", and therefore it works. A fix was committed in r51522. -- Ticket URL: <http://trac.macports.org/ticket/19131#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS