Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309625 - Version bump: dev-libs/apr-1.4.2
Summary: Version bump: dev-libs/apr-1.4.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-15 17:51 UTC by Samuli Suominen (RETIRED)
Modified: 2010-04-02 15:47 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 Samuli Suominen (RETIRED) gentoo-dev 2010-03-15 17:51:45 UTC
http://mirror.eunet.fi/apache/apr/#apr

APR 1.4.2 is the latest available version

APR 1.4.2 has been released, and should be considered "general availability".
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-04-01 15:05:52 UTC
Fixed.
Comment 2 Gary Stein 2010-04-02 15:47:08 UTC
seemed like a good place to post a bug.

Generally having issue with apr and libtool in this new version.

It seems to be a similar problem to bugs 264250 and 204485.

In the ebuild for 1.4.2 it has code to force the use of the system libtool instead of the libtool bundled with apr

# Make sure we use the system libtool.
sed -i 's,$(apr_builddir)/libtool,/usr/bin/libtool,' build/apr_rules.mk
sed -i 's,${installbuilddir}/libtool,/usr/bin/libtool,' apr-1-config
rm -f libtool

using this it fails with:
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'


However, if those three lines are commented out and the bundled one is used, it compiles fine.

I'm not sure if others are having problems (it does on my two machines), but I was probably mask 1.4.2 until the system libtool is fixed or it is decided to use the bundled one.

gary