After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 738324 - current git master (34d172e) fails to 'make install'
current git master (34d172e) fails to 'make install'
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Build and packaging
Git
Other Linux
: Normal blocker
: 0.94
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-10 20:12 UTC by Dominique Leuenberger
Modified: 2014-10-10 20:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: fix make install (763 bytes, patch)
2014-10-10 20:24 UTC, Dominique Leuenberger
none Details | Review

Description Dominique Leuenberger 2014-10-10 20:12:16 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)
Comment 2 Dominique Leuenberger 2014-10-10 20:24:38 UTC
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.
Comment 3 Jean-François Fortin Tam 2014-10-10 20:37:35 UTC
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