New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20990 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

regression (#19593): gtk-builder-convert fails with python 2.3

Reported by: stephen@… 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

comment:1 Changed 4 years ago by jmr@…

  • Owner changed from macports-tickets@… to nox@…

comment:2 Changed 4 years ago by nox@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.