Changes between Initial Version and Version 1 of Ticket #44516


Ignore:
Timestamp:
Jul 31, 2014, 10:42:08 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the entire main.log file.

Mavericks ships with Python 2.7.6. However, it does not matter what version of Python the OS comes with, since MacPorts will not use it and will instead install a copy of its own, so you may feel free to use whatever version of Python with redland-bindings that you wish. Unless you have a specific reason to prefer the older python25, you should use python27.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44516

    • Property Owner changed from macports-tickets@… to arto.bendiken@…
    • Property Port redland-bindings added
  • Ticket #44516 – Description

    initial v1  
    11I`m try to install this port (redland-bindings) but first I got the error saying I had to choose a variant, so after listing the vatiants I guessed python25 would be a good one, once I running Mavericks which uses python 2.5.
    22
    3 So I`m just running: $ sudo port install redland-bindings +python25
     3So I`m just running:
     4{{{
     5$ sudo port install redland-bindings +python25
     6}}}
    47
    58These are all the flavors of errors I got in the /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_redland-bindings/redland-bindings/main.log:
    69
     10{{{
    711:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
    8 
    912:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
    10 
    1113:info:build make[3]: *** [Redland-stamp] Error 1
    12 
    1314:info:build make[2]: *** [all-recursive] Error 1
    14 
    1515:info:build make[1]: *** [all-recursive] Error 1
    16 
    1716:info:build make: *** [all] Error 2
    18 
    1917:error:build org.macports.build for port redland-bindings returned: command execution failed
    20 
    2118:debug:build Error code: CHILDSTATUS 27289 2
     19}}}