VirtualBox

Changes between Initial Version and Version 1 of Ticket #16669


Ignore:
Timestamp:
Apr 19, 2017 7:52:26 AM (7 years ago)
Author:
Frank Mehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16669 – Description

    initial v1  
    11VirtualBox 5.1.20 cannot be built.
    2 
     2{{{
    33$ . ./env.sh
    44$ kmk VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= all
     
    1111kBuild: Compiling SUPR3HardenedStatic - /home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
    1212kmk: *** No rule to make target `/home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp', needed by `/home/gabriel/work/rpm/BUILD/VirtualBox-5.1.20/out/linux.amd64/release/obj/SUPR3HardenedStatic/posix/SUPR3HardenedMain-posix.o'.  Stop.
    13 
     13}}}
    1414Investigating VirtualBox-5.1.20/src/VBox/HostDrivers/Support/Makefile.kmk file I found that there are two missing files in archive (maybe more?):
    15 
     15{{{
    1616posix/SUPR3HardenedMain-posix.cpp
    1717posix/SUPR3HardenedMainA-posix.asm
    18 
     18}}}
    1919There is no posix directory there.
    2020
    2121The Makefile.kmk file from SVN (latest) does not have the whole section:
    22 
     22{{{
    2323# Things specific to the posix crowd.
    2424if1of ($(KBUILD_TARGET), linux darwin solaris)
    2525...
    2626endif
    27 
     27}}}
    2828How this this section ended in Makefile.kmk?
    29 
    30 

© 2023 Oracle
ContactPrivacy policyTerms of Use