Created attachment 188280 [details] Patch against ports r454892 kde@ would like to ask for an exp-run to test the update of CMake to the latest upstream version, 3.10.0.
New failures on 10.3 i386: + {"origin"=>"cad/openvsp", "phase"=>"build", "errortype"=>"linker_error"} + {"origin"=>"deskutils/kdepim4", "phase"=>"configure", "errortype"=>"???"} + {"origin"=>"math/scalapack", "phase"=>"configure", "errortype"=>"???"} + {"origin"=>"multimedia/qmmp", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/qmmp-qt5", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"www/qt5-webkit", "phase"=>"configure", "errortype"=>"???"} http://package23.nyi.freebsd.org/data/103i386-default-PR223872/2017-11-27_14h43m28s/logs/errors/openvsp-3.13.3_1.log http://package23.nyi.freebsd.org/data/103i386-default-PR223872/2017-11-27_14h43m28s/logs/errors/kdepim-4.14.10_9.log http://package23.nyi.freebsd.org/data/103i386-default-PR223872/2017-11-27_14h43m28s/logs/errors/scalapack-2.0.2_12.log http://package23.nyi.freebsd.org/data/103i386-default-PR223872/2017-11-27_14h43m28s/logs/errors/qmmp-0.10.10_1.log http://package23.nyi.freebsd.org/data/103i386-default-PR223872/2017-11-27_14h43m28s/logs/errors/qmmp-qt5-1.1.10_1.log http://package23.nyi.freebsd.org/data/103i386-default-PR223872/2017-11-27_14h43m28s/logs/errors/qt5-webkit-5.212.0.a2_4.log
New failures on 10.3 amd64: + {"origin"=>"cad/openvsp", "phase"=>"build", "errortype"=>"linker_error"} + {"origin"=>"deskutils/kdepim4", "phase"=>"configure", "errortype"=>"???"} + {"origin"=>"math/scalapack", "phase"=>"configure", "errortype"=>"???"} + {"origin"=>"multimedia/qmmp", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"multimedia/qmmp-qt5", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"www/qt5-webkit", "phase"=>"configure", "errortype"=>"???"}
openvsp can be fixed w/ https://reviews.freebsd.org/D13439 scalapack is a new bug; might be workaroundable, upstream bug https://gitlab.kitware.com/cmake/cmake/issues/17552
qmmp, qmmp-qt5 fixed with new upstream releases, in ports r455412
kdepim4 and qt5-webkit can't reproduce locally with poudriere
(In reply to Adriaan de Groot from comment #5) Those failures definitely reproduced on the exp-builders when the exp-run was done.
Created attachment 188924 [details] Updated patch against ports r456601
kde@ would like to request a new exp-run with the attached patch. - updates to devel/cmake 3.10.1 which has been released in the meantime - adds fixes for kdepim4, qt5-webkit - adds fix for openvsp - adds fix for scalapack (which I'm not really happy with) No local build failures on 11.1 amd64
Exp-run looks fine.
Fixed in revision 457041.
A commit references this bug: Author: adridg Date: Sat Dec 23 10:44:24 UTC 2017 New revision: 457041 URL: https://svnweb.freebsd.org/changeset/ports/457041 Log: Update CMake to 3.10.1 - https://blog.kitware.com/cmake-3-10-1-available-for-download/ - flang support - changes to automoc policies - support for FreeBSD package generation with CPack Necessary fixes to other ports: - cad/openvsp make search for libxml explicit - math/scalapack force C compiler to be compatible with mpi - deskutils/kdepim4 fix incorrect sources list - www/qt5-webkit fix incorrect sources list Thanks to Antoine for the multiple exp-runs. PR: 223872 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13210 Changes: head/cad/openvsp/files/patch-src_vsp_CMakeLists.txt head/deskutils/kdepim4/files/patch-kdgantt2_CMakeLists.txt head/devel/cmake/Makefile head/devel/cmake/distinfo head/devel/cmake/files/InitialCache.cmake head/devel/cmake/pkg-plist head/devel/cmake-doc/Makefile head/devel/cmake-doc/pkg-plist head/devel/cmake-gui/Makefile head/math/scalapack/Makefile head/www/qt5-webkit/files/patch-git_14947c-fix_build_cmake_3.10