[WBEL-devel] Small problem with httpd-devel-2.0.46-32.ent.3.WB1 (WB or RH bug?)

Paulo Matos pjsm@fct.unl.pt
Tue, 24 Aug 2004 20:11:49 +0100 (WEST)


Hi folks!

There is a problem with the file:

/usr/lib/httpd/build/config_vars.mk

at the bottom there are two incorrect definitions:

APR_INCLUDEDIR = /home/buildsys/rpmbuild/BUILD/httpd-2.0.46/prefork/srclib/apr/include /home/buildsys/rpmbuild/BUILD/httpd-2.0.46/srclib/apr/include
APU_INCLUDEDIR = /home/buildsys/rpmbuild/BUILD/httpd-2.0.46/prefork/srclib/apr-util/include /home/buildsys/rpmbuild/BUILD/httpd-2.0.46/srclib/apr-util/include

where it should be:

APR_INCLUDEDIR = /usr/include/httpd
APU_INCLUDEDIR = /usr/include/httpd

Note that, this causes more problem because the variables have multiple 
values separeted by a space. Causes gcc to be invoked as:

gcc ... -I /one/dir /other/dir

breaking compilation.

This is also described at:

http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=117912

Is this WB or RH error? Please confirm this..

--
	Paulo Matos
 ----------------------------------- ----------------------------------
|Sys & Net Admin                    | Serviço de Informática           |
|Faculdade de Ciências e Tecnologia | Tel: +351-21-2948596             |
|Universidade Nova de Lisboa        | Fax: +351-21-2948548             |
|P-2829-516 Caparica                | e-Mail: pjsm@fct.unl.pt          |
 ----------------------------------- ----------------------------------