[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-12 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #18 from Benjamin Traut --- Thank you all. I commented out the mentioned line in the ebuild and now it compiled. -- You are receiving this mail because: You are watching all bug changes.

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-12 Thread Manuel Nickschas
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #17 from Manuel Nickschas --- I can confirm that removing this from the ebuild makes kdepim-runtime compile on Gentoo, so you guys were right. That was one venue I didn't look into when trying to debug :) -- You are receiving this mail

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #16 from andreas.sturmlech...@gmail.com --- Oh, I see now. Our ebuild has the following: > # We don't build kolab, so we can disable this > punt_bogus_dep KF5 KDELibs4Support That's why the the build issues are unmasked. -- You are

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-12 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=400934 Laurent Montel changed: What|Removed |Added Resolution|--- |LATER Status|REOPENED

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-12 Thread Manuel Nickschas
https://bugs.kde.org/show_bug.cgi?id=400934 Manuel Nickschas changed: What|Removed |Added Status|RESOLVED|REOPENED Ever confirmed|0

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400934 andreas.sturmlech...@gmail.com changed: What|Removed |Added CC||andreas.sturmlechner@gmail.

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 Benjamin Traut changed: What|Removed |Added Resolution|FIXED |LATER --- Comment #12 from Benjamin Traut

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 Benjamin Traut changed: What|Removed |Added Resolution|LATER |FIXED --- Comment #11 from Benjamin Traut

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=400934 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #9 from Benjamin Traut --- and the commandline from the build-output (see attachment) states -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -- You are receiving this mail because: You are watching all bug

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #8 from Benjamin Traut --- ...or the packages to be installed are setting this...? -- You are receiving this mail because: You are watching all bug changes.

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #7 from Benjamin Traut --- Looking at /usr/include/qt5/QtCore/qstring.h at line ~826: private: #if defined(QT_NO_CAST_FROM_ASCII) QString +=(const char *s); QString +=(const QByteArray ); QString(const char *ch);

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #6 from Benjamin Traut --- I have attached three files. If you need additional information, please say so. -- You are receiving this mail because: You are watching all bug changes.

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #5 from Benjamin Traut --- Created attachment 116249 --> https://bugs.kde.org/attachment.cgi?id=116249=edit Compressed build-log -- You are receiving this mail because: You are watching all bug changes.

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #4 from Benjamin Traut --- Created attachment 116248 --> https://bugs.kde.org/attachment.cgi?id=116248=edit Compressed versuin of the build-environment -- You are receiving this mail because: You are watching all bug changes.

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Benjamin Traut
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #3 from Benjamin Traut --- Created attachment 116247 --> https://bugs.kde.org/attachment.cgi?id=116247=edit Output of emerge --info -- You are receiving this mail because: You are watching all bug changes.

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=400934 --- Comment #2 from Laurent Montel --- https://build.kde.org/view/Failing/job/Applications/job/kdepim-runtime/job/kf5-qt5%20FreeBSDQt5.11/ as you can see all compile fine. So I don"t know why gentoo creates this problem (same here) -- You are

[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

2018-11-11 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=400934 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #1 from Laurent