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 365347 - jhbuild should clean tarball directories
jhbuild should clean tarball directories
Status: RESOLVED DUPLICATE of bug 502278
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other opensolaris
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-10-26 16:50 UTC by James Andrewartha
Modified: 2007-12-18 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Andrewartha 2006-10-26 16:50:17 UTC
If a tarball module's build directory already exists, and jhbuild has been asked to clean and run autconf (with -c and -a), it should at least remove am__CONFIG_DISTCLEAN_FILES - ie  config.status config.cache config.log configure.lineno configure.status.lineno. Unfortunately there doesn't seem to be an automake rule for this - distclean and maintainerclean also remove the Makefile. Since jhbuild doesn't currently run autoconf for tarball builds this isn't really an option.

http://jhbuild.bxlug.be/builds/2006-10-25-0008/logs/gnutls/build.log and http://jhbuild.bxlug.be/builds/2006-10-25-0008/logs/gnutls/#build
Comment 1 Craig Keogh 2007-12-18 11:10:15 UTC
jhbuild has a clobber mode, which will 'rm -rf' the build directory and rebuild (bug 347114).
Set it in your .jhbuildrc with either:

checkout_mode = 'clobber'
module_checkout_mode['cairo'] = 'clobber'

Or jhbuild reconfigures tarballs with -a option (bug 502278).
Do these methods solve your problem?
Comment 2 James Andrewartha 2007-12-18 15:22:59 UTC
I'm not jhbuliding at the moment, but bug 502278 seems like the functionality I was asking for.

*** This bug has been marked as a duplicate of 502278 ***