=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for fstl-0.9.4
[  6%] Automatic MOC and UIC for target fstl
[  6%] Built target fstl_autogen
[ 13%] Generating qrc_gl.cpp
[ 20%] Generating qrc_qt.cpp
[ 26%] Building CXX object CMakeFiles/fstl.dir/fstl_autogen/mocs_compilation.cpp.o
[ 33%] Building CXX object CMakeFiles/fstl.dir/src/app.cpp.o
[ 40%] Building CXX object CMakeFiles/fstl.dir/src/backdrop.cpp.o
[ 46%] Building CXX object CMakeFiles/fstl.dir/src/glmesh.cpp.o
[ 53%] Building CXX object CMakeFiles/fstl.dir/src/canvas.cpp.o
[ 60%] Building CXX object CMakeFiles/fstl.dir/src/loader.cpp.o
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/canvas.cpp:249:21: warning: 'pos' is deprecated: Use position() [-Wdeprecated-declarations]
    auto p = event->pos();
                    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtGui/qevent.h:224:5: note: 'pos' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use position()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/canvas.cpp:255:16: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
    if (event->delta() < 0)
               ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/canvas.cpp:257:34: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
        for (int i=0; i > event->delta(); --i)
                                 ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/canvas.cpp:260:21: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
    else if (event->delta() > 0)
                    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/canvas.cpp:262:34: warning: 'delta' is deprecated: Use angleDelta() [-Wdeprecated-declarations]
        for (int i=0; i < event->delta(); ++i)
                                 ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtGui/qevent.h:218:5: note: 'delta' has been explicitly marked deprecated here
    QT_DEPRECATED_VERSION_X_5_15("Use angleDelta()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
[ 66%] Building CXX object CMakeFiles/fstl.dir/src/main.cpp.o
5 warnings generated.
[ 73%] Building CXX object CMakeFiles/fstl.dir/src/mesh.cpp.o
[ 80%] Building CXX object CMakeFiles/fstl.dir/src/window.cpp.o
[ 86%] Building CXX object CMakeFiles/fstl.dir/qrc_qt.cpp.o
[ 93%] Building CXX object CMakeFiles/fstl.dir/qrc_gl.cpp.o
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/window.cpp:444:49: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
        return QPair<QString, QString>(QString::null, QString::null);
                                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/window.cpp:444:64: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
        return QPair<QString, QString>(QString::null, QString::null);
                                                               ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/window.cpp:454:29: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
    QString prev = QString::null;
                            ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
/Users/pbulk/build/cad/fstl/work/fstl-0.9.4/src/window.cpp:455:29: warning: 'null' is deprecated: use QString() [-Wdeprecated-declarations]
    QString next = QString::null;
                            ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qstring.h:953:5: note: 'null' has been explicitly marked deprecated here
    QT_DEPRECATED_X("use QString()")
    ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/Users/pbulk/build/cad/fstl/work/.buildlink/qt5/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.
[100%] Linking CXX executable fstl
[100%] Built target fstl