[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#679874: marked as done (qt4-dev-tools: assistant crashes when compiled with GCC 4.7)



Your message dated Thu, 02 Aug 2012 13:18:23 +0000
with message-id <E1SwvIF-00005A-Iv@franck.debian.org>
and subject line Bug#679874: fixed in qt4-x11 4:4.8.2-2
has caused the Debian Bug report #679874,
regarding qt4-dev-tools: assistant crashes when compiled with GCC 4.7
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 owner@bugs.debian.org
immediately.)


-- 
679874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679874
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qt4-dev-tools
Version: 4:4.8.2-1
Severity: important

  Hello,

  assistant segfaults in a reproducible fashion at startup. Stack trace says:

Program received signal SIGSEGV, Segmentation fault.
__memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1622
1622    ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: No such file or directory.
(gdb) bt
#0  __memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1622
#1  0x000000000044a9ad in memcpy (__len=<optimized out>, __src=0xffffffffb0415a48, __dest=<optimized out>)
    at /usr/include/x86_64-linux-gnu/bits/string3.h:52
#2  node_copy (src=0xffffffffb0415a48, to=<optimized out>, from=<optimized out>, this=<optimized out>)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:423
#3  detach_helper (alloc=<optimized out>, this=0x7fffffffd940)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:711
#4  QList<QWidget*>::detach_helper (this=0x7fffffffd940)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:725
#5  0x00000000004487d2 in QList (l=..., this=0x7fffffffd940)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:122
#6  QForeachContainer (t=..., this=0x7fffffffd940)
    at ../../../../include/QtCore/../../src/corelib/global/qglobal.h:2346
#7  MainWindow::updateApplicationFont (this=this@entry=0x760f10) at mainwindow.cpp:948
#8  0x0000000000449648 in MainWindow::MainWindow (this=0x760f10, cmdLine=<optimized out>, 
    parent=<optimized out>) at mainwindow.cpp:236
#9  0x0000000000422c62 in main (argc=1, argv=<optimized out>) at main.cpp:427

  I can get rid of the segfault at startup by removing
~/.local/share/data/Trolltech.

  To go back to the faulty state, all I have to do is to configure the
application font to custom and click apply (with browser font it works
fine). It then segfaults and after that, it is impossible to spawn the
configuration again. Backtrace of that segfault:

Program received signal SIGSEGV, Segmentation fault.
__memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1629
1629    ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: No such file or directory.
(gdb) bt
#0  __memcpy_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1629
#1  0x000000000044a9ad in memcpy (__len=<optimized out>, __src=0x7ffee0329738, __dest=<optimized out>)
    at /usr/include/x86_64-linux-gnu/bits/string3.h:52
#2  node_copy (src=0x7ffee0329738, to=<optimized out>, from=<optimized out>, this=<optimized out>)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:423
#3  detach_helper (alloc=<optimized out>, this=0x7fffffffc290)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:711
#4  QList<QWidget*>::detach_helper (this=0x7fffffffc290)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:725
#5  0x00000000004487d2 in QList (l=..., this=0x7fffffffc290)
    at ../../../../include/QtCore/../../src/corelib/tools/qlist.h:122
#6  QForeachContainer (t=..., this=0x7fffffffc290)
    at ../../../../include/QtCore/../../src/corelib/global/qglobal.h:2346
#7  MainWindow::updateApplicationFont (this=<optimized out>) at mainwindow.cpp:948
#8  0x00007ffff65dc5cf in QMetaObject::activate (sender=0x7fffffffc440, m=<optimized out>, 
    local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3547
#9  0x000000000044b009 in PreferencesDialog::~PreferencesDialog (this=0x7fffffffc440, 
    __in_chrg=<optimized out>) at preferencesdialog.cpp:129
#10 0x0000000000443070 in MainWindow::showPreferences (this=0x75f760) at mainwindow.cpp:754
#11 0x00007ffff65dc5cf in QMetaObject::activate (sender=0x8c8430, m=<optimized out>, 
    local_signal_index=<optimized out>, argv=0x7fffffffc7a0) at kernel/qobject.cpp:3547
#12 0x00007ffff6e35502 in QAction::triggered (this=this@entry=0x8c8430, _t1=false)
    at .moc/release-shared/moc_qaction.cpp:277
#13 0x00007ffff6e356f0 in QAction::activate (this=0x8c8430, event=<optimized out>) at kernel/qaction.cpp:1257
#14 0x00007ffff726f753 in QMenuPrivate::activateCausedStack (this=this@entry=0x8ad160, causedStack=..., 
    action=action@entry=0x8c8430, action_e=action_e@entry=QAction::Trigger, self=self@entry=true)
    at widgets/qmenu.cpp:1028
