Bug#1034623: unblock: qtbase-opensource-src/5.15.8+dfsg-7

2023-04-19 Thread Samuel Thibault
). + + -- Lisandro Damián Nicanor Pérez Meyer Wed, 12 Apr 2023 20:24:34 -0300 + +qtbase-opensource-src (5.15.8+dfsg-6) unstable; urgency=medium + + * Use the new, fixed version of a11y_root.diff from Samuel Thibault +(again closes: #1033995). + + -- Dmitry Shachnev Tue, 11 Apr 2023 14:25:22

Bug#1033995: qtbase-opensource-src: Fix accessibility of qt5 applications run as root

2023-04-13 Thread Samuel Thibault
Lisandro Damián Nicanor Pérez Meyer, le mer. 12 avril 2023 21:54:03 -0300, a ecrit: > Samuel: do you know if this bug is also applicable to Qt 6? Yes it is. The patch I have sent upstream should apply fine on debian's qt6. Samuel

Bug#1033995: qtbase-opensource-src: Fix accessibility of qt5 applications run as root

2023-04-12 Thread Samuel Thibault
Lisandro Damián Nicanor Pérez Meyer, le mer. 12 avril 2023 19:49:00 -0300, a ecrit: > In the meantime I'll be preparing the upload, if everything is OK I'll > push to the repo and upload the packages. Thanks for your patience on this! Samuel

Bug#1033995: qtbase-opensource-src: Fix accessibility of qt5 applications run as root

2023-04-12 Thread Samuel Thibault
And again it's posing problem. As advised by svuorela on irc, here is a version that defers the trigger. This is probably even safer since that's what is committed upstream for the AT_SPI_BUS_ADDRESS environment variable case. Samuel --- a/src/platformsupport/linuxaccessibility/bridge.cpp +++

Bug#1034169: libqt5core5a: upgrade to 5.15.8+dfsg-4 stops krunner shortcut from working

2023-04-10 Thread Samuel Thibault
Hello, Thanks for the backtrace, I believe I understand what is happening. I came up with another solution that should be way safer. Thanks, Samuel

Bug#1033995: qtbase-opensource-src: Fix accessibility of qt5 applications run as root

2023-04-10 Thread Samuel Thibault
Control: reopen -1 Control: found -1 5.15.8+dfsg-5 Hello, So the patch that was submitted upstream is indeed posing problems: #1034160, #1034169, #1034191. AIUI, I guess that connecting the enabledChanged signal too early is problematic because the code is not actually ready to handle it because

Bug#1034169: libqt5core5a: upgrade to 5.15.8+dfsg-4 stops krunner shortcut from working

2023-04-10 Thread Samuel Thibault
Antonio, le lun. 10 avril 2023 21:13:59 +0200, a ecrit: > Thread 1 "krunner" received signal SIGSEGV, Segmentation fault. > 0x74a9814a in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 > (gdb) bt > #0  0x74a9814a in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 > #1  

Bug#1034169: libqt5core5a: upgrade to 5.15.8+dfsg-4 stops krunner shortcut from working

2023-04-10 Thread Samuel Thibault
Antonio, le lun. 10 avril 2023 20:40:12 +0200, a ecrit: > I confirm this problem, Ok, but I'd need a way to reproduce it to be able to fix the change... Samuel

Bug#1034169: libqt5core5a: upgrade to 5.15.8+dfsg-4 stops krunner shortcut from working

2023-04-10 Thread Samuel Thibault
Hello, Arthur Marsh, le mar. 11 avril 2023 00:43:16 +0930, a ecrit: > krunner alt-F2 shortcut worked again I cannot reproduce the issue. What I did was: - install bookworm with the KDE desktop task - upgrade libqt5core5a to 5.15.8+dfsg-4, that upgraded all other libraries from qt5base. -

Bug#1033995: qtbase-opensource-src: Fix accessibility of qt5 applications run as root

2023-04-06 Thread Samuel Thibault
Hello, Dmitry Shachnev, le jeu. 06 avril 2023 22:15:01 +0300, a ecrit: > On Thu, Apr 06, 2023 at 06:20:04PM +0200, Samuel Thibault wrote: > > Oh, I didn't notice that there was a recorded test failure. > > > > I don't see how the failure can be related to the change... &g

Bug#1033995: qtbase-opensource-src: Fix accessibility of qt5 applications run as root

2023-04-06 Thread Samuel Thibault
Dmitry Shachnev, le jeu. 06 avril 2023 19:10:28 +0300, a ecrit: > I don't like that this change has not been merged upstream because of > test failures, Oh, I didn't notice that there was a recorded test failure. I don't see how the failure can be related to the change... Cc-ing Frederik, in

Bug#1033995: qtbase-opensource-src: Fix accessibility of qt5 applications run as root

2023-04-05 Thread Samuel Thibault
Source: qtbase-opensource-src Version: 5.15.8+dfsg-3 Severity: important Tags: patch upstream Forwarded: https://bugreports.qt.io/browse/QTBUG-43674 Hello, Currently, qt5 applications, when run in sudo, are not accessible to screen readers. This is because the accessibility layer does not manage

Bug#993719: plasma-framework: missing symbol on hurd-i386

2021-09-05 Thread Samuel Thibault
Norbert Preining, le dim. 05 sept. 2021 22:00:50 +0900, a ecrit: > > Version: 5.81.0 > ... > > It seems hurd-i386 also needs ignoring the missing > > _ZNK12KConfigGroup9readEntryI6QSizeFEET_PKcRKS2_@Base symbol, as the > > attached patch fixes like on i386. > > Do you really mean 5.81.0? Since

Bug#993719: plasma-framework: missing symbol on hurd-i386

2021-09-05 Thread Samuel Thibault
Package: plasma-framework Version: 5.81.0 Severity: important Tags: patch Hello, It seems hurd-i386 also needs ignoring the missing _ZNK12KConfigGroup9readEntryI6QSizeFEET_PKcRKS2_@Base symbol, as the attached patch fixes like on i386. Samuel -- System Information: Debian Release: bookworm/sid

Bug#993682: kio: Fix non-linux builds

2021-09-04 Thread Samuel Thibault
Package: kio Version: 5.85.0-1 Severity: important Tags: patch Hello, Version 5.85.0-1 of kio added the libmount-dev build-dep, but this is linux-only. I have attached a patch that disables it on non-linux, thus fixing the build. Samuel -- System Information: Debian Release: bookworm/sid APT

Bug#978164: kguiaddons: FTBFS on non-linux

2020-12-26 Thread Samuel Thibault
Pino Toscano, le sam. 26 déc. 2020 22:04:14 +0100, a ecrit: > Yes, I know. I already fixed it few days ago: > https://salsa.debian.org/qt-kde-team/kde/kguiaddons/-/commit/1130cd0d8f0c95c9536a74034826fbb0ed5f0d8c Cool, thanks! Samuel

Bug#978164: kguiaddons: FTBFS on non-linux

2020-12-26 Thread Samuel Thibault
Source: kguiaddons Version: 5.77.0-3 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hello, kguiaddons currently doesn't build on non-Linux, where Wayland is not available. The attached patch fixes this. Samuel -- System Information: Debian Release:

Bug#948676: at-spi2-core: /etc/X11/Xsession.d/90qt-a11y does not enable Qt5 support as the Wiki indicates

2020-01-12 Thread Samuel Thibault
Control: forwarded -1 https://codereview.qt-project.org/c/qt/qtbase/+/286336 Dmitry Shachnev, le dim. 12 janv. 2020 22:31:14 +0300, a ecrit: > On Sun, Jan 12, 2020 at 07:54:22PM +0100, Samuel Thibault wrote: > > Could we at least restore looking at IsEnabled in Qt, as the attached >

Bug#948676: at-spi2-core: /etc/X11/Xsession.d/90qt-a11y does not enable Qt5 support as the Wiki indicates

2020-01-12 Thread Samuel Thibault
Thorsten Glaser, le dim. 12 janv. 2020 19:37:03 +, a ecrit: > Samuel Thibault dixit: > > >I guess in your case what you expected was that at the very least > >applications started after orca got started should be accessible, even > >if orca is only started by han

Bug#948676: at-spi2-core: /etc/X11/Xsession.d/90qt-a11y does not enable Qt5 support as the Wiki indicates

2020-01-12 Thread Samuel Thibault
Dmitry Shachnev, le dim. 12 janv. 2020 22:31:14 +0300, a ecrit: > Any chance you can submit the patch to Qt Gerrit [1]? I'll have a look at it. Samuel

Bug#947735: qtlocation-opensource-src: Fix build on hurd-i386

2020-01-08 Thread Samuel Thibault
Author: Samuel Thibault Date: Sun Dec 29 15:27:58 2019 +0100 [util] fix thread.cpp portability diff --git a/src/3rdparty/mapbox-gl-native/platform/default/thread.cpp b/src/3rdparty/mapbox-gl-native/platform/default/thread.cpp index 28772d956..58a7c12bc 100644 --- a/src/3rdparty/mapbox-gl

Bug#947735: qtlocation-opensource-src: Fix build on hurd-i386

2019-12-29 Thread Samuel Thibault
Source: qtlocation-opensource-src Version: 5.12.5+dfsg-2 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hello, qtlocation-opensource-src currently can't build on hurd-i386 because it does not enable the geoclue modules. The attach patch fixes this. Samuel --

Bug#947675: qtbase-opensource-src: please do not build-dep on libdrm-dev on hurd-any

2019-12-28 Thread Samuel Thibault
Source: qtbase-opensource-src Version: 5.12.5+dfsg-4 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hello, qtbase-opensource-src currently can't be builton hurd-any because it build-depends on libdrm-dev. Making the build-dep optional as the attached patch does

Bug#944031: qtsensors-opensource-src: FTBFS on !linux

2019-11-02 Thread Samuel Thibault
Source: qtsensors-opensource-src Version: 5.12.5-2 Severity: important Tags: patch Hello, qtsensors-opensource-src currently FTBFS on !linux archs, because the libqt5sensors5 package doesn't even contain the libQt5Sensors.so.5 library. Indeed, even if the source package contains

Bug#922771: qtbase-opensource-src: Not accessible in wayland mode

2019-02-20 Thread Samuel Thibault
Lisandro Damián Nicanor Pérez Meyer, le mer. 20 févr. 2019 11:12:05 -0300, a ecrit: > El miércoles, 20 de febrero de 2019 10:56:33 -03 Samuel Thibault escribió: > > Control: forwarded -1 https://bugreports.qt.io/browse/QTBUG-73945 > > > > Samuel Thibault, le mer. 20 févr

Bug#922771: qtbase-opensource-src: Not accessible in wayland mode

2019-02-20 Thread Samuel Thibault
Control: forwarded -1 https://bugreports.qt.io/browse/QTBUG-73945 Samuel Thibault, le mer. 20 févr. 2019 14:46:45 +0100, a ecrit: > This can be checked with > > git clone http://salsa.debian.org/a11y-team/check-a11y > > cd check-a11y > make check_qt5 I meant QT_QPA_PLA

Bug#922771: qtbase-opensource-src: Not accessible in wayland mode

2019-02-20 Thread Samuel Thibault
Source: qtbase-opensource-src Version: 5.11.3+dfsg-2 Severity: important Tags: a11y Hello, While surveying accessibility, I noticed that qt5 is not accessible at all when running in wayland mode, i.e. with QT_QPA_PLATFORM=wayland Since this is not a default yet, this will not pose problems to

Bug#920613: qtbase-opensource-src: kio FTBFS on hurd-i386

2019-01-27 Thread Samuel Thibault
Source: qtbase-opensource-src Version: 5.11.3+dfsg-3 Severity: important Tags: patch Hello, kio currently FTBFS on hurd-i386 due to a missing include in qplatforms.h: https://buildd.debian.org/status/fetch.php?pkg=kio=hurd-i386=5.54.1-1=1547906241=0 See the attached patch which adds #include

Bug#920236: qtbase-opensource-src: FTBFS on hurd-i386/kfreebsd-any: fix installed files list

2019-01-22 Thread Samuel Thibault
Source: qtbase-opensource-src Version: 5.11.3+dfsg-3 Severity: important Tags: patch Hello, I have fixed an issue in glibc that was making qtbase-opensource-src fail to build on hurd-i386. The 5.11.3+dfsg-3 build however still fails (and on kfreebsd) because qtbase5-private-dev.install now

Bug#912628: kfilemetadata-kf5: FTBFS on hurd-i386

2018-11-01 Thread Samuel Thibault
Source: kfilemetadata-kf5 Version: 5.49.0-1 Severity: important Tags: patch Hello, kfilemetadata-kf5 currently FTBFS on hurd-i386 because it uses an undefined errno value, ENOATTR. Could you apply the attached patch to fix this just like on Linux? Thanks, Samuel -- System Information: Debian

Re: [Pkg-cmake-team] Bug#912475: qtmultimedia-opensource-src: FTBFS on hurd: no qtaudioengine

2018-10-31 Thread Samuel Thibault
Control: reassign -1 sndio Control: forcemerge 912453 -1 Felix Geyer, le jeu. 01 nov. 2018 01:31:55 +0100, a ecrit: > The build failure is most likely caused by a bug in sndio, see #912443 and > #912453 Indeed, thanks! Samuel

Re: Bug#912475: qtmultimedia-opensource-src: FTBFS on hurd: no qtaudioengine

2018-10-31 Thread Samuel Thibault
Samuel Thibault, le jeu. 01 nov. 2018 00:38:55 +0100, a ecrit: > The link line contains /usr/lib/i386-gnu/libsndio.so in one case, and > -lsndio in the other case. I don't know why cmake makes a difference. In > both cases we have absolute paths in > > ./build-tree/CMakeF

Re: Bug#912475: qtmultimedia-opensource-src: FTBFS on hurd: no qtaudioengine

2018-10-31 Thread Samuel Thibault
reassign -1 cmake Pino Toscano, le mer. 31 oct. 2018 23:44:36 +0100, a ecrit: > The issue comes from the fact that libopenal seems to not have all the > proper dependencies, and thus the linking test fails with all the sio_* > symbols (provided by libsndio) undefined. Oh, indeed. > I tried

Bug#912475: qtmultimedia-opensource-src: FTBFS on hurd: no qtaudioengine

2018-10-31 Thread Samuel Thibault
Source: qtmultimedia-opensource-src Version: 5.11.2-2 Severity: important Tags: patch Hello, qtmultimedia-opensource-src currently FTBFS on hurd because qtaudioengine doesn't get built. https://buildd.debian.org/status/fetch.php?pkg=qtmultimedia-opensource-src=hurd-i386=5.11.2-2=1540905856=0

Bug#911618: qttools-opensource-src: FTBFS on !linux

2018-10-22 Thread Samuel Thibault
Source: qttools-opensource-src Version: 5.11.2-3 Severity: important Tags: patch Hello, The qttools-opensource-src package can not build on non-Linux archs due to the libvulkan-dev dependency, could you drop it as the attached patch does? Thanks Samuel -- System Information: Debian Release:

Bug#911422: qtbase-opensource-src: FTBFS on !linux due to vulkan dependency

2018-10-19 Thread Samuel Thibault
Source: qtbase-opensource-src Version: 5.11.2+dfsg-3 Severity: important Tags: patch Hello, qtbase-opensource-src was recently made to depend on Vulkan, but this is not available on non-Linux ports. Could you apply the attached patch to fix this? Thanks, Samuel -- System Information: Debian

Re: glibc and abi-compliance-checker break multiple KDE autopkgtests

2018-09-06 Thread Samuel Thibault
Samuel Thibault, le jeu. 06 sept. 2018 11:44:45 +0200, a ecrit: > Paul Gevers, le jeu. 06 sept. 2018 11:22:46 +0200, a ecrit: > > On 06-09-18 11:19, Samuel Thibault wrote: > > > It'd be useful for the abi-compliance-checker test to actually output > > > error m

Re: glibc and abi-compliance-checker break multiple KDE autopkgtests

2018-09-06 Thread Samuel Thibault
Paul Gevers, le jeu. 06 sept. 2018 11:22:46 +0200, a ecrit: > On 06-09-18 11:19, Samuel Thibault wrote: > > It'd be useful for the abi-compliance-checker test to actually output > > error messages, > > > > https://ci.debian.net/data/autopkgtest/testing/amd64/k/kf5-kde

Re: glibc and abi-compliance-checker break multiple KDE autopkgtests

2018-09-06 Thread Samuel Thibault
Hello, Paul Gevers, le jeu. 06 sept. 2018 10:55:30 +0200, a ecrit: > the autopkgtest of libkf5calendarsupport, kf5-kdepim-apps-libs and > akonadi-calendar started to fail when run in testing with either glibc > or abi-compliance-checker from unstable. It'd be useful for the

Re: Removing Qt4 in Buster

2017-09-05 Thread Samuel Thibault
Hello, Lisandro Damián Nicanor Pérez Meyer, on mar. 05 sept. 2017 15:29:31 -0300, wrote: > Debian Accessibility Team >qt-at-spi FTR, this package is only needed for Qt4, to it shall just go away along with Qt4 :) Samuel

