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

Reply via email to