Processed: QNAM does not report correct NetworkAccessibility (was: Regression: OwnCloud client fails to reconnect when network starts up)

2015-11-17 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 qtbase-opensource-src
Bug #804883 [owncloud-client] Regression: OwnCloud client fails to reconnect 
when network starts up
Bug reassigned from package 'owncloud-client' to 'qtbase-opensource-src'.
No longer marked as found in versions owncloud-client/2.0.2+dfsg-1.
Ignoring request to alter fixed versions of bug #804883 to the same values 
previously set
> affects -1 owncloud-client
Bug #804883 [qtbase-opensource-src] Regression: OwnCloud client fails to 
reconnect when network starts up
Added indication that 804883 affects owncloud-client
> tags -1 +patch
Bug #804883 [qtbase-opensource-src] Regression: OwnCloud client fails to 
reconnect when network starts up
Added tag(s) patch.

-- 
804883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: bug 804883 is forwarded to https://bugreports.qt.io/browse/QTBUG-46323.

2015-11-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 804883 https://bugreports.qt.io/browse/QTBUG-46323.
Bug #804883 [qtbase-opensource-src] Regression: OwnCloud client fails to 
reconnect when network starts up
Changed Bug forwarded-to-address to 
'https://bugreports.qt.io/browse/QTBUG-46323.' from 
'https://github.com/owncloud/client/issues/3888'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
804883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: bug 804883 is forwarded to https://bugreports.qt.io/browse/QTBUG-46323

2015-11-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 804883 https://bugreports.qt.io/browse/QTBUG-46323
Bug #804883 [qtbase-opensource-src] Regression: OwnCloud client fails to 
reconnect when network starts up
Changed Bug forwarded-to-address to 
'https://bugreports.qt.io/browse/QTBUG-46323' from 
'https://bugreports.qt.io/browse/QTBUG-46323.'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
804883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Re: Just lost my digikam -- no longer installable :-(

2015-11-17 Thread Eric Valette

On 11/15/2015 06:25 PM, Eric Valette wrote:

On 14/11/2015 21:44, Eric Valette wrote:

On 14/11/2015 18:03, Steve M. Robbins wrote:


So where to start: 4.12, 4.14, or 5.0?


4.x is for QT4, so for kde5, you should use 5.0



Advice appreciated.


Folow the instruction at

https://www.digikam.org/download/GIT

./bootstrap.linux  is by far the trickest part as you need a lot of dev
stuff that +some packages are not available in debian yet:

 1) a recent kipi that comes with digikam but that yo should install
first
 2) opencv 3.0.0 that you should manaully compile that in turn needs
libopenexr22 (that is in unstable)
 3) libkqoauth-dev that I picked up from ubuntu + some hacking for
multi-arch


Further hacking was needed on this one : the Makefile at the root dir 
that is used by debian/rules has been generated with qmake from qt4. You 
need to regenerate it using qt5 qmake, fix the script that generates the 
package dependency (.pc is wrong otherwyse), and fix the mkspecs 
location in the .install


Feel free to ask me for modified package sources...


 4) I have managed doing this to compile almost until the end but I
have an unresolved when compiling an obscure test that I still need to
fix.
  91%] Building CXX object
core/tests/geolocation/editor/CMakeFiles/geolocationedit_test_gpsimageitem.dir/test_gpsimageitem.cpp.o


/usr/bin/ld: ../../app/libdigikamcore.so.5.0.0: référence au symbole non
défini «_ZNK16KLocalizedString4subsERK7QStringi5QChar»
//usr/lib/x86_64-linux-gnu/libKF5I18n.so.5: error adding symbols: DSO
missing from command line
collect2: error: ld returned 1 exit status
core/tests/facesengine/CMakeFiles/traindb.dir/build.make:137: recipe for
target 'core/tests/facesengine/traindb' failed
make[2]: *** [core/tests/facesengine/traindb] Error 1


