Your message dated Thu, 17 Feb 2005 20:42:32 -0600 with message-id <[EMAIL PROTECTED]> and subject line libimlib2 version 1.2.0 breaks libimage-imlib2-perl 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 Feb 2005 23:32:02 +0000 >From [EMAIL PROTECTED] Sat Feb 05 15:32:02 2005 Return-path: <[EMAIL PROTECTED]> Received: from mxsf42.cluster1.charter.net [209.225.28.174] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CxZPG-0007xm-00; Sat, 05 Feb 2005 15:32:02 -0800 Received: from mxip05.cluster1.charter.net (mxip05a.cluster1.charter.net [209.225.28.135]) by mxsf42.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j15NVMWh020022 for <[EMAIL PROTECTED]>; Sat, 5 Feb 2005 18:31:24 -0500 Received: from 68-190-248-139.riv-mres.charterpipeline.net (HELO xieana.donarmstrong.org) (68.190.248.139) by mxip05.cluster1.charter.net with SMTP; 05 Feb 2005 18:31:22 -0500 X-Ironport-AV: i="3.88,180,1102309200"; d="scan'208"; a="590868811:sNHT12742080" Received: (nullmailer pid 5409 invoked by uid 1000); Sat, 05 Feb 2005 23:31:21 -0000 Date: Sat, 5 Feb 2005 15:31:21 -0800 From: Don Armstrong <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libimlib2 version 1.2.0 breaks libimage-imlib2-perl Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED] using "From" header 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: libimage-imlib2-perl Severity: important Version: 1.03-1 libimlib2 version 1.2.0 breaks Image::Imlib2::load See the following: perl -MImage::Imlib2 -le 'my $image =Image::Imlib2->load(q(temp)) or die "foo\n"' Downgrading to 1.1.2 fixes the problem. However, the following C code works with 1.2.0: #include <X11/Xlib.h> #include <Imlib2.h> #include <stdio.h> typedef Imlib_Image Image__Imlib2; int main(void){ Imlib_Image image; Imlib_Load_Error err; image = imlib_load_image_with_error_return ("temp.jpg", &err); if(image){ fprintf(stdout, "Worked %d\n",err); } else{ fprintf(stdout, "Failed %d\n",err); } exit(0); } Working on figuring out what is actually the problem right now. Don Armstrong -- Filing a bug is probably not going to get it fixed any faster. -- Anthony Towns http://www.donarmstrong.com http://rzlab.ucr.edu --------------------------------------- Received: (at 293815-done) by bugs.debian.org; 18 Feb 2005 02:42:33 +0000 >From [EMAIL PROTECTED] Thu Feb 17 18:42:33 2005 Return-path: <[EMAIL PROTECTED]> Received: from master.debian.org [146.82.138.7] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D1y6D-0008Q9-00; Thu, 17 Feb 2005 18:42:33 -0800 Received: from ljlane by master.debian.org with local (Exim 3.35 1 (Debian)) id 1D1y6C-0005Oc-00; Thu, 17 Feb 2005 20:42:32 -0600 Date: Thu, 17 Feb 2005 20:42:32 -0600 From: "Laurence J. Lane" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: libimlib2 version 1.2.0 breaks libimage-imlib2-perl Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Linux-Distro: Debian GNU/Linux http://www.debian.org Sender: Laurence Lane <[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=-1.0 required=4.0 tests=BAYES_00,OUR_MTA_MSGID autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Closed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]