[MacPorts] #58418: qt5-qtcreator fails to build on Mojave with Xcode-10.2.1
MacPorts
noreply at macports.org
Thu May 2 23:06:10 UTC 2019
#58418: qt5-qtcreator fails to build on Mojave with Xcode-10.2.1
----------------------------+---------------------------------
Reporter: mouse07410 | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: qt5-qtcreator |
----------------------------+---------------------------------
Comment (by mouse07410):
> ...so it seems possible that this error has in fact been seen before
Do you know if parallel building is still disabled? The build takes a long
time before it fails, but the following seems to suggest it builds in
parallel:
{{{
$ ps -ef | grep clang
1638356520 55287 35660 0 7:05PM ttys014 0:00.00 grep clang
501 53585 53583 0 7:00PM ttys016 0:00.00 /bin/sh -c cd src/ && (
test -e Makefile || /opt/local/libexec/qt5/bin/qmake -o Makefile
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qt5-qtcreator/qt5-qtcreator/work
/qt-creator-opensource-src-4.8.2/src/src.pro PREFIX=/opt/local
USE_SYSTEM_BOTAN=1 QBS_INSTALL_DIR=/opt/local
LLVM_INSTALL_DIR=/opt/local/libexec/llvm-7.0 -spec macx-clang ) &&
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile all
501 53594 53592 0 7:00PM ttys016 0:00.00 /bin/sh -c cd libs/ && (
test -e Makefile || /opt/local/libexec/qt5/bin/qmake -o Makefile
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qt5-qtcreator/qt5-qtcreator/work
/qt-creator-opensource-src-4.8.2/src/libs/libs.pro PREFIX=/opt/local
USE_SYSTEM_BOTAN=1 QBS_INSTALL_DIR=/opt/local
LLVM_INSTALL_DIR=/opt/local/libexec/llvm-7.0 -spec macx-clang ) &&
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile all
501 55018 53601 0 7:04PM ttys016 0:00.00 /bin/sh -c cd
modelinglib/ && ( test -e Makefile || /opt/local/libexec/qt5/bin/qmake -o
Makefile
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qt5-qtcreator/qt5-qtcreator/work
/qt-creator-opensource-src-4.8.2/src/libs/modelinglib/modelinglib.pro
PREFIX=/opt/local USE_SYSTEM_BOTAN=1 QBS_INSTALL_DIR=/opt/local
LLVM_INSTALL_DIR=/opt/local/libexec/llvm-7.0 -spec macx-clang ) &&
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile all
501 55284 55027 0 7:05PM ttys016 0:00.01
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
-c -pipe -stdlib=libc++ -Os -std=gnu++1y -arch x86_64 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
-mmacosx-version-min=10.14 -fvisibility=hidden -fvisibility-inlines-hidden
-Wall -W -fPIC -DRELATIVE_PLUGIN_PATH="../PlugIns"
-DRELATIVE_LIBEXEC_PATH="../Resources" -DRELATIVE_DATA_PATH="../Resources"
-DRELATIVE_DOC_PATH="../Resources/doc" -DIDE_LIBRARY_BASENAME="lib"
-DQT_CREATOR -DQT_NO_CAST_TO_ASCII -DQT_RESTRICTED_CAST_FROM_ASCII
-DQT_DISABLE_DEPRECATED_BEFORE=0x050900 -DQT_USE_FAST_OPERATOR_PLUS
-DQT_USE_FAST_CONCATENATION -DMODELING_LIBRARY -DQT_NO_DEBUG -DQT_SVG_LIB
-DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB
-I/src/libs/modelinglib -I/src/libs/modelinglib/qtserialization/inc
-I../../../src -I../../../src -I../../libs
-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qt5-qtcreator/qt5-qtcreator/work
/qt-creator-opensource-src-4.8.2/tools -I../../plugins -I../../libs -I.
-Iqtserialization/inc -I/opt/local/libexec/qt5/lib/QtSvg.framework/Headers
-I/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers
-I/opt/local/libexec/qt5/lib/QtGui.framework/Headers
-I/opt/local/libexec/qt5/lib/QtConcurrent.framework/Headers
-I/opt/local/libexec/qt5/lib/QtCore.framework/Headers -I.moc/release-
shared -I/System/Library/Frameworks/OpenGL.framework/Headers
-I/System/Library/Frameworks/AGL.framework/Headers/
-I/opt/local/libexec/qt5/mkspecs/macx-clang -F/opt/local/libexec/qt5/lib
-o .obj/release-shared/propertiesview.o
qmt/model_widgets_ui/propertiesview.cpp
501 55285 55284 0 7:05PM ttys016 0:00.26
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-cc1 -triple x86_64-apple-macosx10.14.0 -Wdeprecated-objc-isa-usage
-Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-
verifier -discard-value-names -main-file-name propertiesview.cpp
-mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim
-fno-strict-return -masm-verbose -munwind-tables -target-sdk-version=10.14
-target-cpu penryn -dwarf-column-info -debugger-tuning=lldb -target-
linker-version 450.3 -coverage-notes-file
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qt5-qtcreator/qt5-qtcreator/work
/qt-creator-opensource-src-4.8.2/src/libs/modelinglib/.obj/release-
shared/propertiesview.gcno -resource-dir
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1
-isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
-D RELATIVE_PLUGIN_PATH="../PlugIns" -D
RELATIVE_LIBEXEC_PATH="../Resources" -D RELATIVE_DATA_PATH="../Resources"
-D RELATIVE_DOC_PATH="../Resources/doc" -D IDE_LIBRARY_BASENAME="lib" -D
QT_CREATOR -D QT_NO_CAST_TO_ASCII -D QT_RESTRICTED_CAST_FROM_ASCII -D
QT_DISABLE_DEPRECATED_BEFORE=0x050900 -D QT_USE_FAST_OPERATOR_PLUS -D
QT_USE_FAST_CONCATENATION -D MODELING_LIBRARY -D QT_NO_DEBUG -D QT_SVG_LIB
-D QT_WIDGETS_LIB -D QT_GUI_LIB -D QT_CONCURRENT_LIB -D QT_CORE_LIB -I
/src/libs/modelinglib -I /src/libs/modelinglib/qtserialization/inc -I
../../../src -I ../../../src -I ../../libs -I
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qt5-qtcreator/qt5-qtcreator/work
/qt-creator-opensource-src-4.8.2/tools -I ../../plugins -I ../../libs -I .
-I qtserialization/inc -I
/opt/local/libexec/qt5/lib/QtSvg.framework/Headers -I
/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers -I
/opt/local/libexec/qt5/lib/QtGui.framework/Headers -I
/opt/local/libexec/qt5/lib/QtConcurrent.framework/Headers -I
/opt/local/libexec/qt5/lib/QtCore.framework/Headers -I .moc/release-shared
-I /System/Library/Frameworks/OpenGL.framework/Headers -I
/System/Library/Frameworks/AGL.framework/Headers/ -I
/opt/local/libexec/qt5/mkspecs/macx-clang -F/opt/local/libexec/qt5/lib
-I/opt/local/include -stdlib=libc++ -Os -Wall -W -Wno-atomic-implicit-seq-
cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-
header -Wno-quoted-include-in-framework-header -std=gnu++1y -fdeprecated-
macro -fdebug-compilation-dir
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_qt5-qtcreator/qt5-qtcreator/work
/qt-creator-opensource-src-4.8.2/src/libs/modelinglib -ferror-limit 19
-fmessage-length 0 -fvisibility hidden -fvisibility-inlines-hidden -stack-
protector 1 -fblocks -fencode-extended-block-signature -fregister-global-
dtors-with-atexit -fobjc-runtime=macosx-10.14.0 -fcxx-exceptions
-fexceptions -fmax-type-align=16 -fdiagnostics-show-option -vectorize-
loops -vectorize-slp -o .obj/release-shared/propertiesview.o -x c++
qmt/model_widgets_ui/propertiesview.cpp
$
}}}
(Needless to say, this is the only build currently running on that
machine)
Also, this port seems to be building Botan - but it doesn't list the
version. I have {{{botan @1.10.17_2 (active)}}} installed by Macports, and
Botan-2.11.0 that I maintain a fork of. They should not clash (separated
by include directories and library names, but still...
--
Ticket URL: <https://trac.macports.org/ticket/58418#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list