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

Bug 79282

Summary: evolution compile warnings because of x11-base/xorg-x11-6.8.0-r4 file move from /usr/X11R6/lib to usr/lib
Product: Gentoo Linux Reporter: SI Reasoning <si>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal CC: daphx86
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description SI Reasoning 2005-01-23 19:58:33 UTC
x11-base/xorg-x11-6.8.0-r4 moved their files from /usr/X11R6/lib to /usr/lib. Because of this mail-client/evolution-2.0.2-r1 had the following warnings of which this is a small sample:

libtool: link: warning: `/usr/X11R6/lib/libedataserver.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libgal-2.2.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libgal-a11y-2.2.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libgtkhtml-3.1.la' seems to be moved
libtool: link: warning: `/usr/X11R6/lib/libgnomeui-2.la' seems to be moved

The program still compiled and appears to run fine so far.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2005-01-24 02:10:57 UTC
You're correct that this has been influenced by the xorg-x11 move, but if you look at your logs you'll find lots of "seems to be moved" entries, not all related to this.

This is really just a libtool warning, and as you say, it doesn't affect the compiled result at all, as such it isn't actually a bug.

Thanks.