maintainer-feedback requested: [Bug 240209] emulators/virtualbox-ose: 5.2.32_1 failed to build : error: comparison between pointer and integer ('void *' and 'RTR0PTR' (aka 'unsigned long'))

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 30 13:32:11 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked vbox at FreeBSD.org for
maintainer-feedback:
Bug 240209: emulators/virtualbox-ose: 5.2.32_1 failed to build : error:
comparison between pointer and integer ('void *' and 'RTR0PTR' (aka 'unsigned
long'))
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240209



--- Description ---
Hi, i upgraged with portmaster virtualbox-ose-5.2.30 to virtualbox-ose-5.2.32_1
problem is with comparsion pointers

/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.32/src/VBox/VMM/VMMR3/A
PIC.cpp:1491:17:
warning: 'register' storage class specifier is deprecated and incompatible with
C++17 [-Wdeprecated-register]
		LogRel(("APIC: Failed to map %u bytes for the pending-interrupt
bitmap into GC, rc=%Rrc\n", pApic->cbApicPib,
		^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.32/include/iprt/log.h:1
443:29:
note: expanded from macro 'LogRel'
#define LogRel(a)	    LogRelItLikely(RTLOGGRPFLAGS_LEVEL_1, LOG_GROUP, a)
			    ^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.32/include/iprt/log.h:1
368:5:
note: expanded from macro 'LogRelItLikely'
    _LogRelItLikely(a_fFlags, a_iGroup, _LogRelRemoveParentheseis fmtargs)
    ^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.32/include/iprt/log.h:1
365:9:
note: expanded from macro '_LogRelItLikely'
	_LogIt(a_fFlags, a_iGroup, __VA_ARGS__); \
	^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.32/include/iprt/log.h:6
13: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.32/src/VBox/VMM/VMMR3/A
PIC.cpp:1513:43:
error: comparison between pointer and integer ('void *' and 'RTR0PTR' (aka
'unsigned long'))
	    Assert(pApicCpu->pvApicPageR3 == NIL_RTR0PTR);
		   ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.32/include/iprt/assert.
h:304:26:
note: expanded from macro 'Assert'
	if (RT_LIKELY(!!(expr))) \
			 ^~~~
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.32/include/iprt/cdefs.h
:1691:53:
note: expanded from macro 'RT_LIKELY'
#  define RT_LIKELY(expr)	__builtin_expect(!!(expr), 1)
						    ^~~~


More information about the freebsd-emulation mailing list