build failing on debian
Posted: Sun Oct 25, 2009 3:51 pm
I am currently running the 1.1.9 package on my debian box, but wanted to try out the 1.2.0 RC. I successfully built this on my ubuntu machine, but on the debian machine it fails with this:
running build_scripts
error: cannot copy tree 'build/scripts-2.5': not a directory
I dug into this a little and discovered one difference between the two machines is that on ubuntu if I run "python setup.py egg_info" it completes fine, but the same command on the debian box results in:
#python setup.py egg_info
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'entry_points'
warnings.warn(msg)
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'include_package_data'
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'egg_info'
now both machines actually have the egg_info.py files in the right place and all the required packages are installed, it seems, but even if I manually import setuptools.command.egg_info in setup.py it still says it's not a valid command. The behavior is the same with both python 2.5 and 2.6.
Any help would be greatly appreciated.
Also, is it expected behavior that deluge-gtk 1.2.0 cannot connect to a 1.1.9 daemon on another machine?
running build_scripts
error: cannot copy tree 'build/scripts-2.5': not a directory
I dug into this a little and discovered one difference between the two machines is that on ubuntu if I run "python setup.py egg_info" it completes fine, but the same command on the debian box results in:
#python setup.py egg_info
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'entry_points'
warnings.warn(msg)
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'include_package_data'
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'egg_info'
now both machines actually have the egg_info.py files in the right place and all the required packages are installed, it seems, but even if I manually import setuptools.command.egg_info in setup.py it still says it's not a valid command. The behavior is the same with both python 2.5 and 2.6.
Any help would be greatly appreciated.
Also, is it expected behavior that deluge-gtk 1.2.0 cannot connect to a 1.1.9 daemon on another machine?