Comment 2 for bug 996476

Revision history for this message
Alberto González Palomo (matmota) wrote :

Using the source package for 1.3.1 from Quetzal does build but only the first time:

1. wget https://launchpad.net/ubuntu/+archive/primary/+files/viking_1.3-1.diff.gz https://launchpad.net/ubuntu/+archive/primary/+files/viking_1.3-1.dsc https://launchpad.net/ubuntu/+archive/primary/+files/viking_1.3.orig.tar.gz
2. dpkg-source -x viking_1.3-1.dsc
3. cd viking-1.3/
4. dpkg-buildpackage -rfakeroot
5. sudo dpkg -i ../viking_1.3-1_amd64.deb

After this, starting Viking as usual shows version 1.3 in Help->About
It seems to run fine.

However, if I try to build it a second time, it fails:
-----------------------------------------------------------------
19:53:56 viking-1.3$ dpkg-buildpackage -rfakeroot
...
make[2]: Entering directory `/stor/Software/viking-1.3'
Making distclean in help
make[3]: Entering directory `/stor/Software/viking-1.3/help'
 cd .. && /bin/bash /home/alberto/stor/Software/viking-1.3/missing --run automake-1.11 --gnu help/Makefile
automake-1.11: cannot open < gnome-doc-utils.make: No such file or directory
make[3]: *** [Makefile.in] Error 1
make[3]: Leaving directory `/stor/Software/viking-1.3/help'
make[2]: *** [distclean-recursive] Error 1
make[2]: Leaving directory `/stor/Software/viking-1.3'
dh_auto_clean: make -j1 distclean returned exit code 2
make[1]: *** [override_dh_auto_clean] Error 29
make[1]: Leaving directory `/stor/Software/viking-1.3'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
19:54:06 viking-1.3$
-----------------------------------------------------------------