Nautilus build fail
Posted
by
ts01
on Ask Ubuntu
See other posts from Ask Ubuntu
or by ts01
Published on 2012-03-28T11:02:18Z
Indexed on
2012/03/28
11:42 UTC
Read the original article
Hit count: 302
I am trying to patch Nautilus 3.2.1 on 11.10 with this patch (dual screen fix).
So I've executed whole sequence:
sudo apt-get install devscripts
sudo apt-get build-dep nautilus
apt-get source nautilus
cd nautilus-3.2.1/
cp ~/nautilus.patch .
patch --dry-run -p1 < nautilus.patch
patch -p1 < nautilus.patch
debuild
And I've got finally fatal error (whole output here):
dpkg-buildpackage: error: dpkg-source -b nautilus-3.2.1 gave error exit status 13
debuild: fatal error at line 1348:
dpkg-buildpackage -rfakeroot -D -us -uc failed
Any ideas?
© Ask Ubuntu or respective owner