Created attachment 195212 [details] Patch for VirtualBox-5.2.14/include/VBox/types.h Here's an extract from synth's build log. In file included from /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibCrOgl.cpp:32: In file included from /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibInternal.h:59: In file included from /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/include/VBox/VMMDev.h:31: /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/include/VBox/types.h:78:37: error: expected unqualified-id typedef struct VM *PVM; ^ /usr/src/sys/sys/priority.h:104:16: note: expanded from macro 'PVM' #define PVM (PRI_MIN_KERN + 4) ^ /usr/src/sys/sys/priority.h:100:24: note: expanded from macro 'PRI_MIN_KERN' #define PRI_MIN_KERN (80) ^ In file included from /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibCrOgl.cpp:32: In file included from /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibInternal.h:59: In file included from /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/include/VBox/VMMDev.h:31: /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/include/VBox/types.h:78:37: error: expected ')' /usr/src/sys/sys/priority.h:104:16: note: expanded from macro 'PVM' #define PVM (PRI_MIN_KERN + 4) ^ /usr/src/sys/sys/priority.h:100:24: note: expanded from macro 'PRI_MIN_KERN' #define PRI_MIN_KERN (80) ^ /construction/xports/emulators/virtualbox-ose-additions/work/VirtualBox-5.2.14/include/VBox/types.h:78:37: note: to match this '(' /usr/src/sys/sys/priority.h:104:16: note: expanded from macro 'PVM' #define PVM (PRI_MIN_KERN + 4) ^ /usr/src/sys/sys/priority.h:100:23: note: expanded from macro 'PRI_MIN_KERN' #define PRI_MIN_KERN (80) ^ See attached patch for a possible solution.
Created attachment 195213 [details] Complete build log from synth
I do realise the build log is from a previous run when this VM ran r335932. synth is currently churning away on r336361, and I expect a positive result in about 110 ports or so.
It should be fixed in r474458. https://svnweb.freebsd.org/changeset/ports/474458 Also, it was MFH'd to 2018Q3 in r474461. https://svnweb.freebsd.org/changeset/ports/474461 *** This bug has been marked as a duplicate of bug 229561 ***