GNOME Bugzilla – Bug 738324
current git master (34d172e) fails to 'make install'
Last modified: 2014-10-10 20:37:35 UTC
While building pitivi 'master' (34d172e), make install fails with: 85s] Making install in utils [ 85s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/pitivi-0.93.0.1412820195.34d172e/pitivi/utils' [ 85s] make[4]: Entering directory '/home/abuild/rpmbuild/BUILD/pitivi-0.93.0.1412820195.34d172e/pitivi/utils' [ 85s] make[4]: Nothing to be done for 'install-exec-am'. [ 85s] make[4]: *** No rule to make target 'signal.py', needed by 'install-utilsPYTHON'. Stop. [ 85s] make[4]: Leaving directory '/home/abuild/rpmbuild/BUILD/pitivi-0.93.0.1412820195.34d172e/pitivi/utils' [ 85s] Makefile:478: recipe for target 'install-am' failed [ 85s] make[3]: *** [install-am] Error 2 [ 85s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/pitivi-0.93.0.1412820195.34d172e/pitivi/utils' [ 85s] Makefile:516: recipe for target 'install-recursive' failed [ 85s] make[2]: *** [install-recursive] Error 1 [ 85s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/pitivi-0.93.0.1412820195.34d172e/pitivi' [ 85s] Makefile:673: recipe for target 'install' failed [ 85s] make[1]: *** [install] Error 2 [ 85s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/pitivi-0.93.0.1412820195.34d172e/pitivi' [ 85s] Makefile:539: recipe for target 'install-recursive' failed [ 85s] make: *** [install-recursive] Error 1 [ 85s] error: Bad exit status from /var/tmp/rpm-tmp.KuuQDS (%install)
Likely related to https://git.gnome.org/browse/pitivi/commit/pitivi/utils?id=0de1e04eff4c2a6077467bc14b537fd616844278
Created attachment 288256 [details] [review] build: fix make install Since commit 0de1e04, signal.py no longer exists. So let's also not attempt to install it in the end.
Pushed as commit 7d884346095c68a15fbc3a65c8dcf359dbf675df Author: Dominique Leuenberger <dimstar@opensuse.org> Date: Fri Oct 10 22:23:41 2014 +0200 build: fix make install Since commit 0de1e04, signal.py no longer exists. So let's also not attempt to install it in the end. https://bugzilla.gnome.org/show_bug.cgi?id=738324