VirtualBox

Opened 17 years ago

Closed 16 years ago

#613 closed defect (fixed)

OSE Build Failure => Fixed in 1.5.6

Reported by: byron_clark Owned by:
Component: other Version: VirtualBox 1.5.0
Keywords: Cc:
Guest type: other Host type: other

Description

Build from the 1.5.0 OSE tarball fails with the following error:

kmk.exe[3]: Leaving directory `C:/build/VirtualBox-1.5.0_OSE/src/VBox/Frontends'

kmk.exe[3]: Entering directory `C:/build/VirtualBox-1.5.0_OSE/src/VBox/Installer
'
kmk.exe: Entering an unknown directory
kmk.exe: *** win32: No such file or directory.  Stop.
kmk.exe: Leaving an unknown directory
kmk.exe[3]: *** [pass_libraries_before] Error 2
kmk.exe[3]: Leaving directory `C:/build/VirtualBox-1.5.0_OSE/src/VBox/Installer'

kmk.exe[2]: *** [pass_libraries_before] Error 2
kmk.exe[2]: Leaving directory `C:/build/VirtualBox-1.5.0_OSE/src/VBox'
kmk.exe[1]: *** [pass_libraries_before] Error 2
kmk.exe[1]: Leaving directory `C:/build/VirtualBox-1.5.0_OSE/src'
kmk: *** [pass_libraries_before] Error 2

Change History (5)

comment:1 by byron_clark, 17 years ago

It appears that the Installer directory only has contents for Linux. Making the following change in Config.kmk gets the build past this error.

Change

# build the installer
VBOX_WITH_INSTALLER = 1

to

# build the installer
ifeq ($(BUILD_TARGET),linux)
 VBOX_WITH_INSTALLER = 1
endif

comment:2 by Sander van Leeuwen, 17 years ago

Resolution: fixed
Status: newclosed

Thanks. Fixed it. Wait for the next sync.

comment:3 by byron_clark, 16 years ago

Resolution: fixed
Status: closedreopened

This problem occurs with the VirtualBox OSE 1.5.4 release tarball also.

comment:4 by Frank Mehnert, 16 years ago

Summary: OSE Build FailureOSE Build Failure => Fixed in 1.5.6

Correct, this was only fixed in SVN-HEAD. Backported the fix to 1.5.

comment:5 by Frank Mehnert, 16 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use