Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 505870

Summary: sys-cluster/slurm should depend on virtual/mysql instead of dev-db/mysql
Product: Gentoo Linux Reporter: Andreas Schäfer <gentryx>
Component: [OLD] ServerAssignee: Alexey Shvetsov <alexxy>
Status: RESOLVED FIXED    
Severity: normal CC: cluster, grknight
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixed ebuild

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