Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75692 - Abiword 2.2.2 needs to depend on libgsf
Summary: Abiword 2.2.2 needs to depend on libgsf
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-26 05:23 UTC by Marius Mauch (RETIRED)
Modified: 2004-12-29 07:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Mauch (RETIRED) gentoo-dev 2004-12-26 05:23:51 UTC
The current abiword ebuild doesn't compile unless libgsf is installed due to missing gsf/gsf-utils.h. I can attach a build log if needed.

I've only tested with the current ~amd64 versions (abiword-2.2.2 + libgsf-1.10.0).

Also the following output from verify-rdepend might interest you (ignore the ld-linux part):
!!!  app-office/abiword-2.2.2 has an incomplete RDEPEND: Unmatched libs:
!!!  /lib64/ld-linux-x86-64.so.2, libpopt.so.0, libreadline.so.5, libhistory.so.5, libgsf-1.so.1, librsvg-2.so.2, libart_lgpl_2.so.2, libcroco-0.6.so.3

Portage 20041226 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r10 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r10 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.8
distcc: No such file or directory [disabled]
ccache: No such file or directory [enabled]
Autoconf: sys-devel/autoconf-2.13,sys-devel/autoconf-2.59-r6
Automake: sys-devel/automake-1.9.3,sys-devel/automake-1.8.5-r2,sys-devel/automake-1.5,sys-devel/automake-1.6.3,sys-devel/automake-1.7.9,sys-devel/automake-1.4_p6
Binutils: sys-devel/binutils-2.15.92.0.2-r2
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.10-r2
Python:   dev-lang/python-2.3.4  [2.3.4 (#1, Oct 30 2004, 16:28:01)]
ACCEPT_KEYWORDS="amd64 ~amd64"
CFLAGS="-march=athlon64 -O2 -pipe -frename-registers -ftracer -fweb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -frename-registers -ftracer -fweb"
DISTDIR="/srv/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect confcache distlocks sandbox sign strict userpriv usersandbox verify-rdepend"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/srv/portage/porttree"
PORTDIR_OVERLAY="/srv/portage/overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aalib acl alsa berkdb bitmap-fonts crypt cups dvd dvdread fbcon gif gnutls gtk gtk2 jpeg ldap mng motif mpeg multilib ncurses nptl oggvorbis opengl pam png python ssl svg tcpd tetex tiff truetype unicode v4l v4l2 wmf xface xml xml2 xmms xprint xv xvid"
Comment 1 foser (RETIRED) gentoo-dev 2004-12-29 05:34:43 UTC
the problem is probably that you build librsvg with libgsf support, but removed it or there's lib versioning problems there.

But I can't be sure without the error.
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-12-29 07:51:48 UTC
Weird, I can't reproduce that anymore (I could when I opened this bug) and I don't see anything relevant in emerge.log, must have been a really special situation.