#15 0x00007ffff7275a69 in QMenuPrivate::activateAction (this=0x8ad160, action=0x8c8430, 
    action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:1120
#16 0x00007ffff6e8aed0 in QWidget::event (this=0x8995b0, event=0x7fffffffd150) at kernel/qwidget.cpp:8371
#17 0x00007ffff7276d1b in QMenu::event (this=0x8995b0, e=0x7fffffffd150) at widgets/qmenu.cpp:2469
#18 0x00007ffff6e3b70c in QApplicationPrivate::notify_helper (this=this@entry=0x6f1830, 
    receiver=receiver@entry=0x8995b0, e=e@entry=0x7fffffffd150) at kernel/qapplication.cpp:4556
 [...]

  Cheers,

        Vincent


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qt4-dev-tools depends on:
ii  libc6               2.13-34
ii  libgcc1             1:4.7.1-2
ii  libpng12-0          1.2.49-1
ii  libqt4-dbus         4:4.8.2-1
ii  libqt4-declarative  4:4.8.2-1
ii  libqt4-help         4:4.8.2-1
ii  libqt4-network      4:4.8.2-1
ii  libqt4-sql          4:4.8.2-1
ii  libqt4-sql-sqlite   4:4.8.2-1
ii  libqt4-xml          4:4.8.2-1
ii  libqt4-xmlpatterns  4:4.8.2-1
ii  libqtcore4          4:4.8.2-1
ii  libqtgui4           4:4.8.2-1
ii  libstdc++6          4.7.1-2
ii  libx11-6            2:1.5.0-1
ii  libxtst6            2:1.2.1-1

Versions of packages qt4-dev-tools recommends:
ii  libqt4-dev    4:4.8.2-1
ii  qt4-designer  4:4.8.2-1
ii  qt4-doc       4:4.8.2-1

Versions of packages qt4-dev-tools suggests:
pn  qt4-doc-html  <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: qt4-x11
Source-Version: 4:4.8.2-2

