Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245415 - x11-misc/rss-glx + libtool-2.2.6a -
Summary: x11-misc/rss-glx + libtool-2.2.6a -
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL: N/A
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 16:01 UTC by Robert Bradbury
Modified: 2009-02-01 05:13 UTC (History)
1 user (show)

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 Robert Bradbury 2008-11-03 16:01:52 UTC
For some reason libtool-2.2.6a seems to remove /usr/share/libtool/config.sub which is a symlink to ../gnuconfig/config.sub.

This seems to break emerging the package x11-misc/rss-glx.  Recreating the symbolic link allows the "configure" to complete but the compile seems to still be looking for a "../libtool" which doesn't exit.

Summary: severe incompatibility between libtool-2.2.6a and rss-glx.

Reproducible: Always

Steps to Reproduce:
1. change /etc/portage/package.keywords to allow sys-devel/libtool ~x86 
2. emerge libtool (which should pull 2.2.6a)
3. emerge rss-glx

Actual Results:  
Emerge fails.

Expected Results:  
Emerge should succeed.

Recreating the symbolic link in /usr/share/libtool to config.sub fixes allows the configuration script to run, but it fails later during the compilation process.  There is still some problematic interaction(s) between the rss-glx configure and the libtool package.

Specific error is:
/bin/sh ../libtool --tag=CXX --mode=link i686-pc-linux-gnu-g++  -O2 -march=prescott -pipe -Wall  -Wl,-O1 -o hufo_smoke  driver.o hufo_smoke.o SVector.o FMotion.o  -lGLU -lGL   -lSM -lICE -lX11  -lm
/bin/sh: ../libtool: No such file or directory
Comment 1 Rafał Mużyło 2008-11-03 17:27:11 UTC
Upstream bug (both of the problems).
Whoever did the packaging, should have used 'libtoolize --copy'
instead of simply 'libtoolize'. Libtool 2 keeps those symlinks
in /usr/share/libtool/config.
Comment 2 Rafał Mużyło 2008-11-03 17:30:38 UTC
BTW, after months of silence, 0.8.2 was released a few months ago.
It's affected by this bug too.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2009-02-01 03:49:05 UTC
is this the same as bug #220825?
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2009-02-01 05:13:31 UTC
Fixed in -r5.