Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: VirtualBox-6.0.6 fails build under 8.99.39



On Sat, May 11, 2019 at 12:05:03AM +0530, Mayuresh wrote:
> pxe_call.c:(.text.pxe_api_call+0x12): undefined reference to `__stack_chk_guard'

PKGSRC_USE_SSP=no makes it go away, but that gives rise to following
errors that weren't present when it was not set.


In file included from
/usr/pkgsrc/wip/virtualbox/work/VirtualBox-5.0.16/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp:67:0:
/usr/pkgsrc/wip/virtualbox/work/VirtualBox-5.0.16/include/VBox/types.h:78:37:
error: expected unqualified-id before numeric constant
 typedef struct VM                  *PVM;
                                     ^
/usr/pkgsrc/wip/virtualbox/work/VirtualBox-5.0.16/include/VBox/types.h:78:37:
error: expected initializer before numeric constant
kmk: ***
[/usr/pkgsrc/wip/virtualbox/work/VirtualBox-5.0.16/out/netbsd.amd64/release/obj/SUPR3HardenedStatic/SUPR3HardenedMain.o]
Error 1


Mayuresh


Home | Main Index | Thread Index | Old Index