First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 120585
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 81260
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Hyde <gentoo@jeks.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 120585 depends on: Show dependency tree
Bug 120585 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-01-27 16:39 0000
apr (Apache Portable Runtime) includes it's own libtool that doesn't play nice
with Gentoo.

 emerge dev-libs/apr
 /usr/bin/apr-config --apr-libtool # most things that compile against apr use
this

An example package is apr_memcache, a C API using apr for memcache. Compiling
this package gives:

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'

I fixed this by:

 cd /usr/share/apr-0/build
 mv libtool libtool.old
 ln -s /usr/bin/libtool libtool

Using the stock libtool works.

ebuild for dev-util/apr needs tweaking to remove the built in libtool.

------- Comment #1 From Jakub Moc (RETIRED) 2006-01-27 16:41:35 0000 -------

*** This bug has been marked as a duplicate of 81260 ***

First Last Prev Next    No search results available      Search page      Enter new bug