Your message dated Mon, 21 Nov 2005 13:50:17 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338645: fixed in postgresql-8.1 8.1.0-3
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; 11 Nov 2005 19:04:33 +0000
>From [EMAIL PROTECTED] Fri Nov 11 11:04:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp.galliera.it ([62.101.86.54])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EaeCP-0005Ct-1T
        for [EMAIL PROTECTED]; Fri, 11 Nov 2005 11:04:33 -0800
Received: from localhost (localhost [127.0.0.1])
        by smtp.galliera.it (Postfix) with ESMTP id 4882A93622;
        Fri, 11 Nov 2005 20:04:31 +0100 (CET)
Received: from smtp.galliera.it ([127.0.0.1])
        by localhost (ghostdog [127.0.0.1]) (amavisd-new, port 10024)
        with LMTP id 18079-03-11; Fri, 11 Nov 2005 20:04:31 +0100 (CET)
Received: from localhost (pcema.ceed [10.0.5.82])
        by smtp.galliera.it (Postfix) with ESMTP id 1DF29935D1;
        Fri, 11 Nov 2005 20:04:31 +0100 (CET)
Received: by localhost (Postfix, from userid 1000)
        id AF1591806A0D; Fri, 11 Nov 2005 20:04:30 +0100 (CET)
Date: Fri, 11 Nov 2005 20:04:30 +0100
From: Emanuele Rocca <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: postgresql-contrib-8.1: dbf2pg silently ignores the -F and -T options
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ"
Content-Disposition: inline
X-Reportbug-Version: 3.17
User-Agent: Mutt/1.5.11
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--MfFXiAuoTsnnDAfZ
Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA"
Content-Disposition: inline


--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: postgresql-contrib-8.1
Severity: normal
Tags: patch

Hello,
according to contrib/dbase/Makefile, iconv support for dbf2pg is=20
disabled.
If there is no specific reason to do so, it would be really nice to
uncomment the PG_CPPFLAGS +=3D -DHAVE_ICONV_H line, so that dbf2pg can
convert charsets properly.

Moreover, the user is not informed about lack of iconv support, and that
causes a lot of problems trying to understand why there is no charset
conversion even passing -F (and -T) to the command line. :)

The attached patch prints a warning if there is no iconv support and the
user passes the -F option.

Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=3Dit_IT.UTF-8, LC_CTYPE=3Dit_IT.UTF-8 (charmap=3DUTF-8)
ciao,
    ema

--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dbf2pg-no-iconv.patch"

--- 
/home/ema/debian/postgresql-8.1-8.1.0/postgresql-8.1.0/contrib/dbase/dbf2pg.c   
    2005-10-15 04:49:04.000000000 +0200
+++ dbf2pg.c    2005-11-11 19:43:50.000000000 +0100
@@ -618,10 +618,14 @@
                        case 'U':
                                username = (char *) strdup(optarg);
                                break;
-#ifdef HAVE_ICONV_H
                        case 'F':
+#ifdef HAVE_ICONV_H
                                charset_from = (char *) strdup(optarg);
