[Bugs] [Bug 1336137] PREFIX is not honoured during build and install

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 29 16:54:50 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1336137



--- Comment #13 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/14340 committed in release-3.7 by Vijay
Bellur (vbellur at redhat.com) 
------
commit 4d62806d3031cea33bab1641e0c14a1a8cb11c46
Author: Niels de Vos <ndevos at redhat.com>
Date:   Sat May 14 19:23:20 2016 +0200

    configure: Prevent glupy installation outside $prefix

    glupy was installed in the global path outside the prefix path,
    even if --prefix is passed.

    ./configure --prefix=/usr/local
    make install

    Expected: ${DESTDIR}${prefix}/lib64/python<VERSION>/site-packages/gluster
    Actual: ${DESTDIR}/usr/lib64/python<VERSION>/site-packages/gluster

    prefix was not honoured.

    With this patch, glupy will be installed inside the prefix path.

    Cherry picked from commit 85de0c83392d861ba47c97664ff73fd7f8705a3a:
    > BUG: 1335717
    > Change-Id: I810dd8d2d6c403540d4b738f5ab54237c7358bf6
    > Signed-off-by: Aravinda VK <avishwan at redhat.com>
    > Reviewed-on: http://review.gluster.org/14315
    > Smoke: Gluster Build System <jenkins at build.gluster.com>
    > Reviewed-by: Niels de Vos <ndevos at redhat.com>
    > NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    > Reviewed-by: Jeff Darcy <jdarcy at redhat.com>
    > CentOS-regression: Gluster Build System <jenkins at build.gluster.com>

    BUG: 1336137
    Change-Id: I810dd8d2d6c403540d4b738f5ab54237c7358bf6
    Signed-off-by: Niels de Vos <ndevos at redhat.com>
    Reviewed-on: http://review.gluster.org/14340
    Smoke: Gluster Build System <jenkins at build.gluster.org>
    Tested-by: Anoop C S <anoopcs at redhat.com>
    NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
    Reviewed-by: Vijay Bellur <vbellur at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ajprNVSnLV&a=cc_unsubscribe


More information about the Bugs mailing list