Re: [Development] Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-05 Thread Samuel Thibault
Hello, It seems my mails don't reach the developm...@qt-project.org mailing list. Could somebody who got them forward them to it? Frederik Gladhorn, on mar. 05 sept. 2017 10:32:43 +0200, wrote: > And then Allan is right, by setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON you ask > for it. All the

Re: Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Lisandro Damián Nicanor Pérez Meyer, on dim. 03 sept. 2017 19:08:38 -0300, wrote: > So you mean that something changed between 5.7 and 5.9? It seems so. Samuel

Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Control: clone -1 -2 Control: reassign -2 at-spi2-core Control: retitle -2 Should not set QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 any more Control: found -1 5.7.1+dfsg-3+b1 Control: done -1 5.9.1+dfsg-9 Samuel

Re: Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Samuel Thibault, on dim. 03 sept. 2017 21:17:12 +0200, wrote: > I have checked with a vanilla reinstall of Debian 9, using the Mate > desktop, and Qt 5.7.1. > > When QT_LINUX_ACCESSIBILITY_ALWAYS_ON is not set, I don't see Qt > applications in accerciser, only the Mate applica

Re: Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Samuel Thibault, on dim. 03 sept. 2017 20:23:30 +0200, wrote: > Allan Sandfeld Jensen, on dim. 03 sept. 2017 20:19:31 +0200, wrote: > > On Sonntag, 3. September 2017 19:57:55 CEST Samuel Thibault wrote: > > > Allan Sandfeld Jensen, on dim. 03 sept. 2017 19:13:38 +0200, wrote: &