This was a bug upstream that is now fixed in git. I have now a running
digikam (I juts needed to remove manually a plugin that did crash at
dlopen.


The crash was due to the fact that kqoauth upstream and ubuntu version I 
picked is still compiled for qt4 by default.


-- eric




Bug#804883: QNAM does not report correct NetworkAccessibility (was: Regression: OwnCloud client fails to reconnect when network starts up)

2015-11-17 Thread Gaudenz Steinlin

Control: -1 retitle QNAM does not report correct NetworkAccessibility

[ Resending this to the Debian Qt/KDE maintainers as it only made it to
the Owncloud maintainers list. Sorry about my confusion how the BTS
would handle this. This is about Debian bug #804883 ]

Hi

Some context for the QT maintainers: This is about a bug in
owncloud-client which fails to reconnect to the server if the network
connection is lost. This is quite annoying because after every suspend
of your machine you have to restart the client because it does not
reconnect.

This bug in onwcloud-client is caused by a bug in QT. The upstream
bugreport is https://bugreports.qt.io/browse/QTBUG-46323.

There is a patch merged upstream, but it's not in any released version
yet: https://codereview.qt-project.org/#/c/121724/

I locally compiled QT with the fix applied and can confirm that this
fixes the oncloud-client issue for me. To be able to apply the patch I
had to pull in a second patch as a dependency:
https://bugreports.qt.io/browse/QTBUG-47471
https://codereview.qt-project.org/#/c/123087/2

The patch to the Debian package I used is attached. Thanks for
considering this until a fixed version is released upstream. It fixes a
very annoying bug in owncloud-client.

Gaudenz

From bf47964d9f8902dbdaae310786ae8118e2d20fb0 Mon Sep 17 00:00:00 2001
From: Gaudenz Steinlin 
Date: Mon, 16 Nov 2015 15:31:37 +0100
Subject: [PATCH] Add patches to fix QT bugs #46323 and #47471

Closes: #804883
---
 debian/patches/qtbug-46323.patch | 233 +++
 debian/patches/qtbug-47471.patch | 146 
 debian/patches/series|   4 +
 3 files changed, 383 insertions(+)
 create mode 100644 debian/patches/qtbug-46323.patch
 create mode 100644 debian/patches/qtbug-47471.patch

diff --git a/debian/patches/qtbug-46323.patch b/debian/patches/qtbug-46323.patch
new file mode 100644
index 000..fcc444e
--- /dev/null
+++ b/debian/patches/qtbug-46323.patch
@@ -0,0 +1,233 @@
+From bb281eea179d50a413f4ec1ff172d27ee48d3a41 Mon Sep 17 00:00:00 2001
+From: Lorn Potter 
+Date: Fri, 17 Jul 2015 15:32:23 +1000
+Subject: [PATCH] Make sure networkAccessibilityChanged is emitted
+
+Task-number: QTBUG-46323
+Change-Id: I8297072b62763136f457ca6ae15282d1c22244f4
+Reviewed-by: Timo Jyrinki 
+Reviewed-by: Alex Blasche 
+---
+ src/network/access/qnetworkaccessmanager.cpp   | 70 +++---
+ src/network/access/qnetworkaccessmanager_p.h   | 14 -
+ .../tst_qnetworkaccessmanager.cpp  | 31 +-
+ 3 files changed, 77 insertions(+), 38 deletions(-)
+
+diff --git a/src/network/access/qnetworkaccessmanager.cpp b/src/network/access/qnetworkaccessmanager.cpp
+index 84931cb..f9e9513 100644
+--- a/src/network/access/qnetworkaccessmanager.cpp
 b/src/network/access/qnetworkaccessmanager.cpp
+@@ -278,7 +278,8 @@ static void ensureInitialized()
+ 
+ \snippet code/src_network_access_qnetworkaccessmanager.cpp 4
+ 
+-Network requests can be reenabled again by calling
++Network requests can be re-enabled again, and this property will resume to
++reflect the actual device state by calling
+ 
+ \snippet code/src_network_access_qnetworkaccessmanager.cpp 5
+ 
+@@ -467,16 +468,12 @@ QNetworkAccessManager::QNetworkAccessManager(QObject *parent)
+ qRegisterMetaType >();
+ 
+ #ifndef QT_NO_BEARERMANAGEMENT
+-if (!d->networkSessionRequired) {
+-// if a session is required, we track online state through
+-// the QNetworkSession's signals
+-connect(&d->networkConfigurationManager, SIGNAL(onlineStateChanged(bool)),
+-SLOT(_q_onlineStateChanged(bool)));
+-}
+-// we would need all active configurations to check for
+-// d->networkConfigurationManager.isOnline(), which is asynchronous
+-// and potentially expensive. We can just check the configuration here
+-d->online = (d->networkConfiguration.state() & QNetworkConfiguration::Active);
++// if a session is required, we track online state through
++// the QNetworkSession's signals if a request is already made.
++// we need to track current accessibility state by default
++//
++connect(&d->networkConfigurationManager, SIGNAL(onlineStateChanged(bool)),
++SLOT(_q_onlineStateChanged(bool)));
+ #endif
+ }
+ 
+@@ -946,7 +943,8 @@ QNetworkConfiguration QNetworkAccessManager::activeConfiguration() const
+ void QNetworkAccessManager::setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility accessible)
+ {
+ Q_D(QNetworkAccessManager);
+-d->defaultAccessControl = false;
++
++d->defaultAccessControl = accessible == NotAccessible ? false : true;
+ 
+ if (d->networkAccessible != accessible) {
+ NetworkAccessibility previous = networkAccessible();
+@@ -965,6 +963,10 @@ void QNetworkAccessManager::setNetworkAccessible(QNetworkAccessManager::NetworkA
+ QNetworkAccessManager::NetworkAccessibility QNetworkAccessManager::networkAccess

Processed: retitle 804883 to QNAM does not report correct NetworkAccessibility

2015-11-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 804883 QNAM does not report correct NetworkAccessibility
Bug #804883 [qtbase-opensource-src] Regression: OwnCloud client fails to 
reconnect when network starts up
Changed Bug title to 'QNAM does not report correct NetworkAccessibility' from 
'Regression: OwnCloud client fails to reconnect when network starts up'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
804883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#805363: [dolphin] Shows wrong timestamps on ftp connections

2015-11-17 Thread Reinhard Karcher
Package: dolphin
Version: 4:15.08.2-1
Severity: normal

On ftp connections the timestamp is wrong.
The attached screenshot shows on the left what dolphin shows and on the 
right what dolphin4 shows and previous versions showed.
It shows the same timestamp on all files and drectories.

Reinhard

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.3.0-trunk-amd64

Debian Release: stretch/sid
  500 unstabledebian 
  500 testing debian 
  101 experimentaldebian 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
kde-runtime(>> 4:4.10) | 4:15.08.2-1
libc6(>= 2.14) | 
libkactivities6(>= 4:4.11) | 
libkcmutils4   (>= 4:4.11) | 
libkdecore5(>= 4:4.11) | 
libkdeui5  (>= 4:4.11) | 
libkfile4  (>= 4:4.11) | 
libkio5(>= 4:4.11) | 
libknewstuff3-4(>= 4:4.11) | 
libkonq5abi1 (>= 4:4.11.2) | 
libkparts4 (>= 4:4.11) | 
libphonon4(>= 4:4.3.0) | 
libplasma3 (>= 4:4.11) | 
libqt4-dbus   (>= 4:4.5.3) | 
libqt4-xml(>= 4:4.5.3) | 
libqtcore4(>= 4:4.8.0) | 
libqtgui4   (>= 4:4.7.0~beta2) | 
libsolid4  (>= 4:4.11) | 
libstdc++6  (>= 4.1.1) | 
libxrender1| 
phonon | 


Recommends  (Version) | Installed
=-+-===
ruby  | 1:2.2.3


Suggests(Version) | Installed
=-+-===
kdesdk-dolphin-plugins| 

Bug#800021: ark kpart always crashes konqui when closing

2015-11-17 Thread Nick Leverton
Dear Maintainer, 

Any chance this bugfix could be cherry picked from upstream please ?
It is a complete pain in the backside that Konqui crashes every time
when examining archives from the www.

The same patch also seems to fix #770840 concerning nested archives.

Patch: 
https://quickgit.kde.org/?p=ark.git&a=commitdiff&h=cd8ad2761d41d1ec0a18cff7f4d166b53c899fc2



Processed: tagging 804883 pending

2015-11-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 804883 +pending
Bug #804883 [qtbase-opensource-src] QNAM does not report correct 
NetworkAccessibility
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
804883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#805341: qtbase-opensource-src: causes iceweasel to lock up on start-up

2015-11-17 Thread Dmitry Shachnev
Control: tags -1 + unreproducible moreinfo

Hi Arthur,

On Tue, Nov 17, 2015 at 02:50:25PM +1030, Arthur Marsh wrote:
> upgrading packages based on qtbase-opensource-src 5.5.1+dfsg-6 -> 5.5.1+dfsg-7
>
> iceweasel would lock up itself and the KDE session part way through start-up
> (see bug 804060)
>
> downgrading to -6 version packages, logging in and out of KDE before 
> attempting to restart iceweasel worked.

I do not see how the changes in qtbase 5.5.1+dfsg-7 can cause lockups in
iceweasel. Iceweasel does not use Qt itself, and the only functional change in
that qtbase upload is specific to MIPS and should not affect the x86_64 you
are using.

Also, I cannot reproduce this change myself under a Plasma session.

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Processed: Re: Bug#805341: qtbase-opensource-src: causes iceweasel to lock up on start-up

2015-11-17 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + unreproducible moreinfo
Bug #805341 [qtbase-opensource-src] qtbase-opensource-src: causes iceweasel to 
lock up on start-up
Added tag(s) moreinfo and unreproducible.

-- 
805341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805341
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#805341: Works for me too

2015-11-17 Thread Lisandro Damián Nicanor Pérez Meyer
It also works for me too and I don't really think there is a connection with 
Qt.

-- 
Quizá, para muchos, ahora que lo pienso, Wikipedia tiene
ciertamente un defecto imperdonable. No adorna.
  Ariel Torres, "Probablemente, la Wikipedia esté bien"
  La Nación Tecnología, Sábado 25 de agosto de 2007
  http://www.lanacion.com.ar/tecnologia/nota.asp?nota_id=937889

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.


Bug#804883: marked as done (QNAM does not report correct NetworkAccessibility)

2015-11-17 Thread Debian Bug Tracking System
Your message dated Tue, 17 Nov 2015 13:34:49 +
with message-id 
and subject line Bug#804883: fixed in qtbase-opensource-src 5.5.1+dfsg-8
has caused the Debian Bug report #804883,
regarding QNAM does not report correct NetworkAccessibility
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 ow...@bugs.debian.org
immediately.)


-- 
804883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804883
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: owncloud-client
Version: 2.0.2+dfsg-1+b1
Severity: important

When the OwnCloud client is started without network access, it no longer 
reconnects when the connection comes up again.  The problem also occurs 
when the system is woken up from suspend mode or when network access is 
temporarily lost at runtime.


Client version 1.7.0~beta1+really1.6.4+dfsg-1 works.

The issue has been reported upstream:
https://github.com/owncloud/client/issues/3888


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 
'stable'), (450, 'oldstable'), (400, 'unstable'), (1, 'experimental')

Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 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 owncloud-client depends on:
ii  libc6 2.19-22
ii  libgcc1   1:5.2.1-23
ii  libowncloudsync0  2.0.2+dfsg-1+b1
ii  libqt5core5a  5.5.1+dfsg-6
ii  libqt5dbus5   5.5.1+dfsg-6
ii  libqt5gui55.5.1+dfsg-6
ii  libqt5keychain0   0.5.0-1
ii  libqt5network55.5.1+dfsg-6
ii  libqt5sql5-sqlite 5.5.1+dfsg-6
ii  libqt5webkit5 5.5.1+dfsg-2
ii  libqt5widgets55.5.1+dfsg-6
ii  libqt5xml55.5.1+dfsg-6
ii  libssl1.0.2   1.0.2d-3
ii  libstdc++65.2.1-23
ii  owncloud-client-l10n  2.0.2+dfsg-1

owncloud-client recommends no packages.

owncloud-client suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.5.1+dfsg-8

We believe that the bug you reported is fixed in the latest version of
qtbase-opensource-src, 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 804...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated qtbase-opensource-src 
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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 17 Nov 2015 16:18:39 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 libqt5libqgtk2 libqt5network5 libqt5opengl5 
libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite 
libqt5sql5-tds libqt5sql5-ibase libqt5xml5 libqt5dbus5 libqt5test5 
libqt5concurrent5 libqt5widgets5 libqt5printsupport5 
libqt5egldeviceintegration5 libqt5xcbqpa5 qtbase5-dev qtbase5-private-dev 
libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg 
qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default qtbase5-doc-html
Architecture: source
Version: 5.5.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5egldeviceintegration5 - Qt 5 EGL device integration
 libqt5gui5 - Qt 5 GUI module
 libqt5libqgtk2 - Qt 5 GTK2 platform theme
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xcbqpa5 - Qt 5 XCB platform module
 libqt5xml5 - Qt 5 XML mo

Processing of qtbase-opensource-src_5.5.1+dfsg-8_source.changes

2015-11-17 Thread Debian FTP Masters
qtbase-opensource-src_5.5.1+dfsg-8_source.changes uploaded successfully to 
localhost
along with the files:
  qtbase-opensource-src_5.5.1+dfsg-8.dsc
  qtbase-opensource-src_5.5.1+dfsg-8.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



qtbase-opensource-src_5.5.1+dfsg-8_source.changes ACCEPTED into unstable

2015-11-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 17 Nov 2015 16:18:39 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 libqt5libqgtk2 libqt5network5 libqt5opengl5 
libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite 
libqt5sql5-tds libqt5sql5-ibase libqt5xml5 libqt5dbus5 libqt5test5 
libqt5concurrent5 libqt5widgets5 libqt5printsupport5 
libqt5egldeviceintegration5 libqt5xcbqpa5 qtbase5-dev qtbase5-private-dev 
libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg 
qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default qtbase5-doc-html
Architecture: source
Version: 5.5.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5egldeviceintegration5 - Qt 5 EGL device integration
 libqt5gui5 - Qt 5 GUI module
 libqt5libqgtk2 - Qt 5 GTK2 platform theme
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xcbqpa5 - Qt 5 XCB platform module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-qmake  - Qt 5 qmake Makefile generator tool
 qtbase5-dbg - Qt 5 base library debugging symbols
 qtbase5-dev - Qt 5 base development files
 qtbase5-dev-tools - Qt 5 base development programs
 qtbase5-dev-tools-dbg - Qt 5 base binaries debugging symbols
 qtbase5-doc-html - Qt 5 base HTML documentation
 qtbase5-examples - Qt 5 base examples
 qtbase5-examples-dbg - Qt 5 base examples debugging symbols
 qtbase5-private-dev - Qt 5 base private development files
Closes: 804883
Changes:
 qtbase-opensource-src (5.5.1+dfsg-8) unstable; urgency=medium
 .
   * Backport two upstream patches fix some issues with QNetworkAccessManager:
 - qnetworkaccessmanager_accessibility.diff to fix upstream QTBUG-46323.
 - qnetworkreply_abort_socket.diff to fix upstream QTBUG-47471.
 Closes: #804883. Thanks to Soeren D. Schulze for the bug report and to
 Gaudenz Steinlin for pointing me to the patches.
Checksums-Sha1:
 a0c480a66785957df508931a1f48795c23a9d496 5118 
qtbase-opensource-src_5.5.1+dfsg-8.dsc
 cfa8991227b9326a60b7f8718b62e4231444b2d4 204656 
qtbase-opensource-src_5.5.1+dfsg-8.debian.tar.xz
Checksums-Sha256:
 baf26d637ec4e5feb8bf4c879bf1452640dc65ec2c1bb501fd3cf49a0058e8c4 5118 
qtbase-opensource-src_5.5.1+dfsg-8.dsc
 07f861963eece96203670bc3f8e89a8c7cc12011406a789b655d5d8f055dffd6 204656 
qtbase-opensource-src_5.5.1+dfsg-8.debian.tar.xz
Files:
 5f57f7b7d594187bf1fec13ee7bd2011 5118 libs optional 
qtbase-opensource-src_5.5.1+dfsg-8.dsc
 fc74e8622448349b7103dbf5fa5d8c71 204656 libs optional 
qtbase-opensource-src_5.5.1+dfsg-8.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWSyopAAoJENb+cQNj+F3TuwoP/3k0NJLU/MedCvifM0QftkWx
mWV64k9Mwnpxrw6J7gF3/++a2Bsbj4nfV2J7WA4pjpYUjdwuB8oWqnVhrgpTXbn8
mCnW8Lrg77wZ6UJ0R0CDlbah8GsIKQ2mzw7+QadNHk/A+mntQzyfaqN+CrlOnv07
0q1St0pP3cZztc9xHKpAG23OVJ6zssTkKTW/oLg0hznZ/tf404nEhb2rO0BjKVgL
ReverSQi2u7O5QVKn5pXICMuvG/3txCaq/Lk6RsNnNXEGt8PMOcxkHUnGu7FbsEq
FLmTu/a0pbRvvA04Nr7stadEAs+eJ/w02r8yrSr4bxUZXnuZP8f9OGrWgv3YVUiR
O143VUmI1UXjoW0NwY1NforBX0x6Y7y0xZ/Poy8/367Aq/Lt08JC6ehQ+8iDpGmG
9VdKR7hGhaw3sto1fdLrW6/3hvezD2j85n9NJf84TKemd+W96AdWAqidDnawEWiP
/G7DxswIPbHORX3fBo8VMGytOASPwJA/Nrb+qPyytSqLKvRIHVKZBZEOZbMMDtgf
2AxxGpWpyQ65KKPALM2I4cb5JbA9C5JIO3l+74PLT8RGyKvnZC37vpD3l+NSpUYA
CaOISXyD3767g0TdnvRpJ43SNenGxiCRFXFDzDaX5y2A2yPsyhxRDB11seIUxceq
VRPZ/50vwf3Oj0AB5iUW
=XrC7
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#805389: signon-ui: runaway dbus-daemon during build

2015-11-17 Thread Julien Cristau
Source: signon-ui
Version: 0.17+15.10.20150810-2
Severity: important

It seems building this package can leave a running dbus-daemon process
on exit:

USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
buildd2  11773  0.0  0.0  29520  3720 ?S10:53   0:00 dbus-daemon 
--config-file /usr/share/dbus-test-
buildd2   3996  0.0  0.0  16640  7064 ?Ss   Oct11   5:00 /usr/bin/perl 
/usr/bin/buildd
buildd2   2536  0.0  0.0   8752  5992 ?SNov16   0:00  \_ ssh -l 
wb-buildd -S buildd.debian.org.ssh b
buildd2  28705  0.0  0.2  19632 16872 ?S10:19   0:07  \_ 
/usr/bin/perl /usr/bin/sbuild --apt-update 
buildd2  28768  0.0  0.1  19312 13488 ?S10:20   0:01  \_ 
package log for signon-ui_0.17+15.10.20
root  3845  0.0  0.0  0 0 ?Zs   10:33   0:00  \_ 
[schroot] 

Cheers,
Julien


signature.asc
Description: PGP signature


Processing of qt4-x11_4.8.7+dfsg-4_source.changes

2015-11-17 Thread Debian FTP Masters
qt4-x11_4.8.7+dfsg-4_source.changes uploaded successfully to localhost
along with the files:
  qt4-x11_4.8.7+dfsg-4.dsc
  qt4-x11_4.8.7+dfsg-4.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



Bug#803451: kactivities: kactivitymanage segfaults on logout

2015-11-17 Thread Lisandro Damián Nicanor Pérez Meyer
After digging the web my suspicion is that the problem comes from plugins 
being unloaded when they should not.

Upstream is currently looking at that issue. Maybe we can backport the fix or 
maybe we need to wait for 5.6 :-/


-- 
Lo que me sorprende de las mujeres es que se arrancan los pelos desde
la raíz con cera caliente y aún así le temen a las arañas.
  Jerry Seinfeld

lis: comentario sobre tu frase
yo soy mujer, yo me arranco los pelos y VOS le tenes miedo a las arañas
  María Luján Pérez Meyer (mi hermana)

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.


qt4-x11_4.8.7+dfsg-4_source.changes ACCEPTED into unstable

2015-11-17 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 17 Nov 2015 12:50:47 -0300
Source: qt4-x11
Binary: libqtcore4 qtcore4-l10n libqtgui4 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-xml libqt4-xmlpatterns libqt4-dbus libqtdbus4 
libqt4-qt3support libqt4-designer libqt4-help libqt4-test libqt4-phonon 
libqt4-declarative libqt4-declarative-folderlistmodel 
libqt4-declarative-gestures libqt4-declarative-particles 
libqt4-declarative-shaders libqt4-dev libqt4-dev-bin libqt4-opengl-dev 
libqt4-dbg libqt4-designer-dbg libqt4-qt3support-dbg libqt4-script-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 qt4-default
Architecture: source
Version: 4:4.8.7+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Lisandro Damián Nicanor Pérez Meyer 
Description:
 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-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-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-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
 libqtdbus4 - Qt 4 D-Bus module library
 libqtgui4  - Qt 4 GUI module
 qdbus  - Qt 4 D-Bus tool
 qt4-bin-dbg - Qt 4 binaries debugging symbols
 qt4-default - Qt 4 development defaults package
 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
 qtcore4-l10n - Qt 4 core module translations
Changes:
 qt4-x11 (4:4.8.7+dfsg-4) unstable; urgency=medium
 .
   [ Rico Tzschichholz ]
   * Change the libicu52 suggestion in libqtcore4 to libicu55.
 .
   [ Dmitry Shachnev ]
   * Update symbols files with buildds' logs.
   * Remove sparc references from symbols files.
 Sparc is dead and we no longer have build logs for it.
   * Use canonical Vcs-Browser link.
   * Update git clone address in README.source.
   * Do not recommend libqtwebkit-dev, we want to remove this package.
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Move qt4-default to section libs, it's definitely not part of libdevel
 as it controls run time preferences.
   * Add qt-at-spi as a libqtgui4 recommendation as discussed in pkg-kde-talk.
Checksums-Sha1:
 33b0de94c7caa0b517ec6ed5335ab41165ae62fe 5904 qt4-x11_4.8.7+dfsg-4.dsc
 17133c7fcd297e4ee0fcd534fa84799afbf1c297 315216 
qt4-x11_4.8.7+dfsg-4.debian.tar.xz
Checksums-Sha256:
 5eeb83bd703cf3011600487ce8c3e8648a2f21f69047d96b687ed679bfe261be 5904 
qt4-x11_4.8.7+dfsg-4.dsc
 56176d98e432555cb9773c58341e8552591f66c977d0819b1c19c2714ca02741 315216 
qt4-x11_4.8.7+dfsg-4.debian.tar.xz
Files:
 d1cbb50961a9ba07b534c71c7c5de67f 5904 libs optional qt4-x11_4.8.7+dfsg-4.dsc
 5d6defbb56265dcc7d4bb79aab9d4f52 315216 libs optional 
qt4-x11_4.8.7+dfsg-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWS02uAAoJEKtkX0BihqfQaxQP/RqJNbNS9fJe9I2kDyGefw7C
lKoDas9HRIisI7L0gAL9NSa9vSc3VSFDfHWZu0nSQletSUG6tyXS/MhTKJvUVwFs
vPh89VoffKlur8aGFe4U6yD/M4y7+ZMl1e8ruY9eRDmigHcJki

Bug#805399: Logged every file name in $HOME to syslog

2015-11-17 Thread Anthony DeRobertis
Package: kded5
Version: 5.15.0-1
Severity: important
File: /usr/bin/kded5

Apparently kded5 got restarted automatically (after killing it, see bug
805320). And after that, it decided to send its log output to syslog.

Quite a bit of output — almost 300,000 lines. All of it at (according to
journalctl) at priority 4 (warning).

That included, at least, logging lines like the following for every file
in my home directory:

Nov 16 18:22:50 Zia org.kde.kded5[4940]: log_kioremote: 
RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/anthony/Audio/Monsters_data/b00013.au") )
Nov 16 18:22:50 Zia org.kde.kded5[4940]: log_kioremote: result => KUrl()

Depending on setup, that's already a privacy violation. Even if not,
receiving a 50MB email from logcheck was *not* welcome.

It then went further, and logged all *activity*. E.g., here is after two
emails were delivered:

Nov 17 06:03:25 Zia org.kde.kded5[4940]: ()
Nov 17 06:03:25 Zia org.kde.kded5[4940]: 
("/home/anthony/Maildir/new/1447758191.M94023P12683VFB03I00085B60_0.Zia,S=2252",
 
"/home/anthony/Maildir/new/1447758191.M922165P12691VFB03I00085B67_0.Zia,S=5625")
Nov 17 06:03:25 Zia org.kde.kded5[4940]: ()
Nov 17 06:03:25 Zia org.kde.kded5[4940]: log_kioremote: 
RemoteDirNotify::FilesChanged
Nov 17 06:03:25 Zia org.kde.kded5[4940]: log_kioremote: 
RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/anthony/Maildir/new/1447758191.M94023P12683VFB03I00085B60_0.Zia,S=2252")
 )
