Opened 19 years ago

Closed 19 years ago

#3422 closed defect (fixed)

BUG: Python 2.2 buid_ext broken

Reported by: nirs@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Attachments (1)

setup.patch (433 bytes) - added by nirs@… 19 years ago.
patch

Download all attachments as: .zip

Change History (5)

comment:1 Changed 19 years ago by nirs@…

port build python22 fail on this:

File "./setup.py", line 693, in detect_modules

if ("--disable-tk" not in sysconfig.get_config_var("CONFIG_ARGS")):

TypeError: 'in <string>' requires character as left operand make: * [sharedmods] Error 1

if 'string' in 'another string' works only on Python 2.3 and later :-) seems that setup.py was changed with Python 2.3 code.

comment:2 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to pat@…

Changed 19 years ago by nirs@…

Attachment: setup.patch added

patch

comment:3 Changed 19 years ago by mww@…

Owner: changed from pat@… to mww@…
Summary: Python 2.2 buid_ext brokenBUG: Python 2.2 buid_ext broken

I'll check this as the maintainer doesn't seem to react;

comment:4 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited!

Note: See TracTickets for help on using tickets.