Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107340 - Compile app-office/abiword-2.2.9 failed
Summary: Compile app-office/abiword-2.2.9 failed
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 16:31 UTC by fvincken
Modified: 2005-09-29 12:36 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 fvincken 2005-09-26 16:31:47 UTC
Compile app-office/abiword-2.2.9  always failes during linking

Reproducible: Always
Steps to Reproduce:
1. emerge abiword
2.
3.

Actual Results:  
/bin/sh ../../../../../libtool --mode=link --tag=CXX i686-pc-linux-gnu-g++  -O3
-march=athlon-tbird -mtune=athlon-tbird -fomit-frame-pointer
-momit-leaf-frame-pointer -fno-ident -pipe -fvisibility-inlines-hidden  -lrsvg-2
-lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
-Wl,--export-dynamic -lXft -lX11 -lfreetype -lXrender -lfontconfig -lfribidi
-lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0   -o libAbiRSVG.la -rpath
/usr/lib/AbiWord-2.2/plugins -no-undefined -module -avoid-version AbiRSVG.lo  -lbz2
grep: /usr/lib/libgnomevfs-2.la: No such file or directory
/bin/sed: can't read /usr/lib/libgnomevfs-2.la: No such file or directory
libtool: link: `/usr/lib/libgnomevfs-2.la' is not a valid libtool archive
make[5]: *** [libAbiRSVG.la] Error 1
make[5]: Leaving directory
`/var/tmp/portage/abiword-2.2.9/work/abiword-2.2.9/abiword-plugins/wp/impexp/graphics/librsvg/unix'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/var/tmp/portage/abiword-2.2.9/work/abiword-2.2.9/abiword-plugins/wp/impexp/graphics/librsvg'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/abiword-2.2.9/work/abiword-2.2.9/abiword-plugins/wp/impexp/graphics'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/abiword-2.2.9/work/abiword-2.2.9/abiword-plugins/wp/impexp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/abiword-2.2.9/work/abiword-2.2.9/abiword-plugins/wp'
make: *** [all-recursive] Error 1

!!! ERROR: app-office/abiword-2.2.9 failed.
!!! Function src_compile, Line 72, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.



Expected Results:  
No dependancy on gnome, I do not have this .la file installed since I don't have
gnome. Using -gnome.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2005-09-29 09:05:30 UTC
Did you recently remove gnome-vfs? Looks like your librsvg is still linked
against. Do a revdep-rebuild.

I've verified the abiword ebuild is correct (you can do so by running)
USE="gnome" emerge -epv abiword | grep vfs
USE="-gnome" emerge -epv abiword | grep vfs

and comparing the result.
Comment 2 fvincken 2005-09-29 12:34:08 UTC
Indeed reemerging libsrvg solved the problem. On a note, revdep-rebuild didn't
list it as a package to be reemerged though. Thanks a lot.
Comment 3 fvincken 2005-09-29 12:36:20 UTC
Closed is better than resolved since it isn't a bug.