Your message dated Sun, 15 Jan 2006 07:02:04 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335972: fixed in libpgsql-ruby 0.7.1-7
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; 27 Oct 2005 03:11:13 +0000
>From [EMAIL PROTECTED] Wed Oct 26 20:11:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EUyAb-0002tr-00; Wed, 26 Oct 2005 20:11:13 -0700
Received: from localhost.localdomain
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j9R3BCJQ013882
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for <[EMAIL PROTECTED]>; Wed, 26 Oct 2005 20:11:12 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.54)
id 1EUn5i-0000vk-4X
for [EMAIL PROTECTED]; Wed, 26 Oct 2005 08:21:26 -0700
Date: Wed, 26 Oct 2005 08:21:26 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Unable to find postgresql header files
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1148/Tue Oct 25 12:34:12 2005 on zoot.lafn.org
X-Virus-Status: Clean
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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--qlTNgmc+xy1dBmNv
Content-Type: multipart/mixed; boundary="0F1p//8PRICkK4MW"
Content-Disposition: inline
--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: libpgsql-ruby
Version: 0.7.1-6
Severity: serious
Tags: patch
pbuilder fails to build libpgsql-ruby in an unstable chroot on i386:
> make[1]: Entering directory `/tmp/buildd/libpgsql-ruby-0.7.1'
> gcc -fPIC -Wall -g -O2 -fPIC -I/usr/include/postgresql/8.0 -I. -I/usr/lib=
/ruby/1.6/i486-linux -I. -DHAVE_SYS_UN_H -DHAVE_SOCKET -DHAVE_GETHOSTNAME -=
DHAVE_PQSETCLIENTENCODING -DHAVE_PG_ENCODING_TO_CHAR -DHAVE_PQESCAPESTRING =
-c -o postgres.o postgres.c
> postgres.c:18:22: error: libpq-fe.h: No such file or directory
> postgres.c:19:70: error: libpq/libpq-fs.h: No such file or directory
> postgres.c:35: error: syntax error before '*' token
=2E..
> make[1]: *** [postgres.o] Error 1
> make[1]: Leaving directory `/tmp/buildd/libpgsql-ruby-0.7.1'
> make: *** [build-install-1.6] Error 2
The attached patch fixes this problem.
--=20
Matt
--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable
only in patch2:
unchanged:
--- libpgsql-ruby-0.7.1.orig/postgres.c
+++ libpgsql-ruby-0.7.1/postgres.c
@@ -15,8 +15,8 @@
#include "ruby.h"
#include "rubyio.h"
=20
-#include <libpq-fe.h>
-#include <libpq/libpq-fs.h> /* large-object interface */
+#include <postgresql/libpq-fe.h>
+#include <postgresql/libpq/libpq-fs.h> /* large-object interface */
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
--0F1p//8PRICkK4MW--
--qlTNgmc+xy1dBmNv
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDX571fNdgYxVXvBARAjKiAKCYWlD1Vp6AVX7NIXBpNKKvcq2ncACdHNwh
D/zdNoKnIHnnTY5e/7zRrxw=
=JqrQ
-----END PGP SIGNATURE-----
--qlTNgmc+xy1dBmNv--
---------------------------------------
Received: (at 335972-close) by bugs.debian.org; 15 Jan 2006 15:10:33 +0000
>From [EMAIL PROTECTED] Sun Jan 15 07:10:33 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Ey9OO-0003w6-EG; Sun, 15 Jan 2006 07:02:04 -0800
From: Taku YASUI <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#335972: fixed in libpgsql-ruby 0.7.1-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 15 Jan 2006 07:02:04 -0800
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
Source: libpgsql-ruby
Source-Version: 0.7.1-7
We believe that the bug you reported is fixed in the latest version of
libpgsql-ruby, which is due to be installed in the Debian FTP archive:
libpgsql-ruby1.6_0.7.1-7_i386.deb
to pool/main/libp/libpgsql-ruby/libpgsql-ruby1.6_0.7.1-7_i386.deb
libpgsql-ruby1.8_0.7.1-7_i386.deb
to pool/main/libp/libpgsql-ruby/libpgsql-ruby1.8_0.7.1-7_i386.deb
libpgsql-ruby_0.7.1-7.diff.gz
to pool/main/libp/libpgsql-ruby/libpgsql-ruby_0.7.1-7.diff.gz
libpgsql-ruby_0.7.1-7.dsc
to pool/main/libp/libpgsql-ruby/libpgsql-ruby_0.7.1-7.dsc
libpgsql-ruby_0.7.1-7_i386.deb
to pool/main/libp/libpgsql-ruby/libpgsql-ruby_0.7.1-7_i386.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.
Taku YASUI <[EMAIL PROTECTED]> (supplier of updated libpgsql-ruby 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: Sun, 15 Jan 2006 23:47:26 +0900
Source: libpgsql-ruby
Binary: libpgsql-ruby libpgsql-ruby1.6 libpgsql-ruby1.8
Architecture: source i386
Version: 0.7.1-7
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI <[EMAIL PROTECTED]>
Changed-By: Taku YASUI <[EMAIL PROTECTED]>
Description:
libpgsql-ruby - PostgreSQL extension library for ruby (dummy package)
libpgsql-ruby1.6 - PostgreSQL extension library for ruby1.6
libpgsql-ruby1.8 - PostgreSQL extension library for ruby1.8
Closes: 335972
Changes:
libpgsql-ruby (0.7.1-7) unstable; urgency=low
.
* debian/rules: Determine correct PostgreSQL includes using pg_config
(closes: #335972)
* Add debian/compat file and remove DH_COMPAT line from debian/rules
Files:
74cb677fd61ae125f08482d0c4f91f14 687 interpreters optional
libpgsql-ruby_0.7.1-7.dsc
add849579bcc854898c6d523ee81d93d 3799 interpreters optional
libpgsql-ruby_0.7.1-7.diff.gz
6c3eb56ec758cdacad9d3bb079ca4210 39652 interpreters optional
libpgsql-ruby1.8_0.7.1-7_i386.deb
db73d320025fc73b02b38bb23234a1f9 40156 interpreters optional
libpgsql-ruby1.6_0.7.1-7_i386.deb
ecbaa87bd5c7aa74ce94f61e2ccc48c2 6272 interpreters optional
libpgsql-ruby_0.7.1-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDymDSFwU5DuZsm7ARAnq9AJ0YnkZe4gGOUk8I1Ua9blVy3bHDrgCgmH9W
EI/mvQJtxyWuOKoQFQGh8JA=
=09ve
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]