New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23257 (closed defect: wontfix)

Opened 2 years ago

Last modified 15 months ago

py26-pyobjc does not build with python26 +ucs4

Reported by: jochen@… Owned by: jmr@…
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

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

Change History

Changed 2 years ago by jochen@…

Changed 2 years ago by jmr@…

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

Changed 2 years ago by jmr@…

  • summary changed from py26-pyobjc does not install to py26-pyobjc does not build with python26 +ucs4

Changed 18 months ago by jmr@…

Did 2.3 change anything here?

Changed 15 months ago by jmr@…

  • status changed from new to closed
  • resolution set to wontfix

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.