#25529 closed defect (duplicate)
Unable to install python25 +universal on 10.6
Reported by: | x.pechoultres@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | python25 |
Description
sudo port install gettext-lint ---> Computing dependencies for gettext-lint ---> Dependencies to be installed: python25 ---> Building python25 Error: Target org.macports.build returned: shell command failed Log for python25 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python25/main.log Error: The following dependencies failed to build: python25 Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
Python25 is required but cannot be installed.
> port -v MacPorts 1.9.1
Attachments (1)
Change History (9)
comment:1 Changed 14 years ago by x.pechoultres@…
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to jwa@… |
---|---|
Port: | python25 added; gettext-lint removed |
Summary: | Unable to install gettext-lint on 10.6 → Unable to install python25 on 10.6 |
All this tells us is that python25 had an error installing. You need to attach the log mentioned in the output.
comment:3 Changed 14 years ago by x.pechoultres@…
Ok, I thought it was a dirty dependency between gettext-lint and an outdated Python version.
comment:4 Changed 14 years ago by x.pechoultres@…
> sudo port install python25---> Computing dependencies for python25 ---> Building python25 Error: Target org.macports.build returned: shell command failed Log for python25 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python25/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
comment:5 Changed 14 years ago by x.pechoultres@…
Compiler's options refers to PPC, strange !
/usr/bin/gcc-4.2 -c -arch ppc -arch i386
comment:6 Changed 14 years ago by x.pechoultres@…
Update : in the Makefile, I have replaced "-arch ppc" by "-arch x86_64", and failed again. But with only "-arch x86_64" it build.
comment:7 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:8 Changed 14 years ago by jmroot (Joshua Root)
Summary: | Unable to install python25 on 10.6 → Unable to install python25 +universal on 10.6 |
---|
Note: See
TracTickets for help on using
tickets.
Update : I use "universal_archs x86_64 i386"