Nov 17 06:03:25 Zia org.kde.kded5[4940]: log_kioremote: result => KUrl()
Nov 17 06:03:25 Zia org.kde.kded5[4940]: log_kioremote: 
RemoteDirNotify::toRemoteURL( 
QUrl("file:///home/anthony/Maildir/new/1447758191.M922165P12691VFB03I00085B67_0.Zia,S=5625")
 )
Nov 17 06:03:25 Zia org.kde.kded5[4940]: log_kioremote: result => KUrl()

Again, a privacy violation.

It also seems to log every hotkey executed. E.g., I used my xterm
hotkey, and this hit syslog:

Nov 17 13:01:55 Zia org.kde.kded5[4940]: org.kde.kurifilter-shorturi: "xterm"
Nov 17 13:01:55 Zia org.kde.kded5[4940]: org.kde.kurifilter-shorturi: path = 
"xterm"  isLocalFullPath= false  exists= false  url= QUrl("xterm")
Nov 17 13:01:55 Zia org.kde.kded5[4940]: org.kde.kurifilter-ikws: "xterm" : 
QUrl("file:xterm") , type = 3
Nov 17 13:01:55 Zia org.kde.kded5[4940]: org.kde.kurifilter-ikws: "xterm"

It appears kded5 is built with a *lot* of debug output turned on—that
really ought not happen without e.g., some --debug option. And remember,
it's currently all at warning priority, not debug.


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

