BTW, you shouldn't do "sudo build-package", it's better to use fakeroot:

dpkg-buildpackage -rfakeroot (add -b if you only want to build binary
packages)

also, if you want to capture errors, you should type "> file.txt 2>&1"
after the command, e.g.:

dpkg-buildpackage -b -rfakeroot > /tmp/out.txt 2>&1

-- 
ZODB doesn't record attribute changes on Gutsy x64
https://bugs.launchpad.net/bugs/165287
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to