Ticket #13838 (closed defect: fixed)
Problem installing redland-bindings +python (probably python 2.3 dependency)
| Reported by: | larlet@… | Owned by: | macsforever2000@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | arto.bendiken@…, captsolo@… | |
| Port: |
Description
I got some trouble with the python redland--binding on leopard, here is the difference with the ruby installation:
$ sudo port install redland-bindings +ruby ---> Fetching redland-bindings ---> Verifying checksum(s) for redland-bindings ---> Extracting redland-bindings ---> Configuring redland-bindings ---> Building redland-bindings with target all ---> Staging redland-bindings into destroot ---> Installing redland-bindings 1.0.6.1_0+ruby ---> Activating redland-bindings 1.0.6.1_0+ruby ---> Cleaning redland-bindings $ sudo port install redland-bindings +python ---> Building python23 with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python23/work/Python-2.3.6" && make all " returned error 2 Command output: gcc -L/opt/local/lib -u __dummy -u _PyMac_Error -framework System -framework CoreServices -framework Foundation -o python.exe \ Modules/python.o \ -L. -lpython2.3 -ldl -framework CoreServices -framework Foundation Undefined symbols: "__dummy", referenced from: ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [python.exe] Error 1 Error: The following dependencies failed to build: python23 Error: Status 1 encountered during processing.
The issue seemed to be a python23 dependency so I decide to install this one but I got another problem at this point:
$ sudo port install python23 ---> Building python23 with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python23/work/Python-2.3.6" && make all " returned error 2 Command output: gcc -L/opt/local/lib -u __dummy -u _PyMac_Error -framework System -framework CoreServices -framework Foundation -o python.exe \ Modules/python.o \ -L. -lpython2.3 -ldl -framework CoreServices -framework Foundation Undefined symbols: "__dummy", referenced from: ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [python.exe] Error 1 Error: Status 1 encountered during processing.
The issue had already been reported to the mailing-list without any suggestion so maybe this is the right place. Maybe the dependency could be set at python24 now? Let me know if I can help.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


