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 2005/04/19 23:09:46 UTC

DO NOT REPLY [Bug 34535] New: - apache build process can't handle read-only source tree

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=34535

           Summary: apache build process can't handle read-only source tree
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tyler@yi.org


The apache build process seems to assume that the files in the source tree are
always going to be writable.

* It overwrites at least "modules/ssl/ssl_expr_parse.c" and
"modules/ssl/ssl_expr_parse.h" during a build with SSL support.

* It uses "cp -p" to move files into the apache installation directory more than
once, causing "make install" to fail with "permission denied" the second time
the copy is done.

If the two ssl files need to be in the tree (they appear to be generated from
the .y file), I would suggest that they be named differently and then copied
over as part of the build process.

To solve the second problem, maybe use GNU install instead of "cp"?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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