Re: Fwd: KDE CI: Administration » Dependency Build Plasma stable-kf5-qt5 FreeBSDQt5.14 - Build # 8 - Still Failing!

2020-04-20 Thread Ben Cooksley
On Mon, Apr 20, 2020 at 10:29 AM Friedrich W. H. Kossebau
 wrote:
>
> Am Sonntag, 19. April 2020, 21:13:01 CEST schrieb Ben Cooksley:
> > Hi all,
> >
> > Another breakage in Qt?
>
> Should be fixed now (restarted build now completed), with similar traps also
> removed for the future, thanks to David Faure for the work done and Ade for
> the root detecting investigations.

Thanks all for taking a look into this and making the necessary fixes!

>
> Seems Qt changed for Qt 5.14.1 -> 5.14.2 some wrappers around QSet-related API
> from
> #if QT_VERSION < QT_VERSION_CHECK(6,0,0)
> to
> #if QT_DEPRECATED_SINCE(5, 14) && QT_VERSION < QT_VERSION_CHECK(6,0,0)
> and by that stronger rules some projects no longer saw code they saw before,
> thus had started to fail.
>
> Cheers
> Friedrich
>
>

Cheers,
Ben


Re: Fwd: KDE CI: Administration » Dependency Build Plasma stable-kf5-qt5 FreeBSDQt5.14 - Build # 8 - Still Failing!

2020-04-19 Thread Friedrich W. H. Kossebau
Am Sonntag, 19. April 2020, 21:13:01 CEST schrieb Ben Cooksley:
> Hi all,
> 
> Another breakage in Qt?

Should be fixed now (restarted build now completed), with similar traps also 
removed for the future, thanks to David Faure for the work done and Ade for 
the root detecting investigations.

Seems Qt changed for Qt 5.14.1 -> 5.14.2 some wrappers around QSet-related API 
from
#if QT_VERSION < QT_VERSION_CHECK(6,0,0)
to
#if QT_DEPRECATED_SINCE(5, 14) && QT_VERSION < QT_VERSION_CHECK(6,0,0)
and by that stronger rules some projects no longer saw code they saw before, 
thus had started to fail.

Cheers
Friedrich




Fwd: KDE CI: Administration » Dependency Build Plasma stable-kf5-qt5 FreeBSDQt5.14 - Build # 8 - Still Failing!

2020-04-19 Thread Ben Cooksley
Hi all,

Another breakage in Qt?

Cheers,
Ben

-- Forwarded message -
From: CI System 
Date: Sun, Apr 19, 2020 at 11:44 PM
Subject: KDE CI: Administration » Dependency Build Plasma stable-kf5-qt5
FreeBSDQt5.14 - Build # 8 - Still Failing!
To: 


