Opened 10 years ago

Last modified 10 years ago

#44516 closed defect

Installing redland-bindings — at Version 1

Reported by: dcguim (Dan Guim) Owned by: arto.bendiken@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: redland-bindings

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I`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.

So I`m just running:

$ sudo port install redland-bindings +python25

These 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:

:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[3]: *** [Redland-stamp] Error 1
:info:build make[2]: *** [all-recursive] Error 1
:info:build make[1]: *** [all-recursive] Error 1
:info:build make: *** [all] Error 2
:error:build org.macports.build for port redland-bindings returned: command execution failed
:debug:build Error code: CHILDSTATUS 27289 2

Change History (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to arto.bendiken@…
Port: redland-bindings added

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.

Note: See TracTickets for help on using tickets.