Bug 224558 - emulators/virtualbox-ose: vbox port fails to build if DEBUG is set
Summary: emulators/virtualbox-ose: vbox port fails to build if DEBUG is set
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Virtualbox Team (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-24 02:03 UTC by Derek Schrock
Modified: 2018-06-02 22:46 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (vbox)


Attachments
testport output of port failing (105.00 KB, text/plain)
2017-12-24 02:03 UTC, Derek Schrock
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Schrock 2017-12-24 02:03:53 UTC
Created attachment 189069 [details]
testport output of port failing

See attached testport output where the port fails (start of the build phase)
Comment 1 Walter Schwarzenfeld 2018-01-14 01:42:13 UTC
Maintainer feedback?
Comment 2 Walter Schwarzenfeld 2018-01-14 01:44:33 UTC
Fails accordi to a post in FreeBSD Forum also with 5.2.4
kmk: *** Waiting for unfinished jobs....
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgConsole.cpp:36:1: error: unknown type name 'qt_meta_stringdata_VBoxDbgConsoleOutput_t'
QT_MOC_LITERAL(2, 42, 0), // ""
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgConsole.cpp:29:23: note: expanded from macro 'QT_MOC_LITERAL'
    qptrdiff(offsetof(qt_meta_stringdata_VBoxDbgConsoleOutput_t, stringdata0) + ofs \
                      ^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgGui.cpp:36:1: error: unknown type name 'qt_meta_stringdata_VBoxDbgGui_t'
QT_MOC_LITERAL(2, 32, 0), // ""
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgGui.cpp:29:23: note: expanded from macro 'QT_MOC_LITERAL'
    qptrdiff(offsetof(qt_meta_stringdata_VBoxDbgGui_t, stringdata0) + ofs \
                      ^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgConsole.cpp:37:1: error: unknown type name 'qt_meta_stringdata_VBoxDbgConsoleOutput_t'
QT_MOC_LITERAL(3, 43, 20), // "setColorBlackOnWhite"
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgConsole.cpp:29:23: note: expanded from macro 'QT_MOC_LITERAL'
    qptrdiff(offsetof(qt_meta_stringdata_VBoxDbgConsoleOutput_t, stringdata0) + ofs \
                      ^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgGui.cpp:37:1: error: unknown type name 'qt_meta_stringdata_VBoxDbgGui_t'
QT_MOC_LITERAL(3, 33, 4) // "pObj"
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgGui.cpp:29:23: note: expanded from macro 'QT_MOC_LITERAL'
    qptrdiff(offsetof(qt_meta_stringdata_VBoxDbgGui_t, stringdata0) + ofs \
                      ^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.4/out/freebsd.amd64/release/obj/VBoxDbg/qtmoc/VBoxDbgConsole.cpp:38:1: error: unknown type name 'qt_meta_stringdata_VBoxDbgConsoleOutput_t'
QT_MOC_LITERAL(4, 64, 14), // "setFontCourier"
^



...

https://forums.freebsd.org/threads/64127/
Comment 3 Derek Schrock 2018-06-02 22:46:27 UTC
building with the same options emulators/virtualbox-ose 5.2.12 and QT 5.10.1 this appears to no longer be an issue.