Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505870 - sys-cluster/slurm should depend on virtual/mysql instead of dev-db/mysql
Summary: sys-cluster/slurm should depend on virtual/mysql instead of dev-db/mysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 11:57 UTC by Andreas Schäfer
Modified: 2014-07-30 01:03 UTC (History)
2 users (show)

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


Attachments
fixed ebuild (slurm-2.6.3.ebuild,8.09 KB, text/plain)
2014-03-26 11:58 UTC, Andreas Schäfer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schäfer 2014-03-26 11:57:22 UTC
Depending on dev-db/mysql creates a host of problems if dev-db/mariadb is installed. Slurm works just fine with MariaDB.

Reproducible: Always

Steps to Reproduce:
1. emerge mariadb
2. USE=mysql emerge slurm
Actual Results:  
2nd emerge fails

Expected Results:  
Emerge of slurm should succeed
Comment 1 Andreas Schäfer 2014-03-26 11:58:59 UTC
Created attachment 373572 [details]
fixed ebuild
Comment 2 Brian Evans (RETIRED) gentoo-dev 2014-05-20 12:24:06 UTC
alexxy:  Can we get this patch incorporated?
The mysql team is supporting multiple forks and mariadb will be the default implementation on new installs.

--- a/slurm-2.6.3.ebuild   2013-11-04 06:24:05.000000000 -0500
+++ b/slurm-2.6.3.ebuild   2014-05-20 08:18:18.634950429 -0400
@@ -36,7 +36,7 @@
        !sys-cluster/torque
        !net-analyzer/slurm
        !net-analyzer/sinfo
-       mysql? ( dev-db/mysql )
+       mysql? ( virtual/mysql )
        munge? ( sys-auth/munge )
        ypbind? ( net-nds/ypbind )
        pam? ( virtual/pam )
Comment 3 Brian Evans (RETIRED) gentoo-dev 2014-07-30 01:03:29 UTC
Maintainer timeout.  Committed changes