[vbox-dev] headless build failure on linux

Andreas Löffler andreas.loeffler at oracle.com
Thu Apr 23 13:49:04 GMT 2020


Hi Vedran,

thanks for the pointer -- we'll take care of it.

Regards,
Andreas



Kind regards / Mit freundlichen Grüßen

******************************************************************
Andreas Löffler             | VirtualBox Engineering
Principal Software Engineer | Oracle Virtualization

Oracle Global Services Germany GmbH
Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRB 246209
Geschäftsführer: Ralf Herrmann

Green Oracle <http://www.oracle.com/commitment> Oracle is committed to
developing practices and products that help protect the environment

On 23.04.20 13:22, Vedran Vrbanc wrote:
> Hello,
> 
> 
> headless build on linux fails with this error:
> 
> VirtualBox-6.1.6/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-x11-stubs.cpp:98:42:
> error: ‘PSHCLFORMATDATA’ has not been declared
> 
> Seems to be introduced here
> 
> https://www.virtualbox.org/changeset/83624/vbox
> 
> PSHCLFORMATDATA was renamed to PSHCLFORMATS everywhere except in
> VBoxSharedClipboardSvc-x11-stubs.cpp.
> 
> Regular (non-headless) build works fine.
> 
> 
> Steps to reproduce:
> 
> ./configure --build-headless --disable-dbus --disable-kmods
> --disable-alsa --disable-docs --disable-java --disable-devmapper
> --disable-pulse --disable-python --disable-opengl
> source env.sh
> kmk
> 
> These configure parameters are what I'm using, but I'm guessing that
> only --build-headless is the important one (I.E. triggers build failure).
> 
> 
> This seems to be the fix:
> VBoxSharedClipboardSvc-x11-stubs.cpp:98
> - PSHCLFORMATDATA pFormats)
> + PSHCLFORMATS pFormats)
> 
> 
> 
> regards,
> Vedran
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> https://www.virtualbox.org/mailman/listinfo/vbox-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0x6DC478CF.asc
Type: application/pgp-keys
Size: 4678 bytes
Desc: not available
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20200423/81b5938e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20200423/81b5938e/attachment.sig>


More information about the vbox-dev mailing list