Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508800 - net-misc/stargazer should depend on virtual/mysql instead of dev-db/mysql
Summary: net-misc/stargazer should depend on virtual/mysql instead of dev-db/mysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vladimir Pavljuchenkov (SpiderX)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-26 15:27 UTC by Brian Evans (RETIRED)
Modified: 2014-04-26 22:24 UTC (History)
4 users (show)

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


Attachments
updated ebuild (stargazer-2.408-r1.ebuild,19.63 KB, text/plain)
2014-04-26 20:35 UTC, Vladimir Pavljuchenkov (SpiderX)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2014-04-26 15:27:09 UTC
Please depend on virtual/mysql instead of dev-db/mysql

The mysql team will be supporting several forks and no ebuild should depend on one unless it requires a certain feature not available in others.
Comment 1 Vladimir Pavljuchenkov (SpiderX) 2014-04-26 20:35:56 UTC
Created attachment 375802 [details]
updated ebuild

1. Replaced dev-db/mysql with virtual/mysql. Tested work with dev-db/mariadb on x86 and amd64.
2. Added epatch_user.
3. Fixed 'Failed to move library directory for multilib support' on x86 (mv: cannot move ‘/var/tmp/portage/net-misc/stargazer-2.408-r1/image//usr/lib’ to a subdirectory of itself, ‘/var/tmp/portage/net-misc/stargazer-2.408-r1/image//usr/lib/lib’)
Comment 2 Vladimir Pavljuchenkov (SpiderX) 2014-04-26 20:39:04 UTC
Please review and commit an ebuild.
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-04-26 22:24:17 UTC
+  26 Apr 2014; Tom Wijsman <TomWij@gentoo.org> stargazer-2.408.ebuild:
+  Depending on virtual/mysql instead of dev-db/mysql, added epatch_user, fixed
+  move of library directory; fixes bug #508800, reported by Brian Evans
+  (grknight), proxied commit for SpiderX.

Thank you very much for reporting and contributing.