Your message dated Tue, 12 Jul 2005 15:48:30 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317368: fixed in postgresql-7.4 1:7.4.8-11
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; 7 Jul 2005 22:53:13 +0000
>From [EMAIL PROTECTED] Thu Jul 07 15:53:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DqfF3-0005io-00; Thu, 07 Jul 2005 15:53:13 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:250:fcff:fe4c:da07])
        by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
        (Exim 4.50)
        id 1DqfF1-0000Zx-VW; Fri, 08 Jul 2005 00:53:12 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
        id 1DqfEj-0001Fm-0y; Fri, 08 Jul 2005 00:52:53 +0200
Content-Type: multipart/mixed; boundary="===============1331857594=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.15
Date: Fri, 08 Jul 2005 00:52:52 +0200
Message-Id: <[EMAIL PROTECTED]>
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-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
        HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1331857594==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: postgresql-7.4
Severity: important
Tags: patch

Hi,

postgresql-7.4 currently fails to build on GNU/kFreeBSD. Please find
attached a patch to fix that.

Thanks.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-16
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

--===============1331857594==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="postgresql-7.4.kfreebsd.patch"

--- postgresql-7.4-7.4.8.orig/debian/patches/37_configure_kbsd.patch
+++ postgresql-7.4-7.4.8/debian/patches/37_configure_kbsd.patch
@@ -0,0 +1,24 @@
+diff -Nur postgresql-7.4.8.orig/configure postgresql-7.4.8/configure
+--- postgresql-7.4.8.orig/configure    2005-05-05 22:08:32.000000000 +0200
++++ postgresql-7.4.8/configure 2005-07-07 23:07:42.000000000 +0200
+@@ -1394,7 +1394,7 @@
+  freebsd*) template=freebsd ;;
+     hpux*) template=hpux ;;
+     irix*) template=irix5 ;;
+-   linux*) template=linux ;;
++   linux*|gnu*|k*bsd*-gnu) template=linux ;;
+    mingw*) template=win32 ;;
+   netbsd*) template=netbsd ;;
+ nextstep*) template=nextstep ;;
+diff -Nur postgresql-7.4.8.orig/configure.in postgresql-7.4.8/configure.in
+--- postgresql-7.4.8.orig/configure.in 2005-05-05 22:08:33.000000000 +0200
++++ postgresql-7.4.8/configure.in      2005-07-07 23:07:57.000000000 +0200
+@@ -64,7 +64,7 @@
+  freebsd*) template=freebsd ;;
+     hpux*) template=hpux ;;
+     irix*) template=irix5 ;;
+-   linux*) template=linux ;;
++   linux*|gnu*|k*bsd*-gnu) template=linux ;;
+    mingw*) template=win32 ;;
+   netbsd*) template=netbsd ;;
+ nextstep*) template=nextstep ;;

--===============1331857594==--

---------------------------------------
Received: (at 317368-close) by bugs.debian.org; 12 Jul 2005 19:53:02 +0000
>From [EMAIL PROTECTED] Tue Jul 12 12:53:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DsQoQ-0000gU-00; Tue, 12 Jul 2005 12:53:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DsQk2-0002Aw-00; Tue, 12 Jul 2005 15:48:30 -0400
From: Martin Pitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317368: fixed in postgresql-7.4 1:7.4.8-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Jul 2005 15:48:30 -0400
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-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-Spam-Level: 

Source: postgresql-7.4
Source-Version: 1:7.4.8-11

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-11_powerpc.deb
  to pool/main/p/postgresql-7.4/libpq3_7.4.8-11_powerpc.deb
postgresql-7.4_7.4.8-11.diff.gz
  to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-11.diff.gz
postgresql-7.4_7.4.8-11.dsc
  to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-11.dsc
postgresql-7.4_7.4.8-11_powerpc.deb
  to pool/main/p/postgresql-7.4/postgresql-7.4_7.4.8-11_powerpc.deb
