Hi Tom!

Tom Lane [2005-12-20 12:49 -0500]:
> Martin Pitt <[EMAIL PROTECTED]> writes:
> > So it seems that the test suite uses the timezone files from the
> > installed system instead of the files in the temporary installation in
> > the regression test directory.
> 
> It's not supposed to, and AFAICT it works fine for me (not only on my
> personal machines, but also on Red Hat's build machines).  Perhaps
> you've done something to break the package-relocation logic?  All those
> files should be sought via paths relative to the postmaster executable.

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
make
make check

However, it does *not* happen when I do not specify any configure
options at all. I'll try to narrow down the problematic change
further, but can you already see what the problem is here?

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?

Attachment: signature.asc
Description: Digital signature

Reply via email to