Re: Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Allan Sandfeld Jensen, on dim. 03 sept. 2017 20:31:58 +0200, wrote: > Note, the case where I saw the largest performance impact was not moving > the cursor, it was self-modifying web-content, it would send every text > change > in the active focus. [...] > But it is what Chrome would send on

Re: Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Allan Sandfeld Jensen, on dim. 03 sept. 2017 20:19:31 +0200, wrote: > On Sonntag, 3. September 2017 19:57:55 CEST Samuel Thibault wrote: > > Allan Sandfeld Jensen, on dim. 03 sept. 2017 19:13:38 +0200, wrote: > > > > That's Qt's fault for not taking care of EventListenerR

Re: Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Allan Sandfeld Jensen, on dim. 03 sept. 2017 19:13:38 +0200, wrote: > On Sonntag, 3. September 2017 18:15:15 CEST Samuel Thibault wrote: > > On the long run, it really should. Just hiding issues is not the way > > forward :) > > > > Also, note that if the perf

Re: Bug#874054: Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, should not be always on

2017-09-03 Thread Samuel Thibault
Control: reassign -1 libqt5core5a Control: retitle -1 Setting QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 has a huge negative performance impact, qt accessibility should not always send all messages Hello, Lisandro Damián Nicanor Pérez Meyer, on sam. 02 sept. 2017 11:02:15 -0300, wrote: > According to

