Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694556 - dev-lang/julia-1.1.1 should depend on sci-libs/suitesparseconfig? - make[1]: *** [Makefile:196: /var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/usr/lib/julia/libsuitesparseconfig.so] Error 1
Summary: dev-lang/julia-1.1.1 should depend on sci-libs/suitesparseconfig? - make[1]: ...
Status: RESOLVED OBSOLETE
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-09-16 13:38 UTC by Alessandro Barbieri
Modified: 2020-10-12 22:24 UTC (History)
2 users (show)

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


Attachments
info (info,13.41 KB, text/plain)
2019-09-16 13:39 UTC, Alessandro Barbieri
Details
julia-1.1.1:20190916-105406.log.xz (julia-1.1.1:20190916-105406.log.xz,204.81 KB, application/x-xz)
2019-09-16 13:40 UTC, Alessandro Barbieri
Details
recent build failure (build.tar.xz,139.98 KB, application/x-xz)
2020-10-12 21:02 UTC, jeff.lemos.a
Details
emerge_info (emerge_info.txt,7.89 KB, text/plain)
2020-10-12 21:11 UTC, jeff.lemos.a
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2019-09-16 13:38:43 UTC
log not so helpful

REALPATH=`/var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/usr/tools/libwhich -p libsuitesparseconfig.so` && REALPATH_wd="`pwd`" && REALPATH_=`readlink -n ${REALPATH} || true` && if [ -n "${REALPATH_}" ]; then REALPATH_wd=`dirname
"${REALPATH}"`; REALPATH="${REALPATH_}"; fi && if [ -z "`echo ${REALPATH} | grep '^/'`" ]; then REALPATH=${REALPATH_wd}/${REALPATH}; fi && REALPATH_=`objdump -p "${REALPATH}" | awk '/SONAME/ {print $2}'` && if [ -n "${REALPATH_}" ]; then
 REALPATH_=$(dirname "${REALPATH}")/${REALPATH_}; if [ -e "${REALPATH_}" ]; then REALPATH=${REALPATH_}; fi; fi && [ -e "$REALPATH" ] && ([ ! -e "/var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/usr/lib/julia/libsuitesparseconfig.so
" ] || rm "/var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/usr/lib/julia/libsuitesparseconfig.so") && echo ln -sf "$REALPATH" "/var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/usr/lib/julia/libsuitesparseconfig.so" && ln -sf
 "$REALPATH" "/var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/usr/lib/julia/libsuitesparseconfig.so"
make[1]: *** [Makefile:196: /var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/usr/lib/julia/libsuitesparseconfig.so] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-lang/julia-1.1.1/work/julia-1.1.1/base'
make: *** [Makefile:63: julia-base] Error 2
make: *** Waiting for unfinished jobs....


another question: does Julia bundle suitesparse too?
Comment 1 Alessandro Barbieri 2019-09-16 13:39:05 UTC
Created attachment 589998 [details]
info

emerge --info
Comment 2 Alessandro Barbieri 2019-09-16 13:40:01 UTC
Created attachment 590000 [details]
julia-1.1.1:20190916-105406.log.xz

build.log
Comment 3 Matthias Maier gentoo-dev 2020-04-04 19:04:53 UTC
>Julia-1.20 uses a bundled version.
Comment 4 jeff.lemos.a 2020-10-12 21:02:56 UTC
Created attachment 664912 [details]
recent build failure

I am also having problem with suitesparseconfig even though I am emerging more recent versions
Comment 5 jeff.lemos.a 2020-10-12 21:11:14 UTC
Created attachment 664915 [details]
emerge_info

On the case of julia I have turned off every optimization other then -O2
Comment 6 jeff.lemos.a 2020-10-12 22:24:50 UTC
I have suitesparseconfig already installed as dependency for other programs, could it be a problem?