postgresql-client-7.4_7.4.8-11_powerpc.deb
  to pool/main/p/postgresql-7.4/postgresql-client-7.4_7.4.8-11_powerpc.deb
postgresql-contrib-7.4_7.4.8-11_powerpc.deb
  to pool/main/p/postgresql-7.4/postgresql-contrib-7.4_7.4.8-11_powerpc.deb
postgresql-doc-7.4_7.4.8-11_all.deb
  to pool/main/p/postgresql-7.4/postgresql-doc-7.4_7.4.8-11_all.deb
postgresql-plperl-7.4_7.4.8-11_powerpc.deb
  to pool/main/p/postgresql-7.4/postgresql-plperl-7.4_7.4.8-11_powerpc.deb
postgresql-plpython-7.4_7.4.8-11_powerpc.deb
  to pool/main/p/postgresql-7.4/postgresql-plpython-7.4_7.4.8-11_powerpc.deb
postgresql-pltcl-7.4_7.4.8-11_powerpc.deb
  to pool/main/p/postgresql-7.4/postgresql-pltcl-7.4_7.4.8-11_powerpc.deb
postgresql-server-dev-7.4_7.4.8-11_all.deb
  to pool/main/p/postgresql-7.4/postgresql-server-dev-7.4_7.4.8-11_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: Tue, 12 Jul 2005 21:40:50 +0300
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 powerpc all
Version: 1:7.4.8-11
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: 317368
Changes: 
 postgresql-7.4 (1:7.4.8-11) unstable; urgency=low
 .
   * postgresql-client-7.4: Now suggest postgresql-7.4; clarified the
     description wrt the server package (see #313247).
   * Fix README.Debian symlink.
   * Add debian/patches/18_build_kfreebsd.patch: Fix configure[.in] to work on
     GNU/kFreeBSD. Thanks to Aurelien Jarno for the patch. Closes: #317368
   * Add debian/patches/19_testsuite_params.patch: Use /tmp as the socket
     directory when running the test suite.
   * debian/rules: Call the test suite when building the package. Since
     creating databases as root is not permitted, do this as "nobody" if run by
     root (as on the buildds); don't do it at all if run with fakeroot.
   * Bump Standards-Version to 3.6.2.
Files: 
 8a3f7c3420389e9ad66f1c82e1138043 1020 misc optional postgresql-7.4_7.4.8-11.dsc
 51c8dde23d9c8e28e95e43005b3f479d 23538 misc optional 
postgresql-7.4_7.4.8-11.diff.gz
 27305f64b67286cc02cb722f9f3ca11c 1157692 doc optional 
postgresql-doc-7.4_7.4.8-11_all.deb
 40c6c5a4a8357676293d56ad32b0ad7d 46422 libdevel optional 
postgresql-server-dev-7.4_7.4.8-11_all.deb
 80fcd37984d986b4d35766570b2aa020 3037364 misc optional 
postgresql-7.4_7.4.8-11_powerpc.deb
 bac2be2b980bc222ffa59c2234097119 466600 misc optional 
postgresql-client-7.4_7.4.8-11_powerpc.deb
 c81a486fd1340af77c2526e3609abe89 60176 libs optional 
libpq3_7.4.8-11_powerpc.deb
 c4d3d30cbe8bdfecc549561b58412d06 502344 misc optional 
postgresql-contrib-7.4_7.4.8-11_powerpc.deb
 b72189385862a08d48d5fb6269be314b 21302 misc optional 
postgresql-plperl-7.4_7.4.8-11_powerpc.deb
 50f68aae8d7d048b13cd539f9447c50f 24270 misc optional 
postgresql-plpython-7.4_7.4.8-11_powerpc.deb
 86f0f5315a2617d527df2cbfc0d0081b 26046 misc optional 
postgresql-pltcl-7.4_7.4.8-11_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC1BWlDecnbV4Fd/IRAkWjAJsE/vrDU/dr8yQlU+zUTQn4nLLmpQCg7yJZ
UbOLP2/Fi4JgxNhTBhKXIr0=
=83aK
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to