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 2010/10/27 11:32:31 UTC

DO NOT REPLY [Bug 50162] New: missing $DESTFILE in srclib/apr-util/xml/expat/Makefile.in

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

           Summary: missing $DESTFILE in
                    srclib/apr-util/xml/expat/Makefile.in
           Product: Apache httpd-2
           Version: 2.2.17
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: cmt@burggraben.net


Created an attachment (id=26217)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26217)
fix DESTDIR build

"make install" breaks in srclib/apr-util/xml/expat/ when using $DESTDIR and not
root (e.g. for packaging):
make[3]: Entering directory
`/usr/src/packages/BUILD/httpd-2.2.17/srclib/apr-util/xml/expat'
/bin/sh ./conftools/mkinstalldirs /usr/apache/lib /usr/include
mkdir /usr/apache
mkdir: cannot create directory `/usr/apache': Permission denied
mkdir /usr/apache/lib
mkdir: cannot create directory `/usr/apache/lib': No such file or directory
make[3]: *** [installlib] Error 1
make[3]: Leaving directory
`/usr/src/packages/BUILD/httpd-2.2.17/srclib/apr-util/xml/expat'
make[2]: *** [install] Error 2

The fix is trivial (patch attached).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 50162] missing $DESTFILE in srclib/apr-util/xml/expat/Makefile.in

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

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|Build                       |APR-util
            Version|2.2.17                      |HEAD
         Resolution|                            |FIXED
         AssignedTo|bugs@httpd.apache.org       |bugs@apr.apache.org
            Product|Apache httpd-2              |APR

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2010-10-27 06:22:55 EDT ---
This has already been fixed on October 9th in r1006134 and will be part of the
next apr-util release. The patch applied is the same as yours :)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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