On Tue, 05 Nov 2013 01:02:59 +0200
Raphael Kubo da Costa <[email protected]> wrote:
> Schaich Alonso <[email protected]> writes:
>
> > Hello,
> >
> > So far, I have localy updated all are51/KDE ports to 4.11.3 and
> > packaged/installed them. Doing so, I ran into the following issues:
> >
> > * dependencies cannot be built
> > *** astro/kstar (astro/wcslib)
> > *** net/krdc (net-im/telepathy-qt4)
> > *** net/krfb (net-im/telepathy-qt4)
> > *** science/kalzium (science/openbabel)
> >
> > * fails to compile (with either clang and gcc46)
> > *** science/step
> > *** science/rocs
> >
> > * fails to run
> > *** astro/marble
> >
> > * sub-optimal, but works
> > *** devel/kdesdk4-umbrello now needs gcc - or rather gcc's libstdc++
> > *** net-im/kopete-kde4 doesn't support staging
> > *** x11/kde4-workspace doesn't support staging
>
> Thanks for working on this.
>
> I fixed science/step in ports today, the same commit can be backported
> to area51.
>
> kdesdk4-umbrello has fixes up for review upstream, but you can already
> take the first 2 commits in
> http://article.gmane.org/gmane.linux.umbrello.devel/11419 to test.
>
> I'm not aware of telepathy-qt4 failing on any FreeBSD release, and I
> haven't checked the other problems yet.
Hi
Thanks for the hint on the patches.
I have merged the umbrello patches and can build it with clang/libc++ now.
Step however still fails even with the patch added. I have attached the
build outputs of step and also telepathy-qt4.
Alonso
root@harmony:/usr/ports # make MAKE_JOBS_UNSAFE=yes -C net-im/telepathy-qt4
===> telepathy-qt4-0.9.3 depends on file: /usr/local/bin/python2.7 - found
===> telepathy-qt4-0.9.3 depends on executable: python - found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/bin/cmake - found
===> telepathy-qt4-0.9.3 depends on executable: pkgconf - found
===> telepathy-qt4-0.9.3 depends on package: gstreamer-plugins>=0.10.0 - found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/lib/qt4/libQtDBus.so -
found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/lib/qt4/libQtGui.so -
found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/bin/moc-qt4 - found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/lib/qt4/libQtNetwork.so
- found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/bin/qmake-qt4 - found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/lib/qt4/libQtTest.so -
found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/bin/rcc - found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/bin/uic-qt4 - found
===> telepathy-qt4-0.9.3 depends on file: /usr/local/lib/qt4/libQtXml.so -
found
===> telepathy-qt4-0.9.3 depends on executable: xsltproc - found
===> telepathy-qt4-0.9.3 depends on shared library: telepathy-farsight - found
===> telepathy-qt4-0.9.3 depends on shared library: telepathy-glib - found
===> telepathy-qt4-0.9.3 depends on shared library: xml2.5 - found
===> Configuring for telepathy-qt4-0.9.3
/usr/bin/sed -i.bak -e '/FIND_PROGRAM/ s/qmake //'
/usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3/cmake/modules/FindQt.cmake
/usr/bin/sed -i.bak -e '/^add_dependencies(doxygen-doc / d'
/usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3/TelepathyQt/CMakeLists.txt
/usr/bin/sed -i.bak -e '/TelepathyQt.*\.pc/ s|pkgconfig|../libdata/pkgconfig|'
/usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3/TelepathyQt/CMakeLists.txt
/usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3/TelepathyQt/Farsight/CMakeLists.txt
/usr/bin/sed -i.bak -e '/${LIBXML2_INCLUDE_DIR}/ s|$| /usr/local/include|'
/usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3/TelepathyQt/Farsight/CMakeLists.txt
===> Performing in-source build
/bin/mkdir -p /usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3
-- Could NOT find QHELPGENERATOR (missing: QHELPGENERATOR_EXECUTABLE)
-- Found Python executable: /usr/local/bin/python2.7
-- Found Python version: 2.7.5
-- Python 2.7 found
-- Found GObject libraries: gobject-2.0;glib-2.0;intl
-- Found GObject includes : /usr/local/include/glib-2.0
-- checking for module 'farstream-0.1>=0.1.0'
-- package 'farstream-0.1>=0.1.0' not found
-- Could NOT find Farstream (missing: FARSTREAM_LIBRARIES
FARSTREAM_INCLUDE_DIR)
-- checking for module 'telepathy-farstream>=0.2.2'
-- package 'telepathy-farstream>=0.2.2' not found
-- Could NOT find TelepathyFarstream (missing: TELEPATHY_FARSTREAM_LIBRARIES
TELEPATHY_FARSTREAM_INCLUDE_DIR)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/accounts/CMakeLists.txt:12 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/accounts/CMakeLists.txt:12 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/contact-messenger/CMakeLists.txt:7 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
examples/extensions/CMakeLists.txt:68 (tpqt_generate_moc_i)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/file-transfer/CMakeLists.txt:13 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/file-transfer/CMakeLists.txt:13 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/file-transfer/CMakeLists.txt:13 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/file-transfer/CMakeLists.txt:13 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/file-transfer/CMakeLists.txt:34 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/file-transfer/CMakeLists.txt:34 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/file-transfer/CMakeLists.txt:34 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/protocols/CMakeLists.txt:10 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/protocols/CMakeLists.txt:10 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/roster/CMakeLists.txt:12 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/roster/CMakeLists.txt:12 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/roster/CMakeLists.txt:12 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/stream-tubes/CMakeLists.txt:7 (tpqt_generate_mocs)
CMake Error at cmake/modules/FindQt.cmake:77 (QT4_CREATE_MOC_COMMAND):
QT4_CREATE_MOC_COMMAND Macro invoked with incorrect arguments for macro
named: QT4_CREATE_MOC_COMMAND
Call Stack (most recent call first):
cmake/modules/TpQtMacros.cmake:181 (qt_create_moc_command)
cmake/modules/TpQtMacros.cmake:198 (tpqt_generate_moc_i)
examples/stream-tubes/CMakeLists.txt:24 (tpqt_generate_mocs)
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* Qt Glib Support - QtCore library using Glib's main event loop
* dbus-python - GLib-based Python DBus support
* Telepathy-glib - Glib bindings for Telepathy
* Telepathy-Farsight - A Framework for dealing with audio/video conferencing
protocols
* GStreamer - An open source multimedia framework
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
* Farstream (0.1.0 or higher)
<http://www.freedesktop.org/wiki/Software/Farstream>
A Framework for dealing with audio/video conferencing protocols
Needed, together with GStreamer and Telepathy-Farstream, to build
telepathy-qt-farstream
* Telepathy-Farstream (0.2.2 or higher)
<http://telepathy.freedesktop.org/wiki/>
A Framework for dealing with audio/video conferencing protocols
Needed, together with GStreamer and Farstream, to build
telepathy-qt-farstream
-----------------------------------------------------------------------------
-- Configuring incomplete, errors occurred!
See also
"/usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3/CMakeFiles/CMakeOutput.log".
See also
"/usr/obj/usr/ports/net-im/telepathy-qt4/work/telepathy-qt-0.9.3/CMakeFiles/CMakeError.log".
*** Signal 11
Stop.
make: stopped in /usr/ports/net-im/telepathy-qt4
root@harmony:/usr/ports/science/step # make MAKE_JOBS_SAFE=yes stage
===> step-4.11.3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by step-4.11.3 for building
===> Extracting for step-4.11.3
=> SHA256 Checksum OK for KDE/4.11.3/step-4.11.3.tar.xz.
===> Patching for step-4.11.3
===> Applying FreeBSD patches for step-4.11.3
===> step-4.11.3 depends on file: /usr/local/libdata/pkgconfig/eigen2.pc -
found
===> step-4.11.3 depends on file: /usr/local/bin/cmake - found
===> step-4.11.3 depends on file: /usr/local/bin/moc-qt4 - found
===> step-4.11.3 depends on file: /usr/local/lib/qt4/libQtOpenGL.so - found
===> step-4.11.3 depends on file: /usr/local/bin/qmake-qt4 - found
===> step-4.11.3 depends on file: /usr/local/bin/rcc - found
===> step-4.11.3 depends on file: /usr/local/bin/uic-qt4 - found
===> step-4.11.3 depends on file: /usr/local/bin/automoc4 - found
===> step-4.11.3 depends on file: /usr/local/kde4/lib/libkdecore.so.7 - found
===> step-4.11.3 depends on shared library: qalculate.5 - found
===> step-4.11.3 depends on shared library: gsl.17 - found
===> Configuring for step-4.11.3
/usr/bin/sed -i.bak -e '/set(STEP_BUILD_TRANSLATIONS 1)/ d'
/usr/obj/usr/ports/science/step/work/step-4.11.3/step/data/CMakeLists.txt
===> Performing out-of-source build
/bin/mkdir -p /usr/obj/usr/ports/science/step/work/.build
-- The C compiler identification is Clang 3.3.0
-- The CXX compiler identification is Clang 3.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 4.8.5 (using /usr/local/bin/qmake-qt4)
-- Looking for XOpenDisplay in
/usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so
-- Looking for XOpenDisplay in
/usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so
- found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/local/lib/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Found Threads: TRUE
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/local/bin/automoc4
-- Found Perl: /usr/local/bin/perl (found version "5.14.4")
-- Found Phonon: /usr/local/kde4/include (Required is at least version
"4.3.80")
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Found KDE 4.11 include dir: /usr/local/kde4/include
-- Found KDE 4.11 library dir: /usr/local/kde4/lib
-- Found the KDE4 kconfig_compiler preprocessor:
/usr/local/kde4/bin/kconfig_compiler
-- Found automoc4: /usr/local/bin/automoc4
-- Found Eigen2: /usr/local/include/eigen2 (Required is at least version
"2.0.3")
-- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig
-- Found GSL: -L/usr/local/lib -lgsl -lgslcblas -lm
-- qalculate found and cln is:-L/usr/local/lib -lcln
-- Found Qalculate: -lcln -pthread -lqalculate -lglib-2.0 -lintl
-L/usr/local/lib -lxml2
-- Found Qt4: /usr/local/bin/qmake-qt4 (found suitable version "4.8.5", minimum
required is "4.8.0")
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* Eigen2 - Required to build step.
* Qalculate - Unit conversion support in Step
* GSL - Provides a GSL-powered solver for Step
-----------------------------------------------------------------------------
-- Congratulations! All external packages have been found.
-----------------------------------------------------------------------------
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_MODULE_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS
-- Build files have been written to: /usr/obj/usr/ports/science/step/work/.build
===> Building for step-4.11.3
Scanning dependencies of target doc-handbook
Scanning dependencies of target stepcore_automoc
Scanning dependencies of target step_automoc
[ 1%] Generating index.cache.bz2
[ 1%] Built target stepcore_automoc
Generating infobrowser.moc
Generating gasgraphics.moc
Generating simulationthread.moc
Scanning dependencies of target stepcore
Generating worldbrowser.moc
[ 3%] Building CXX object stepcore/CMakeFiles/stepcore.dir/stepcore_automoc.o
[ 5%] Building CXX object stepcore/CMakeFiles/stepcore.dir/object.o
[ 7%] Building CXX object stepcore/CMakeFiles/stepcore.dir/constants.o
[ 8%] Building CXX object stepcore/CMakeFiles/stepcore.dir/world.o
[ 10%] Building CXX object stepcore/CMakeFiles/stepcore.dir/solver.o
[ 14%] Building CXX object stepcore/CMakeFiles/stepcore.dir/collisionsolver.o
[ 14%] Building CXX object stepcore/CMakeFiles/stepcore.dir/constraintsolver.o
[ 16%] Building CXX object stepcore/CMakeFiles/stepcore.dir/factory.o
[ 19%] Building CXX object stepcore/CMakeFiles/stepcore.dir/xmlfile.o
[ 19%] Building CXX object stepcore/CMakeFiles/stepcore.dir/particle.o
[ 21%] Building CXX object stepcore/CMakeFiles/stepcore.dir/rigidbody.o
[ 23%] Building CXX object stepcore/CMakeFiles/stepcore.dir/gas.o
[ 26%] Building CXX object stepcore/CMakeFiles/stepcore.dir/gravitation.o
[ 26%] Building CXX object stepcore/CMakeFiles/stepcore.dir/softbody.o
[ 28%] Building CXX object stepcore/CMakeFiles/stepcore.dir/coulombforce.o
[ 30%] Building CXX object stepcore/CMakeFiles/stepcore.dir/spring.o
[ 32%] Building CXX object stepcore/CMakeFiles/stepcore.dir/motor.o
[ 33%] Building CXX object stepcore/CMakeFiles/stepcore.dir/joint.o
[ 35%] Building CXX object stepcore/CMakeFiles/stepcore.dir/eulersolver.o
[ 39%] Building CXX object stepcore/CMakeFiles/stepcore.dir/gslsolver.o
[ 39%] Building CXX object stepcore/CMakeFiles/stepcore.dir/tool.o
Generating itempalette.moc
[ 39%] Built target doc-handbook
Generating worldmodel.moc
Generating softbodygraphics.moc
Generating undobrowser.moc
Generating propertiesbrowser.moc
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
Generating toolgraphics.moc
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/collisionsolver.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/collisionsolver.h:27:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/gas.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/gas.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/particle.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/softbody.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/softbody.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/particle.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/factory.cc:20:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/joint.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/joint.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/xmlfile.cc:23:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/tool.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/tool.h:28:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/coulombforce.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/coulombforce.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/spring.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/spring.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.h:27:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/particle.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/particle.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/motor.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/motor.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/gravitation.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/gravitation.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/rigidbody.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/rigidbody.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:85:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseUtil.h:137:22: warning:
'ei_eval' defined as a class template here but previously declared as a struct
template [-Wmismatched-tags]
template<typename T> class ei_eval<T,IsSparse>
^
/usr/local/include/eigen2/Eigen/src/Core/util/XprHelper.h:123:70: note: did you
mean class here?
template<typename T, int Sparseness = ei_traits<T>::Flags&SparseBit> struct
ei_eval;
^~~~~~
class
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/gslsolver.cc:126:77:
warning: unused parameter 'yvar' [-Wunused-parameter]
int GslGenericSolver::doEvolve(double* t, double t1, VectorXd* y, VectorXd*
yvar)
^
Generating worldscene.moc
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/spring.cc:192:2:
warning: variance calculation for spring connected to rigidbody is not finished
! [-W#warnings]
#warning variance calculation for spring connected to rigidbody is not finished
!
^
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/spring.cc:193:2:
warning: consider unification of some part of Particle and RigidBody
[-W#warnings]
#warning consider unification of some part of Particle and RigidBody
^
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.cc:78:42:
warning: comparison of constant -1 with expression of type 'typename
std::enable_if<std::is_arithmetic<double>::value, bool>::type' (aka 'bool') is
always true [-Wtautological-constant-out-of-range-compare]
if(std::isinf(info->forceMin[i]) != -1) ++fminCount;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.cc:88:42:
warning: comparison of constant -1 with expression of type 'typename
std::enable_if<std::is_arithmetic<double>::value, bool>::type' (aka 'bool') is
always true [-Wtautological-constant-out-of-range-compare]
if(std::isinf(info->forceMin[i]) != -1) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
Generating mainwindow.moc
1 warning generated.
Generating moc_worldgraphics.cpp
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.h:27:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:96:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseTranspose.h:74:9: error: use
of undeclared identifier 'MatrixType'
: MatrixType::InnerIterator(trans.m_matrix, outer)
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseCwiseBinaryOp.h:277:27: note:
in instantiation of member function
'Eigen::SparseInnerVectorSet<Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double,
1> >, 1>::InnerIterator::InnerIterator' requested here
: m_rhs(xpr.rhs()), m_lhsIter(xpr.lhs(),outer), m_functor(xpr.functor()),
m_outer(outer)
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseCwiseBinaryOp.h:127:9: note:
in instantiation of member function
'Eigen::ei_sparse_cwise_binary_op_inner_iterator_selector<Eigen::ei_scalar_product_op<double>,
Eigen::SparseInnerVectorSet<Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double,
1> >, 1>, Eigen::Matrix<double, 10000, 1, 2, 10000, 1>,
Eigen::SparseCwiseBinaryOp<Eigen::ei_scalar_product_op<double>,
Eigen::SparseInnerVectorSet<Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double,
1> >, 1>, Eigen::Matrix<double, 10000, 1, 2, 10000, 1> >::InnerIterator, 4096,
0>::ei_sparse_cwise_binary_op_inner_iterator_selector' requested here
: Base(binOp,outer)
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseDiagonalProduct.h:121:9: note:
in instantiation of member function
'Eigen::SparseCwiseBinaryOp<Eigen::ei_scalar_product_op<double>,
Eigen::SparseInnerVectorSet<Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double,
1> >, 1>, Eigen::Matrix<double, 10000, 1, 2, 10000, 1>
>::InnerIterator::InnerIterator' requested here
: Base(expr.rhs().innerVector(outer) .cwise()* expr.lhs().diagonal(), 0)
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseMatrixBase.h:199:53: note: in
instantiation of member function
'Eigen::ei_sparse_diagonal_product_inner_iterator_selector<Eigen::DiagonalMatrix<Eigen::Matrix<double,
10000, 1, 2, 10000, 1> >,
Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double, 1> >,
Eigen::SparseDiagonalProduct<const Eigen::DiagonalMatrix<Eigen::Matrix<double,
10000, 1, 2, 10000, 1> > &, const
Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double, 1> > &>, 0,
2>::ei_sparse_diagonal_product_inner_iterator_selector' requested here
for (typename OtherDerived::InnerIterator it(other.derived(), j); it;
++it)
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseMatrix.h:383:48: note: in
instantiation of function template specialization
'Eigen::SparseMatrixBase<Eigen::SparseMatrix<double, 4096>
>::operator=<Eigen::SparseDiagonalProduct<const
Eigen::DiagonalMatrix<Eigen::Matrix<double, 10000, 1, 2, 10000, 1> > &, const
Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double, 1> > &> >' requested
here
return SparseMatrixBase<SparseMatrix>::operator=(other.derived());
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseMatrix.h:299:13: note: in
instantiation of function template specialization 'Eigen::SparseMatrix<double,
4096>::operator=<Eigen::SparseDiagonalProduct<const
Eigen::DiagonalMatrix<Eigen::Matrix<double, 10000, 1, 2, 10000, 1> > &, const
Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double, 1> > &> >' requested
here
*this = other.derived();
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseProduct.h:142:21: note: in
instantiation of function template specialization 'Eigen::SparseMatrix<double,
4096>::SparseMatrix<Eigen::SparseDiagonalProduct<const
Eigen::DiagonalMatrix<Eigen::Matrix<double, 10000, 1, 2, 10000, 1> > &, const
Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double, 1> > &> >' requested
here
: m_lhs(lhs), m_rhs(rhs)
^
/usr/local/include/eigen2/Eigen/src/Sparse/SparseProduct.h:403:10: note: in
instantiation of function template specialization
'Eigen::SparseProduct<Eigen::SparseMatrix<double, 0>, const
Eigen::SparseMatrix<double, 4096>,
3>::SparseProduct<Eigen::DynamicSparseMatrix<double, 1>,
Eigen::SparseDiagonalProduct<const Eigen::DiagonalMatrix<Eigen::Matrix<double,
10000, 1, 2, 10000, 1> > &, const
Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double, 1> > &> >' requested
here
return typename
SparseProductReturnType<Derived,OtherDerived>::Type(derived(), other.derived());
^
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.cc:48:24:
note: in instantiation of function template specialization
'Eigen::SparseMatrixBase<Eigen::DynamicSparseMatrix<double, 1>
>::operator*<Eigen::SparseDiagonalProduct<const
Eigen::DiagonalMatrix<Eigen::Matrix<double, 10000, 1, 2, 10000, 1> > &, const
Eigen::SparseTranspose<Eigen::DynamicSparseMatrix<double, 1> > &> >' requested
here
a = info->jacobian * (info->inverseMass.asDiagonal() *
info->jacobian.transpose());
^
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.cc:19:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/constraintsolver.h:27:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/world.h:26:
In file included from
/usr/obj/usr/ports/science/step/work/step-4.11.3/stepcore/types.h:31:
In file included from /usr/local/include/eigen2/Eigen/Sparse:96:
/usr/local/include/eigen2/Eigen/src/Sparse/SparseTranspose.h:74:21: error:
member initializer 'InnerIterator' does not name a non-static data member or
base class
: MatrixType::InnerIterator(trans.m_matrix, outer)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Generating moc_clipboard.cpp
Generating moc_polygongraphics.cpp
3 warnings and 2 errors generated.
--- stepcore/CMakeFiles/stepcore.dir/constraintsolver.o ---
*** [stepcore/CMakeFiles/stepcore.dir/constraintsolver.o] Error code 1
make[3]: stopped in /usr/obj/usr/ports/science/step/work/.build
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
Generating moc_messageframe.cpp
A failure has been detected in another branch of the parallel make
make[3]: stopped in /usr/obj/usr/ports/science/step/work/.build
--- step/CMakeFiles/step_automoc.dir/all ---
*** [step/CMakeFiles/step_automoc.dir/all] Error code 2
make[2]: stopped in /usr/obj/usr/ports/science/step/work/.build
3 warnings generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 error
make[3]: stopped in /usr/obj/usr/ports/science/step/work/.build
--- stepcore/CMakeFiles/stepcore.dir/all ---
*** [stepcore/CMakeFiles/stepcore.dir/all] Error code 2
make[2]: stopped in /usr/obj/usr/ports/science/step/work/.build
2 errors
make[2]: stopped in /usr/obj/usr/ports/science/step/work/.build
--- all ---
*** [all] Error code 2
make[1]: stopped in /usr/obj/usr/ports/science/step/work/.build
1 error
make[1]: stopped in /usr/obj/usr/ports/science/step/work/.build
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/ports/science/step
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information