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 723083 - Unable to re-run configure if a module fails on install
Unable to re-run configure if a module fails on install
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2014-01-27 10:19 UTC by Emanuele Aina
Modified: 2016-09-17 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autotools: Add configure to the error phases for the install phase (1.29 KB, patch)
2014-01-27 10:19 UTC, Emanuele Aina
committed Details | Review
autotools: Add configure to the error phases for the install phase (1.29 KB, patch)
2016-09-17 13:58 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2014-01-27 10:19:46 UTC
Changes in other modules may cause the install phase to fail since the
configure phase has not been run to pick up the changes, but since it's not
listed in the error phases for install it cannot be choosen in the interactive
prompt and ./configure has to be invoked manually from the shell.

This patch adds the configure phase to the list of error phases for the install
phase, so that it can be inreactively choosen at the jhbuild prompt for failing
modules or, if the 'trycheckout' configuration option is enabled, configure can
be run to try to automatically recover from a failing module.
Comment 1 Emanuele Aina 2014-01-27 10:19:48 UTC
Created attachment 267283 [details] [review]
autotools: Add configure to the error phases for the install phase

Changes in other modules may cause the install phase to fail since the
configure phase has not been run to pick up the changes.

Add the configure phase to the list of error phases for the install
phase, so that it can be inreactively choosen at the jhbuild prompt for
failing modules or, if the 'trycheckout' configuration option is
enabled, configure can be run to try to automatically recover from a
failing module.
Comment 2 Emanuele Aina 2016-09-17 13:58:09 UTC
The following fix has been pushed:
1c26da7 autotools: Add configure to the error phases for the install phase
Comment 3 Emanuele Aina 2016-09-17 13:58:19 UTC
Created attachment 335761 [details] [review]
autotools: Add configure to the error phases for the install phase

Changes in other modules may cause the install phase to fail since the
configure phase has not been run to pick up the changes.

Add the configure phase to the list of error phases for the install
phase, so that it can be inreactively choosen at the jhbuild prompt for
failing modules or, if the 'trycheckout' configuration option is
enabled, configure can be run to try to automatically recover from a
failing module.