Bug#737096: /usr/bin/qdbusviewer: does not start
X-Debbugs-Cc: philipp.ma...@linbit.com Package: qtchooser Version: 39-g4717841-2 Severity: normal File: /usr/bin/qdbusviewer $ /usr/bin/qdbusviewer qdbusviewer: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qdbusviewer': No such file or directory -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.11-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages qtchooser depends on: ii libc6 2.17-97 ii libgcc1 1:4.8.2-14 ii libstdc++6 4.8.2-14 qtchooser recommends no packages. Versions of packages qtchooser suggests: pn qt4-default ii qt5-default 5.1.1+dfsg-6+b2 -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5820055.2J9kzZ0gns@cacao
Bug#737095: qdbus segfaults
> 1) Try calling qdbus with: > > gdb -ex r --args qdbus -qt4 org.kde.kmail2 /kmail2/kmail_composer_1 That works. > 2) > > If you are using unstable you might want to try Qt 5.2.0 from > experimental. Hmmm, I got qt5-default=5.2.0something - but that's not enough. libqt5core5 has no 5.2.0 - what else should get upgraded? > 3) Remove qt5-default. That will make qt4 the default Qt stack. If you > want to develop stuff under Qt5 you can always use CMake or export > QT_SELECT=qt5, see [0] Well, I wanted to get to QT5 at some time ... So I don't really have an opinion about which way to choose. Thanks for the quick answer! -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2217763.Rc3yPOlLJo@cacao
Bug#737095: qdbus segfaults
> Almost everything :) qt5-default will not pull the rest of the new > stuff. > > But please, before upgrading anything, please send the output of > > dpkg -l qt5-dbus $ dpkg -l qt5-dbus dpkg-query: no packages found matching qt5-dbus $ dpkg -l qdbus-qt5 libqt5dbus5 ii libqt5dbus5:amd645.1.1+dfsg-6+b2 ii qdbus-qt55.1.1-2 > So we can be sure of what exact version we are talking about. After > that I'll tell you how to upgrade the rest. Yes, please? > qt5-default should only be used if you are developing things. Else > apps will just use the Qt version they where compiled for. You don't > need to do anything. > > OTOH, if you are developing things, you can avoid qt5-default too. > > Thanks and I'll wait for your reply to this mail :) Well, cl-qt needs the header files, so I'll just keep that installed. -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1463949.SI8cN6MBnF@cacao
Bug#737095: qdbus segfaults
> Excellent, so most probably solved by qt 5.2.0, as we can't reproduce > it with that version. Well, I can. > Good news: I'm currently compiling qt5 to push it to unstable, so you > have two options: > > - apt-get install -t experimental qtbase5-dev=5.2.0+dfsg-6 > > or > > - wait ~24hs and upgrade your system :) $ dpkg-query -l | grep qt\S*5 ii libqt5concurrent5:amd64 5.2.0+dfsg-7 rc libqt5core5:amd64 5.1.1+dfsg-6+b2 ii libqt5core5a:amd64 5.2.0+dfsg-7 ii libqt5dbus5:amd64 5.2.0+dfsg-7 ii libqt5gui5:amd645.2.0+dfsg-7 ii libqt5network5:amd645.2.0+dfsg-7 ii libqt5opengl5:amd64 5.2.0+dfsg-7 ii libqt5opengl5-dev 5.2.0+dfsg-7 ii libqt5printsupport5:amd64 5.2.0+dfsg-7 ii libqt5sql5:amd645.2.0+dfsg-7 ii libqt5sql5-mysql:amd64 5.2.0+dfsg-7 ii libqt5test5:amd64 5.2.0+dfsg-7 ii libqt5widgets5:amd645.2.0+dfsg-7 ii libqt5xml5:amd645.2.0+dfsg-7 ii qdbus-qt5 5.2.0-9 ii qt5-default 5.2.0+dfsg-7 ii qt5-qmake 5.2.0+dfsg-7 $ gdb -ex r --args qdbus org.kde.kmail2 /kmail2/kmail_composer_1 Program received signal SIGSEGV, Segmentation fault. 0x774eb082 in QMetaProperty::typeName() const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 (gdb) bt #0 0x774eb082 in QMetaProperty::typeName() const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #1 0x00405d72 in ?? () #2 0x76beb995 in __libc_start_main (main=0x404090, argc=0x3, ubp_av=0x7fffe0e8, init=, fini=, rtld_fini=, stack_end=0x7fffe0d8) at libc-start.c:276 #3 0x00406563 in ?? () Regards, Phil -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1416052.fxXo1U0Eet@cacao
Bug#909306: qt3d5-dev: Qt53DExtrasConfig.cmake missing
Package: qt3d5-dev Version: 5.11.1+dfsg-3 Severity: normal According to https://packages.debian.org/search?searchon=contents&keywords=Qt53DExtrasConfig.cmake the package qt3d5-dev should include this file; but # dpkg-query -L qt3d5-dev | grep Qt53DExtrasConfig.cmake doesn't have it. Please re-include it, thanks a lot! -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (500, 'testing-debug'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8), LANGUAGE=de_AT:de (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages qt3d5-dev depends on: ii libqt53danimation5 5.11.1+dfsg-3 ii libqt53dcore55.11.1+dfsg-3 ii libqt53dextras5 5.11.1+dfsg-3 ii libqt53dinput5 5.11.1+dfsg-3 ii libqt53dlogic5 5.11.1+dfsg-3 ii libqt53dquick5 5.11.1+dfsg-3 ii libqt53dquickanimation5 5.11.1+dfsg-3 ii libqt53dquickextras5 5.11.1+dfsg-3 ii libqt53dquickinput5 5.11.1+dfsg-3 ii libqt53dquickrender5 5.11.1+dfsg-3 ii libqt53dquickscene2d55.11.1+dfsg-3 ii libqt53drender5 5.11.1+dfsg-3 ii qtbase5-dev 5.11.1+dfsg-8 qt3d5-dev recommends no packages. Versions of packages qt3d5-dev suggests: pn qt3d5-doc pn qt3d5-doc-html -- no debconf information --
Bug#909306: qt3d5-dev: Qt53DExtrasConfig.cmake missing
We do not ship the Qt 3D Extras module because it is considered unstable by upstream. Quoting from [1]: This module is under development and is subject to change. ... We will ship it again once upstream declares it stable. Thank you for the answer! But as this is only useful for developers, why not just include it anyway? Not having it is worse than having a possibly changing version; when compiling other projects I need one, and if a newer QT version becomes incompatible to the other software there's still no more problem than if it is included. The _important_ part is IMO to keep the local binaries and their dev files consistent; that could be accomplished by shipping the required dev files. If there's some incompatible change, it's good when I notice via a compile error; I can just use archive.debian.org to go back anyway. Much better than having to _manually_ keep the library and dev environment in sync (and failing to do so half of the time!) Please re-include it; by running testing/unstable we developers implicitly acknowledge incompatible changes already. Regards, Phil
Bug#1079097: Doesn't find Getopt.php
Package: kcachegrind-converters Version: 4:22.12.3-1 Severity: normal File: /usr/bin/pprof2calltree Running pprof2calltree with a (go) pprof file results in PHP Warning: require(Console/Getopt.php): Failed to open stream: No such file or directory in /usr/bin/pprof2calltree on line 51 PHP Fatal error: Uncaught Error: Failed opening required 'Console/Getopt.php' (include_path='.:/usr/share/php') in /usr/bin/pprof2calltree:51 Stack trace: #0 {main} thrown in /usr/bin/pprof2calltree on line 51 strace shows /usr/share/php/Console/Getopt.php being looked at; but https://packages.debian.org/search?searchon=contents&keywords=%2Fusr%2Fshare%2Fphp%2FConsole%2FGetopt.php&mode=exactfilename&suite=unstable&arch=any gives no result. -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.9.12-amd64 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8), LANGUAGE=de_AT:de Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages kcachegrind-converters depends on: ii perl 5.38.2-5 ii php-cli 2:8.2+93+nmu1 ii php8.2-cli [php-cli] 8.2.21-1+b1 Versions of packages kcachegrind-converters recommends: ii kcachegrind 4:22.12.3-1+b1 kcachegrind-converters suggests no packages. -- no debconf information
Bug#550330: Search bar still missing
Package: konqueror Version: 4:4.3.2-1 Severity: normal I found bug #523522, but that was no help; sadly I couldn't append to it. I have no search bar in konqueror. I installed the -plugin packages, closed/reopened a konqueror window, and even logged out once (although the other plugins were visible in the new window immediately). I see the extension in the extension list, and it's activated, but there's no search toolbar that could be enabled. # dpkg-query -l konq* ii konq-plugins 4:4.3.0-1 ii konq-plugins-l10n 4:4.3.0-1 ii konqueror 4:4.3.2-1 ii konqueror-nsplugins 4:4.3.2-1 ii konquest 4:4.3.1-1 Any ideas? -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64 (SMP w/1 CPU core) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages konqueror depends on: ii install-info 4.13a.dfsg.1-5 Manage installed documentation in ii kdebase-bin 4:4.3.2-1 core binaries for the KDE 4 base m ii kdebase-data 4:4.3.2-1 shared data files for the KDE 4 ba ii kdebase-runtime 4:4.3.2-1 runtime components from the offici ii kdelibs5 4:4.3.2-1 core libraries for all KDE 4 appli ii libc6 2.9-27 GNU C Library: Shared libraries ii libkonq5 4:4.3.2-1 core libraries for Konqueror ii libkonqsidebarplugin4 4:4.3.2-1 Konqueror sidebar plugin library ii libqt4-dbus 4:4.5.3-2 Qt 4 D-Bus module ii libqt4-qt3support 4:4.5.3-2 Qt 3 compatibility library for Qt ii libqt4-xml4:4.5.3-2 Qt 4 XML module ii libqtcore44:4.5.3-2 Qt 4 core module ii libqtgui4 4:4.5.3-2 Qt 4 GUI module ii libstdc++64.4.1-6The GNU Standard C++ Library v3 ii libx11-6 2:1.2.2-1 X11 client-side library Versions of packages konqueror recommends: ii dolphin 4:4.3.2-1 file manager for KDE 4 ii konqueror-nsplugins 4:4.3.2-1 Netscape plugin support for Konque Versions of packages konqueror suggests: ii konq-plugins 4:4.3.0-1 plugins for Konqueror, the KDE fil -- no debconf information -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#1100925: Kruler rotation broken on non-primary monitor
Package: kruler X-Debbugs-Cc: phil...@marek.priv.at Version: 4:24.12.0-1+b1 Severity: normal "kruler" can be rotated to measure vertical or horizontal distances. This works fine on the "primary" display (containing the lxqt bar), but is broken on a secondary display: - kruler gets moved to the primary display - the width/height gets mixed up, ie. the window becomes a quadrangle. Thanks! -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.12.9-rt-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8), LANGUAGE=de_AT:de Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages kruler depends on: ii libc6 2.41-4 ii libkf6configcore6 6.11.0-1 ii libkf6configgui6 6.11.0-1 ii libkf6configwidgets6 6.11.0-1+b1 ii libkf6coreaddons6 6.11.0-1 ii libkf6crash6 6.11.0-1 ii libkf6i18n66.11.0-1 ii libkf6notifications6 6.11.0-1 ii libkf6statusnotifieritem6 6.11.0-1 ii libkf6widgetsaddons6 6.11.0-1 ii libkf6windowsystem66.11.0-1+b1 ii libkf6xmlgui6 6.11.0-1+b1 ii libqt6core6t64 [qt6-base-private-abi] 6.8.2+dfsg-5+b1 ii libqt6gui6 6.8.2+dfsg-5+b1 ii libqt6widgets6 6.8.2+dfsg-5+b1 ii libstdc++6 14.2.0-17 kruler recommends no packages. kruler suggests no packages. -- no debconf information