Your message dated Thu, 22 Oct 2015 23:24:31 +0200
with message-id <20151022212431.ga17...@georges.khaznadar.fr>
and subject line bug fixed with tix-8.4.3-7
has caused the Debian Bug report #796669,
regarding tix compiled against tk-8.5 instead of tk-8.6
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
796669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796669
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tix
Version: 8.4.3-5
Severity: grave
Justification: renders package unusable
Dear Maintainer,
it looks like tix in Jessie is compiled against tk-8.5 whereas the default
version is tk-8.6 which will make it completely unusable for applications
written in Perl, Python or Ruby and probably break any existing Tcl/Tk app that
uses Tix, unless it explicitely requests to use wish8.5 .
A brief example that shows the problem:
$ wish8.6
% package require Tix
8.4.3
% tixFileSelectBox .f
..f
% pack .f
% Speicherzugriffsfehler # (i.e. segmentation fault)
$ wish8.5
% package require Tix
8.4.3
% tixFileSelectBox .f
..f
% pack .f # it works!
Regards
Michael
-- System Information:
Debian Release: 8.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages tix depends on:
ii libc6 2.19-18
ii libx11-6 2:1.6.2-3
ii tcl [tclsh] 8.6.0+8
tix recommends no packages.
tix suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
I just forgot to close the bug when I published the fix.
$ wish8.6
% package require Tix
8.4.3
% tixFileSelectBox .f
.f
% pack .f
### everything is working!
Best regards, Georges.
--
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70
signature.asc
Description: PGP signature
--- End Message ---