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

Bug 107287

Summary: mod_fastcgi-2.4.2 looks for libtool in /usr/lib/apache2/build instead of /usr/bin!
Product: Gentoo Linux Reporter: Vincenzo Romano <vincenzo.romano>
Component: [OLD] ServerAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.0   
Hardware: x86   
OS: Linux   
URL: n/a
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output from the "emerge --info"

Description Vincenzo Romano 2005-09-26 07:44:43 UTC
When emerging mod_fastcgi I get this error message:
---------------------------------------------
[root@here /tmp] emerge mod_fastcgi
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/mod_fastcgi-2.4.2 to /
>>> md5 files   ;-) mod_fastcgi-2.4.2.ebuild
>>> md5 files   ;-) mod_fastcgi-2.4.2-r1.ebuild
>>> md5 files   ;-) files/digest-mod_fastcgi-2.4.2
>>> md5 files   ;-) files/digest-mod_fastcgi-2.4.2-r1
>>> md5 files   ;-) files/20_mod_fastcgi.conf
>>> md5 files   ;-) files/mod_fastcgi.conf
>>> md5 files   ;-) files/Makefile-2.4.0
>>> md5 files   ;-) files/2.4.2-r1/20_mod_fastcgi.conf
>>> md5 src_uri ;-) mod_fastcgi-2.4.2.tar.gz
>>> Unpacking source...
>>> Unpacking mod_fastcgi-2.4.2.tar.gz to /var/tmp/portage/mod_fastcgi-2.4.2/work
>>> Source unpacked.
/bin/sh /usr/lib/apache2/build/libtool --silent --mode=compile
i686-pc-linux-gnu-gcc  -pthread  -O2 -march=i686 -fomit-frame-pointer -pipe 
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER  -I/usr/include/apache2
-I/usr/include/apr-0 -I/usr/include/db4.2 -I. -I/usr/lib/apache2/os/unix
-I/usr/lib/apache2/server/mpm/prefork -I/usr/lib/apache2/modules/http
-I/usr/lib/apache2/modules/filters -I/usr/lib/apache2/modules/proxy
-I/usr/lib/apache2/include -I/usr/lib/apache2/modules/generators
-I/usr/include/openssl -I/usr/lib/apache2/modules/dav/main -prefer-pic -c
mod_fastcgi.c && touch mod_fastcgi.slo
/bin/sh: /usr/lib/apache2/build/libtool: No such file or directory
make: *** [mod_fastcgi.slo] Error 127

!!! ERROR: net-www/mod_fastcgi-2.4.2 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! apache2 mod_scgi make failed
!!! If you need support, post the topmost build error, NOT this status message.

---------------------------------------------
You should find also the emerge --info output in the attachments section.


Reproducible: Always
Steps to Reproduce:


Actual Results:  
The emerge process fails.

Expected Results:  
The emerge process succeeds.

The first time I've installled it I didn't get this error.
I've worked it around with a symlink from /usr/bin/libtool to
/usr/lib/apache2/build/libtool.
I think a major fix is needed.
Comment 1 Vincenzo Romano 2005-09-26 07:45:20 UTC
Created attachment 69263 [details]
output from the "emerge --info"
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-09-26 09:37:52 UTC
- metadata.xml includes the invalid alias apache-devs@gentoo.org
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-09-27 01:00:40 UTC
You need 2.4.2-r1 for the new apache layout.

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