Opened 15 years ago
Closed 15 years ago
#20990 closed defect (fixed)
regression (#19593): gtk-builder-convert fails with python 2.3
Reported by: | yaseppochi (Stephen J. Turnbull) | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.99 |
Keywords: | Cc: | ||
Port: | gtk2 |
Description
The function `reversed' is not available in 2.3.
This prevents gnome-keyring (at least) from building.
I changed the script shebang to
#! /usr/bin/env python2.4
which worked for me. It might be a better idea to make that Python 2.5, since that's the Python supplied by Apple in "Leopard", and anybody running MacPorts on 10.4 "Tiger" probably is used to installing zillions of packages to make up for obsolete version in Mac OS.
Mac OS X 10.4.11 "Tiger" iBook G4 (PPC) MacPorts from svn (tree up-to-date to r56680, installation getting there but lots of regressions for PPC ... probably about a dozen that still won't build for me)
Change History (2)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to nox@… |
---|
comment:2 Changed 15 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r56788