Opened 14 years ago

Closed 13 years ago

#23257 closed defect (wontfix)

py26-pyobjc does not build with python26 +ucs4

Reported by: jochen@… Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: py26-pyobjc

Description

Trying to install py26-pyobc on SL i386 (MacBook Core Duo) I get the following error:

building 'objc._objc' extension
/usr/bin/gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c Modules/objc/objc_util.m -o build/temp.macosx-10.6-i386-2.6/Modules/objc/objc_util.o -DPyObjC_STRICT_DEBUGGING -DMACOSX -DPyObjC_BUILD_RELEASE=1006 -no-cpp-precomp -DMACOSX -g -fexceptions -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -isysroot / -I/opt/local/include/libxml2 -Ibuild/codegen/ -Ilibffi-src/include -Ilibffi-src/powerpc
Modules/objc/objc_util.m:969:4: error: #error "Sorry, Wide Unicode builds not supported at the moment"
Modules/objc/objc_util.m:1165:4: error: #error "Sorry, Wide Unicode builds not supported at the moment"
error: command '/usr/bin/gcc-4.2' failed with exit status 1

This is not a universal build! Therefore, it's strange to see powerpc in the build-log... Full log is attached.

Attachments (1)

py26-pyobjc.log (104.1 KB) - added by jochen@… 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by jochen@…

Attachment: py26-pyobjc.log added

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Looks like upstream is not compatible with ucs4 builds of Python. Not sure if I can do anything about that.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Summary: py26-pyobjc does not installpy26-pyobjc does not build with python26 +ucs4

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Did 2.3 change anything here?

comment:4 Changed 13 years ago by jmroot (Joshua Root)

Resolution: wontfix
Status: newclosed

Apparently not. Anyway, this isn't something I'm going to be able to fix; talk to upstream about it.

Note: See TracTickets for help on using tickets.