We believe that the bug you reported is fixed in the latest version of
qt4-x11, which is due to be installed in the Debian FTP archive.

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 679874@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> (supplier of updated qt4-x11 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 01 Aug 2012 22:30:50 -0300
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-ibase libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-sql-tds libqt4-svg libqt4-webkit libqt4-xml libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help libqt4-assistant libqt4-test libqt4-phonon libqt4-declarative libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-declarative-shaders libqt4-dev libqt4-dev-bin libqt4-private-dev libqt4-opengl-dev libqt4-dbg libqt4-designer-dbg libqt4-qt3support-dbg libqt4-script-dbg libqt4-webkit-dbg libqt4-xmlpatterns-dbg qt4-bin-dbg qt4-demos-dbg qt4-designer qt4-dev-tools qt4-qmake qt4-qtconfig qt4-demos qt4-qmlviewer qt4-linguist-tools qdbus qt4-doc qt4-doc-html
Architecture: source amd64 all
Version: 4:4.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Description: 
 libqt4-assistant - transitional package for Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-declarative - Qt 4 Declarative module
 libqt4-declarative-folderlistmodel - Qt 4 folderlistmodel QML plugin
 libqt4-declarative-gestures - Qt 4 gestures QML plugin
 libqt4-declarative-particles - Qt 4 particles QML plugin
 libqt4-declarative-shaders - Qt 4 shaders QML plugin
 libqt4-designer - Qt 4 designer module
 libqt4-designer-dbg - Qt 4 designer library debugging symbols
 libqt4-dev - Qt 4 development files
 libqt4-dev-bin - Qt 4 development programs
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-phonon - Qt 4 Phonon module
 libqt4-private-dev - Qt 4 private development files
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-qt3support-dbg - Qt 3 compatibility library for Qt 4 debugging symbols
 libqt4-script - Qt 4 script module
 libqt4-script-dbg - Qt 4 script library debugging symbols
 libqt4-scripttools - Qt 4 script tools module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-sql-tds - Qt 4 FreeTDS database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - transitional package for Qt 4 WebKit module
 libqt4-webkit-dbg - transitional package for Qt 4 WebKit debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 libqtgui4  - Qt 4 GUI module
 qdbus      - Qt 4 D-Bus tool
 qt4-bin-dbg - Qt 4 binaries debugging symbols
 qt4-demos  - Qt 4 examples and demos
 qt4-demos-dbg - Qt 4 examples and demos debugging symbols
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc    - Qt 4 API documentation
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-linguist-tools - Qt 4 Linguist tools
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qmlviewer - Qt 4 QML viewer
 qt4-qtconfig - Qt 4 configuration tool
Closes: 679874 681476
Changes: 
 qt4-x11 (4:4.8.2-2) unstable; urgency=low
 .
   * Team upload.
   * Add QTBUG-25324_assistant_segfault_on_start_with_gcc_4.7.patch made by
     Than Ngo to solve a segfault during assistant's startup (Closes: #679874).
   * Add fix_use_after_free_qlocale_unix.patch by Julien Cristau to fix the
     use of a variable after free in src/corelib/tools/qlocale_unix.cpp
     (Closes: #681476).
   * Update symbols files with build logs from other archs.
Checksums-Sha1: 
 74105926b222b99c200369118a0777f1f975d799 5578 qt4-x11_4.8.2-2.dsc
 920b8f3b5ec671b949503eb3f3a6a7c1923599e9 404342 qt4-x11_4.8.2-2.debian.tar.gz
 8736df3588d28733623b4cc1c7931db8fafcb1b9 3191348 libqtcore4_4.8.2-2_amd64.deb
 13f232969c49c7e573e28f4860365f21fd16e9f4 45414 libqt4-core_4.8.2-2_amd64.deb
 1e7beb9895f78ab7515b0e715721f1f8a5da3974 5202286 libqtgui4_4.8.2-2_amd64.deb
 70693a3148a601ffde0e7876acf4af4249d96be7 45402 libqt4-gui_4.8.2-2_amd64.deb
 35ea3f98c99974816fdc04faf1e7d4e1044b1dd7 750624 libqt4-network_4.8.2-2_amd64.deb
 d7c7b627c66f7c654dccb919fb678cd408a77470 416894 libqt4-opengl_4.8.2-2_amd64.deb
 821fc7fd4b0251d1c1c512825fb4799937001960 1065202 libqt4-script_4.8.2-2_amd64.deb
 693f0acfd941054f9135a55d22282d71e6175d0f 316258 libqt4-scripttools_4.8.2-2_amd64.deb
 cac1ccdb3226e8aa2820bdabd4074a181fc68330 155990 libqt4-sql_4.8.2-2_amd64.deb
 3276e9e0227e432fe7b27fb1fac9ad42a0316f14 92134 libqt4-sql-ibase_4.8.2-2_amd64.deb
 dfa4b478cc0e8260a6992f5aef1c5f575603e25d 75980 libqt4-sql-mysql_4.8.2-2_amd64.deb
 3372620755736ecf912447430cc1ba5da3c24fa6 92418 libqt4-sql-odbc_4.8.2-2_amd64.deb
 af7126fce1fd06279917f62d2e18ed2e636a21a5 80072 libqt4-sql-psql_4.8.2-2_amd64.deb
 436d0064bbc264fe39664b86770c0d4fd9bd57a9 67524 libqt4-sql-sqlite_4.8.2-2_amd64.deb
 f6485c81496a390484318b4b5ea2b6721203832c 62052 libqt4-sql-sqlite2_4.8.2-2_amd64.deb
 3005c0dbb064a3de5213184bacb93521dbf00640 68618 libqt4-sql-tds_4.8.2-2_amd64.deb
 d9db687af784a09b6f13505b530f135a7a839ee0 214038 libqt4-svg_4.8.2-2_amd64.deb
 b2a4da6d45a5beae5fc5d0a266a16de30667a2fa 45390 libqt4-webkit_4.8.2-2_amd64.deb
 56ca774913f2764bc7cc99040f9c937d31694068 151126 libqt4-xml_4.8.2-2_amd64.deb
 a3a3cc0605837856454ae60906e82a2de00d4807 1491720 libqt4-xmlpatterns_4.8.2-2_amd64.deb
 b2e98e8786ac3a59eaa8a4b48765df3ef4ee649f 261220 libqt4-dbus_4.8.2-2_amd64.deb
 d8c2765f9e163325e3bb8ed502c33c4f110904ae 1359090 libqt4-qt3support_4.8.2-2_amd64.deb
 0495400a95704e586112b61482b281a9658e5159 4309956 libqt4-designer_4.8.2-2_amd64.deb
 799445cd2973b431762ef4346cf41287e3b320cd 288778 libqt4-help_4.8.2-2_amd64.deb
 b96bf93d772f1e30a6c8fc5d966164040b6cf080 45384 libqt4-assistant_4.8.2-2_amd64.deb
 fb645d0827f6f0b2d64d86f25ec8d8ef3bacf40e 112328 libqt4-test_4.8.2-2_amd64.deb
 1c2979a4e0c1b6d5de24406aa585e6556a66b26c 198312 libqt4-phonon_4.8.2-2_amd64.deb
 5737299df2626f7d9189d09631e53608a3296387 1485884 libqt4-declarative_4.8.2-2_amd64.deb
 7d1324efaef1bb3e847610ef51408a6dbfbe4337 61034 libqt4-declarative-folderlistmodel_4.8.2-2_amd64.deb
 ef1ce1b6e0a8255e0f5c946fcf9d94a3ce5afa9a 64852 libqt4-declarative-gestures_4.8.2-2_amd64.deb
 a3217aee8234feac257f7f2b0e16e0dff6401c20 72012 libqt4-declarative-particles_4.8.2-2_amd64.deb
 2ceaa1a3f212439623c2f2f974485852ee835d69 80640 libqt4-declarative-shaders_4.8.2-2_amd64.deb
 f6038aa3bea82ba58828b77fa3c02e84bd396c08 1948402 libqt4-dev_4.8.2-2_amd64.deb
 a499523c6a41c4fb187ab36943efbdc2f5286774 2709746 libqt4-dev-bin_4.8.2-2_amd64.deb
 28dfbd13d815dac0cfe17f1d2f8708f93c212e99 809654 libqt4-private-dev_4.8.2-2_amd64.deb
 d761af46b0aebfa51db3d7ed1c964d2da872c57f 83924 libqt4-opengl-dev_4.8.2-2_amd64.deb
 e3ad467ac9d3f0d17b643e0b3f4affe61aad0fad 121555978 libqt4-dbg_4.8.2-2_amd64.deb
 1c6874b2886741c335657bfe3f0f6d8bab7533c8 44027630 libqt4-designer-dbg_4.8.2-2_amd64.deb
 d18d84546fc74429b0c23cb777720b8368f4376c 14947584 libqt4-qt3support-dbg_4.8.2-2_amd64.deb
 96e3fb22ec93555ea8c7aa8b509e378e82a64f78 18814386 libqt4-script-dbg_4.8.2-2_amd64.deb
 0c00328f0f265fee1151bcacba80bc2eab33a786 45372 libqt4-webkit-dbg_4.8.2-2_amd64.deb
 0f58890218a4dc2dfff051708b356562a746b27e 30072632 libqt4-xmlpatterns-dbg_4.8.2-2_amd64.deb
 5e9fa4dddf594ae8a7f8ba4afa434d7b56173ae3 54916738 qt4-bin-dbg_4.8.2-2_amd64.deb
 888f0e7b3d9bd4a68f3374bc4d1224feb791ab5d 118553714 qt4-demos-dbg_4.8.2-2_amd64.deb
 d591a717f94019323fce5db68f3cc85b9b6b129f 654072 qt4-designer_4.8.2-2_amd64.deb
 743483f1be1a9ba3b95d8773d1e398304815589b 4748546 qt4-dev-tools_4.8.2-2_amd64.deb
 0d7692e6f7ce22d3841e00b9dc09d9f8f4a5d1f0 1655884 qt4-qmake_4.8.2-2_amd64.deb
 90d0218722cb9713e86659e13b68613549bdea42 165250 qt4-qtconfig_4.8.2-2_amd64.deb
 b117c4204c17ed211bce796ab20d0eff6ef1b170 18796680 qt4-demos_4.8.2-2_amd64.deb
 60bc6369ee9a56519fbc59414146954f12785850 209526 qt4-qmlviewer_4.8.2-2_amd64.deb
 5a9b848ea6489d50122bf336bb5a86a9defd37dc 1122886 qt4-linguist-tools_4.8.2-2_amd64.deb
 ec420ef47918947ec8d1bbf0bf1af573a2343bd2 73722 qdbus_4.8.2-2_amd64.deb
 a41f2bbcbece5b3d034478eacd6579d25d13c5e8 98993984 qt4-doc_4.8.2-2_all.deb
 04eea4edbca99aaba200323603e1d7a907319925 45710846 qt4-doc-html_4.8.2-2_all.deb
Checksums-Sha256: 
 fd423dc137ead3d0c7327d60effcdd176c7e81cb4f066c6609d8b6f49e8fdfc9 5578 qt4-x11_4.8.2-2.dsc
 8deb07c6d98e0c9d8610ae3edfb5660409fb54d960d2b2ad3490518a4a2049be 404342 qt4-x11_4.8.2-2.debian.tar.gz
 4876f17400b9cfe08eeefef174364fba31f781e066208f78cc48300a16bfd3b6 3191348 libqtcore4_4.8.2-2_amd64.deb
 b3d3af84ea85ea55a0885a8ecea68ebe9d3091fc58a20605e3f9ccc9a45a1f4d 45414 libqt4-core_4.8.2-2_amd64.deb
 8feb8347ec0bb763fd3d1447262bc91d1a1ba7f6523e68714c8f3a0c42b2e102 5202286 libqtgui4_4.8.2-2_amd64.deb
 54d5b8ce65dfd521c0c8ac22000f0b61a6042036f318f30cb3ff17d53d102c25 45402 libqt4-gui_4.8.2-2_amd64.deb
 b44fe7ef5e51cefca6838b58668173d08bff8bc36665fabbba336d666384e69d 750624 libqt4-network_4.8.2-2_amd64.deb
 d54c09e91b8c7d2a2debf5e21187cb64a6c893214f8f4881fe9293737d4f5a22 416894 libqt4-opengl_4.8.2-2_amd64.deb
 015de4629d762455954254cf66a8ec933e8d0f1cb69f099f7f8582795bdd48be 1065202 libqt4-script_4.8.2-2_amd64.deb
 e2d2587f388cada83e604e0b4a1afe46dfcf7a5b0a1dc830e5baf30144ae7205 316258 libqt4-scripttools_4.8.2-2_amd64.deb
 81eb4de73c7a5b05665348b762fd12921a1b4007d834c3e0f7cf83169dddcc2a 155990 libqt4-sql_4.8.2-2_amd64.deb
 057b7ffe774f4b1bf7894b1a05942404f5dc3e23678af5e48445162e55e43c67 92134 libqt4-sql-ibase_4.8.2-2_amd64.deb
 515529e47b265efdedbd667ee43e17db51db3fbaa0f83aa900ac6d83004d741a 75980 libqt4-sql-mysql_4.8.2-2_amd64.deb
 2de3981a49a9cb88be54b3e3618a9d07ecd89647042857b3528cee8b465b24ad 92418 libqt4-sql-odbc_4.8.2-2_amd64.deb
 99ae57f0ceff3a99a2f9e8964ccd28187b311237009c6785913d797b51c426b6 80072 libqt4-sql-psql_4.8.2-2_amd64.deb
 d900bcd5b371c5ca42f0b88c89ef60738c2e5c0e7f7e90eb9e945e0a571e9821 67524 libqt4-sql-sqlite_4.8.2-2_amd64.deb
 f1410377cdd015da801edee49954fcfc440f2a609abe640371c27a182a6092df 62052 libqt4-sql-sqlite2_4.8.2-2_amd64.deb
 640c22023248347119da105b875e4283d6493933def874f78fe5f47cc0dab4ba 68618 libqt4-sql-tds_4.8.2-2_amd64.deb
 9d33f5391ea6f95b0d0211b228cb536843bd67df64f884f9f7c6ae235c32243c 214038 libqt4-svg_4.8.2-2_amd64.deb
 ccb613ad9131c369e34cd652000782375aa90e0a07d1f0289f8eeee6ffec4fca 45390 libqt4-webkit_4.8.2-2_amd64.deb
 5b9a8eef35057438863e09e44a221ae8c714f23460d9a97ea20607796ef40920 151126 libqt4-xml_4.8.2-2_amd64.deb
 bc094e7b8e9924fed6f825cbe4aafd6bc9a2ff00268de1eb9c26120f567e956f 1491720 libqt4-xmlpatterns_4.8.2-2_amd64.deb
 5c34d19670e6abc1e7c568f9b8b36e288caec36d9dd971d68284e5d0a1d31b25 261220 libqt4-dbus_4.8.2-2_amd64.deb
 45231dd1aebdd21bf0ae641fb36ff9959673561daa2a74c9d61d231a8bbdb1e0 1359090 libqt4-qt3support_4.8.2-2_amd64.deb
 40ff250fa75915c0605bd95571417a3ee15780f59aab010de2fd93ee4e86823b 4309956 libqt4-designer_4.8.2-2_amd64.deb
 42ccbfb938b38f781e23dbd2a698544a49309ff2d63ec1a5fd34ac3533456b5d 288778 libqt4-help_4.8.2-2_amd64.deb
 ac002cebc15b63e6f9b6f132259b598fbe381a4ea9f8370c250795fd6bf4d4b9 45384 libqt4-assistant_4.8.2-2_amd64.deb
 cabb7af6ccbb0a03dacd08d1f7cd527f5cbbca72592b6792eebbc09785c7ec93 112328 libqt4-test_4.8.2-2_amd64.deb
 7e825098c83dbadeba72dba98a33ec00befec144a15137b5b8e29fb904dd641c 198312 libqt4-phonon_4.8.2-2_amd64.deb
 a9b6f5fa8e487090d4c91df2553d2cfe2864e2650b0e8772b0a52aea6549e0a0 1485884 libqt4-declarative_4.8.2-2_amd64.deb
 9d9087d51da8052b65152ddbf1cf90cfecf9849c4c537b5fa5afb727877cd8be 61034 libqt4-declarative-folderlistmodel_4.8.2-2_amd64.deb
 cb1ef659ef9cd8c3cc57580590b2baa80515bf91ea14c70c9c1f93f7ea1b2556 64852 libqt4-declarative-gestures_4.8.2-2_amd64.deb
 a508b92d2fe611902a1e1041dfea570fe93dc196e3d162ba4d3109435deb8415 72012 libqt4-declarative-particles_4.8.2-2_amd64.deb
 7b6c3a9faeedfbfe21a231cf8ba056aa2c100282efdeabcec8785133c3b4cf0b 80640 libqt4-declarative-shaders_4.8.2-2_amd64.deb
 07644053fcae08618a37fc86de67a62c4d6b027588ba9523518dec70e136daad 1948402 libqt4-dev_4.8.2-2_amd64.deb
 ef132fb81bc7a628df13b4005135fd1c418d5270ae6acfcf8978a8aa78722f4b 2709746 libqt4-dev-bin_4.8.2-2_amd64.deb
 144c0e1761627d1000e02a3b53b70c1c8a85321ba91ee348b6a64c921cc79026 809654 libqt4-private-dev_4.8.2-2_amd64.deb
 c148ecee6946ab1b9a17ebc12fca6dd2e9791a7bb8fa9290b3a3d69b749b56f4 83924 libqt4-opengl-dev_4.8.2-2_amd64.deb
 66700c7bc89f86f6428c00305fc732a5023658d88acc571fc43d623df50dd553 121555978 libqt4-dbg_4.8.2-2_amd64.deb
 9c1817ea7d933c425c12804761c2479c4fd12c463cb15f894ff7cf5fdbe0cb49 44027630 libqt4-designer-dbg_4.8.2-2_amd64.deb
 1407605f0c1831cb683e97fb11a7fe79c9027a446c4b87991f0dd4b01024a866 14947584 libqt4-qt3support-dbg_4.8.2-2_amd64.deb
 3e3b465753dcc1294e4af56337f3851def99b2e284b4defd6f2e0c8944b55b0a 18814386 libqt4-script-dbg_4.8.2-2_amd64.deb
 2a16dce960af988f6f997093bdf6c04460dde3e17dd2e485360e71fcb828193f 45372 libqt4-webkit-dbg_4.8.2-2_amd64.deb
 ad7a79e4017a28081bbebd601d087de6f2b8806390fa7960f33faf6b6ec46848 30072632 libqt4-xmlpatterns-dbg_4.8.2-2_amd64.deb
 89c22cd73d4f9ca5454e4f328c7eb3030d6e55ced0bf5a74d2e0c98df0f92b53 54916738 qt4-bin-dbg_4.8.2-2_amd64.deb
 9471d25f0088554c6f639ffe4d3f61fee8b1d5b028e839d302b76ed2c52b9c1f 118553714 qt4-demos-dbg_4.8.2-2_amd64.deb
 307c27f0bc4d0a592c1617e8e9cba51edef0e0346a559c3620a5174dfe5c5fc8 654072 qt4-designer_4.8.2-2_amd64.deb
 8c586c3566c4680e2181ace6ff371f0a8fa5235f16a0855a5c1a0e3fe9e9ea3a 4748546 qt4-dev-tools_4.8.2-2_amd64.deb
 b37c1a1e166e3edd692b94f8bd0ae6346bcef7c909cdba73ea9b9d1e06c70c1c 1655884 qt4-qmake_4.8.2-2_amd64.deb
 d5101049a0a8f0dbde54aeee6bb75ca45a1ba7a41b73b30808afcf57cec1723e 165250 qt4-qtconfig_4.8.2-2_amd64.deb
 3772baeca12a2ebaae65c292dcd1d9d2bb0f25553d32af7b90abef2ceeef63a2 18796680 qt4-demos_4.8.2-2_amd64.deb
 45a9c6b4bb791b8e18819f8d59d360158cdd1438901e1e0c603f7814d9757b9d 209526 qt4-qmlviewer_4.8.2-2_amd64.deb
 453a7db9df83b6b3305f3e95fb92372888aeaae7fbc242aa8522a6295e363ad5 1122886 qt4-linguist-tools_4.8.2-2_amd64.deb
 6cbf2573566d0e7e2fee6b5d8bc37302bad5a6056b64b0f801cac2f511d63100 73722 qdbus_4.8.2-2_amd64.deb
 eb6ca07bee4a0cf5fcef5453afab83ddbc6c48e56ce70214be89a753368a30ef 98993984 qt4-doc_4.8.2-2_all.deb
 f65feee1ff3c36ecfdc8468cfcc94819135d853121342e4e5f7e8611668a01b4 45710846 qt4-doc-html_4.8.2-2_all.deb
Files: 
 37f446b93efd80d44a023ab2e2b1f7b2 5578 libs optional qt4-x11_4.8.2-2.dsc
 cce6ce0d51c9777e984d8902257751b5 404342 libs optional qt4-x11_4.8.2-2.debian.tar.gz
 32682b40fbe44eb6ae2bde5584dafec8 3191348 libs optional libqtcore4_4.8.2-2_amd64.deb
 f0c07daa05889ba80152e78c1e389f3b 45414 oldlibs extra libqt4-core_4.8.2-2_amd64.deb
 9a1b09432f93904a16c996bf5a437ba6 5202286 libs optional libqtgui4_4.8.2-2_amd64.deb
 b04ef5694be9075ca47ebc05efea3c1b 45402 oldlibs extra libqt4-gui_4.8.2-2_amd64.deb
 dd658704a25cacc0227c1e0285a647ae 750624 libs optional libqt4-network_4.8.2-2_amd64.deb
 a686104fd063202c853d8660ae1c2862 416894 libs optional libqt4-opengl_4.8.2-2_amd64.deb
 94fa7a1eb4e74b019823f1e4a6f29cb4 1065202 libs optional libqt4-script_4.8.2-2_amd64.deb
 625c3984f5c498e9735a713fc8123e9f 316258 libs optional libqt4-scripttools_4.8.2-2_amd64.deb
 4318b7d8429a403e1bfb5d6bea4e903d 155990 libs optional libqt4-sql_4.8.2-2_amd64.deb
 1cc821d81fbec117a68fc9ee3ee427ac 92134 libs optional libqt4-sql-ibase_4.8.2-2_amd64.deb
 70980294599c13c69cb87bedf081d102 75980 libs optional libqt4-sql-mysql_4.8.2-2_amd64.deb
 0f9ee23b6ab972392f814361c8a748c0 92418 libs optional libqt4-sql-odbc_4.8.2-2_amd64.deb
 0c54d2d189313896d277d32f046548a3 80072 libs optional libqt4-sql-psql_4.8.2-2_amd64.deb
 8deb60b6638df993a511f0e65c6ad569 67524 libs optional libqt4-sql-sqlite_4.8.2-2_amd64.deb
 4b7f36227ce2a4062541f027c811a495 62052 libs optional libqt4-sql-sqlite2_4.8.2-2_amd64.deb
 e9351a7f02e789a46ed1c59995688991 68618 libs optional libqt4-sql-tds_4.8.2-2_amd64.deb
 275e6180ae952badc802509cfaa5491d 214038 libs optional libqt4-svg_4.8.2-2_amd64.deb
 53ae3253d7b0cc0a3c10a82a448aa301 45390 oldlibs extra libqt4-webkit_4.8.2-2_amd64.deb
 a88e3263436fd36ae8429d78a592f486 151126 libs optional libqt4-xml_4.8.2-2_amd64.deb
 632740dd6ecdfa77944b4f1c33517484 1491720 libs optional libqt4-xmlpatterns_4.8.2-2_amd64.deb
 a2ffbe8a1e308e6bb3b6cc2c21058106 261220 libs optional libqt4-dbus_4.8.2-2_amd64.deb
 c20a66b1ce98d1489b788318b621cc37 1359090 libs optional libqt4-qt3support_4.8.2-2_amd64.deb
 374268a00aa4d02e5cbffc2df7a98d4e 4309956 libs optional libqt4-designer_4.8.2-2_amd64.deb
 59e7bdf8f7de0cc3397a318ce3d1bc6b 288778 libs optional libqt4-help_4.8.2-2_amd64.deb
 2d0756c47233dce2915e955287d43f68 45384 oldlibs extra libqt4-assistant_4.8.2-2_amd64.deb
 bb1c94d7395fa573f4c31a3f1b042751 112328 libs optional libqt4-test_4.8.2-2_amd64.deb
 1b2711dadbae300e81b2c6d04a8377e3 198312 libs optional libqt4-phonon_4.8.2-2_amd64.deb
 261fdfb5e3a6bca00032bc1511c64f24 1485884 libs optional libqt4-declarative_4.8.2-2_amd64.deb
 4c7761560a33637dbe9b1fafc5d9b302 61034 libs optional libqt4-declarative-folderlistmodel_4.8.2-2_amd64.deb
 79b4ce7516f0f088eed115d623b2d827 64852 libs optional libqt4-declarative-gestures_4.8.2-2_amd64.deb
 1e669873d5d9afa1fa70d71bb7b710f9 72012 libs optional libqt4-declarative-particles_4.8.2-2_amd64.deb
 21b8cb965c8af1c91cd5fbca6d6e8042 80640 libs optional libqt4-declarative-shaders_4.8.2-2_amd64.deb
 07921ae1560019bb6f84c79df038580b 1948402 libdevel optional libqt4-dev_4.8.2-2_amd64.deb
 75b73f9f8f73270b2c375916020e8141 2709746 devel optional libqt4-dev-bin_4.8.2-2_amd64.deb
 37ebeaa286efe84962c530b889089d1f 809654 libdevel optional libqt4-private-dev_4.8.2-2_amd64.deb
 2b473bc6ac01f5fe7a2e0da89978dfd8 83924 libdevel optional libqt4-opengl-dev_4.8.2-2_amd64.deb
 8f8e61ab1a0aa7c47b0034e706f07aa6 121555978 debug extra libqt4-dbg_4.8.2-2_amd64.deb
 7d2982dfa217ffd519d9694920f917b5 44027630 debug extra libqt4-designer-dbg_4.8.2-2_amd64.deb
 7e07befa0855149d7156458179293d34 14947584 debug extra libqt4-qt3support-dbg_4.8.2-2_amd64.deb
 ed4f623017daef695404fb8c14431344 18814386 debug extra libqt4-script-dbg_4.8.2-2_amd64.deb
 a6cd30c9dd9cc3338c05e6de299684ad 45372 oldlibs extra libqt4-webkit-dbg_4.8.2-2_amd64.deb
 3a894fbb0fc27164b90e3f39564e5095 30072632 debug extra libqt4-xmlpatterns-dbg_4.8.2-2_amd64.deb
 d302b6125021b55b45efe5ff43089cf8 54916738 debug extra qt4-bin-dbg_4.8.2-2_amd64.deb
 101834e0c6b1be2a6054a23db3335964 118553714 debug extra qt4-demos-dbg_4.8.2-2_amd64.deb
 f3d7a869d6bfc6928087e54444ee4d9f 654072 devel optional qt4-designer_4.8.2-2_amd64.deb
 e720b6136b0100f708200b7e98028358 4748546 devel optional qt4-dev-tools_4.8.2-2_amd64.deb
 7ff839fc52895a519521e25768a0b585 1655884 devel optional qt4-qmake_4.8.2-2_amd64.deb
 cc28f21c71b2236c25fe574956f0c998 165250 x11 optional qt4-qtconfig_4.8.2-2_amd64.deb
 c933838ffcfd3351909c4dd9c68518a2 18796680 x11 optional qt4-demos_4.8.2-2_amd64.deb
 9b89502a31d0ba1875c38452b6dd87d8 209526 devel optional qt4-qmlviewer_4.8.2-2_amd64.deb
 74aca57624b671c0b0dbfede45dd4947 1122886 devel optional qt4-linguist-tools_4.8.2-2_amd64.deb
 b7f52b6825759b6fbcd279a0f917e72b 73722 utils optional qdbus_4.8.2-2_amd64.deb
 2cec83e6f009c9d9594c8ebe15c69515 98993984 doc optional qt4-doc_4.8.2-2_all.deb
 cd85314e1519aa53329cbaa401fd179a 45710846 doc optional qt4-doc-html_4.8.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQGniLAAoJEKtkX0BihqfQQdYP/RYXyP0Lrg7F7NTeqjlPJ6a4
UsxKHcHLqn2aSK7+iRhTyDPRYwZ6L/arxE91CFcbJOTwHQtBaNYdjFFvkKQBbWYb
nzSnx2sT/W/ZOR+LvsdElMk5eKKUoDrjtWNOYpgg/csiracH6DuKi4PXF4aampsQ
C3nRznZhAquybBPRXtMs9sGX6t7WVD6ODLh98Gk+Yu6zCqCBoZUXFSvNCIvxlLYm
Sn3XzxcQVMpIkrwOXdwQGJNBXHK+VIHz9TuMSbm3J1ZO+CI7m6v9SFkyaCdQRYFE
ZOzb59GVK0S0u9WMqfvylprNRBq0va/vjo4dr0kz74ZIqE1+W5PjXoKFfC6iHxfw
ZkkBJvULhIHdLiD5PdGTyL1fQQqrgxzK5FmYnQFuCvtcYKvSs0aapK/tqNss/p4Q
Ecey2k2y6Zn0BwgJIlQvHmDd8Oql/k9YK0p72ZYp44r3QK3oYbjWzxKnSXAUsMBn
h6E4Z0lhASNucXnp2nKz09nJ2gS3coNEi07hyKEJdanMDAX5yjP/1q3vfMxFLImu
iKDNcpnAOLa8P6CJDpkqvH3aXgJ0koOje2WFrg+KJLHMONuTMkb1hDf5IDXC6EGb
6hNF8c/PWgs/vIpCDJau64ImxDfY3GFpVcGp+3o82b0U0bscYOiZd6pRbOBwxMBV
McoVdYCSJbaNp3Sqdv7M
=W3lF
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: