Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 780642 - dev-lang/julia-1.6.0 fails to install
Summary: dev-lang/julia-1.6.0 fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-06 17:35 UTC by Adam
Modified: 2021-04-08 02:31 UTC (History)
3 users (show)

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


Attachments
Output of $ emerge --info (emerge-info.txt,5.78 KB, text/plain)
2021-04-06 17:35 UTC, Adam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam 2021-04-06 17:35:31 UTC
Created attachment 698013 [details]
Output of $ emerge --info

* Messages for package dev-lang/julia-1.6.0:
* ERROR: dev-lang/julia-1.6.0::gentoo failed (install phase):
*   (no error message)
* 
* Call stack:
*     ebuild.sh, line 125:  Called src_install
*   environment, line 1393:  Called die
* The specific snippet of code:
*           cp "${S}/usr/lib/libLLVM"-?jl.so "${ED}/usr/$(get_libdir)/julia/" || die;

Output of `$ cd /usr/lib && ls -l | grep libLLVM` is empty

Output of `$ cd /usr/lib/llvm/11/lib64 && ls -l | grep libLLVM`
lrwxrwxrwx 1 root root       13 Mar 19 21:06 libLLVM-11.1.0.so -> libLLVM-11.so
-rwxr-xr-x 1 root root 63034328 Mar 19 21:06 libLLVM-11.so
-rw-r--r-- 1 root root   733562 Mar 19 21:06 libLLVMDemangle.a
lrwxrwxrwx 1 root root       13 Mar 19 21:06 libLLVM.so -> libLLVM-11.so
-rw-r--r-- 1 root root  5823538 Mar 19 21:06 libLLVMSupport.a
-rw-r--r-- 1 root root  1131550 Mar 19 21:06 libLLVMTableGen.a

Seems the libraries are installed just not properly linked.
Comment 1 Larry the Git Cow gentoo-dev 2021-04-08 02:31:16 UTC
The bug has been closed via the following commit(s):

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

commit f9eec87f0441f022f4851e4d78813d835f25528f
Author:     Jeffrey Lin <jeffrey@icurse.nl>
AuthorDate: 2021-03-28 06:15:34 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2021-04-08 02:05:37 +0000

    dev-lang/julia: add 1.6.0
    
    - dSFMT patches have been upstreamed, so split that into a package used
      by ::science. Also use system version of dev-libs/libutf8proc.
    
    - LLVM 11 is now supported.
    
    - Add curl as a direct dependency. The ssh USE flag is not strictly
      required unless cloning packages over ssh, but it will suppress errors
      and should be relatively small. Also, p7zip is needed for Pkg.
    
    - Remove some old baggage:
        - dev-libs/double-conversion: compiles fine without.
        - dev-libs/openspecfun: compiles fine without.
        - net-libs/libssh2: indirect dependency; add curl[ssh] instead.
        - sci-mathematics/glpk: hasn't been a dependency in years.
        - sci-mathematics/z3: doesn't seem to be an explicit dependency.
        - sys-libs/readline: hasn't been a dependency in years.
    
        - No need for separate stdlibs as upstream packs them into tarball.
    
        - Delete some sed commands where the lines to be changed no longer
          exist. Replace a patch+sed with a single sed.
    
        - Remove QA warning suppression now that upstream allows using
          system compiler support libraries (proper support for this was
          added after the 1.6.0 release, so patch is backported).
    
        - Sync Make.user with Make.inc and move make variables there.
    
    Closes: https://bugs.gentoo.org/728726
    Closes: https://bugs.gentoo.org/735764
    Closes: https://bugs.gentoo.org/778503
    Closes: https://bugs.gentoo.org/780444
    Closes: https://bugs.gentoo.org/780642
    Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 dev-lang/julia/Manifest                            |   3 -
 .../julia/files/julia-1.6.0-fix-system-csl.patch   | 271 +++++++++++++++++++++
 dev-lang/julia/julia-1.6.0.ebuild                  | 103 +++-----
 3 files changed, 303 insertions(+), 74 deletions(-)