Bug#812752: phonon: please depend on phonon-backend-gstreamer on hurd

2017-07-12 Thread Samuel Thibault
Hello, Maximiliano Curia, on mer. 12 juil. 2017 09:43:38 +0200, wrote: > It seems to me that libldb is needed for the vlc samba plugin, which is > optional for vlc, also phonon4qt5-backend-vlc is only the recommended > backend, but it should be replaceable with phonon4qt5-backend-gstreamer or >

Bug#799619: kio: FTBFS on hurd-i386: warning about posix_fadvise

2016-05-02 Thread Samuel Thibault
Hello, Unless somebody complains, I plan to NMU these changes, which are completely harmless on non-Hurd, around 8th May. Samuel Samuel Thibault, on Sun 24 Apr 2016 13:00:44 +0200, wrote: > Index: kio-5.16.0/src/ioslaves/file/file.

Bug#799619: kio: FTBFS on hurd-i386: warning about posix_fadvise

2016-04-24 Thread Samuel Thibault
Samuel Thibault, on Sun 24 Apr 2016 13:00:44 +0200, wrote: > In the meanwhile, the hurd-i386 port looks in terribly bad shape due to > all the not-rebuilt KDE packages. (it would be good to have a kio upload before the migration to the newer qt/kio/etc. currently in experimental, so we get

Bug#799619: kio: FTBFS on hurd-i386: warning about posix_fadvise

2016-04-24 Thread Samuel Thibault
Hello, Samuel Thibault, on Sun 20 Sep 2015 22:53:07 +0200, wrote: > kio FTBFS on hurd-i386: > > /«PKGBUILDDIR»/obj-i586-gnu/src/ioslaves/file/../../../../src/ioslaves/file/file.cpp:338: > warning: posix_fadvise64 is not implemented and will always fail This is still a problem

Bug#812752: phonon: please depend on phonon-backend-gstreamer on hurd

2016-01-26 Thread Samuel Thibault
Package: phonon Version: 4:4.8.3-2 Severity: important Hello, Most of KDE is currently not buildable on hurd-i386 because phonon tries to pull phonon-backend-vlc, which is currently not installable due to the missing libldb-dev support on hurd for now (the person working on this is still working

Bug#808389: on an XFCE System KDE-Zugangshilfe don't close btw. runs again shortly after close

2016-01-07 Thread Samuel Thibault
Hello, Pino Toscano, on Thu 07 Jan 2016 19:51:18 +0100, wrote: > In data sabato 19 dicembre 2015 13:47:41, Jörg Frings-Fürst ha scritto: > > Since the last update the "KDE-Zugangshilfe" is running every time. Uh. > > Shortly after closing the program is running again. > > Do you have qt-at-spi

Bug#801266: libkdecore5: Please make libkdecore5 multiarch

2016-01-07 Thread Samuel Thibault
Pino Toscano, on Thu 07 Jan 2016 19:44:50 +0100, wrote: > So I'm setting this bug as wontfix, sorry. That should be fine, since: > (I see the latest version of qt-at-spi does not depend on libkdecore5 > anymore, so this bug is left open as reference.) so qt-at-spi is multiarch-installable. And

Bug#798408: Bug#797816: openscad FTBFS in armhf due to conflict declaration of headers gl3.h and glew.h

2015-12-23 Thread Samuel Thibault
Hello, I'm getting the same issue with the "vite" package now that I have migrated it from qt4 to qt5: https://buildd.debian.org/status/fetch.php?pkg=vite=armel=1.2%2Bsvn1430-5=1450824398 In file included from /usr/include/arm-linux-gnueabi/qt5/QtGui/qopengl.h:97:0, from

Re: Enabling accessibility stack by default in Qt4/Qt5

2015-12-11 Thread Samuel Thibault
Lisandro Damián Nicanor Pérez Meyer, on Fri 11 Dec 2015 18:11:40 -0300, wrote: > Ah, now I get it. Please go ahead. Good, now done! Samuel

Re: Enabling accessibility stack by default in Qt4/Qt5

2015-12-10 Thread Samuel Thibault
Hello, Lisandro Damián Nicanor Pérez Meyer, on Wed 09 Dec 2015 22:27:51 -0300, wrote: > On Tuesday 08 December 2015 20:28:29 Samuel Thibault wrote: > [snip] > > So, how is it going? Can we proceeed? > > I pushed the necessary changes to qt4 on Nov 17th, qt4-x11 (4:4.8.7+

Re: Enabling accessibility stack by default in Qt4/Qt5

2015-12-08 Thread Samuel Thibault
Hello, Lisandro Damián Nicanor Pérez Meyer, on Tue 01 Sep 2015 18:50:43 -0300, wrote: > On Tuesday 01 September 2015 01:39:51 Samuel Thibault wrote: > > As discussed at DebConf [1,2,3], we would like to make the accessibility > > stack enabled by default, so that all a user who nee

Re: Bug#757152: python-pyatspi: Should depond on at-spi2-core OR qt-at-spi

2015-11-23 Thread Samuel Thibault
Hello, Ritesh Raj Sarraf, on Mon 23 Nov 2015 17:11:46 +0530, wrote: > On Sun, 2015-11-22 at 19:49 +0100, Samuel Thibault wrote: > > Ritesh Raj Sarraf, on Sun 22 Nov 2015 21:57:12 +0530, wrote: > > > I'm also curious to know if KDE5/Qt5 apps really support the at-spi > >

Bug#801266: libkdecore5: Please make libkdecore5 multiarch

2015-10-07 Thread Samuel Thibault
Package: libkdecore5 Version: 4:4.14.12-2 Severity: normal Hello, The latest version of qt-at-spi now depends on libkdecore5. People often need to install the i386 version of qt-at-spi on an amd64 machine so as to be able to run e.g. proprietary 32bit applications using the QT toolkit. qt-at-spi

Bug#799619: kio: FTBFS on hurd-i386: warning about posix_fadvise

2015-09-20 Thread Samuel Thibault
Source: kio Version: 5.14.0-1 Severity: important User: debian-h...@lists.debian.org Usertags: hurd Hello, kio FTBFS on hurd-i386: /«PKGBUILDDIR»/obj-i586-gnu/src/ioslaves/file/../../../../src/ioslaves/file/file.cpp:338: warning: posix_fadvise64 is not implemented and will always fail which

Re: Enabling accessibility stack by default in Qt4/Qt5

2015-09-06 Thread Samuel Thibault
Hello, BTW, we'd like to enable speech synthesis by default when speech was used during installation. AIUI, it is a matter of running this qdbus org.kde.kaccessibleapp /Adaptor setSpeechEnabled true but during installation we don't have an X session, and dbus tells me Error:

Re: Enabling accessibility stack by default in Qt4/Qt5

2015-09-06 Thread Samuel Thibault
Hello, Lisandro Damián Nicanor Pérez Meyer, le Tue 01 Sep 2015 18:50:43 -0300, a écrit : > On Tuesday 01 September 2015 01:39:51 Samuel Thibault wrote: > > For Qt4, this is implemented in the qt-at-spi package, which has been > > developped mostly between 2009 and 2013. The

Re: Bug#792208: qt-at-spi: does not show up in KDE/Qt apps

2015-08-06 Thread Samuel Thibault
Control: clone -1 -2 Control: reassign -2 qtbase-opensource-src Hello, The issue reported below and the corresponding patch also concern the copy of qt-at-spi embedded in qtbase-opensource-src, could you please apply the proposed patch there too? Thanks, Samuel Ritesh Raj Sarraf, le Sun 12 Jul

Bug#760727: qtwebkit: FTBFS on kfreebsd-*: libQtWebKit.so: undefined reference to `void WTF::freeOwnedGPtr_GError(_GError*)'

2014-09-07 Thread Samuel Thibault
Lisandro Damián Nicanor Pérez Meyer, le Sun 07 Sep 2014 15:32:38 -0300, a écrit : This is clearly a bug that only happens on !linux and it reduces to: /«PKGBUILDDIR»/WebKitBuild/Release/lib/libQtWebKit.so: undefined reference to `void WTF::freeOwnedGPtr_GError(_GError*)' which happens to

Bug#760727: qtwebkit: FTBFS on kfreebsd-*: libQtWebKit.so: undefined reference to `void WTF::freeOwnedGPtr_GError(_GError*)'

2014-09-07 Thread Samuel Thibault
Steven Chamberlain, le Sun 07 Sep 2014 22:22:21 +0100, a écrit : which happens to be declared in: Source/autotools/symbols.filter:11:_ZN3WTF13freeOwnedGPtrI7_GErrorEEvPT_; I wonder if there's some significance that it was templated for _GError whereas I think that should be a typedef to

Bug#760519: qtwebkit: Uses unbound parallelism on unknown platforms

2014-09-04 Thread Samuel Thibault
Source: qtwebkit Version: 2.3.2.dfsg-2 Severity: important User: debian-h...@lists.debian.org Usertags: hurd Tags: patch Hello, qtwebkit currently puts hurd buildds on their knees because its build systems uses make -j, i.e. without specifying the requested parallelism level, which means unbound

Bug#676957: libqt4-dev: including qtconcurrentfilter.h generates a gcc warning

2013-03-04 Thread Samuel Thibault
Hello, Control: tags 701343 + pending Євгеній Мещеряков wrote: During compilation of one of my programs the following warning is generated: ... /usr/include/qt4/QtCore/qtconcurrentfilter.h:108:47: warning: typedef 'Iterator' locally defined but not used [-Wunused-local-typedefs]

Bug#669878: Could not perform immediate configuration on 'phonon-backend-vlc'

2012-12-12 Thread Samuel Thibault
Petter Reinholdtsen, le Wed 12 Dec 2012 21:07:20 +0100, a écrit : I guess changes to one of these packages caused the upgrade to break. After checking the package changelogs, I suspect the changes in python-pyatspi2 version 2.5.3+dfsg-3 is the cause. See changelog at URL:

Bug#689265: qt4-x11: FTBFS due to glib _GMutex type discrepancy

2012-09-30 Thread Samuel Thibault
Source: qt4-x11 Version: 4:4.8.2+dfsg-2 Severity: important Tags: patch Hello, I've tried to rebuild qt4-x11, but got an error about _GMutex: it has a different type in glib: union _GMutex { /* private */ gpointer p; guint i[2]; }; and in qt4-x11's GTypedefs.h: typedef struct _GMutex

Bug#673429: qtcreator: FTBFS in sid: sleep' was not declared

2012-05-18 Thread Samuel Thibault
wterm [x-terminal-emulator] 6.2.9-8.1 ii xterm [x-terminal-emulator] 278-1 Versions of packages qtcreator suggests: ii cmake 2.8.8-3 ii git [git-core] 1:1.7.10-1 ii git-core1:1.7.10-1 ii subversion 1.6.17dfsg-3 -- no debconf information -- Samuel

Bug#672624: kalgebra: FTBFS in sid: No rule to make target `/usr/lib/libphonon.so'

2012-05-12 Thread Samuel Thibault
:4.8.1-1 ii libqtcore44:4.8.1-1 ii libqtgui4 4:4.8.1-1 ii libstdc++64.7.0-7 kalgebra recommends no packages. kalgebra suggests no packages. -- no debconf information -- Samuel Thibault samuel.thiba...@fnac.net Les roots ne sont plus ce qu'ils

Bug#672674: kdegames: FTBFS in sid: usleep' was not declared in this scope

2012-05-12 Thread Samuel Thibault
. -- no debconf information -- Samuel Thibault samuel.thiba...@fnac.net ...very few phenomena can pull someone out of Deep Hack Mode, with two noted exceptions: being struck by lightning, or worse, your *computer* being struck by lightning. (By Matt Welsh) -- To UNSUBSCRIBE, email to debian-qt-kde-requ

Dropping HAL? [Was: Bits from the Release Team - Kicking off Wheezy]

2011-03-31 Thread Samuel Thibault
Cc-ing debian-bsd, else they may simply not be aware of the thread... Michael Biebl, le Thu 31 Mar 2011 14:30:06 +0200, a écrit : Am 31.03.2011 07:26, schrieb Reinhard Tartler: On Wed, Mar 30, 2011 at 19:51:17 (CEST), Michael Biebl wrote: HAL removal is already in progress, see [1].

Bug#533526: qt4-x11: FTBFS on hurd-i386

2009-07-10 Thread Samuel Thibault
Hello, Could you please apply the patch? Samuel -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#533526: qt4-x11: FTBFS on hurd-i386

2009-06-18 Thread Samuel Thibault
Package: qt4-x11 Version: 4.5.1-2 Severity: important Tags: patch Hello, qt4-x11 currently FTBFS on hurd-i386 because since clock_gettime is not available there qt4-x11 reverts to using gettimeofday, but it doesn't include sys/time.h where the latter is defined, see attached patch. Samuel --

Bug#438952: kdelibs: FTBFS on hurd-i386

2007-08-20 Thread Samuel Thibault
Package: kdelibs Version: 4:3.5.7.dfsg.1-4 Severity: important Tags: patch Hi, Kdelibs currently FTBFS because - on hurd-i386, the optional macro MAXPATHLEN is not defined since there's no such hard global limit. readdir_r(), however, is known to be limited to UCHAR_MAX on GNU/Hurd. - on

Bug#375803: libartsc0-dev: artsc-config --libs shouldn't include -ldl -lpthread -lgmodule-2.0 -lgthread-2.0 -lglib-2.0

2006-06-28 Thread Samuel Thibault
Package: libartsc0-dev Version: 1.5.3-2 Severity: wishlist Hi, There are spurious dependencies in the output of artsc-config --libs: -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -ldl -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 are _not_ needed here

Bug#368883: qt4-x11: FTBFS on alpha

2006-06-03 Thread Samuel Thibault
Hi, Could this be fixed any time soon? qt4-x11 is currently blocking no less than 83 packages. Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]