Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675326 - =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
Summary: =dev-lang/julia-1.1.0_rc1 - .../work/julia-1.1.0-rc1/src/llvmcalltest.cpp:6:1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-13 12:48 UTC by cryptopsy
Modified: 2019-05-25 17:31 UTC (History)
3 users (show)

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


Attachments
emerge --info (info,5.67 KB, text/plain)
2019-01-19 20:23 UTC, cryptopsy
Details

Note You need to log in before you can comment on or make changes to this bug.
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.