Re: horology regression test failure - Mailing list pgsql-bugs

From Martin Pitt
Subject Re: horology regression test failure
Date
Msg-id 20051220213330.GW5684@piware.de
Whole thread Raw
In response to Re: horology regression test failure  (Martin Pitt <martin@piware.de>)
Responses Re: horology regression test failure
List pgsql-bugs
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:
>=20
> ./configure --prefix=3D/usr  --mandir=3D"\${prefix}/share/man"  \
>   --sysconfdir=3D/etc  --libdir=3D"\${prefix}/lib/postgresql/8.1/lib" \
>   --libexecdir=3D"\${prefix}/lib/postgresql-8.1/lib" \
>   --mandir=3D\${prefix}/share/postgresql/8.1/man \
>   --with-docdir=3D\${prefix}/share/doc/postgresql-doc-8.1 \
>   --datadir=3D\${prefix}/share/postgresql/8.1 \
>   --bindir=3D\${prefix}/lib/postgresql/8.1/bin \
>   --includedir=3D\${prefix}/include/postgresql/8.1

A mere

 ./configure --libdir=3D/usr/lib/postgresql/8.1/lib --bindir=3D/usr/lib/pos=
tgresql/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

--=20
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?

pgsql-bugs by date:

Previous
From: Martin Pitt
Date:
Subject: Re: horology regression test failure
Next
From: Tom Lane
Date:
Subject: Re: horology regression test failure