Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287350 - mod_security-2.5.10: libtool error
Summary: mod_security-2.5.10: libtool error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-02 12:06 UTC by Dennis Lichtenthäler
Modified: 2009-10-02 12:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
log of failed compilation (build.log,16.95 KB, text/plain)
2009-10-02 12:07 UTC, Dennis Lichtenthäler
Details

Note You need to log in before you can comment on or make changes to this bug.
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.