Changes between Initial Version and Version 1 of Ticket #30655


Ignore:
Timestamp:
Aug 8, 2011, 1:46:23 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Log says:

:info:build Undefined symbols for architecture x86_64:
:info:build   "__ZNSt8auto_ptrIN4geos4geom8EnvelopeEEcvSt12auto_ptr_refIT_EIS2_EEv", referenced from:
:info:build       virtual thunk to geos::geom::GeometryCollection::computeEnvelopeInternal() constin GeometryCollection.o
:info:build   "std::auto_ptr<geos::geom::Envelope>::auto_ptr(std::auto_ptr_ref<geos::geom::Envelope>)", referenced from:
:info:build       virtual thunk to geos::geom::GeometryCollection::computeEnvelopeInternal() constin GeometryCollection.o
:info:build ld: symbol(s) not found for architecture x86_64
:info:build collect2: ld returned 1 exit status

Duplicate of #30309.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30655

    • Property Status changed from new to closed
    • Property Cc opendarwin@… added
    • Property Summary changed from geos @3.3.0 Build error to geos @3.3.0: Undefined symbols __ZNSt8auto_ptrIN4geos4geom8EnvelopeEEcvSt12auto_ptr_refIT_EIS2_EEv
    • Property Keywords lion added; geos removed
    • Property Resolution changed from to duplicate
  • Ticket #30655 – Description

    initial v1  
    11Building geos on os x lion with
    22
     3{{{
    34sudo port install geos +universal
     5}}}
    46or
     7{{{
    58sudo port install geos
     9}}}
    610
    711fails with error:
    812
     13{{{
    914Error: Target org.macports.build returned: shell command failed (see log for details)
    1015Log for geos is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_geos/geos/main.log
    1116Error: Status 1 encountered during processing.
    1217To report a bug, see <http://guide.macports.org/#project.tickets>
     18}}}
    1319
    1420Logfile attached