Opened 13 years ago
Closed 13 years ago
#31334 closed defect (fixed)
py27-whoosh @2.2.2 missing dependency on py27-distribute
Reported by: | mndavidoff (Monte Davidoff) | Owned by: | singingwolfboy@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | py-whoosh py25-whoosh py26-whoosh py27-whoosh |
Description
The py27-whoosh port appears to be missing a dependency on py27-distribute. From the build log:
:notice:build ---> Building py27-whoosh :debug:build Executing proc-pre-org.macports.build-build-0 :debug:build Executing org.macports.build (py27-whoosh) :debug:build Environment: CFLAGS='-arch x86_64' CXXFLAGS='-arch x86_64' CPATH='/opt/local/include' MACOSX_DEPLOYMENT_TARGET='10.6' LIBRARY_PATH='/opt/local/lib' F90FLAGS='-m64' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-whoosh/py27-whoosh/work/.CC_PRINT_OPTIONS' LDFLAGS='-arch x86_64' FCFLAGS='-m64' OBJCFLAGS='-arch x86_64' FFLAGS='-m64' CC_PRINT_OPTIONS='YES' :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-whoosh/py27-whoosh/work/mchaput-whoosh-2.2.2" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build' :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-whoosh/py27-whoosh/work/mchaput-whoosh-2.2.2" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build :info:build Traceback (most recent call last): :info:build File "setup.py", line 4, in <module> :info:build from setuptools import setup, find_packages :info:build ImportError: No module named setuptools
The complete build log is attached. Installing py27-whoosh works if py27-distribute is already installed. Probably also affects py25-whoosh and py26-whoosh.
Attachments (1)
Change History (3)
Changed 13 years ago by mndavidoff (Monte Davidoff)
Attachment: | py27-whoosh-main.log.bz2 added |
---|
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to singingwolfboy@… |
---|---|
Port: | py-whoosh, py25-whoosh, py26-whoosh, py27-whoosh → py-whoosh py25-whoosh py26-whoosh py27-whoosh |
comment:2 Changed 13 years ago by singingwolfboy@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r84203.