Re: KDE CI: Administration » Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!

2021-07-09 Thread Ben Cooksley
On Sat, Jul 10, 2021 at 5:48 AM Ralf Habacker 
wrote:

> Am 08.07.21 um 20:17 schrieb Ben Cooksley:
>
> Hi Ben,
>

HI Ralf,

On Fri, Jul 9, 2021 at 1:28 AM Harald Sitter  wrote:
>
>> comparing the failing build to the last successful one it appears kdewin
>> no longer installs arpa/inet.h which lead me to this commit
>> https://invent.kde.org/packaging/kdewin/-/commit/25a254ab3ab0369e235db7418ac9b95226445a38
>> which seems a bit folly because it makes the installation conditional on
>> inet_ntop being available with a **different** header rendering the change
>> not particularly backwards compatible because of course kdelibs4support is
>> using the old header. One way forward would certainly be to port
>> kdelibs4support to an ifdef q_os_win32 that then includes winsock2 instead
>> of the posix headers. Ralf will probably know best what to do.
>>
>
> Ralf, please note that this needs to be fixed with urgency as it is
> preventing the Windows CI system from being maintainable.
>
> I fixed that issue yesterday, tagged a new release 0.6.6 (see
> https://invent.kde.org/packaging/kdewin/-/tags/v0.6.6) and got successful
> builds with that (see for example
> https://build.opensuse.org/package/live_build_log/windows:mingw:win64/mingw64-kdelibs4support/openSUSE_Leap_15.2/x86_64
> )
>

Those builds are on cross-compiled mingw, which is a completely different
environment.

If these changes have not reached KDE CI, it could be because the cached
> kdewin binary package is outdated and needs to be renewed. But I can't tell
> you how to do that.
>

The Dependency Build jobs always start from scratch - including the build
of 'kdewin'.
I have now started fresh runs of those - hopefully they complete
successfully.

Please be more careful when making changes such as these as that project is
essentially only for life support of kdelibs4support at this time (nothing
else uses it)

Regards
> Ralf
>

Regards,
Ben

Regards,
> Ben
>
>
>> On Thu, Jul 8, 2021 at 8:46 AM Ben Cooksley  wrote:
>>
>>> Hi all,
>>>
>>> Please find below a build log from a Windows dependency build job which
>>> is currently failing in kdelibs4support.
>>>
>>> Any ideas what may have caused this?
>>>
>>> Thanks,
>>> Ben
>>>
>>> -- Forwarded message -
>>> From: CI System 
>>> Date: Thu, Jul 8, 2021 at 8:46 AM
>>> Subject: KDE CI: Administration » Dependency Build Extragear
>>> stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!
>>> To: 
>>>
>>>
>>> *BUILD FAILURE*
>>> Build URL
>>> https://build.kde.org/job/Administration/job/Dependency%20Build%20Extragear%20stable-kf5-qt5%20WindowsMSVCQt5.15/53/
>>> Project: Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15
>>> Date of build: Wed, 07 Jul 2021 18:00:04 +
>>> Build duration: 2 hr 46 min and counting
>>> * CONSOLE OUTPUT *
>>> [...truncated 53095 lines...]
>>> [2021-07-07T20:42:36.730Z] [84/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kcurrencycode.cpp.obj
>>> [2021-07-07T20:42:36.730Z]
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-07T20:42:36.730Z] ..\src\kdecore\kcurrencycode.cpp: note: see
>>> previous definition of 'Q_OS_WIN'
>>> [2021-07-07T20:42:37.710Z] [85/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebugdbusiface.cpp.obj
>>> [2021-07-07T20:42:37.710Z]
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-07T20:42:37.710Z] ..\src\kdecore\kdebugdbusiface.cpp: note: see
>>> previous definition of 'Q_OS_WIN'
>>> [2021-07-07T20:42:37.974Z] [86/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebug.cpp.obj
>>> [2021-07-07T20:42:37.974Z]
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macro redefinition
>>> [2021-07-07T20:42:37.974Z] ..\src\kdecore\kdebug.cpp: note: see previous
>>> definition of 'Q_OS_WIN'
>>> [2021-07-07T20:42:39.393Z] [87/533] Building CXX object
>>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\klibrary.cpp.obj
>>> [2021-07-07T20:42:39.393Z]
>>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>>> warning C4005: 'Q_OS_WIN': macr

Re: KDE CI: Administration » Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!

2021-07-09 Thread Ralf Habacker

Am 08.07.21 um 20:17 schrieb Ben Cooksley:
Hi Ben,
On Fri, Jul 9, 2021 at 1:28 AM Harald Sitter <mailto:sit...@kde.org>> wrote:


comparing the failing build to the last successful one it appears
kdewin no longer installs arpa/inet.h which lead me to this commit

https://invent.kde.org/packaging/kdewin/-/commit/25a254ab3ab0369e235db7418ac9b95226445a38

<https://invent.kde.org/packaging/kdewin/-/commit/25a254ab3ab0369e235db7418ac9b95226445a38>
which seems a bit folly because it makes the installation
conditional on inet_ntop being available with a **different**
header rendering the change not particularly backwards compatible
because of course kdelibs4support is using the old header. One way
forward would certainly be to port kdelibs4support to an ifdef
q_os_win32 that then includes winsock2 instead of the posix
headers. Ralf will probably know best what to do.


Ralf, please note that this needs to be fixed with urgency as it is 
preventing the Windows CI system from being maintainable.


I fixed that issue yesterday, tagged a new release 0.6.6 (see 
https://invent.kde.org/packaging/kdewin/-/tags/v0.6.6) and got 
successful builds with that (see for example 
https://build.opensuse.org/package/live_build_log/windows:mingw:win64/mingw64-kdelibs4support/openSUSE_Leap_15.2/x86_64)


If these changes have not reached KDE CI, it could be because the cached 
kdewin binary package is outdated and needs to be renewed. But I can't 
tell you how to do that.


Regards
Ralf


Regards,
Ben


On Thu, Jul 8, 2021 at 8:46 AM Ben Cooksley mailto:bcooks...@kde.org>> wrote:

Hi all,

Please find below a build log from a Windows dependency build
job which is currently failing in kdelibs4support.

Any ideas what may have caused this?

Thanks,
Ben

-- Forwarded message -
From: *CI System* mailto:nore...@kde.org>>
Date: Thu, Jul 8, 2021 at 8:46 AM
Subject: KDE CI: Administration » Dependency Build Extragear
stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!
To: mailto:bcooks...@kde.org>>


*BUILD FAILURE*
Build URL

https://build.kde.org/job/Administration/job/Dependency%20Build%20Extragear%20stable-kf5-qt5%20WindowsMSVCQt5.15/53/

<https://build.kde.org/job/Administration/job/Dependency%20Build%20Extragear%20stable-kf5-qt5%20WindowsMSVCQt5.15/53/>

Project:Dependency Build Extragear stable-kf5-qt5
WindowsMSVCQt5.15
Date of build:  Wed, 07 Jul 2021 18:00:04 +
Build duration: 2 hr 46 min and counting


*CONSOLE OUTPUT *
[...truncated 53095 lines...]
[2021-07-07T20:42:36.730Z] [84/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kcurrencycode.cpp.obj

[2021-07-07T20:42:36.730Z]

C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:36.730Z] ..\src\kdecore\kcurrencycode.cpp:
note: see previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:37.710Z] [85/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebugdbusiface.cpp.obj

[2021-07-07T20:42:37.710Z]

C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:37.710Z] ..\src\kdecore\kdebugdbusiface.cpp:
note: see previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:37.974Z] [86/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebug.cpp.obj
[2021-07-07T20:42:37.974Z]

C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:37.974Z] ..\src\kdecore\kdebug.cpp: note:
see previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:39.393Z] [87/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\klibrary.cpp.obj
[2021-07-07T20:42:39.393Z]

C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:39.394Z] ..\src\kdecore\klibrary.cpp: note:
see previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:39.394Z] [88/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\k4aboutdata.cpp.obj
[2021-07-07T20:42:39.394Z]

C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:39.394Z] ..\src\kdecore\k4aboutdata.cpp:
note: see previous de

