Freebsd Install Ports
Update to 1.10.2 Changes from 1.10.1 to 1.10.2 - pkg clean is now happy if the cache dir non existing - 410.pkg-audit now uses anticongestion on freebsd 12 - fix pkg install -r foo if foo is a disabled repository - fix elf handling on non FreeBSD - fix support for platforms without ATSYMLINKNOFOLLOW - fix dropping privileges on Linux - fix.
Freebsd Install Ports From Source
Hello,
I've recently installed FreebBSD 12.1 as I've been wanting to try the OS for some time now. I'm not entirely new to the Linux/Unix world, as I ran Gentoo a few years ago on a dual boot machine. So far I've managed to install the OS, configure Xorg, and KDE5. At the moment I have a functioning box and I'm looking into customizing the install. Currently I'm trying to install Virtualbox, but unfortunately it's crashing. As I said, not very familiar with FreeBSD, so dont really understand what the 'warnings' and 'errors mean as far as what I need to do in order to get virtualbox to go through the installation. The lines of codes where it shows the 'warnings' and errors' are significant, but it appears that they seem to repeat. I'm pasting some of the code below hoping someone can point me in the right direction. Thanks in advance.
uname -a
FreeBSD localhost 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC amd64
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:787:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
LogFlow(('backThread: Thread=%p pvUser=%pn', (void *)Thread, pvUser));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:724:25: note: expanded from macro 'LogFlow'
#define LogFlow(a) LogIt(RTLOGGRPFLAGS_FLOW, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:801:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
LogFlow(('backThread: returns %Rrc (m_fTerminate=%RTbool)n', rc, ASMAtomicUoReadBool(&pThis->m_fTerminate)));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:724:25: note: expanded from macro 'LogFlow'
#define LogFlow(a) LogIt(RTLOGGRPFLAGS_FLOW, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:830:17: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('VBoxDbgConsole: kInputEnable (input-enabled=%RTbool)n', m_pInput->isEnabled()));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:840:17: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('VBoxDbgConsole: kTerminatedUser (input-enabled=%RTbool)n', m_pInput->isEnabled()));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:847:17: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('VBoxDbgConsole: kTerminatedOther (input-enabled=%RTbool)n', m_pInput->isEnabled()));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
7 warnings generated.
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1480:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('updateCallbackHandleOutOfOrder: pszName='%s' m_szUpdateParent='%s' m_cchUpdateParent=%u pNode='%s'n',
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1491:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log2(('updateCallbackHandleOutOfOrder: m_szUpdateParent='%s' m_cchUpdateParent=%u, removed '/%s' (%u)n', m_szUpdatePa...
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:669:25: note: expanded from macro 'Log2'
#define Log2(a) LogIt(RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1515:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log2(('updateCallbackHandleOutOfOrder: m_szUpdateParent='%s' m_cchUpdateParent=%u (%u)n', m_szUpdateParent, m_cchUpda...
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:669:25: note: expanded from macro 'Log2'
#define Log2(a) LogIt(RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1610:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log2(('updateCallbackHandleOutOfOrder: m_szUpdateParent='%s' m_cchUpdateParent=%u (%u)n', m_szUpdateParent, m_cchUpdatePa...
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:669:25: note: expanded from macro 'Log2'
#define Log2(a) LogIt(RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1748:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log3(('updateCallback: %sn', pszName));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:674:25: note: expanded from macro 'Log3'
#define Log3(a) LogIt(RTLOGGRPFLAGS_LEVEL_3, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2073:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('index: iRow=%d >= cChildren=%u (iColumn=%d)n', iRow, (unsigned)pParent->cChildren, iColumn));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2078:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('index: iColumn=%d (iRow=%d)n', iColumn, iRow));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2092:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('parent: invalid childn'));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2646:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log3(('createNewTreeCallback: %sn', pszName));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:674:25: note: expanded from macro 'Log3'
#define Log3(a) LogIt(RTLOGGRPFLAGS_LEVEL_3, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2878:37: warning: 'child' is
deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations]
setSubTreeExpanded(a_rIndex.child(i, 0), a_fExpanded);
^
/usr/local/include/qt5/QtCore/qabstractitemmodel.h:71:5: note: 'child' has been explicitly marked deprecated here
QT_DEPRECATED_X('Use QAbstractItemModel::index') inline QModelIndex child(int row, int column) const;
^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:3064:15: warning: 'setAutoCompletion'
is deprecated: Use setCompleter() instead. [-Wdeprecated-declarations]
m_pPatCB->setAutoCompletion(false);
^
/usr/local/include/qt5/QtWidgets/qcombobox.h:101:5: note: 'setAutoCompletion' has been explicitly marked deprecated here
QT_DEPRECATED_X('Use setCompleter() instead.')
^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
11 warnings generated.
kmk: *** Exiting with status 2
*** Error code 2
Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose
*** Error code 1
Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose
I've recently installed FreebBSD 12.1 as I've been wanting to try the OS for some time now. I'm not entirely new to the Linux/Unix world, as I ran Gentoo a few years ago on a dual boot machine. So far I've managed to install the OS, configure Xorg, and KDE5. At the moment I have a functioning box and I'm looking into customizing the install. Currently I'm trying to install Virtualbox, but unfortunately it's crashing. As I said, not very familiar with FreeBSD, so dont really understand what the 'warnings' and 'errors mean as far as what I need to do in order to get virtualbox to go through the installation. The lines of codes where it shows the 'warnings' and errors' are significant, but it appears that they seem to repeat. I'm pasting some of the code below hoping someone can point me in the right direction. Thanks in advance.
uname -a
FreeBSD localhost 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 GENERIC amd64
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:787:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
LogFlow(('backThread: Thread=%p pvUser=%pn', (void *)Thread, pvUser));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:724:25: note: expanded from macro 'LogFlow'
#define LogFlow(a) LogIt(RTLOGGRPFLAGS_FLOW, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:801:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
LogFlow(('backThread: returns %Rrc (m_fTerminate=%RTbool)n', rc, ASMAtomicUoReadBool(&pThis->m_fTerminate)));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:724:25: note: expanded from macro 'LogFlow'
#define LogFlow(a) LogIt(RTLOGGRPFLAGS_FLOW, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:830:17: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('VBoxDbgConsole: kInputEnable (input-enabled=%RTbool)n', m_pInput->isEnabled()));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:840:17: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('VBoxDbgConsole: kTerminatedUser (input-enabled=%RTbool)n', m_pInput->isEnabled()));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgConsole.cpp:847:17: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('VBoxDbgConsole: kTerminatedOther (input-enabled=%RTbool)n', m_pInput->isEnabled()));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
7 warnings generated.
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1480:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('updateCallbackHandleOutOfOrder: pszName='%s' m_szUpdateParent='%s' m_cchUpdateParent=%u pNode='%s'n',
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1491:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log2(('updateCallbackHandleOutOfOrder: m_szUpdateParent='%s' m_cchUpdateParent=%u, removed '/%s' (%u)n', m_szUpdatePa...
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:669:25: note: expanded from macro 'Log2'
#define Log2(a) LogIt(RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1515:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log2(('updateCallbackHandleOutOfOrder: m_szUpdateParent='%s' m_cchUpdateParent=%u (%u)n', m_szUpdateParent, m_cchUpda...
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:669:25: note: expanded from macro 'Log2'
#define Log2(a) LogIt(RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1610:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log2(('updateCallbackHandleOutOfOrder: m_szUpdateParent='%s' m_cchUpdateParent=%u (%u)n', m_szUpdateParent, m_cchUpdatePa...
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:669:25: note: expanded from macro 'Log2'
#define Log2(a) LogIt(RTLOGGRPFLAGS_LEVEL_2, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:1748:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log3(('updateCallback: %sn', pszName));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:674:25: note: expanded from macro 'Log3'
#define Log3(a) LogIt(RTLOGGRPFLAGS_LEVEL_3, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2073:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('index: iRow=%d >= cChildren=%u (iColumn=%d)n', iRow, (unsigned)pParent->cChildren, iColumn));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2078:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('index: iColumn=%d (iRow=%d)n', iColumn, iRow));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2092:9: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log(('parent: invalid childn'));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:664:25: note: expanded from macro 'Log'
#define Log(a) LogIt(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2646:5: warning: 'register' storage
class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Log3(('createNewTreeCallback: %sn', pszName));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:674:25: note: expanded from macro 'Log3'
#define Log3(a) LogIt(RTLOGGRPFLAGS_LEVEL_3, LOG_GROUP, a)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:619:57: note: expanded from macro 'LogIt'
# define LogIt(a_fFlags, a_iGroup, fmtargs) _LogIt(a_fFlags, a_iGroup, _LogRemoveParentheseis fmtargs)
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/include/iprt/log.h:613:9: note: expanded from macro '_LogIt'
register PRTLOGGER LogIt_pLogger = RTLogDefaultInstanceEx(RT_MAKE_U32(a_fFlags, a_iGroup));
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:2878:37: warning: 'child' is
deprecated: Use QAbstractItemModel::index [-Wdeprecated-declarations]
setSubTreeExpanded(a_rIndex.child(i, 0), a_fExpanded);
^
/usr/local/include/qt5/QtCore/qabstractitemmodel.h:71:5: note: 'child' has been explicitly marked deprecated here
QT_DEPRECATED_X('Use QAbstractItemModel::index') inline QModelIndex child(int row, int column) const;
^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/src/VBox/Debugger/VBoxDbgStatsQt.cpp:3064:15: warning: 'setAutoCompletion'
is deprecated: Use setCompleter() instead. [-Wdeprecated-declarations]
m_pPatCB->setAutoCompletion(false);
^
/usr/local/include/qt5/QtWidgets/qcombobox.h:101:5: note: 'setAutoCompletion' has been explicitly marked deprecated here
QT_DEPRECATED_X('Use setCompleter() instead.')
^
/usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/include/qt5/QtCore/qcompilerdetection.h:649:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
11 warnings generated.
kmk: *** Exiting with status 2
*** Error code 2
Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose
*** Error code 1
Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose