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

Bug 660596

Summary: dev-lang/julia-0.6.3-r1 lacks dependency to >=sci-libs/suitesparse-4.1
Product: Gentoo Linux Reporter: Shunsuke Shimizu <grafi>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: RESOLVED FIXED    
Severity: normal CC: cryptopsy, jstein, O01eg, patrick, sci
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/9553
Whiteboard:
Package list:
Runtime testing required: ---

Description Shunsuke Shimizu 2018-07-07 13:31:12 UTC
README says SuiteSparse is in the dependencies. (https://github.com/JuliaLang/julia/blob/v0.6.3/README.md)

The ebuild makes use of system SuiteSparse, so >=sci-libs/suitespase-4.1 must be included to DEPEND.

If it isn't installed, build fails with "libccolamd.so not found", which is a part of SuiteSparse. (julia-9999 requires more fixes, but I'll send another issue for that possibly after fixing upstream bugs.)
Comment 1 Shunsuke Shimizu 2018-07-07 13:32:18 UTC
Typo: suitespase->suitesparse
Comment 2 Jeffrey Lin 2018-08-14 03:12:13 UTC
It seems that suitesparse is a metapackage, and only sci-libs/ccolamd is actually needed for a successful compilation.
Comment 3 Matthias Maier gentoo-dev 2018-08-30 00:58:23 UTC
*** Bug 663428 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2018-08-31 02:32:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0305602d9b9adc2972985abef559e708ec25cd4b

commit 0305602d9b9adc2972985abef559e708ec25cd4b
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-08-30 02:14:48 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-08-31 02:31:07 +0000

    dev-lang/julia: Fix dependencies
    
    Closes: https://bugs.gentoo.org/660596
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-lang/julia/julia-0.6.3-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341370b1596682a9a74bc621e60831a90c38811a

commit 341370b1596682a9a74bc621e60831a90c38811a
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-08-30 02:13:22 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-08-31 02:30:59 +0000

    dev-lang/julia: Update live ebuild
    
    Bug: https://bugs.gentoo.org/660596
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-lang/julia/julia-9999.ebuild | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)