slony1-bugs at lists.slony.info slony1-bugs at lists.slony.info
Fri Apr 3 15:23:18 PDT 2009
http://www.slony.info/bugzilla/show_bug.cgi?id=79

           Summary: --prefix and --exec-prefix options don't function as
                    expected
           Product: Slony-I
           Version: devel
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: medium
         Component: core scripts
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: tom.lippincott at gmail.com
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.0


The makefile doesn't respect the prefix variables correctly:

mkdir ~/temp
./configure --prefix=/usr/local --exec-prefix=/usr/local
make
make install DESTDIR=~/temp
ls ~/temp/usr
  lib64  local  share

This is important functionality to get right, for those of us looking to keep
custom software under a single hierarchy, since its not included in official
repositories.



On an unrelated note, the spec-file in the release fails with:

configure.ac:89: error: AC_SUBST: `2.0.1' is not a valid shell variable name
configure.ac:89: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
error: Bad exit status from /var/tmp/rpm-tmp.CLmZ2P (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.CLmZ2P (%build)


-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list