Opened 13 years ago
Closed 12 years ago
#33874 closed defect (worksforme)
py-passlib: missing distribute dependency
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | py-passlib |
Description
---> Building py27-passlib DEBUG: Executing proc-pre-org.macports.build-build-0 DEBUG: Executing org.macports.build (py27-passlib) DEBUG: Environment: CPATH='/opt/local/include' CFLAGS='' CXXFLAGS='' 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-passlib/py27-passlib/work/.CC_PRINT_OPTIONS' F90FLAGS='' LDFLAGS='' FCFLAGS='' OBJC='/usr/bin/gcc-4.2' GI_SCANNER_DISABLE_CACHE='1' OBJCFLAGS='' FFLAGS='' 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-passlib/py27-passlib/work/passlib-1.5.3" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_Volumes_work_mports_dports_python_py-passlib/py27-passlib/work/passlib-1.5.3" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build Traceback (most recent call last): File "setup.py", line 22, in <module> from distutils import setup ImportError: cannot import name setup
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 12 years ago by jmroot (Joshua Root)
A distribute dep was actually added 2 days prior to this ticket being opened: r91388
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Actually I don't know that it's missing distribute, all I know is something's not working :)