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

Bug 68925

Summary: koffice-1.3.3 depends on libgsf
Product: Gentoo Linux Reporter: Oliver Muck <oliver.muck>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal CC: js
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Oliver Muck 2004-10-25 21:48:27 UTC
koffice-1.3.3 doesn
Comment 1 Oliver Muck 2004-10-25 21:48:27 UTC
koffice-1.3.3 doesn´t install without libgsf
please add it to the dependency list
see Bug 32885 (officialy closed)

Reproducible: Always
Steps to Reproduce:
1.compile koofice without libgsf installed
2.
3.

Actual Results:  
koffice does not compile
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-10-26 06:40:54 UTC
I was the reporter of the bug, and Caleb was right.
koffice depends on wv2 and it depends on libgsf, not koffice directly.

You'll see -lgsf in the compilation instruction only because `wv2-config --libs` return all the libs it depends on. For this reason if we add libgsf we have also to add deps on glib2, libxml2 etc...

If you have removed libgsf, then if you do an:

emerge -Du koffice

it should be installed.

libgsf will be installed as a dep of wv2.

Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-12 10:20:54 UTC
*** Bug 84112 has been marked as a duplicate of this bug. ***