+#else
+                               printf("WARNING: dbf2pg was compiled without 
iconv support, ignoring -F option\n");
+#endif
                                break;
+#ifdef HAVE_ICONV_H
                        case 'T':
                                charset_to = (char *) strdup(optarg);
                                break;

--W/nzBZO5zC0uMSeA--

--MfFXiAuoTsnnDAfZ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDdOs+C6DuA+rxm2ARAsyPAJ9boYN2b04ha3B1ZTTFOl/Kq8flJwCdH0ny
YpLbfZuzUKgYpTWx4s9Tr6U=
=Uz9z
-----END PGP SIGNATURE-----

--MfFXiAuoTsnnDAfZ--

---------------------------------------
Received: (at 338645-close) by bugs.debian.org; 21 Nov 2005 21:55:31 +0000
>From [EMAIL PROTECTED] Mon Nov 21 13:55:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EeJYH-0001v0-Bo; Mon, 21 Nov 2005 13:50:17 -0800
From: Martin Pitt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#338645: fixed in postgresql-8.1 8.1.0-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 21 Nov 2005 13:50:17 -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
X-CrossAssassin-Score: 2

Source: postgresql-8.1
Source-Version: 8.1.0-3

We believe that the bug you reported is fixed in the latest version of
postgresql-8.1, which is due to be installed in the Debian FTP archive:

libecpg-compat2_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/libecpg-compat2_8.1.0-3_i386.deb
libecpg-dev_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/libecpg-dev_8.1.0-3_i386.deb
libecpg5_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/libecpg5_8.1.0-3_i386.deb
libpgtypes2_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/libpgtypes2_8.1.0-3_i386.deb
libpq-dev_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/libpq-dev_8.1.0-3_i386.deb
libpq4_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/libpq4_8.1.0-3_i386.deb
postgresql-8.1_8.1.0-3.diff.gz
  to pool/main/p/postgresql-8.1/postgresql-8.1_8.1.0-3.diff.gz
postgresql-8.1_8.1.0-3.dsc
  to pool/main/p/postgresql-8.1/postgresql-8.1_8.1.0-3.dsc
postgresql-8.1_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-8.1_8.1.0-3_i386.deb
postgresql-client-8.1_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-client-8.1_8.1.0-3_i386.deb
postgresql-contrib-8.1_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-contrib-8.1_8.1.0-3_i386.deb
postgresql-doc-8.1_8.1.0-3_all.deb
  to pool/main/p/postgresql-8.1/postgresql-doc-8.1_8.1.0-3_all.deb
postgresql-plperl-8.1_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-plperl-8.1_8.1.0-3_i386.deb
postgresql-plpython-8.1_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-plpython-8.1_8.1.0-3_i386.deb
postgresql-pltcl-8.1_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-pltcl-8.1_8.1.0-3_i386.deb
postgresql-server-dev-8.1_8.1.0-3_i386.deb
  to pool/main/p/postgresql-8.1/postgresql-server-dev-8.1_8.1.0-3_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.
Martin Pitt <[EMAIL PROTECTED]> (supplier of updated postgresql-8.1 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, 20 Nov 2005 17:01:53 +0100
Source: postgresql-8.1
Binary: postgresql-8.1 postgresql-pltcl-8.1 postgresql-plperl-8.1 libpgtypes2 
libpq-dev libpq4 postgresql-doc-8.1 postgresql-plpython-8.1 libecpg-compat2 
libecpg5 libecpg-dev postgresql-client-8.1 postgresql-server-dev-8.1 
postgresql-contrib-8.1
Architecture: source i386 all
Version: 8.1.0-3
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt <[EMAIL PROTECTED]>
Changed-By: Martin Pitt <[EMAIL PROTECTED]>
Description: 
 libecpg-compat2 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg5   - run-time library for ECPG programs
 libpgtypes2 - shared library libpgtypes for PostgreSQL 8.1
 libpq-dev  - header files for libpq4 (PostgreSQL library)
 libpq4     - PostgreSQL C client library
 postgresql-8.1 - object-relational SQL database, version 8.1 server
 postgresql-client-8.1 - front-end programs for PostgreSQL 8.1
 postgresql-contrib-8.1 - additional facilities for PostgreSQL
 postgresql-doc-8.1 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-8.1 - PL/Perl procedural language for PostgreSQL 8.1
 postgresql-plpython-8.1 - PL/Python procedural language for PostgreSQL 8.1
 postgresql-pltcl-8.1 - PL/TCL procedural language for PostgreSQL 8.1
 postgresql-server-dev-8.1 - development files for PostgreSQL 8.1 server-side 
programming
Closes: 338645 339527
Changes: 
 postgresql-8.1 (8.1.0-3) unstable; urgency=low
 .
   * debian/rules: Remove superfluous R include path.
   * debian/control: Version the libpq-dev dependency of -server-dev-8.1 to
     avoid horrible breakage.
   * Add debian/patches/80_cvs_crash_deform_tuple.patch:
     - Fix crash in tuple deformator (stolen from CVS head).
     - Closes: #339527
   * Add debian/patches/52-contrib-dbase-enable-iconv.patch:
     - Enable iconv support for 'dbf2pg' contrib module.
     - Closes: #338645
Files: 
 2e06bf153326fc96adbd53fe9147b4e4 1095 misc optional postgresql-8.1_8.1.0-3.dsc
 40ff17f45abbd252be493fd0eb081735 24229 misc optional 
postgresql-8.1_8.1.0-3.diff.gz
 1c4b7137fb6bb594b11a5979c068e89f 1379530 doc optional 
postgresql-doc-8.1_8.1.0-3_all.deb
 0616184aca187205cd2e0c48e685fdf2 4096470 misc optional 
postgresql-8.1_8.1.0-3_i386.deb
 5cd8726c8558ebd1726ae2ab7648c8de 1201326 misc optional 
postgresql-client-8.1_8.1.0-3_i386.deb
 eea523401175fb85d13372d42b93e42c 460408 libdevel optional 
postgresql-server-dev-8.1_8.1.0-3_i386.deb
 c18e9309b53c99c999bb936ed558644d 422434 misc optional 
postgresql-contrib-8.1_8.1.0-3_i386.deb
 c2e2ce6f7e61bdf161590941b679d03d 32574 misc optional 
postgresql-plperl-8.1_8.1.0-3_i386.deb
 cd366eae646fa108ddcf2df9545108ca 25552 misc optional 
postgresql-plpython-8.1_8.1.0-3_i386.deb
 4d0bc81e21eb9742a0c030cf74d8a51c 26976 misc optional 
postgresql-pltcl-8.1_8.1.0-3_i386.deb
 72fd19d26e23cdc2cfc930b583670670 171470 libdevel optional 
libpq-dev_8.1.0-3_i386.deb
 60fda3c5801479b94468042affce3426 121272 libs optional libpq4_8.1.0-3_i386.deb
 e3dc7629b2a161361eeb40a641cc7730 34924 libs optional libecpg5_8.1.0-3_i386.deb
 f05e52120bac0a2157bd00d95c8c7eba 199906 libdevel optional 
libecpg-dev_8.1.0-3_i386.deb
 57bdc58b414145d0629076518fde1deb 16386 libs optional 
libecpg-compat2_8.1.0-3_i386.deb
 a39c843d510a0b41e6cced12c70883a5 38138 libs optional 
libpgtypes2_8.1.0-3_i386.deb

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

iD8DBQFDgja8DecnbV4Fd/IRAl0nAJ9nqsCbdlbJyOGdyAcqDf4xtMNXIgCgkVdV
xxUbNzegZmOaL1dCgg+8O2I=
=WrFT
-----END PGP SIGNATURE-----


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

Reply via email to