You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/18 16:51:51 UTC

DO NOT REPLY [Bug 20874] New: - apxs -q EXTRA_INCLUDES gives an error

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20874>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20874

apxs -q EXTRA_INCLUDES gives an error

           Summary: apxs -q EXTRA_INCLUDES gives an error
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jfrederic.clere@fujitsu-siemens.com


I have:
+++
/bin/ksh /opt/SMAWoIS/apache20/build/libtool --silent                           
$ /opt/SMAWoIS/apache20/sbin/apxs -q EXTRA_INCLUDES                             
Use of uninitialized value in concatenation (.) or string at /opt/SMAWoIS/apache
20/sbin/apxs line 275.                                                          
+++

The problem is due to following line in buid/config_vars.mk:

EXTRA_INCLUDES = -I/home/jfclere/openIS/work/httpd-2.0.46/srclib/apr/include
-I/home/jfclere/openIS/work/httpd-2.0.46/srclib/apr-util/include
-I/home/jfclere/openIS/work/httpd-2.0.46/srclib/apr-util/xml/expat/lib -I.
-I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)
-I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters
-I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include
-I/opt/SMAWoIS/openssl/include/openssl -I/opt/SMAWoIS/openssl/include
-I$(top_srcdir)/modules/dav/main

The $(var) are not handled correctly in apxs:
+++
            $val =~ s/[()]//g;
            $result .= eval "qq($val)" if defined $val;
            $result .= ";;";
            $ok = 1;
+++

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org