Bug#778649: lives: FTBFS: dh_auto_install: make -j6 install DESTDIR=/«PKGBUILDDIR»/debian/tmp AM_UPDATE_INFO_DIR=no returned exit code 2
Artur Rona
ari-tczew at tlen.pl
Tue Feb 17 21:58:51 UTC 2015
Package: lives
Version: 2.2.8~ds0-1
Tags: patch
Usertags: origin-ubuntu ubuntu-patch vivid
make[4]: *** [install-recursive] Error 1
Makefile:496: recipe for target 'install-recursive' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/lives-plugins/plugins'
make[3]: *** [install-recursive] Error 1
Makefile:495: recipe for target 'install-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/lives-plugins'
make[2]: *** [install-recursive] Error 1
Makefile:618: recipe for target 'install-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_install: make -j8 install DESTDIR=/«PKGBUILDDIR»/debian/tmp AM_UPDATE_INFO_DIR=no returned exit code 2
make[1]: *** [override_dh_auto_install] Error 2
debian/rules:21: recipe for target 'override_dh_auto_install' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
debian/rules:15: recipe for target 'binary-arch' failed
In Ubuntu, we've applied the attached patch to achieve the following:
- debian/patches/parallel-build.patch:
+ Fix build system race that broke parallel building.
We thought you might be interested in doing the same.
-------------- next part --------------
diff -Nru lives-2.2.8~ds0/debian/patches/parallel-build.patch lives-2.2.8~ds0/debian/patches/parallel-build.patch
--- lives-2.2.8~ds0/debian/patches/parallel-build.patch 1970-01-01 01:00:00.000000000 +0100
+++ lives-2.2.8~ds0/debian/patches/parallel-build.patch 2014-11-17 19:25:36.000000000 +0100
@@ -0,0 +1,17 @@
+Description: Fix build system race that broke parallel building
+Author: Colin Watson <cjwatson at ubuntu.com>
+Forwarded: no
+Last-Update: 2014-07-16
+
+Index: b/lives-plugins/plugins/effects/compound/Makefile.am
+===================================================================
+--- a/lives-plugins/plugins/effects/compound/Makefile.am
++++ b/lives-plugins/plugins/effects/compound/Makefile.am
+@@ -7,6 +7,7 @@
+ EXTRA_DIST = $(compoundscripts_DATA) data icons
+
+ install-data-local:
++ mkdir -p "$(DESTDIR)$(compoundscriptsdir)"
+ cp -rf icons/ "$(DESTDIR)$(compoundscriptsdir)"
+ $(MAKE) -i install-data-local-remove-vcs-files
+
diff -Nru lives-2.2.8~ds0/debian/patches/series lives-2.2.8~ds0/debian/patches/series
--- lives-2.2.8~ds0/debian/patches/series 2015-02-14 12:40:05.000000000 +0100
+++ lives-2.2.8~ds0/debian/patches/series 2015-02-17 00:50:30.000000000 +0100
@@ -1,3 +1,4 @@
01-cdda2wav_to_icedax.patch
02-drop_py3_multiencoder.patch
03-libav10.patch
+parallel-build.patch
More information about the pkg-multimedia-maintainers
mailing list