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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]