Travis Glenn Hansen created QPID-4273:
-----------------------------------------

             Summary: qpid-cpp Makefile for swig bindings overwrites DESTDIR
                 Key: QPID-4273
                 URL: https://issues.apache.org/jira/browse/QPID-4273
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
    Affects Versions: 0.16
         Environment: I'm packaging (unofficially) for gentoo.
            Reporter: Travis Glenn Hansen
         Attachments: swig-perl-bad-destdir.patch

The build system's DESTDIR value is being ignore due to the use of 
DESTDIR=$(prefix) in the Makefile.  There are 2 effects of this...

1. prefix becomes double accounted for so it's trying to install to /usr/usr in 
my case
2. we're writing to the live filesystem instead of the sandbox which makes the 
build fail

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to