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 2013/07/10 22:57:30 UTC

[Bug 55235] New: Makefile.win installd target fails when installing pcre DLL

https://issues.apache.org/bugzilla/show_bug.cgi?id=55235

            Bug ID: 55235
           Summary: Makefile.win installd target fails when installing
                    pcre DLL
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
          Assignee: bugs@httpd.apache.org
          Reporter: ben@reser.org

Created attachment 30576
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30576&action=edit
Install pcred.dll instead of pcre.dll when installing a debug build.

The installd target fails when installing the dll since it assumes that pcre
always produces pcre.dll, however when producing a Debug build of PCRE via
CMake (the now preferred way of building PCRE on Windows) the DLL is named
pcred.dll.

I'm assuming that prior to 2.4 this wasn't an issue because HTTPD included and
built PCRE itself.

The attached patch fixes this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55235] Makefile.win installd target fails when installing pcre DLL

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55235

Ben Reser <be...@reser.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Mac OS X 10.4               |Windows 7

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55235] Makefile.win installd target fails when installing pcre DLL

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55235

Ben Reser <be...@reser.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55235] Makefile.win installd target fails when installing pcre DLL

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55235

Jeff Trawick <tr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Jeff Trawick <tr...@apache.org> ---
in 2.4.x branch with r1515375

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 55235] Makefile.win installd target fails when installing pcre DLL

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55235

--- Comment #1 from Gregg L. Smith <gl...@gknw.net> ---
Fixed in trunk r1505073
Proposed for 2.4 r1505077

-- 
You are receiving this mail because:
You are the assignee for the bug.

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