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

Bug 675326

Summary: =dev-lang/julia-1.1.0_rc1 - .../work/julia-1.1.0-rc1/src/llvmcalltest.cpp:6:10: fatal error: llvm/Config/llvm-config.h: No such file or directory
Product: Gentoo Linux Reporter: cryptopsy
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: RESOLVED FIXED    
Severity: normal CC: O01eg, patrick, sci
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description cryptopsy 2019-01-13 12:48:18 UTC
/tmp/portage/dev-lang/julia-1.1.0_rc1/work/julia-1.1.0-rc1/src/llvmcalltest.cpp:6:10: fatal error: llvm/Config/llvm-config.h: No such file or directory
Comment 1 cryptopsy 2019-01-19 20:23:24 UTC
Created attachment 562212 [details]
emerge --info
Comment 2 Oleg 2019-02-09 04:35:46 UTC
Looks like it caused:

make[1]: /tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools/llvm-config: Command not found
make[1]: /tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools/llvm-config: Command not found
which: no llvm-config in (/tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools)
make[1]: /tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools/llvm-config: Command not found
make[1]: /tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools/llvm-config: Command not found
make[1]: /tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools/llvm-config: Command not found
make[1]: /tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools/llvm-config: Command not found
make[1]: /tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools/llvm-config: Command not found
which: no llvm-config in (/tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools)
which: no llvm-config in (/tmp/portage/dev-lang/julia-1.1.0/work/julia-1.1.0/usr/tools)
Comment 3 Oleg 2019-02-09 06:34:53 UTC
As I see usr-staging/llvm-6.0.1/build_Release.tgz contains only ./tools/lit
Comment 4 Oleg 2019-02-09 07:03:19 UTC
It caused by upstream bug https://github.com/JuliaLang/julia/issues/23462
Comment 5 Matthias Maier gentoo-dev 2019-05-25 17:31:57 UTC
We have a patch for this downstream in 1.1.0 for the time being.