Your message dated Wed, 11 May 2005 03:32:19 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#302734: fixed in libgimp-perl 2.0.dfsg-5 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; 5 May 2005 21:24:01 +0000 >From [EMAIL PROTECTED] Thu May 05 14:24:00 2005 Return-path: <[EMAIL PROTECTED]> Received: from nef2.ens.fr [129.199.96.40] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DTnpA-0006b8-00; Thu, 05 May 2005 14:24:00 -0700 Received: from clipper.ens.fr (clipper-gw.ens.fr [129.199.1.22]) by nef2.ens.fr (8.13.2/1.01.28121999) with ESMTP id j45LNSWE004964 for <[EMAIL PROTECTED]>; Thu, 5 May 2005 23:23:28 +0200 (CEST) Received: from ([EMAIL PROTECTED]) by clipper.ens.fr (8.13.1/jb-1.1) Date: Thu, 5 May 2005 23:23:28 +0200 From: David Madore <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libgimp-perl won't init: "protocol error" Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.10 (nef2.ens.fr [129.199.96.32]); Thu, 05 May 2005 23:23:29 +0200 (CEST) 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: libgimp-perl Version: 2.0.dfsg-4 It seems that libgimp-perl refuses to start even with the most trivial program: machine madore ~ $ cat /tmp/test.pl #!/usr/bin/perl use strict; use Gimp; Gimp::init; machine madore ~ $ /tmp/test.pl test.pl: protocol error (1) at /usr/lib/perl5/Gimp/Net.pm line 67. (ERROR) protocol error (1) at /usr/lib/perl5/Gimp/Net.pm line 67. machine madore ~ $ gimp --version GIMP version 2.2.6 Gimp version is 2.2.6-1, the most recent packaged in Debian Sarge, and libgimp-perl is 2.0.dfsg-4, ditto. -- David A. Madore ([EMAIL PROTECTED], http://www.madore.org/~david/ ) --------------------------------------- Received: (at 302734-close) by bugs.debian.org; 11 May 2005 07:44:28 +0000 >From [EMAIL PROTECTED] Wed May 11 00:44:28 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 1DVltM-0004gf-00; Wed, 11 May 2005 00:44:28 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DVlhb-000793-00; Wed, 11 May 2005 03:32:19 -0400 From: Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#302734: fixed in libgimp-perl 2.0.dfsg-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 11 May 2005 03:32:19 -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: libgimp-perl Source-Version: 2.0.dfsg-5 We believe that the bug you reported is fixed in the latest version of libgimp-perl, which is due to be installed in the Debian FTP archive: libgimp-perl_2.0.dfsg-5.diff.gz to pool/main/libg/libgimp-perl/libgimp-perl_2.0.dfsg-5.diff.gz libgimp-perl_2.0.dfsg-5.dsc to pool/main/libg/libgimp-perl/libgimp-perl_2.0.dfsg-5.dsc libgimp-perl_2.0.dfsg-5_powerpc.deb to pool/main/libg/libgimp-perl/libgimp-perl_2.0.dfsg-5_powerpc.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. Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> (supplier of updated libgimp-perl 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, 10 May 2005 19:43:03 +0200 Source: libgimp-perl Binary: libgimp-perl Architecture: source powerpc Version: 2.0.dfsg-5 Distribution: unstable Urgency: low Maintainer: Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Changed-By: Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Description: libgimp-perl - Perl support and plugins for The GIMP Closes: 302734 307856 308390 Changes: libgimp-perl (2.0.dfsg-5) unstable; urgency=low . * debian/rules: + Call Makefile.PL (which calls configure) with an explicit GIMP=/usr/bin/gimp. This creates a valid Gimp/Config.pm and enables scripts to properly work (as they need to start gimp if it isn't there). Thanks for the patch to Marc Glisse <[EMAIL PROTECTED]>, this Closes: #302734, #307856, #308390. + Add a bit of shell code to replace all /opt/bin/perl references with /usr/bin/perl in the examples. A copy is left around to allow make to restore the original files in the clean target. Files: 52336ad58cb744e9b7d84512b0d7e8de 730 perl optional libgimp-perl_2.0.dfsg-5.dsc 873f8f13886d70d6c89069608f310792 5774 perl optional libgimp-perl_2.0.dfsg-5.diff.gz 6be9e9687f8382e2876a5c8693a7730a 394484 perl optional libgimp-perl_2.0.dfsg-5_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iEYEARECAAYFAkKBs6UACgkQmO5zOp3h7rHRgwCghSJ9Blod70UUNJ6g8tx7IKDV Wb4An3cvwUNVux29GaPXPjuf16TtR1P7 =SXDJ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]