On 08-Dec-2012, Dmitry Shachnev wrote: > I don't see "python3-all-dev" package in the build dependencies list. > You may also want to add "python3-all-dbg" there if you build debug > packages.
Thanks, Dmitry.
Now the build is failing differently:
=====
running install_scripts
Traceback (most recent call last):
File "setup.py", line 115, in <module>
setup(**setup_args)
File "/usr/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File
"/tmp/buildd/python-coverage-3.4/distribute-0.6.13-py3.2.egg/setuptools/command/install.py",
line 53, in run
File "/usr/lib/python3.2/distutils/command/install.py", line 619, in run
self.run_command(cmd_name)
File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File
"/tmp/buildd/python-coverage-3.4/distribute-0.6.13-py3.2.egg/setuptools/command/install_scripts.py",
line 37, in run
File
"/tmp/buildd/python-coverage-3.4/distribute-0.6.13-py3.2.egg/setuptools/command/easy_install.py",
line 1736, in get_script_args
File
"/tmp/buildd/python-coverage-3.4/distribute-0.6.13-py3.2.egg/setuptools/command/easy_install.py",
line 1588, in get_script_header
TypeError: can't use a bytes pattern on a string-like object
make[1]: *** [install-python3.2] Error 1
make[1]: Leaving directory `/tmp/buildd/python-coverage-3.4'
make: *** [install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
=====
Is this an incompatibility between Coverage 3.4 versus Python 3.2, or is
there some change I should make to the packaging?
--
\ “Pinky, are you pondering what I'm pondering?” “Well, I think |
`\ so, Brain, but pantyhose are so uncomfortable in the |
_o__) summertime.” —_Pinky and The Brain_ |
Ben Finney <[email protected]>
signature.asc
Description: Digital signature

