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 170936 - gnumeric does not build using gnome-2.10.modules
gnumeric does not build using gnome-2.10.modules
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal minor
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2005-03-19 21:32 UTC by Ian Miller
Modified: 2005-04-04 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ian Miller 2005-03-19 21:32:04 UTC
Please describe the problem:
gnumeric (now) depends on goffice.
gnome-2.12.modules acknowledges this.
gnome-2.10.modules does not.

Steps to reproduce:
1. Ensure your .jhbuildrc says "moduleset = 'gnome-2.10'"
2. jhbuild buildone gnumeric


Actual results:
Configuration fails because gnumeric (now) depends on goffice.
(jhbuild buildone goffice also fails; jhbuild has not heard of it.)

Expected results:
Exactly that

Does this happen every time?
Yes

Other information:
Borrowing the goffice entry from gnome-2.12.modules, patching it into
gnome-2.10.modules and adding gnumeric's dependency on it fixes this just fine.
Comment 1 James Henstridge 2005-04-04 13:47:28 UTC
2005-04-04  James Henstridge  <james@jamesh.id.au>

	* modulesets/gnome-2.10.modules (goffice): add module, and make
	gnumeric depend on it.  Fixes bug #170936.