Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835629 - dev-lang/julia-1.7.1-r4 hangs during install
Summary: dev-lang/julia-1.7.1-r4 hangs during install
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-19 17:07 UTC by Helmut Jarausch
Modified: 2022-03-19 20:03 UTC (History)
4 users (show)

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


Attachments
emerge --info (julia.info,20.15 KB, text/plain)
2022-03-19 17:07 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2022-03-19 17:07:07 UTC
Created attachment 767381 [details]
emerge --info

Julia fails to build since it hangs after displaygin

cd /var/tmp/portage/dev-lang/julia-1.7.1-r4/work/julia-1.7.1/base && 
 if ! JULIA_BINDIR=/var/tmp/portage/dev-lang/julia-1.7.1-r4/work/julia-1.7.1/usr/bin \
   WINEPATH="/var/tmp/portage/dev-lang/julia-1.7.1-r4/work/julia-1.7.1/usr/bin;$WINEPATH" \
    /var/tmp/portage/dev-lang/julia-1.7.1-r4/work/julia-1.7.1/usr/bin/julia -O3 -C "native" --output-o \
    /var/tmp/portage/dev-lang/julia-1.7.1-r4/work/julia-1.7.1/usr/lib/julia/sys-o.a.tmp  \
    --startup-file=no --warn-overwrite=yes --sysimage /var/tmp/portage/dev-lang/julia-1.7.1-r4/work/julia-1.7.1/usr/lib/julia/sys.ji \
    /var/tmp/portage/dev-lang/julia-1.7.1-r4/work/julia-1.7.1/contrib/generate_precompile.jl 1; \
    then echo '*** This error is usually fixed by running `make clean`. If the error persists, try `make cleanall`. ***'; false; fi 
Generating REPL precompile statements... 25/36
Comment 1 Jonas Stein gentoo-dev 2022-03-19 17:47:55 UTC
I just test the ebuild in a testing environment with 64 GB RAM 
There were plenty warnings and I also saw the "clean message" you described,
but it compiled and installed fine.

$ julia 
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.7.1 (2021-12-22)
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |


Please add the complete build.log as attachment
as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Comment 2 Maciej Barć gentoo-dev 2022-03-19 20:03:06 UTC
So far looks like
https://bugs.gentoo.org/835499 and
https://bugs.gentoo.org/834152#c15