*BUILD FAILURE*
Build URL
https://build.kde.org/job/Administration/job/Dependency%20Build%20Plasma%20stable-kf5-qt5%20FreeBSDQt5.14/8/
Project: Dependency Build Plasma stable-kf5-qt5 FreeBSDQt5.14
Date of build: Sun, 19 Apr 2020 11:17:06 +
Build duration: 27 min and counting
* CONSOLE OUTPUT *
[...truncated 114019 lines...]
[2020-04-19T11:44:31.964Z] In file included from
/usr/home/jenkins/workspace/Administration/Dependency Build Plasma
stable-kf5-qt5
FreeBSDQt5.14/kactivitymanagerd/src/service/plugins/sqlite/ResourceLinking.h:26:
[2020-04-19T11:44:31.964Z] In file included from
/usr/local/include/boost/container/flat_set.hpp:27:
[2020-04-19T11:44:31.964Z] In file included from
/usr/local/include/boost/container/new_allocator.hpp:24:
[2020-04-19T11:44:31.964Z]
/usr/local/include/boost/container/throw_exception.hpp:88:25: warning:
address of array 'msg' will always evaluate to 'true'
[-Wpointer-bool-conversion]
[2020-04-19T11:44:31.964Z] BOOST_ASSERT_MSG(!msg, str);
[2020-04-19T11:44:31.964Z] ~^~~
[2020-04-19T11:44:31.964Z] /usr/local/include/boost/assert.hpp:61:46: note:
expanded from macro 'BOOST_ASSERT_MSG'
[2020-04-19T11:44:31.964Z] # define BOOST_ASSERT_MSG(expr, msg)
assert((expr)&&(msg))
[2020-04-19T11:44:31.964Z] ^~~~
[2020-04-19T11:44:31.964Z] /usr/include/assert.h:56:21: note: expanded from
macro 'assert'
[2020-04-19T11:44:31.964Z] #define assert(e) ((e) ? (void)0 :
__assert(__func__, __FILE__, \
[2020-04-19T11:44:31.964Z] ^
[2020-04-19T11:44:31.964Z] 6 warnings generated.
[2020-04-19T11:44:31.964Z] In file included from
/usr/home/jenkins/workspace/Administration/Dependency Build Plasma
stable-kf5-qt5
FreeBSDQt5.14/kactivitymanagerd/build/src/service/plugins/sqlite/resourcescoringadaptor.cpp:11:
[2020-04-19T11:44:31.964Z] In file included from
/usr/home/jenkins/workspace/Administration/Dependency Build Plasma
stable-kf5-qt5
FreeBSDQt5.14/kactivitymanagerd/build/src/service/plugins/sqlite/resourcescoringadaptor.h:17:
[2020-04-19T11:44:31.964Z] In file included from
/usr/home/jenkins/workspace/Administration/Dependency Build Plasma
stable-kf5-qt5
FreeBSDQt5.14/kactivitymanagerd/src/service/plugins/sqlite/StatsPlugin.h:27:
[2020-04-19T11:44:31.964Z] In file included from
/usr/local/include/boost/container/flat_set.hpp:27:
[2020-04-19T11:44:31.964Z] In file included from
/usr/local/include/boost/container/new_allocator.hpp:24:
[2020-04-19T11:44:31.964Z]
/usr/local/include/boost/container/throw_exception.hpp:56:21: warning:
address of array 'msg' will always evaluate to 'true'
[-Wpointer-bool-conversion]
[2020-04-19T11:44:31.964Z] BOOST_ASSERT(!msg);
[2020-04-19T11:44:31.964Z] ~^~~
[2020-04-19T11:44:31.964Z] /usr/local/include/boost/assert.hpp:60:36: note:
expanded from macro 'BOOST_ASSERT'
[2020-04-19T11:44:31.964Z] # define BOOST_ASSERT(expr) assert(expr)
[2020-04-19T11:44:31.964Z] ^~~~
[2020-04-19T11:44:31.964Z] /usr/include/assert.h:56:21: note: expanded from
macro 'assert'
[2020-04-19T11:44:31.964Z] #define assert(e) ((e) ? (void)0 :
__assert(__func__, __FILE__, \
[2020-04-19T11:44:31.964Z] ^
[2020-04-19T11:44:31.964Z] In file included from
/usr/home/jenkins/workspace/Administration/Dependency Build Plasma
stable-kf5-qt5
FreeBSDQt5.14/kactivitymanagerd/build/src/service/plugins/sqlite/resourcescoringadaptor.cpp:11:
[2020-04-19T11:44:31.964Z] In file included from
/usr/home/jenkins/workspace/Administration/Dependency Build Plasma
stable-kf5-qt5
FreeBSDQt5.14/kactivitymanagerd/build/src/service/plugins/sqlite/resourcescoringadaptor.h:17:
[2020-04-19T11:44:31.964Z] In file included from
/usr/home/jenkins/workspace/Administration/Dependency Build Plasma
stable-kf5-qt5
FreeBSDQt5.14/kactivitymanagerd/src/service/plugins/sqlite/StatsPlugin.h:27:
[2020-04-19T11:44:31.964Z] In file included from
/usr/local/include/boost/container/flat_set.hpp:27:
[2020-04-19T11:44:31.964Z] In file included from
/usr/local/include/boost/container/new_allocator.hpp:24:
[2020-04-19T11:44:31.964Z]
/usr/local/include/boost/container/throw_exception.hpp:64:25: warning:
address of array 'msg' will always evaluate to 'true'
[-Wpointer-bool-conversion]
[2020-04-19T11:44:31.964Z] BOOST_ASSERT_MSG(!msg, str);
[2020-04-19T11:44:31.964Z] ~^~~
[2020-04-19T11:44:31.964Z] /usr/local/include/boost/assert.hpp:61:46: note:
expanded from macro 'BOOST_ASSERT_MSG'
[2020-04-19T11:44:31.964Z] # define BOOST_ASSERT_MSG(expr, msg)
assert((expr)&&(msg))
[2020-04-19T11:44:31.964Z] ^~~~
[2020-04-19T11:44:31.964Z] /usr/include/assert.h:56:21: note: expanded from
macro 'assert'
[2020-04-19T11:44:31.964Z] #define assert(e) ((e) ? (void)0 :
__assert(__func__, __FILE__, \
[2020-04-19T11:44:31.964Z] ^
[2020-04-19T11:44:31.965Z] In file included from