Your message dated Mon, 14 Mar 2005 11:17:40 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#299444: fixed in libtk-img 1:1.3-12
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; 14 Mar 2005 06:39:54 +0000
>From [EMAIL PROTECTED] Sun Mar 13 22:39:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from apachihuilliztli.mtu.ru [195.34.32.124]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DAjF4-0000ai-00; Sun, 13 Mar 2005 22:39:54 -0800
Received: from umail.ru (umail.mtu.ru [195.34.32.101])
by Apachihuilliztli.mtu.ru (Postfix) with ESMTP id DC8004DFBF3
for <[EMAIL PROTECTED]>; Mon, 14 Mar 2005 09:39:50 +0300 (MSK)
(envelope-from [EMAIL PROTECTED])
Received: from [83.237.32.65] (HELO sun.golovan.ru)
by umail.ru (CommuniGate Pro SMTP 4.2b6)
with ESMTP id 428743789 for [EMAIL PROTECTED]; Mon, 14 Mar 2005 09:39:49 +0300
Received: from localhost (localhost [127.0.0.1])
by sun.golovan.ru (Postfix) with SMTP id DC4E814218
for <[EMAIL PROTECTED]>; Mon, 14 Mar 2005 09:39:48 +0300 (MSK)
Received: from jupiter.golovan.ru (jupiter.golovan.ru [192.168.0.2])
by sun.golovan.ru (Postfix) with ESMTP id BEAF314216
for <[EMAIL PROTECTED]>; Mon, 14 Mar 2005 09:39:48 +0300 (MSK)
Received: by jupiter.golovan.ru (Postfix, from userid 1000)
id 4469113D36; Mon, 14 Mar 2005 09:39:48 +0300 (MSK)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Sergei Golovan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libtk-img: segfaults when using with Tcl/Tk 8.3
X-Mailer: reportbug 3.8
Date: Mon, 14 Mar 2005 09:39:48 +0300
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=-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: libtk-img
Version: 1:1.3-11
Severity: important
Tags: patch
wish8.3 segfaults when using Img. The following script shows label with image
with wish8.4 but segfaults with wish8.3
package require Img
set img [image create photo -file /usr/share/yelp/icons/important.png]
label .l -image $img
pack .l
As a workaround one could apply the following patch, which prevents loading
the package in Tcl/Tk 8.3:
--- /usr/lib/Img1.3/pkgIndex.tcl 2005-03-14 09:28:56.000000000 +0300
+++ ./pkgIndex.tcl 2005-03-14 09:32:09.000000000 +0300
@@ -2,6 +2,8 @@
#
# $Id: pkgIndex.tcl.in,v 1.1 2002/11/19 00:28:55 andreas_kupries Exp $
+if {[catch {package require Tcl 8.4}]} return
+
package ifneeded zlibtcl 1.0 [list load [file join $dir libzlibtcl1.0.so]]
# distinguish static and dyn variants, later.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (998, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=ru_RU.CP1251, LC_CTYPE=ru_RU.CP1251 (charmap=CP1251)
Versions of packages libtk-img depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libtiff4 3.7.1-4 Tag Image File Format (TIFF) libra
ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8
ii tk8.4 8.4.9-1 Tk toolkit for Tcl and X11, v8.4 -
ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-3 compression library - runtime
-- no debconf information
---------------------------------------
Received: (at 299444-close) by bugs.debian.org; 14 Mar 2005 16:23:35 +0000
>From [EMAIL PROTECTED] Mon Mar 14 08:23:35 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 1DAsLu-0006JV-00; Mon, 14 Mar 2005 08:23:34 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DAsGC-00027F-00; Mon, 14 Mar 2005 11:17:40 -0500
From: [EMAIL PROTECTED] (David N. Welton)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#299444: fixed in libtk-img 1:1.3-12
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 14 Mar 2005 11:17:40 -0500
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: libtk-img
Source-Version: 1:1.3-12
We believe that the bug you reported is fixed in the latest version of
libtk-img, which is due to be installed in the Debian FTP archive:
libtk-img_1.3-12.diff.gz
to pool/main/libt/libtk-img/libtk-img_1.3-12.diff.gz
libtk-img_1.3-12.dsc
to pool/main/libt/libtk-img/libtk-img_1.3-12.dsc
libtk-img_1.3-12_powerpc.deb
to pool/main/libt/libtk-img/libtk-img_1.3-12_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.
David N. Welton <[EMAIL PROTECTED]> (supplier of updated libtk-img 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: Mon, 14 Mar 2005 16:31:33 +0100
Source: libtk-img
Binary: libtk-img
Architecture: source powerpc
Version: 1:1.3-12
Distribution: unstable
Urgency: low
Maintainer: David N. Welton <[EMAIL PROTECTED]>
Changed-By: David N. Welton <[EMAIL PROTECTED]>
Description:
libtk-img - Extended image format support for Tcl/Tk
Closes: 299444
Changes:
libtk-img (1:1.3-12) unstable; urgency=low
.
* Bug fix: "libtk-img: segfaults when using with Tcl/Tk 8.3", thanks to
Sergei Golovan (Closes: #299444).
Files:
f1ad9730973ac76e17c26f8a3ed90498 648 devel optional libtk-img_1.3-12.dsc
791ece5ad891d9a60a108e0b307b1fb8 255091 devel optional libtk-img_1.3-12.diff.gz
06a52470e4ad58efa788b8e7230c49fe 441634 devel optional
libtk-img_1.3-12_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCNbAiAVLWA9/qxLkRAiUwAJoCJDV66ItxeS60UEgXGWiCHIs3eACg5nD/
yiN7m7Ic6vOctvddtkyNC2M=
=nRVE
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]