Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 191555

Summary: app-office/gnumeric-1.6.3 needs <x11-libs/goffice-0.3
Product: Gentoo Linux Reporter: Robert Bridge <robert>
Component: New packagesAssignee: GNOME Office (OBSOLETE) <gnome-office+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: pacho, rose
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: A modified ebuild with the second dependacy requirment specified
abiword-plugins-2.4.6.ebuild.patch
gnumeric-1.6.3.ebuild.patch
gnucash-2.2.0.ebuild.patch
gnucash-2.2.1.ebuild.patch

Description Robert Bridge 2007-09-07 05:10:46 UTC
According to the configure.in included in the gnumeric source tarball, the goffice dependancy is only satisfied by goffice >= 0.2.1 and < 0.3. Only the first requirement is actually specified in the ebuild. The second should also be specifified.

Reproducible: Always

Steps to Reproduce:
Comment 1 Robert Bridge 2007-09-07 05:13:36 UTC
Created attachment 130234 [details]
A modified ebuild with the second dependacy requirment specified

This fixes the issue, which is important if goffice is to be installed in a slotted fashion (it is designed to be). This would simplify including later versions of goffice in the tree.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-09-07 07:38:01 UTC
There's no x11-libs/goffice-0.3 anywhere in the tree.
Comment 3 Mart Raudsepp gentoo-dev 2007-09-07 08:22:19 UTC
Before this is corrected goffice-0.4 can't be added to the tree, so this definately is NOT a case for WONTFIX
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-09-07 08:27:25 UTC
goffice ebuilds will need to be corrected to be slotted (I've been told they can) and we will probably need a tracker bug (this one ?) to fix ebuilds depending on this.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-10-16 13:21:59 UTC
*** Bug 196038 has been marked as a duplicate of this bug. ***
Comment 6 Robert Bridge 2007-10-17 21:01:28 UTC
Created attachment 133713 [details, diff]
abiword-plugins-2.4.6.ebuild.patch

A patch for the abiword-plugins package substituting =goffice-0.2* for >=goffice-0.2.1
Comment 7 Robert Bridge 2007-10-17 21:02:45 UTC
Created attachment 133714 [details, diff]
gnumeric-1.6.3.ebuild.patch

A patch for the gnumeric ebuild, replacing >=goffice-0.2.1 with =goffice-0.2*
Comment 8 Robert Bridge 2007-10-17 21:38:37 UTC
Created attachment 133717 [details, diff]
gnucash-2.2.0.ebuild.patch

A patch for gnucash where the goffice dependancy is listed as <0.5 (0.5 may not work, everything lower does.)
Comment 9 Robert Bridge 2007-10-17 21:39:34 UTC
Created attachment 133719 [details, diff]
gnucash-2.2.1.ebuild.patch

A patch for the gnucash-2.2.1 ebuild changeing the goffice dependancy to <0.5 (0.5 may not work)
Comment 10 Jeffrey Gardner (RETIRED) gentoo-dev 2007-10-19 14:30:52 UTC
Fixed in cvs, thanks rbridge.
Comment 11 Jeffrey Gardner (RETIRED) gentoo-dev 2007-10-19 14:42:38 UTC
abiword-plugins seems fine with goffice-0.4, so I'm reverting the change...
Comment 12 Pacho Ramos gentoo-dev 2008-04-06 14:18:07 UTC
(In reply to comment #11)
> abiword-plugins seems fine with goffice-0.4, so I'm reverting the change...
> 

If it works with goffice-0.6 please use it or simple make it depend on goffice >= of 0.4. Currently, I have to get both goffice versions for abiword and abiword-plugins

Thanks