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

Bug 309625

Summary: Version bump: dev-libs/apr-1.4.2
Product: Gentoo Linux Reporter: Samuli Suominen (RETIRED) <ssuominen>
Component: Current packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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