You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Marcus Rückert (JIRA)" <ji...@apache.org> on 2010/05/05 17:38:03 UTC

[jira] Created: (TS-335) make install DESTDIR broken for files in datadir and localstatedir

make install DESTDIR broken for files in datadir and localstatedir
------------------------------------------------------------------

                 Key: TS-335
                 URL: https://issues.apache.org/jira/browse/TS-335
             Project: Traffic Server
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.0.0
         Environment: openSUSE 11.2 x86_64
            Reporter: Marcus Rückert
             Fix For: 2.0.1


make install destdir=/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build

all the files installed to $datadir and $localstatedir get prefixed with DESTDIR twice.

so you end up with
/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/var/trafficserver/TS_version

expected would be
/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/var/trafficserver/TS_version

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-335) make install DESTDIR broken for files in datadir and localstatedir

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-335.
------------------------------

    Resolution: Duplicate

I'm closing this since I posted the patch on TS-336 instead. We'll fix this on trunk, and then backport TS-336 (after voting) to 2.0.1.

> make install DESTDIR broken for files in datadir and localstatedir
> ------------------------------------------------------------------
>
>                 Key: TS-335
>                 URL: https://issues.apache.org/jira/browse/TS-335
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0.0
>         Environment: openSUSE 11.2 x86_64
>            Reporter: Marcus Rückert
>             Fix For: 2.0.1
>
>
> make install destdir=/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build
> all the files installed to $datadir and $localstatedir get prefixed with DESTDIR twice.
> so you end up with
> /usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/var/trafficserver/TS_version
> expected would be
> /usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/var/trafficserver/TS_version

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.