Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716434 - dev-lang/julia-1.4.0-r1: emerge failed (emake failed)
Summary: dev-lang/julia-1.4.0-r1: emerge failed (emake failed)
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: 2020-04-06 10:21 UTC by Hugo Ribeiro
Modified: 2020-04-07 21:03 UTC (History)
3 users (show)

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


Attachments
julia-1.4.0-r1_build.log (build.log,13.89 KB, text/plain)
2020-04-06 10:21 UTC, Hugo Ribeiro
Details
emerge --info (emerge_info.log,7.00 KB, text/plain)
2020-04-06 10:23 UTC, Hugo Ribeiro
Details
ebuild patch (julia_ebuild.patch,1.14 KB, patch)
2020-04-07 18:13 UTC, foufou33
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Ribeiro 2020-04-06 10:21:07 UTC
Created attachment 630698 [details]
julia-1.4.0-r1_build.log

I could update to julia-1.4.0, but after the r1 revision the emerge fails in the early stages.
Comment 1 Hugo Ribeiro 2020-04-06 10:23:27 UTC
Created attachment 630750 [details]
emerge --info
Comment 2 foufou33 2020-04-07 15:50:53 UTC
it's complaining b/c it's unable to fetch 2 files during the build process 
https://curl.haxx.se/ca/cacert-2020-01-01.pem and https://api.github.com/repos/libgit2/libgit2/tarball/b3e1a56ebb2b9291e82dc027ba9cbcfc3ead54d3
Comment 3 foufou33 2020-04-07 18:13:39 UTC
Created attachment 631172 [details, diff]
ebuild patch

this dit the trick for me (well,at least it got it past the error. and now it is building)
Comment 4 Larry the Git Cow gentoo-dev 2020-04-07 21:03:09 UTC
The bug has been closed via the following commit(s):

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

commit a36e6964151da25e9bfe820f38a5e69104c5a94c
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2020-04-07 18:04:41 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2020-04-07 21:02:51 +0000

    dev-lang/julia: really download all bundled tarballs
    
    Closes: https://bugs.gentoo.org/716434
    Package-Manager: Portage-2.3.96, Repoman-2.3.22
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 dev-lang/julia/Manifest              | 2 ++
 dev-lang/julia/julia-1.4.0-r1.ebuild | 8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)