Comment 0 for bug 890272

Revision history for this message
Loic Dachary (dachary) wrote :

On a virgin Ubuntu oneiric

a) cd /usr/src
b) apt-get build-dep onera
c) apt-get source onera
d) cd onera-*
e) dpkg-buildpackage

What is expected: a well formed debian package

What happens instead:

IOError: [Errno 2] No such file or directory: '../../lib/pymodules/python2.7/docutils/writers/html4css1/html4css1.css'
Unable to open source file for reading ('../../lib/pymodules/python2.7/docutils/writers/html4css1/html4css1.css'). Exiting.
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/usr/src/nova-2011.3'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Note: the same commands in the directory /root instead of /usr/src succeed