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 348688 - modules built from tarballs are needlessly rebuilt
modules built from tarballs are needlessly rebuilt
Status: RESOLVED DUPLICATE of bug 313997
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-07-25 19:43 UTC by Elijah Newren
Modified: 2007-12-16 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elijah Newren 2006-07-25 19:43:30 UTC
Unlike <tarball> modules, <distutils> modules which use a tarball branch will needlessly be rebuilt.  An entry is added to $prefix/share/jhbuild/packagedb.xml for the module, but it seems to be ignored.
Comment 1 James Henstridge 2006-07-25 22:16:17 UTC
This isn't related to the <distutiles> module type.  It is actually an issue of the tarball support of the generic version control interface in jhbuild.  So it also appears if you use the new <autotools> element with a tarball <branch>.

I am planning to fix this in such a way that it benefits non tarball modules too (i.e. don't rebuild a CVS or Subversion module if it hasn't changed and none of its dependencies were rebuilt).  That isn't in place yet though.
Comment 2 Frederic Peters 2007-12-16 12:11:46 UTC
This should have been fixed as part of bug 313997.

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