[MacPorts] #40019: pspp 0.8.0 install fails - can't find libgslblas
#40019: pspp 0.8.0 install fails - can't find libgslblas ------------------------------+-------------------------------- Reporter: david.w.watson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: pspp ------------------------------+-------------------------------- But is is installed : gsl @1.15_2+gcc47+optimize+universal -- Ticket URL: <https://trac.macports.org/ticket/40019> MacPorts <http://www.macports.org/> Ports system for OS X
#40019: pspp 0.8.0 install fails - can't find libgslblas -------------------------------+---------------------- Reporter: david.w.watson@… | Owner: snc@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: pspp | -------------------------------+---------------------- Changes (by snc@…): * status: new => assigned * owner: macports-tickets@… => snc@… Comment: The log seems to indicate that the gsl with those variants is missing cblas_dsdot from its libraries. While I'll work to verify the test actually checks for that, can you see if it's actually in the libraries of gsl? -- Ticket URL: <https://trac.macports.org/ticket/40019#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40019: pspp 0.8.0 can't find cblas_dsdot () in optimized libgslblas -------------------------------+---------------------- Reporter: david.w.watson@… | Owner: jochen@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: pspp gsl | -------------------------------+---------------------- Changes (by snc@…): * status: assigned => new * owner: snc@… => jochen@… * version: 2.2.0 => * port: pspp => pspp gsl Comment: Assigning to gsl maintainer for more gsl knowledge. The configure test is an extern virtual and an attempt to call it. If it fails with -lgslcblas flag then it is not considered a viable library even though gsl is installed. Perhaps the optimized gsl is missing this function. Any suggestions, jochen? -- Ticket URL: <https://trac.macports.org/ticket/40019#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40019: pspp 0.8.0 can't find cblas_dsdot () in optimized libgslblas -------------------------------+---------------------------- Reporter: david.w.watson@… | Owner: dtakahashi42@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: pspp gsl | -------------------------------+---------------------------- Changes (by jochen@…): * owner: jochen@… => dtakahashi42@… Comment: New GSL maintainer is Daisuke Takahashi; Daisuke can you please take care of further issues in this ticket? -- Ticket URL: <https://trac.macports.org/ticket/40019#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#40019: pspp 0.8.0 can't find cblas_dsdot () in optimized libgslblas -------------------------------+---------------------------- Reporter: david.w.watson@… | Owner: dtakahashi42@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: invalid | Keywords: Port: pspp gsl | -------------------------------+---------------------------- Changes (by jochen@…): * status: new => closed * resolution: => invalid Comment: You need to link against libgslcblas! libgslblas should not even exist, I believe. {{{
otool -L /opt/local/lib/libgslcblas.a | grep dsdot /opt/local/lib/libgslcblas.a(sdsdot.o): /opt/local/lib/libgslcblas.a(dsdot.o): }}}
-- Ticket URL: <https://trac.macports.org/ticket/40019#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#40019: pspp 0.8.0 can't find cblas_dsdot () in optimized libgslblas -------------------------------+---------------------------- Reporter: david.w.watson@… | Owner: dtakahashi42@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: pspp gsl | -------------------------------+---------------------------- Changes (by dtakahashi42@…): * status: closed => reopened * resolution: invalid => Comment: I think we should keep this issue open, because the log indicates something wrong in libgslcblas, although I could not reproduce the problem. The libgslcblas.a has *_dsdot, and configure of pspp works fine here. {{{ $ nm /opt/local/lib/libgslcblas.a|grep dsdot /opt/local/lib/libgslcblas.a(sdsdot.o): 0000000000000000 T _cblas_sdsdot /opt/local/lib/libgslcblas.a(dsdot.o): 0000000000000000 T _cblas_dsdot }}} I would like to ask you how to install with +optimize variant? On recent machines, it is not possible due to the AVX problem (see #38271). -- Ticket URL: <https://trac.macports.org/ticket/40019#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts