Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Problems running regression tests


  • From: "Karl O. Pinc" <kop(at)meme(dot)com>
  • To: pgsql-general(at)postgresql(dot)org
  • Subject: Problems running regression tests
  • Date: Sat, 25 Mar 2006 00:56:31 +0000
  • Message-id: <1143248191l(dot)30390l(dot)2l(at)mofo>

FYI,

Postgres 8.0.7
OS Centos 4.2 (Final)

Rebuilt and installed the rpms.

To test, I copied /usr/lib/pgsql/test/regress/
to my home directory.  However,

gmake check

always produces

/usr/bin/chcon: can't apply partial context to unlabeled file testtablespace
/usr/bin/chcon: can't apply partial context to unlabeled file results

The Makefile has

[ -x /usr/bin/chcon ] && /usr/bin/chcon -t postgresql_db_t testtablespa\ce results

This does not seem to be a good way to test for SELinux.  SELinux
is not enabled in my kernel but chcon seems to be included in
the coreutils rpm.  As a result, AFIK, chcon will never work
and the make will always fail.

Karl <kop(at)meme(dot)com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group