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

Bug 287350

Summary: mod_security-2.5.10: libtool error
Product: Gentoo Linux Reporter: Dennis Lichtenthäler <dennis>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: log of failed compilation

Description Dennis Lichtenthäler 2009-10-02 12:06:09 UTC
mod_security-2.5.10 fails to compile on my hardened amd64 machine (see attachment for full build log):

libtool: link: cannot determine absolute directory name of `{/usr/lib64}'

This is caused by the configure script in line 5260:

    APXS_LIBS="-L{$APXS_LIBDIR} `$APXS -q LIBS` `$APXS -q EXTRA_LIBS`"

If I remove the curly braces and run configure again, make happily compiles.

Reproducible: Always

Steps to Reproduce:
1. emerge www-apache/mod_security-2.5.10
2.
3.

Actual Results:  
Fails to compile with libtool error

Expected Results:  
Compile cleanly
Comment 1 Dennis Lichtenthäler 2009-10-02 12:07:22 UTC
Created attachment 205829 [details]
log of failed compilation
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-10-02 12:28:00 UTC
Fixed this already, please sync and it should be fine.