Bug 194275 - databases/mariadb55-server looks in wrong place for group identifier
Summary: databases/mariadb55-server looks in wrong place for group identifier
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-09 16:56 UTC by MMacD
Modified: 2016-01-13 07:58 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MMacD 2014-10-09 16:56:01 UTC
I tried to install mariadb55-server with user:group facs:wheel instead of the default mysql:mysql.  But the build failed because it couldn't find wheel in a file in /usr/ports:

===>  Staging for mariadb55-server-5.5.39
===>   Generating temporary packing list
===> Creating users and/or groups.
** Cannot find any information about group `wheel' in /usr/ports/GIDs.
*** [create-users-groups] Error code 1

That doesn't seem like a good place to look.  Even if it finds something, there's no guarantee that there won't be a conflict with the local value of whatever identifier it finds.  Unless there's something I'm missing about this, I'd think it should be looking for an existing local declaration instead (/etc/group?)
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-10-17 20:34:54 UTC
Fix synopsis and notify maintainer.
Comment 2 John Marino freebsd_committer freebsd_triage 2014-10-31 18:42:55 UTC
moving out of "triage" and into open since maintainer is well-aware.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2016-01-13 07:58:48 UTC
Hi,

This looks fixed to me.