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

bugzilla at redhat.com bugzilla at redhat.com
Wed May 18 09:54:00 UTC 2016


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



--- Comment #2 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/14337 committed in release-3.8 by Niels de
Vos (ndevos at redhat.com) 
------
commit a8a44316f435b33f54ef06e4ffba085bd0739a12
Author: Aravinda VK <avishwan at redhat.com>
Date:   Fri May 13 09:40:38 2016 +0530

    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: 1336136
    Change-Id: I810dd8d2d6c403540d4b738f5ab54237c7358bf6
    Signed-off-by: Niels de Vos <ndevos at redhat.com>
    Reviewed-on: http://review.gluster.org/14337
    Smoke: Gluster Build System <jenkins at build.gluster.com>
    NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Kaleb KEITHLEY <kkeithle 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=W2ZcgWNIlp&a=cc_unsubscribe


More information about the Bugs mailing list