All pastes #55971 Raw Edit

Miscellany

public text v1 · immutable
#55971 ·published 2006-05-15 07:36 UTC
rendered paste body
dgnome@debian:~/stuff/schooltool$ make test
test -d Zope3 || svn co svn://svn.zope.org/repos/main//Zope3/trunk Zope3
test -d buildsupport/zpkgsetup || svn co svn://svn.zope.org/repos/main//zpkgtools/trunk/zpkgsetup buildsupport/zpkgsetup
test -d Zope3 && cd Zope3 && python2.4 setup.py build_ext -i
running build_ext
running build_headers
creating build/include-2.4
creating build/include-2.4/zope.proxy
copying src/zope/proxy/proxy.h -> build/include-2.4/zope.proxy
creating build/include-2.4/persistent
copying src/persistent/cPersistence.h -> build/include-2.4/persistent
copying src/persistent/ring.h -> build/include-2.4/persistent
python2.4 setup.py  \
                build_ext -i install_data --install-dir .
running build_ext
running install_data
PYTHONPATH=:src:Zope3/src python2.4 setup.eggs.py develop -S Zope3/src --install-dir Zope3/src
/usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'dependency_links'
  warnings.warn(msg)
/usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
usage: setup.eggs.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.eggs.py --help [cmd1 cmd2 ...]
   or: setup.eggs.py --help-commands
   or: setup.eggs.py cmd --help

error: invalid command 'develop'
make: *** [build] Error 1
dgnome@debian:~/stuff/schooltool$