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/02/11 05:17:21 UTC

DO NOT REPLY [Bug 16953] New: - Libtool syntax errors during shared module build

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=16953>.
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=16953

Libtool syntax errors during shared module build

           Summary: Libtool syntax errors during shared module build
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: dwkoehler@comcast.net


Compiling in the modules/aaa directory with make local-build.  During the 
build of each module.c to its .lo file, I get numerous syntax errors from  
src/apr/libtool.  Tracing it out takes me to the grep -e test at lines  4265 
and 4268.  At this point the script's dependendcy_libs env vars equal "-
L/usr/local/Berkeley -L/usr/local/lib".  Problem #1 is that Solaris's grep 
doesn't support a "-e" option.  I fixed this easily fixed by switching to 
egrep. However, problem #2 surfaces in those same lines in that the S and D 
env vars used in testing are both null, leading to yet another syntax 
complaint out of egrep. The S var is assigned the PWORKDIR var at line 4262 
which is null, and nowhere assigned in the entire Apache distribution. I could 
find no assignment whatsoever for the D var in the libtool script.  The make 
doesn't blow up, but I don't if that's a problem or not.

---dave k

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