GNOME Bugzilla – Bug 170936
gnumeric does not build using gnome-2.10.modules
Last modified: 2005-04-04 13:47:28 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.
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.