[Bug 228993] lang/julia: fix RUNPATH in 0.6.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 13 17:19:25 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228993

            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 at FreeBSD.org
          Reporter: iblis at hs.ntnu.edu.tw

Created attachment 194229
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194229&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list