Re: KDE CI: Administration » Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!

2021-07-08 Thread Ben Cooksley
On Fri, Jul 9, 2021 at 1:28 AM Harald Sitter  wrote:

> comparing the failing build to the last successful one it appears kdewin
> no longer installs arpa/inet.h which lead me to this commit
> https://invent.kde.org/packaging/kdewin/-/commit/25a254ab3ab0369e235db7418ac9b95226445a38
> which seems a bit folly because it makes the installation conditional on
> inet_ntop being available with a **different** header rendering the change
> not particularly backwards compatible because of course kdelibs4support is
> using the old header. One way forward would certainly be to port
> kdelibs4support to an ifdef q_os_win32 that then includes winsock2 instead
> of the posix headers. Ralf will probably know best what to do.
>

Ralf, please note that this needs to be fixed with urgency as it is
preventing the Windows CI system from being maintainable.

Regards,
Ben


> On Thu, Jul 8, 2021 at 8:46 AM Ben Cooksley  wrote:
>
>> Hi all,
>>
>> Please find below a build log from a Windows dependency build job which
>> is currently failing in kdelibs4support.
>>
>> Any ideas what may have caused this?
>>
>> Thanks,
>> Ben
>>
>> ------ Forwarded message -----
>> From: CI System 
>> Date: Thu, Jul 8, 2021 at 8:46 AM
>> Subject: KDE CI: Administration » Dependency Build Extragear
>> stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!
>> To: 
>>
>>
>> *BUILD FAILURE*
>> Build URL
>> https://build.kde.org/job/Administration/job/Dependency%20Build%20Extragear%20stable-kf5-qt5%20WindowsMSVCQt5.15/53/
>> Project: Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15
>> Date of build: Wed, 07 Jul 2021 18:00:04 +
>> Build duration: 2 hr 46 min and counting
>> * CONSOLE OUTPUT *
>> [...truncated 53095 lines...]
>> [2021-07-07T20:42:36.730Z] [84/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kcurrencycode.cpp.obj
>> [2021-07-07T20:42:36.730Z]
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-07T20:42:36.730Z] ..\src\kdecore\kcurrencycode.cpp: note: see
>> previous definition of 'Q_OS_WIN'
>> [2021-07-07T20:42:37.710Z] [85/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebugdbusiface.cpp.obj
>> [2021-07-07T20:42:37.710Z]
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-07T20:42:37.710Z] ..\src\kdecore\kdebugdbusiface.cpp: note: see
>> previous definition of 'Q_OS_WIN'
>> [2021-07-07T20:42:37.974Z] [86/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebug.cpp.obj
>> [2021-07-07T20:42:37.974Z]
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-07T20:42:37.974Z] ..\src\kdecore\kdebug.cpp: note: see previous
>> definition of 'Q_OS_WIN'
>> [2021-07-07T20:42:39.393Z] [87/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\klibrary.cpp.obj
>> [2021-07-07T20:42:39.393Z]
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-07T20:42:39.394Z] ..\src\kdecore\klibrary.cpp: note: see
>> previous definition of 'Q_OS_WIN'
>> [2021-07-07T20:42:39.394Z] [88/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\k4aboutdata.cpp.obj
>> [2021-07-07T20:42:39.394Z]
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-07T20:42:39.394Z] ..\src\kdecore\k4aboutdata.cpp: note: see
>> previous definition of 'Q_OS_WIN'
>> [2021-07-07T20:42:39.394Z] KDE5 FIXME: This code must be replaced by
>> something with KLocalizedString
>> [2021-07-07T20:42:39.394Z] KDE5 TODO: What about this code ?
>> [2021-07-07T20:42:40.178Z] [89/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kkernel_win.cpp.obj
>> [2021-07-07T20:42:40.178Z]
>> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
>> warning C4005: 'Q_OS_WIN': macro redefinition
>> [2021-07-07T20:42:40.178Z] ..\src\kdecore\kkernel_win.cpp: note: see
>> previous definition of 'Q_OS_WIN'
>> [2021-07-07T20:42:40.459Z] [90/533] Building CXX object
>> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\ktemporaryfile.cpp.obj
>> [2021-07-07T

Re: KDE CI: Administration » Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!

2021-07-08 Thread Harald Sitter
comparing the failing build to the last successful one it appears kdewin no
longer installs arpa/inet.h which lead me to this commit
https://invent.kde.org/packaging/kdewin/-/commit/25a254ab3ab0369e235db7418ac9b95226445a38
which seems a bit folly because it makes the installation conditional on
inet_ntop being available with a **different** header rendering the change
not particularly backwards compatible because of course kdelibs4support is
using the old header. One way forward would certainly be to port
kdelibs4support to an ifdef q_os_win32 that then includes winsock2 instead
of the posix headers. Ralf will probably know best what to do.

On Thu, Jul 8, 2021 at 8:46 AM Ben Cooksley  wrote:

> Hi all,
>
> Please find below a build log from a Windows dependency build job which is
> currently failing in kdelibs4support.
>
> Any ideas what may have caused this?
>
> Thanks,
> Ben
>
> -- Forwarded message -
> From: CI System 
> Date: Thu, Jul 8, 2021 at 8:46 AM
> Subject: KDE CI: Administration » Dependency Build Extragear
> stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!
> To: 
>
>
> *BUILD FAILURE*
> Build URL
> https://build.kde.org/job/Administration/job/Dependency%20Build%20Extragear%20stable-kf5-qt5%20WindowsMSVCQt5.15/53/
> Project: Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15
> Date of build: Wed, 07 Jul 2021 18:00:04 +
> Build duration: 2 hr 46 min and counting
> * CONSOLE OUTPUT *
> [...truncated 53095 lines...]
> [2021-07-07T20:42:36.730Z] [84/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kcurrencycode.cpp.obj
> [2021-07-07T20:42:36.730Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
> warning C4005: 'Q_OS_WIN': macro redefinition
> [2021-07-07T20:42:36.730Z] ..\src\kdecore\kcurrencycode.cpp: note: see
> previous definition of 'Q_OS_WIN'
> [2021-07-07T20:42:37.710Z] [85/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebugdbusiface.cpp.obj
> [2021-07-07T20:42:37.710Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
> warning C4005: 'Q_OS_WIN': macro redefinition
> [2021-07-07T20:42:37.710Z] ..\src\kdecore\kdebugdbusiface.cpp: note: see
> previous definition of 'Q_OS_WIN'
> [2021-07-07T20:42:37.974Z] [86/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebug.cpp.obj
> [2021-07-07T20:42:37.974Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
> warning C4005: 'Q_OS_WIN': macro redefinition
> [2021-07-07T20:42:37.974Z] ..\src\kdecore\kdebug.cpp: note: see previous
> definition of 'Q_OS_WIN'
> [2021-07-07T20:42:39.393Z] [87/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\klibrary.cpp.obj
> [2021-07-07T20:42:39.393Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
> warning C4005: 'Q_OS_WIN': macro redefinition
> [2021-07-07T20:42:39.394Z] ..\src\kdecore\klibrary.cpp: note: see previous
> definition of 'Q_OS_WIN'
> [2021-07-07T20:42:39.394Z] [88/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\k4aboutdata.cpp.obj
> [2021-07-07T20:42:39.394Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
> warning C4005: 'Q_OS_WIN': macro redefinition
> [2021-07-07T20:42:39.394Z] ..\src\kdecore\k4aboutdata.cpp: note: see
> previous definition of 'Q_OS_WIN'
> [2021-07-07T20:42:39.394Z] KDE5 FIXME: This code must be replaced by
> something with KLocalizedString
> [2021-07-07T20:42:39.394Z] KDE5 TODO: What about this code ?
> [2021-07-07T20:42:40.178Z] [89/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kkernel_win.cpp.obj
> [2021-07-07T20:42:40.178Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
> warning C4005: 'Q_OS_WIN': macro redefinition
> [2021-07-07T20:42:40.178Z] ..\src\kdecore\kkernel_win.cpp: note: see
> previous definition of 'Q_OS_WIN'
> [2021-07-07T20:42:40.459Z] [90/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\ktemporaryfile.cpp.obj
> [2021-07-07T20:42:40.459Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
> warning C4005: 'Q_OS_WIN': macro redefinition
> [2021-07-07T20:42:40.459Z] ..\src\kdecore\ktemporaryfile.cpp: note: see
> previous definition of 'Q_OS_WIN'
> [2021-07-07T20:42:41.888Z] [91/533] Building CXX object
> src\CMakeFiles\KF5KDELibs4Support.dir\KF5KDELibs4Support_autogen\mocs_compilation.cpp.obj
> [2021-07-07T20:42:41.888Z]
> C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(

Fwd: KDE CI: Administration » Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15 - Build # 53 - Still Failing!

2021-07-08 Thread Ben Cooksley
Hi all,

Please find below a build log from a Windows dependency build job which is
currently failing in kdelibs4support.

Any ideas what may have caused this?

Thanks,
Ben

-- Forwarded message -
From: CI System 
Date: Thu, Jul 8, 2021 at 8:46 AM
Subject: KDE CI: Administration » Dependency Build Extragear stable-kf5-qt5
WindowsMSVCQt5.15 - Build # 53 - Still Failing!
To: 


*BUILD FAILURE*
Build URL
https://build.kde.org/job/Administration/job/Dependency%20Build%20Extragear%20stable-kf5-qt5%20WindowsMSVCQt5.15/53/
Project: Dependency Build Extragear stable-kf5-qt5 WindowsMSVCQt5.15
Date of build: Wed, 07 Jul 2021 18:00:04 +
Build duration: 2 hr 46 min and counting
* CONSOLE OUTPUT *
[...truncated 53095 lines...]
[2021-07-07T20:42:36.730Z] [84/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kcurrencycode.cpp.obj
[2021-07-07T20:42:36.730Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:36.730Z] ..\src\kdecore\kcurrencycode.cpp: note: see
previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:37.710Z] [85/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebugdbusiface.cpp.obj
[2021-07-07T20:42:37.710Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:37.710Z] ..\src\kdecore\kdebugdbusiface.cpp: note: see
previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:37.974Z] [86/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kdebug.cpp.obj
[2021-07-07T20:42:37.974Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:37.974Z] ..\src\kdecore\kdebug.cpp: note: see previous
definition of 'Q_OS_WIN'
[2021-07-07T20:42:39.393Z] [87/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\klibrary.cpp.obj
[2021-07-07T20:42:39.393Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:39.394Z] ..\src\kdecore\klibrary.cpp: note: see previous
definition of 'Q_OS_WIN'
[2021-07-07T20:42:39.394Z] [88/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\k4aboutdata.cpp.obj
[2021-07-07T20:42:39.394Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:39.394Z] ..\src\kdecore\k4aboutdata.cpp: note: see
previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:39.394Z] KDE5 FIXME: This code must be replaced by
something with KLocalizedString
[2021-07-07T20:42:39.394Z] KDE5 TODO: What about this code ?
[2021-07-07T20:42:40.178Z] [89/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kkernel_win.cpp.obj
[2021-07-07T20:42:40.178Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:40.178Z] ..\src\kdecore\kkernel_win.cpp: note: see
previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:40.459Z] [90/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\ktemporaryfile.cpp.obj
[2021-07-07T20:42:40.459Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:40.459Z] ..\src\kdecore\ktemporaryfile.cpp: note: see
previous definition of 'Q_OS_WIN'
[2021-07-07T20:42:41.888Z] [91/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\KF5KDELibs4Support_autogen\mocs_compilation.cpp.obj
[2021-07-07T20:42:41.888Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:41.888Z]
src\KF5KDELibs4Support_autogen\mocs_compilation.cpp: note: see previous
definition of 'Q_OS_WIN'
[2021-07-07T20:42:41.888Z] Port to Qt5 native filter
[2021-07-07T20:42:41.888Z] [92/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\ktempdir.cpp.obj
[2021-07-07T20:42:41.888Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:41.888Z] ..\src\kdecore\ktempdir.cpp: note: see previous
definition of 'Q_OS_WIN'
[2021-07-07T20:42:41.888Z] [93/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore\kmd5.cpp.obj
[2021-07-07T20:42:41.888Z]
C:\Craft\CI-Qt515\windows-msvc2019_64-cl-debug\include\qt5\QtCore/qsystemdetection.h(189):
warning C4005: 'Q_OS_WIN': macro redefinition
[2021-07-07T20:42:41.888Z] ..\src\kdecore\kmd5.cpp: note: see previous
definition of 'Q_OS_WIN'
[2021-07-07T20:42:42.850Z] [94/533] Building CXX object
src\CMakeFiles\KF5KDELibs4Support.dir\kdecore