Opened 7 years ago

Last modified 7 weeks ago

#54640 assigned defect

py27-cryptography @2.0.3 does not build on PPC Leopard, Mac OS X 10.5.8, because "Symbol not found: _PyUnicodeUCS2_FromObject"

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: leopard Cc: cooljeanius (Eric Gallager)
Port: py-cryptography

Description

running egg_info
writing requirements to src/cryptography.egg-info/requires.txt
writing src/cryptography.egg-info/PKG-INFO
writing top-level names to src/cryptography.egg-info/top_level.txt
writing dependency_links to src/cryptography.egg-info/dependency_links.txt
reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*' found under directory 'vectors'
writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
running build_ext
generating cffi module 'build/temp.macosx-10.5-ppc-2.7/_padding.c'
creating build/temp.macosx-10.5-ppc-2.7
generating cffi module 'build/temp.macosx-10.5-ppc-2.7/_constant_time.c'
generating cffi module 'build/temp.macosx-10.5-ppc-2.7/_openssl.c'
failed to import Cython: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cython/Compiler/Scanning.so, 2): Symbol not found: _PyUnicodeUCS2_FromObject
  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cython/Compiler/Scanning.so
  Expected in: dynamic lookup

error: Cython does not appear to be installed
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_python_py-cryptography/py27-cryptography/work/cryptography-2.0.3" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build 
Exit code: 1

I have installed:

  python27 @2.7.13_1+ucs4 (active)
  python35 @3.5.3_1 (active)

Attachments (1)

main.log (27.0 KB) - added by ballapete (Peter "Pete" Dyballa) 7 years ago.
Main.log from PPC Leopard

Download all attachments as: .zip

Change History (8)

Changed 7 years ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

Main.log from PPC Leopard

comment:1 Changed 7 years ago by kencu (Ken)

sounds like it is looking for py27-cython.

comment:2 in reply to:  1 Changed 7 years ago by ballapete (Peter "Pete" Dyballa)

Replying to kencu:

sounds like it is looking for py27-cython.

I have installed:

pete 237 /\ port installed -v | grep cython
  cython_select @0.1_0 (active)
  py27-cython @0.26_0 (active)

comment:3 Changed 7 years ago by mf2k (Frank Schima)

Cc: tromnov@… removed
Owner: set to stromnov
Port: py-cryptography added; py27-cryptography removed
Status: newassigned

comment:4 Changed 7 years ago by ballapete (Peter "Pete" Dyballa)

Meanwhile py27-cryptography @2.1.2_0 has built.

comment:5 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Has duplicate #55524.

comment:6 Changed 18 months ago by ballapete (Peter "Pete" Dyballa)

Python 2.7 has gone, so this ticket can be closed.

comment:7 Changed 7 weeks ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.