Re: horology regression test failure

Поиск
Список
Период
Сортировка
От Martin Pitt
Тема Re: horology regression test failure
Дата
Msg-id 20051220213330.GW5684@piware.de
обсуждение исходный текст
Ответ на Re: horology regression test failure  (Martin Pitt <martin@piware.de>)
Ответы Re: horology regression test failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Martin Pitt
Дата:
Сообщение: Re: horology regression test failure
Следующее
От: Tom Lane
Дата:
Сообщение: Re: horology regression test failure