| From: | Martin Pitt <martin(at)piware(dot)de> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: horology regression test failure |
| Date: | 2005-12-20 21:33:30 |
| Message-ID: | 20051220213330.GW5684@piware.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
Hi!
Martin Pitt [2005-12-20 21:23 +0100]:
> Maybe I did something wrong with the configure options. That bug is
> reproducible with the pristine upstream 8.1.1 tarball and doing:
>
> ./configure --prefix=/usr --mandir="\${prefix}/share/man" \
> --sysconfdir=/etc --libdir="\${prefix}/lib/postgresql/8.1/lib" \
> --libexecdir="\${prefix}/lib/postgresql-8.1/lib" \
> --mandir=\${prefix}/share/postgresql/8.1/man \
> --with-docdir=\${prefix}/share/doc/postgresql-doc-8.1 \
> --datadir=\${prefix}/share/postgresql/8.1 \
> --bindir=\${prefix}/lib/postgresql/8.1/bin \
> --includedir=\${prefix}/include/postgresql/8.1
A mere
./configure --libdir=/usr/lib/postgresql/8.1/lib --bindir=/usr/lib/postgresql/8.1/bin
is enough to reproduce the problem. With only --libdir, it works, and
with only --bindir the test suite does not run at all because the
postmaster cannot find $libdir (but that is still justifiable).
Thanks,
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
In a world without walls and fences, who needs Windows and Gates?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-12-20 21:39:54 | Re: horology regression test failure |
| Previous Message | Martin Pitt | 2005-12-20 20:23:09 | Re: horology regression test failure |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-12-20 21:39:54 | Re: horology regression test failure |
| Previous Message | Martin Pitt | 2005-12-20 20:23:09 | Re: horology regression test failure |