Bug#820070: regression: fails to build c++ headers

2016-04-05 Thread Maximiliano Curia
Package: dh-acc
Version: 1.99.14-1
Severity: important

Hi,

I've been using dh-acc as part of the KDE autopkgtests for a while now, sadly 
the new version seems to fail C++ projects, where the version in stable works 
fine.

I'm using the following acc file:





5.4.0



/usr/include/KF5/KCoreAddons/



/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so



-fPIC
-std=c++11
-I/usr/include/x86_64-linux-gnu/qt5
-include /usr/include/x86_64-linux-gnu/qt5/QtCore/QString




The output generated is:

cc1: warning: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not 
for C
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41:0,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
 from :1:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:42:1: error: unknown type name 
‘class’
 class QString;
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:46:1: error: expected 
specifier-qualifier-list before ‘public’
 public:
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:56:1: warning: data definition 
has no type or storage class
 class Q_CORE_EXPORT QChar {
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:56:1: warning: type defaults 
to ‘int’ in declaration of ‘class’ [-Wimplicit-int]
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:56:21: error: expected ‘,’ or 
‘;’ before ‘QChar’
 class Q_CORE_EXPORT QChar {
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:537:1: warning: data 
definition has no type or storage class
 Q_DECLARE_TYPEINFO(QChar, Q_MOVABLE_TYPE);
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:537:1: warning: type defaults 
to ‘int’ in declaration of ‘Q_DECLARE_TYPEINFO’ [-Wimplicit-int]
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:537:1: warning: parameter 
names (without types) in function declaration
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:539:35: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 Q_DECL_CONSTEXPR inline char QChar::toLatin1() const { return ucs > 0xff ? 
'\0' : char(ucs); }
   ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:540:25: error: unknown type 
name ‘QChar’
 Q_DECL_CONSTEXPR inline QChar QChar::fromLatin1(char c) { return 
QChar(ushort(uchar(c))); }
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:540:36: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 Q_DECL_CONSTEXPR inline QChar QChar::fromLatin1(char c) { return 
QChar(ushort(uchar(c))); }
^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:542:18: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 inline void QChar::setCell(uchar acell)
  ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:544:18: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 inline void QChar::setRow(uchar arow)
  ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:547:25: error: unknown type 
name ‘bool’
 Q_DECL_CONSTEXPR inline bool QChar::isSpace(uint ucs4)
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:547:35: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 Q_DECL_CONSTEXPR inline bool QChar::isSpace(uint ucs4)
   ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:553:25: error: unknown type 
name ‘bool’
 Q_DECL_CONSTEXPR inline bool QChar::isLetter(uint ucs4)
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:553:35: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 Q_DECL_CONSTEXPR inline bool QChar::isLetter(uint ucs4)
   ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:558:25: error: unknown type 
name ‘bool’
 Q_DECL_CONSTEXPR inline bool QChar::isNumber(uint ucs4)
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:558:35: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 Q_DECL_CONSTEXPR inline bool QChar::isNumber(uint ucs4)
   ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:560:25: error: unknown type 
name ‘bool’
 Q_DECL_CONSTEXPR inline bool QChar::isLetterOrNumber(uint ucs4)
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:560:35: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 Q_DECL_CONSTEXPR inline bool QChar::isLetterOrNumber(uint ucs4)
   ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:566:25: error: unknown type 
name ‘bool’
 Q_DECL_CONSTEXPR inline bool QChar::isDigit(uint ucs4)
 ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:566:35: error: expected ‘=’, 
‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘:’ token
 Q_DECL_CONSTEXPR inline bool QChar::isDigit(uint ucs4)
   

Bug#797999: sddm fails to start whereas kdm works correctly

2016-04-05 Thread Hans-J. Ullrich
Package: sddm
Version: 0.13.0-1
Followup-For: Bug #797999

Dear Maintainer,

I can confirm this, too.

It maybe, SDDM might work bad with nvidia. I am running testing/amd64, the
nvidia proprietrary drivers are installed by the installer from nvidia. As my
card is no more supperted by the debian packages (GeForce 8600M GS), I had to
do that way.

When sddm is started, I get a dark screen (looks like the X-Server is started,
but sddm shows no graphics).

The process sddm is running and can be killed by using killall sddm.

At the moment I reverted back to kdm, which is still working like a charm.

Hope this helps a little bit.

Best regards

Hans-J. Ullrich



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

Kernel: Linux 4.4.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sddm depends on:
ii  adduser   3.114
ii  debconf [debconf-2.0] 1.5.59
ii  libc6 2.22-5
ii  libgcc1   1:5.3.1-13
ii  libpam0g  1.1.8-3.2
ii  libqt5core5a  5.5.1+dfsg-16
ii  libqt5dbus5   5.5.1+dfsg-16
ii  libqt5gui55.5.1+dfsg-16
ii  libqt5network55.5.1+dfsg-16
ii  libqt5qml55.5.1-3
ii  libqt5quick5  5.5.1-3
ii  libstdc++65.3.1-13
ii  libsystemd0   229-3
ii  libxcb-xkb1   1.11.1-1
ii  libxcb1   1.11.1-1
ii  qml-module-qtquick2   5.5.1-3
ii  sddm-theme-breeze [sddm-theme]4:5.4.3-2
ii  sddm-theme-circles [sddm-theme]   0.13.0-1
ii  sddm-theme-elarun [sddm-theme]0.13.0-1
ii  sddm-theme-maldives [sddm-theme]  0.13.0-1
ii  sddm-theme-maui [sddm-theme]  0.13.0-1

Versions of packages sddm recommends:
ii  libpam-systemd  229-3

Versions of packages sddm suggests:
ii  libpam-kwallet5  5.4.3-1

-- debconf-show failed



Processing of qtconnectivity-opensource-src_5.6.0-2_source.changes

2016-04-05 Thread Debian FTP Masters
qtconnectivity-opensource-src_5.6.0-2_source.changes uploaded successfully to 
localhost
along with the files:
  qtconnectivity-opensource-src_5.6.0-2.dsc
  qtconnectivity-opensource-src_5.6.0-2.debian.tar.xz

Greetings,

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



qtconnectivity-opensource-src_5.6.0-2_source.changes ACCEPTED into experimental

2016-04-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 05 Apr 2016 09:49:44 -0300
Source: qtconnectivity-opensource-src
Binary: libqt5bluetooth5 libqt5bluetooth5-bin qml-module-qtbluetooth libqt5nfc5 
qml-module-qtnfc qtconnectivity5-dev qtconnectivity5-examples 
qtconnectivity5-dbg qtconnectivity5-doc qtconnectivity5-doc-html
Architecture: source
Version: 5.6.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Lisandro Damián Nicanor Pérez Meyer 
Description:
 libqt5bluetooth5 - Qt Connectivity Bluetooth module
 libqt5bluetooth5-bin - Qt Connectivity Bluetooth module helper binaries
 libqt5nfc5 - Qt Connectivity NFC module
 qml-module-qtbluetooth - Qt Connectivity module - Bluetooth QML module
 qml-module-qtnfc - Qt Connectivity module - NFC QML module
 qtconnectivity5-dbg - Qt Connectivity library debugging symbols
 qtconnectivity5-dev - Qt Connectivity development files
 qtconnectivity5-doc - Qt 5 Sensors documentation
 qtconnectivity5-doc-html - Qt 5 Sensors HTML documentation
 qtconnectivity5-examples - Qt 5 Connectivity examples
Changes:
 qtconnectivity-opensource-src (5.6.0-2) experimental; urgency=medium
 .
   * Really upload to experimental.
Checksums-Sha1:
 3ea179824732450093d73aa11856a5d6eb4cdc80 3191 
qtconnectivity-opensource-src_5.6.0-2.dsc
 956001c667dec2a807a6450db2b0345548d3eecc 11296 
qtconnectivity-opensource-src_5.6.0-2.debian.tar.xz
Checksums-Sha256:
 eb2306c9f0ae85b842885dc24216d71cba6ee3dde09b56a744a964e02285ae4a 3191 
qtconnectivity-opensource-src_5.6.0-2.dsc
 bb8df92a7c4d4f8f7b5ad8c1fbf40ad514e24368c3f00f177ec782d47e62f52d 11296 
qtconnectivity-opensource-src_5.6.0-2.debian.tar.xz
Files:
 c9f6642a72099cf59dda222e0c35fc5f 3191 libs optional 
qtconnectivity-opensource-src_5.6.0-2.dsc
 d72fe024aa87e1d0ba9e0248a367d4c5 11296 libs optional 
qtconnectivity-opensource-src_5.6.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXA7SyAAoJEKtkX0BihqfQAz0P/iYBEJO5v6YGOSCYY297/OIF
UIREVrTeKBm1JvW5XyYQ8jXki9U8Ny5sWo6/aBjzhyiioZYkJ1FOlPJIhM59cG46
/2m4TfJYekWBycSrNrZG8kVqe3YzizfGHGI2kIpMIsFe2CFATggJDGu3YxrIDwRE
7t3PqLBJAzEA1WE6KVu6i1kUbH4vzOCyNhp4BsSNRfSIe8RwWvu9+KplPLRRYfZJ
fYN+vzO2n1noRARmNKBoSKbRRwtMvuYCh1pABe14sYjZxnESDA4OG9QH5PVhmzTB
Z3QWclGo58bW3JTfNHHKID+zmnIhB02yuoeQvLrMwgZVyFw8qsB/307eG18N/5/b
BvjvlpnwIYsgzpqH+yRSHpWD9TKwfTPxLOcLxD3IpCUkfDaeEASLSy/BgoIN5/8d
mAMdbSshLTCdm+3BnI5AYug+yM7YCWKpIk6DY/bashXMPFW0LarJI9XWHx1KZTK/
TIhob6hjpc4+0grBQto6GRPbGAXoDfbqWhhfd2fsU2m4Ek2yt+sr0EirqIjRoCl1
hox83MkBYYz6Kq8wxQOfxkcQ9mDqQq+YSgLSymxGoCKcpmkgB2AgqeRxykDEmBuW
2SV/XhzyBVHoRC585yNVxSmoNkWmqG3c9zrKKd+Nh8/1yurBDmVVsNKHKbxO7oNx
jOFb1i4xdS3eFzYeOL0x
=m+fX
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#820109: kate: Kate freezes the system (100% CPU) when '\b' is used as a regexp in the Search & Replace tool

2016-04-05 Thread David Cho-Lerat
Package: kate
Version: 4:15.08.3-1
Severity: important

Dear Maintainer,

when using the 'Search & Replace' tool in kate (not the Ctrl+f find), if
regular expressions are activated, any expression that can match anything, such
as '\b', will cause kate, and the system, to 'freeze', as kate would eat up 100%
of the CPU.

I believe the main problem is that kates tries to match your pattern against
the *current file* *as you're typing it*, even though you've specifically
chosen to "Search in: Folder", and not "Search in: Open Files" or "Search in:
Current File", and have not yet hit the "Search" button.

Even before you've pressed the "Search" button, the matches are highlighted in
the current file, and you position is moved to the first match (again, not for
Ctrl+f find, but for Search & Replace). If you wanted to stay where you were in
the current file, while searching in a folder, you couldn't do that because as
soon as you start typing you could end up in a different place of the open file
(if a match is found).

If you've activated regular expressions for the search, and are changing a
previous pattern, trying to replace '\bfoo\b' by '\bbar\b' for instance, the
moment you've erased 'foo', and are left with '\b\b', it looks like kate finds
that this matches *everything*, and that's why it's eating all the CPU, trying
to report every single match.

The same thing happens if you've already checked the 'regular expressions' box
*before* you start typing the regexp : as soon as you've typed in '\b', this
matches everything again and freezes as well.

So :

* no search should happen with the Search & Replace tool until you press
  the Search button
* searching in a folder should not automatically search in the open file
  as well
* regular expressions should be sanity-checked : any expression that
  matches everything shoud trigger a warning

Thanks a lot.



-- System Information:
Debian Release: stretch/sid
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages kate depends on:
ii  kate5-data   4:15.08.3-1
ii  ktexteditor-katepart 5.16.0-1
ii  libc62.22-5
ii  libgit2-23   0.23.1-1.1
ii  libkf5activities55.16.0-1
ii  libkf5bookmarks5 5.16.0-1
ii  libkf5completion55.16.0-1
ii  libkf5configcore55.16.0-1
ii  libkf5configgui5 5.16.0-1
ii  libkf5configwidgets5 5.16.0-1
ii  libkf5coreaddons55.16.0-1
ii  libkf5dbusaddons55.16.0-1
ii  libkf5guiaddons5 5.16.0-1
ii  libkf5i18n5  5.16.0-1
ii  libkf5iconthemes55.16.0-1
ii  libkf5itemmodels55.16.0-1
ii  libkf5jobwidgets55.16.0-1
ii  libkf5kiocore5   5.16.0-1
ii  libkf5kiofilewidgets55.16.0-1
ii  libkf5kiowidgets55.16.0-1
ii  libkf5newstuff5  5.16.0-1
ii  libkf5notifications5 5.16.0-1
ii  libkf5parts5 5.16.0-1
ii  libkf5plasma55.16.0-1
ii  libkf5service-bin5.16.0-1
ii  libkf5service5   5.16.0-1
ii  libkf5texteditor55.16.0-1
ii  libkf5textwidgets5   5.16.0-1
ii  libkf5threadweaver5  5.16.0-1
ii  libkf5wallet-bin 5.16.0-1
ii  libkf5wallet55.16.0-1
ii  libkf5widgetsaddons5 5.16.0-1
ii  libkf5windowsystem5  5.16.0-1
ii  libkf5xmlgui55.16.0-1
ii  libqt5core5a 5.5.1+dfsg-16
ii  libqt5dbus5  5.5.1+dfsg-16
ii  libqt5gui5   5.5.1+dfsg-16
ii  libqt5sql5   5.5.1+dfsg-16
ii  libqt5widgets5   5.5.1+dfsg-16
ii  libqt5xml5   5.5.1+dfsg-16
ii  libstdc++6   5.3.1-13
ii  plasma-framework 5.16.0-1
ii  qml-module-org-kde-kquickcontrolsaddons  5.16.0-1
ii  qml-module-qtquick-layouts   5.5.1-2
ii  qml-module-qtquick2  5.5.1-3

kate recommends no packages.

Versions of packages kate suggests:
ii  aspell 0.60.7~20110707-3+b1
ii  ispell 3.4.00-5
ii  khelpcenter4:5.4.3-1
ii  konsole-kpart  4:15.08.3-1

-- no debconf information



Bug#797999: sddm fails to start whereas kdm works correctly

2016-04-05 Thread Lisandro Damián Nicanor Pérez Meyer
Those of you who have this problem please log in using kdm and then run:

LANG=C glxinfo | grep '^OpenGL version string: ' | head -n 1 | sed -e 
's/^OpenGL version string: \([0-9]\).*$/\1/g'

If the output is a number less than 2 install the following script in 
/etc/X11/Xsession.d/



This script is already part of Qt 5.6.0's packaging.

Those who get 2 or more might try exporting QT_XCB_FORCE_SOFTWARE_OPENGL=1 in a 
similar
script and see what happens. If it works, blame your video driver (and please
open a bug for it).

Whenever possible please give feedback to this bug.

Thanks!

-- 
Los comentarios o respuestas sobre SL en tono absolutista solo hacen aparecer
a la comunidad SL como una sarta de fanáticos que viven dentro de un
tupperware.
 Pablo Di Noto - GrULiC

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#797999: As far as I'm concerned this has nothing to do with OpenGL version

2016-04-05 Thread Eric Valette
I use the latest nvidia packages that support my card 340.x series that 
works like a charm and has openGL support.


My problem is the handling of external monitor when docked. And as it 
appens on my professionnal PC and for me experimental kde5 status is not 
mature enough (dolphin and konsole problems), I will not check yet if it 
is now fixed with QT 5.6 and will wait until 5.6.1 is available.


-- eric



Bug#797999: sddm fails to start whereas kdm works correctly

2016-04-05 Thread Diederik de Haas
On Tuesday 05 April 2016 13:55:37 Hans-J. Ullrich wrote:
> the nvidia proprietrary drivers are installed by the installer from nvidia.
> As my card is no more supperted by the debian packages (GeForce 8600M GS), I
> had to do that way.

I highly doubt that that is true.
Install the 'nvidia-detect' package and run it and it should tell you which 
driver is appropriate for your card. 
My guess is that it will tell you to install 'nvidia-legacy-340xx-driver'

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


Bug#819868: qtwebkit: Make determineNumberOfCPUs work on kfreebsd

2016-04-05 Thread Jon Boden
On Mon, Apr 04, 2016 at 05:07:09PM -0300, Lisandro Damián Nicanor Pérez Meyer 
wrote:
> On Monday 04 April 2016 20:57:08 Jon Boden wrote:
> [snip]
> > > - What about Qt5's qtwebkit? Dos it suffer from the same problem? If so,
> > > can you provide a patch too?
> > 
> > I can check. What's the package name? Is it in Debian sid?
> 
> qtwebkit-opensource-src, it's on stable already :)

Hi Lisandro

I just checked qtwebkit-opensource-src, and the patch it needs is exactly the 
same I sent for qtwebkit.

Should I file a new bug report?

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD



Bug#819868: qtwebkit: Make determineNumberOfCPUs work on kfreebsd

2016-04-05 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 05 April 2016 23:09:41 Jon Boden wrote:
> On Mon, Apr 04, 2016 at 05:07:09PM -0300, Lisandro Damián Nicanor Pérez 
Meyer wrote:
> > On Monday 04 April 2016 20:57:08 Jon Boden wrote:
> > [snip]
> > 
> > > > - What about Qt5's qtwebkit? Dos it suffer from the same problem? If
> > > > so,
> > > > can you provide a patch too?
> > > 
> > > I can check. What's the package name? Is it in Debian sid?
> > 
> > qtwebkit-opensource-src, it's on stable already :)
> 
> Hi Lisandro
> 
> I just checked qtwebkit-opensource-src, and the patch it needs is exactly
> the same I sent for qtwebkit.
> 
> Should I file a new bug report?

Please do so we can track it.

-- 
Ponga su mano en una estufa caliente por un minuto, y le parecerá como una
hora. Siéntese con una muchacha bonita por una hora, y le parecerá un minuto.
¡Eso es relatividad!.
 Albert Einstein (1879-1955)

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.