Date: Wed, 13 Jun 2018 17:19:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228993] lang/julia: fix RUNPATH in 0.6.3 Message-ID: <bug-228993-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228993 Bug ID: 228993 Summary: lang/julia: fix RUNPATH in 0.6.3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: iblis@hs.ntnu.edu.tw Created attachment 194229 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194229&action= =3Dedit julia 0.6.3_1 patch Reported by user: on the startup of `julia` ``` WARNING: Error during initialization of module LinAlg: ErrorException("could not load library "libopenblasp" /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc6/libgfortran.so.3 not found") WARNING: Error during initialization of module CHOLMOD: ErrorException|"could not load library "libcholmod" /usr/local/lib/libcholmod.so.1: Undefined symbol "colamd_printf"") ``` This is caused by RUNPATH overriding during the `install` stage. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228993-7788>