Your message dated Sat, 10 Sep 2011 13:00:04 +0000
with message-id <[email protected]>
and subject line Bug#641095: Removed package(s) from unstable
has caused the Debian Bug report #231657,
regarding Can't load Qt.so: cannot handle TLS data
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 [email protected]
immediately.)
--
231657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=231657
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libqt-perl
Version: 3.008-1
Severity: normal
The package builds fine, but when you run anything with TLS-enabled libGL
(like the closed source ones from NVidia) you get the following error:
laptop03:~$ ./helloworld.pl
Can't load '/usr/lib/perl5/auto/Qt/Qt.so' for module Qt: libGL.so.1:
cannot handle TLS data at /usr/lib/perl/5.8.2/XSLoader.pm line 68.
at /usr/lib/perl5/Qt.pm line 883
Compilation failed in require at ./helloworld.pl line 3.
BEGIN failed--compilation aborted at ./helloworld.pl line 3.
When I ldd the /usr/lib/perl5/auto/Qt/Qt.so file I get:
libsmokeqt.so.1 => /usr/lib/libsmokeqt.so.1 (0x4003f000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x404fe000)
libqt-mt.so.3 => /usr/lib/libqt-mt.so.3 (0x4052c000)
libdl.so.2 => /lib/libdl.so.2 (0x40be9000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40bec000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x40bfe000)
libz.so.1 => /usr/lib/libz.so.1 (0x40c1f000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40c30000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40c3a000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40c51000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40c5f000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40d25000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40d76000)
libm.so.6 => /lib/libm.so.6 (0x40e2f000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40e52000)
libc.so.6 => /lib/libc.so.6 (0x40e5a000)
libaudio.so.2 => /usr/lib/libaudio.so.2 (0x40f8c000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x40fa1000)
libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x40fa9000)
libXft.so.2 => /usr/lib/libXft.so.2 (0x40fb1000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40fc4000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x41030000)
libglut.so.3 => /usr/lib/libglut.so.3 (0x41057000)
libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x4108a000)
libGL.so.1 => /usr/lib/tls/libGL.so.1 (0x41105000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x41162000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x41179000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x411ca000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0x411d2000)
libGLcore.so.1 => /usr/lib/tls/libGLcore.so.1 (0x411ef000)
It appears that the Qt.so is using the correct tls versions of
libGL, but running the script with the library preloaded works:
laptop03:~$ LD_PRELOAD=/usr/lib/tls/libGL.so.1 ./helloworld.pl
Don't know why, can't explain, but I figured I'd report it in case
it is something in libqt-perl. If not, at least someone else won't
waste an hour of their life trying to figure out why it doesn't
work. :)
Tony
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux laptop03 2.4.24 #1 Thu Jan 29 14:06:45 EST 2004 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages libqt-perl depends on:
ii libaudio2 1.6a-1 The Network Audio System (NAS). (s
ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an
ii libfontconfig1 2.2.1-13 generic font configuration library
ii libfreetype6 2.1.7-1 FreeType 2 font engine, shared lib
ii libgcc1 1:3.3.3-0pre0 GCC support library
ii libglut3 3.7-20 the OpenGL Utility Toolkit
ii libpng12-0 1.2.5.0-4 PNG library - runtime
ii libqt3c102-mt 3:3.2.1-6 Qt GUI Library (Threaded runtime v
ii libstdc++5 1:3.3.3-0pre0 The GNU Standard C++ Library v3
ii libxcursor1 1.0.2-2 X Cursor management library
ii libxft2 2.1.2-5 FreeType-based font drawing librar
ii libxrender1 0.8.3-5 X Rendering Extension client libra
ii xlibmesa3-glu [libglu1] 4.2.1-14 Mesa OpenGL utility library [XFree
ii xlibs 4.2.1-14 X Window System client libraries
ii zlib1g 1:1.2.1-3 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.008-4+rm
Dear submitter,
as the package libqt-perl has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/641095
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---