Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202474 - dbus fails to add group in install phase
Summary: dbus fails to add group in install phase
Status: RESOLVED INVALID
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: x86 FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-16 16:19 UTC by Goran Mekić
Modified: 2008-02-28 15:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2007-12-16 16:19:54 UTC
In ebuild groupadd is called which doesn't exist on FreeBSD. The proper way for FreeBSD is "pw group add <group>". I would write the patch for ebuild but don't know what's the best way of checking OS.

Reproducible: Always

Steps to Reproduce:
Comment 1 Goran Mekić 2007-12-16 21:40:18 UTC
It was my mistake. My CHOST was totally fucked up. Sorry about this. It works like a charm now.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2008-02-28 15:48:41 UTC
marking invalid as per original reporter's comment