Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80147 - app-text/talkfilters-2.3.3 libraries wrongly named
Summary: app-text/talkfilters-2.3.3 libraries wrongly named
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 16:45 UTC by Yaakov S
Modified: 2005-01-31 02:27 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 Yaakov S 2005-01-30 16:45:53 UTC
Emerging app-text/talkfilters-2.3.3 on x86 results in the following libraries (I have set EXTRA_ECONF='--disable-static'):

./usr/lib/libtalkfilters.1.0.2
./usr/lib/libtalkfilters.1
./usr/lib/libtalkfilters
./usr/lib/libtalkfilters.la

Note that the .so extension is missing, which means that gcc can't find it, for example:

configure:21953: gcc -o conftest -g -O2    conftest.c  -ltalkfilters >&5
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ltalkfilters
collect2: ld returned 1 exit status

I managed to fix this by prepending this line to src_compile:

libtoolize --force || die "libtoolize failed"
Comment 1 Yaakov S 2005-01-30 18:48:09 UTC
For clarification, using elibtoolize is NOT sufficient in this case.
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2005-01-31 02:27:56 UTC
Fixed.

2.3.3 bumped to 2.3.3-r1, kept stable.
2.3.4 bumped to 2.3.4-r1, still ~arch.