Kernel: Linux 4.3.0-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kded5 depends on:
ii  libc6  2.19-22
ii  libkf5configcore5  5.15.0-1
ii  libkf5coreaddons5  5.15.0-1
ii  libkf5crash5   5.15.0-1
ii  libkf5dbusaddons5  5.15.0-1
ii  libkf5service-bin  5.15.0+-1
ii  libkf5service5 5.15.0+-1
ii  libqt5core5a   5.5.1+dfsg-6
ii  libqt5dbus55.5.1+dfsg-6
ii  libqt5gui5 5.5.1+dfsg-6
ii  libqt5widgets5 5.5.1+dfsg-6
ii  libstdc++6 5.2.1-23

kded5 recommends no packages.

kded5 suggests no packages.

-- no debconf information



Fixed: chroot-installation_sid_install_kde-full/943

2015-11-17 Thread jenkins
See 
https://jenkins.debian.net/job/chroot-installation_sid_install_kde-full/943//console
 or just 
https://jenkins.debian.net/job/chroot-installation_sid_install_kde-full/943/ 
for more information.

Bug#804567: libaccounts-glib: FTBFS on s390x

2015-11-17 Thread Diane Trout
I figured out how to log into the porter box, and tried:

running the tests with dbus-test-runner, inserting a sleep in the dbus test 
start up script, and running under dbus-run-session (though possibly with test 
runner still installed)

None of it helped, I kept getting 3 unit tests failures.

I was tempted to just wrap the test runner in a guard condition to avoid 
running tests on s390x, since they run everywhere else.

On one hand that seems like cheating, but on the other I'm not sure anyone is 
going to run a desktop on s390x.

My temptation would be add the guard and and either downgrade this bug or file 
a new bug saying that unit tests fail on s390x. (and if you have suggestions 
on who understands dbus on s390x and could possibly answer some questions, I'd 
appreciate it)

What do you think?



Fixed: chroot-installation_sid_install_kde/1040

2015-11-17 Thread jenkins
See 
https://jenkins.debian.net/job/chroot-installation_sid_install_kde/1040//console
 or just 
https://jenkins.debian.net/job/chroot-installation_sid_install_kde/1040/ for 
more information.