Bug #15562 | Package for Solaris 10 has invalid unix group 'wheel' reference | ||
---|---|---|---|
Submitted: | 7 Dec 2005 21:22 | Modified: | 14 Feb 2006 3:29 |
Reporter: | Alex Zhilyakov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.16 | OS: | Solaris (Solaris 10 / SPARC) |
Assigned to: | Kent Boortz | CPU Architecture: | Any |
[7 Dec 2005 21:22]
Alex Zhilyakov
[8 Dec 2005 9:47]
Valeriy Kravchuk
Thank you for a problem report. It is very easy to verify. Just unzip that .gz and use Solaris tools to get a detailed content of the package: gzip -d mysql-standard-5.0.16-solaris10-sparc.pkg.gz /usr/sbin/pkgchk -d mysql-standard-5.0.16-solaris10-sparc.pkg -l | grep wheel and you'll see a lot of Expected group: wheel messages. I had discussed the problem with our Engineering team. The workaround is to create that wheel group manually before installing MySQL package. The reason is that all our servers has this group (to be able to perfrom actions using sudo). But this is, surely, the packaging problem to be fixed some day.
[8 Feb 2006 19:23]
Kent Boortz
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: The packaging script is changed, packages in 4.1.19 and 5.0.19 will use the group 'bin' that always exists on Solaris.
[14 Feb 2006 3:29]
Paul DuBois
Noted in 4.1.19, 5.0.19 changelogs. Binary distributions for Solaris contained files with group ownership set to the non-existing <literal>wheel</literal> group. Now the <literal>bin</literal> group is used. (Bug #15562)