Your message dated Thu, 28 Jul 2005 01:47:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319209: fixed in postgresql-7.4 1:7.4.8-14
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Jul 2005 13:51:49 +0000
>From [EMAIL PROTECTED] Wed Jul 20 06:51:49 2005
Return-path: <[EMAIL PROTECTED]>
Received: from blars.org (renig.nat.blars.org) [64.81.35.59]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1DvEzF-00044V-00; Wed, 20 Jul 2005 06:51:49 -0700
Received: from quaff.nat.blars.org (quaff.nat.blars.org [172.16.2.7])
by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id
j6KDpkKf008264
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
Wed, 20 Jul 2005 06:51:46 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
by quaff.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id
j6KDg5dF013804;
Wed, 20 Jul 2005 06:42:05 -0700
Received: (from [EMAIL PROTECTED])
by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j6KDg5Of013802;
Wed, 20 Jul 2005 06:42:05 -0700
Date: Wed, 20 Jul 2005 06:42:05 -0700
From: Blars Blarson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: postgresql-7.4: ftbfs [sparc] pg_regress: initdb failed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: postgresql-7.4
Version: 1:7.4.8-13
Severity: serious
Justification: no longer builds from source
postgresql-7.4 failed to build on a sparc buildd, duplicated on my sparc
pbuilder:
/bin/sh ./pg_regress --temp-install --top-builddir=../../..
--schedule=./parallel_schedule --multibyte=SQL_ASCII
============== creating temporary installation ==============
============== initializing database system ==============
pg_regress: initdb failed
Examine ./log/initdb.log for the reason.
make[3]: *** [check] Error 2
rm regress.o
make[3]: Leaving directory
`/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress'
make[2]: *** [check] Error 2
make[2]: Leaving directory
`/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test'
make[1]: *** [check] Error 2
make[1]: Leaving directory
`/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8'
Running in noclean mode. Mistakes will not be cleaned up.
The files belonging to this database system will be owned by user "root".
This user must also own the server process.
The database cluster will be initialized with locale C.
creating directory
/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/data...
ok
creating directory
/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/data/base...
ok
creating directory
/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/data/global...
ok
creating directory
/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/data/pg_xlog...
ok
creating directory
/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/data/pg_clog...
ok
selecting default max_connections... 100
selecting default shared_buffers... 1000
creating configuration files... ok
creating template1 database in
/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/data/base/1...
ok
initializing pg_shadow...
/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/install//usr/lib/postgresql/7.4/bin/initdb:
line 665: 1610 Bus error "$PGPATH"/postgres $PGSQL_OPT
template1 >/dev/null <<EOF
-- Create a trigger so that direct updates to pg_shadow will be written
-- to the flat password/group files pg_pwd and pg_group
CREATE TRIGGER pg_sync_pg_pwd AFTER INSERT OR UPDATE OR DELETE ON pg_shadow FOR
EACH ROW EXECUTE PROCEDURE update_pg_pwd_and_pg_group();
CREATE TRIGGER pg_sync_pg_group AFTER INSERT OR UPDATE OR DELETE ON pg_group
FOR EACH ROW EXECUTE PROCEDURE update_pg_pwd_and_pg_group();
-- needs to be done before alter user, because alter user checks that
-- pg_shadow is secure ...
REVOKE ALL on pg_shadow FROM public;
EOF
initdb: failed
initdb: data directory
"/build/buildd/postgresql-7.4-7.4.8/build-tree/postgresql-7.4.8/src/test/regress/./tmp_check/data"
not removed at user's request
cat: src/test/regress/log/postmaster.log: No such file or directory
make: *** [common-post-build-arch] Error 1
******************************************************************************
Build finished at 20050715-1009
FAILED [dpkg-buildpackage died]
NOTE: The package could have used binaries from the following packages
(access time changed) without a source dependency:
xlibs-dev: /usr/X11R6/lib/libX11.so
---------------------------------------
Received: (at 319209-close) by bugs.debian.org; 28 Jul 2005 09:13:57 +0000
>From [EMAIL PROTECTED] Thu Jul 28 02:13:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1Dy42x-0002S8-00; Thu, 28 Jul 2005 01:47:19 -0700
From: Martin Pitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319209: fixed in postgresql-7.4 1:7.4.8-14
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 01:47:19 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: postgresql-7.4
Source-Version: 1:7.4.8-14
We believe that the bug you reported is fixed in the latest version of
postgresql-7.4, which is due to be installed in the Debian FTP archive:
libpq3_7.4.8-14_i386.deb
to pool/main/p/postgresql-7.4/libpq3_7.4.8-14_i386.deb
postgresql-7.4_7.4.8-14.diff.gz
to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-14.diff.gz
postgresql-7.4_7.4.8-14.dsc
to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-14.dsc
postgresql-7.4_7.4.8-14_i386.deb
to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-14_i386.deb
postgresql-client-7.4_7.4.8-14_i386.deb
to pool/main/p/postgresql-7.4/postgresql-client-7.4_7.4.8-14_i386.deb
postgresql-contrib-7.4_7.4.8-14_i386.deb
to pool/main/p/postgresql-7.4/postgresql-contrib-7.4_7.4.8-14_i386.deb
postgresql-doc-7.4_7.4.8-14_all.deb
to pool/main/p/postgresql-7.4/postgresql-doc-7.4_7.4.8-14_all.deb
postgresql-plperl-7.4_7.4.8-14_i386.deb
to pool/main/p/postgresql-7.4/postgresql-plperl-7.4_7.4.8-14_i386.deb
postgresql-plpython-7.4_7.4.8-14_i386.deb
to pool/main/p/postgresql-7.4/postgresql-plpython-7.4_7.4.8-14_i386.deb
postgresql-pltcl-7.4_7.4.8-14_i386.deb
to pool/main/p/postgresql-7.4/postgresql-pltcl-7.4_7.4.8-14_i386.deb
postgresql-server-dev-7.4_7.4.8-14_all.deb
to pool/main/p/postgresql-7.4/postgresql-server-dev-7.4_7.4.8-14_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Pitt <[EMAIL PROTECTED]> (supplier of updated postgresql-7.4 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 20 Jul 2005 00:24:19 +0200
Source: postgresql-7.4
Binary: postgresql-plpython-7.4 postgresql-client-7.4 postgresql-7.4
postgresql-contrib-7.4 libpq3 postgresql-doc-7.4 postgresql-plperl-7.4
postgresql-server-dev-7.4 postgresql-pltcl-7.4
Architecture: source i386 all
Version: 1:7.4.8-14
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description:
libpq3 - PostgreSQL C client library
postgresql-7.4 - object-relational SQL database, version 7.4 server
postgresql-client-7.4 - front-end programs for PostgreSQL 7.4
postgresql-contrib-7.4 - additional facilities for PostgreSQL
postgresql-doc-7.4 - documentation for the PostgreSQL database management
system
postgresql-plperl-7.4 - PL/Perl procedural language for PostgreSQL 7.4
postgresql-plpython-7.4 - PL/Python procedural language for PostgreSQL 7.4
postgresql-pltcl-7.4 - PL/TCL procedural language for PostgreSQL 7.4
postgresql-server-dev-7.4 - development files for PostgreSQL 7.4 server-side
programming
Closes: 319107 319209
Changes:
postgresql-7.4 (1:7.4.8-14) unstable; urgency=low
.
* debian/postgresql-contrib-7.4.install: Ship pgxml_dom.so. Closes: #319107
* debian/rules:
- Robustify log output in case of a failed test suite; also print out
regression.diffs if it fails. Closes: #319209
- Don't run the test suite if DEB_BUILD_OPTIONS contains "nocheck".
Files:
68c6e1ea1c2d26f59431e1219f17f758 1020 misc optional postgresql-7.4_7.4.8-14.dsc
b8efc473714863dbee8cdeae2a16d57d 23333 misc optional
postgresql-7.4_7.4.8-14.diff.gz
6bbdc926c9974b6f0d07b2b1c6376d1f 1158190 doc optional
postgresql-doc-7.4_7.4.8-14_all.deb
f6e7be567d7a6e5caf5f4cdde02a6a2d 46894 libdevel optional
postgresql-server-dev-7.4_7.4.8-14_all.deb
6e2322f0c1fcfd46524fc4bb20f0bbe2 2618316 misc optional
postgresql-7.4_7.4.8-14_i386.deb
6d9c894889f66d0f17542538965b474d 439472 misc optional
postgresql-client-7.4_7.4.8-14_i386.deb
a6bcb6add8d25d0b3e487844c34845dc 58818 libs optional libpq3_7.4.8-14_i386.deb
cc258d8545757758d625d3685fc777c5 449178 misc optional
postgresql-contrib-7.4_7.4.8-14_i386.deb
0de57ee353540cd1f35ebda9287f8813 20512 misc optional
postgresql-plperl-7.4_7.4.8-14_i386.deb
c96fa1e2f76bb7af4e6ed0b8a6816823 22578 misc optional
postgresql-plpython-7.4_7.4.8-14_i386.deb
75d43e286b42d68ecffeff111d0aa93a 24174 misc optional
postgresql-pltcl-7.4_7.4.8-14_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC6JocDecnbV4Fd/IRAunMAJ9S59LyiTiHCOOG+AVpSYcD0lcMLwCgzxrY
5rEDTR2lqNsjbngJgsNts7g=
=7deW
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]