Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Mar 2019 17:40:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236185] devel/py-numpy: linker error
Message-ID:  <bug-236185-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236185

            Bug ID: 236185
           Summary: devel/py-numpy: linker error
           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: w.schwarzenfeld@utanet.at

py-numpy shows during compilation at lot of linker errors like this:

//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__getf2@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__floatunditf@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__subtf3@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__multf3@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__unordtf2@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__lttf2@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__addtf3@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__gttf2@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__divtf3@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__letf2@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__cpu_model@GCC_4.8.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__netf2@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__floatditf@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__eqtf2@GCC_4.6.0'
//usr/local/lib/gcc8/libgfortran.so.5: undefined reference to
`__floatsitf@GCC_4.6.0'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
  NOT AVAILABLE

but it builds to the end and installs. But I think, this could not be right.

--=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-236185-7788>