First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 105278
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tobias Hahn <tobhahn@web.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105278 depends on: Show dependency tree
Bug 105278 blocks: 105281
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-08 09:45 0000
The clamav ebuild creates user and group clamav using enewuser/enewgroup. After
doing so, it calls 

pwconv || die

which IMHO is a Linux specific command converting from /etc/passwd to
/etc/shadow, i.e. not portable. Even under Linux it assumes everybody is using
shadow passwords. It breaks compilation on darwin/osx since darwin uses a
completely different user management (netinfo). If there is the need to do
something like pwconv, it should automatically be done by enewuser. User and
group creation should be done in a consistent manner across all ebuilds.

Most ebuilds that add new users seem to be able to do without pwconv. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Andrej Kacian (RETIRED) 2005-09-08 12:09:51 0000 -------
You're right, there's no need for pwconv. Removed in CVS, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug