Changes between Initial Version and Version 1 of Ticket #37277


Ignore:
Timestamp:
Dec 11, 2012, 11:25:37 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

:info:build Undefined symbols for architecture x86_64:
:info:build   "__gfortran_compare_string", referenced from:
:info:build       _ilaenv_ in liblapack.a(ilaenv.o)
:info:build   "__gfortran_concat_string", referenced from:
:info:build       _dgesvd_ in liblapack.a(dgesvd.o)
:info:build       _dormbr_ in liblapack.a(dormbr.o)
:info:build       _dormlq_ in liblapack.a(dormlq.o)
:info:build       _dormqr_ in liblapack.a(dormqr.o)
:info:build ld: symbol(s) not found for architecture x86_64

We should probably start by trying to update shogun to 2.0.0 and then see where we are.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37277

    • Property Keywords moutain lion removed
    • Property Summary changed from problems installing SHOGUN with Moutain Lion to shogun: Undefined symbols: __gfortran_compare_string __gfortran_concat_string
  • Ticket #37277 – Description

    initial v1  
    33I am trying to install SHOGUN with Moutain Lion 10.8.2, MacPorts 2.1.2, Xcode 4.5.2, python27.
    44I followed the instructions:
     5{{{
    56sudo port selfupdate
    67sudo port install swig -php5 -ruby -perl +python
    78sudo port install shogun
     9}}}
    810 
    911I saw that I am not the only one to have this problem but don't find the solution.
     
    1113Here is the error (I attach the log file)
    1214
    13 
     15{{{
    1416--->  Computing dependencies for shogun
    1517--->  Fetching archive for shogun
     
    3032    http://guide.macports.org/#project.tickets
    3133Error: Processing of port shogun failed
    32 
     34}}}
    3335
    3436Thanks