Opened 13 years ago
Closed 12 years ago
#32726 closed defect (wontfix)
py25-blist: ImportError: No module named _ctypes
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | py25-blist |
Description
From the buildbot:
---> Building py25-blist DEBUG: Executing proc-pre-org.macports.build-build-0 DEBUG: Executing org.macports.build (py25-blist) DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='-arch x86_64' CXXFLAGS='-arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py-blist/py25-blist/work/.CC_PRINT_OPTIONS' F90FLAGS='-m64' LDFLAGS='-arch x86_64' FCFLAGS='-m64' OBJC='/usr/bin/gcc-4.2' OBJCFLAGS='-arch x86_64' FFLAGS='-m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py-blist/py25-blist/work/blist-1.3.4" && /opt/local/bin/python2.5 setup.py --no-user-cfg build' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py-blist/py25-blist/work/blist-1.3.4" && /opt/local/bin/python2.5 setup.py --no-user-cfg build Traceback (most recent call last): File "setup.py", line 10, in <module> import ctypes File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ctypes/__init__.py", line 10, in <module> from _ctypes import Union, Structure, Array ImportError: No module named _ctypes shell command " cd "/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py-blist/py25-blist/work/blist-1.3.4" && /opt/local/bin/python2.5 setup.py --no-user-cfg build " returned error 1
Change History (2)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
comment:2 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
But the 24 and 25 subports were dropped in r92618 anyway.
Note: See
TracTickets for help on using
tickets.
The ctypes module in python25 doesn't build on 64-bit darwin. It's fine in a 32-bit build.