Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jul 2018 05:47:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 229561] emulators/virtualbox-ose-kmod: compiler error: type name requires a specifier or qualifier
Message-ID:  <bug-229561-26505-YwupQgAoX9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229561-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229561-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked vbox@FreeBSD.org for
maintainer-feedback:
Bug 229561: emulators/virtualbox-ose-kmod: compiler error: type name requir=
es a
specifier or qualifier
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229561



--- Description ---
On CURRENT >=3D r335873 compilation of several ports started failing, inclu=
ding
emulators/virtualbox-ose-kmod (5.2.12 as well as 5.2.14) with the error sho=
wn
below. On poudriere jails prior to r335873, compilation runs smooth.

[...]
cc  -O2 -pipe -fno-strict-aliasing -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0
-DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER -DVBOX -DRT_WITH_VBOX -w
-DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_AMD64  -Werror
-D_KERNEL -DKLD_MODULE -nostdinc  -Iinclude -I. -Ir0drv -I. -I/usr/src/sys
-I/usr/src/sys/contrib/ck/include -fno-common  -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer   -MD  -MF.depend.logformat.o -MTlogformat.o
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=20
-fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -W=
all
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wcast-qual -Wundef -Wno-pointer-sign
-D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-comp=
are
-Wno-error-empty-body -Wno-error-parentheses-equality
-Wno-error-unused-function -Wno-error-pointer-sign
-Wno-error-shift-negative-value -Wno-address-of-packed-member  -mno-aes
-mno-avx  -std=3Diso9899:1999 -c
/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-5.2.14/out/freebsd=
.amd
64/release/bin/src/vboxdrv/common/log/logformat.c
-o logformat.o
--- SUPDrvSem.o ---
In file included from SUPDrvSem.c:33:
--- SUPDrvGip.o ---
In file included from SUPDrvGip.c:33:
./SUPDrvInternal.h:495:5: error: type name requires a specifier or qualifier
    PVM 			    pSessionVM;
    ^
/usr/src/sys/sys/priority.h:104:15: note: expanded from macro 'PVM'
#define PVM			(PRI_MIN_KERN + 4)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229561-26505-YwupQgAoX9>