build-virtualbox-in-windows icon indicating copy to clipboard operation
build-virtualbox-in-windows copied to clipboard

Build Error:No rule to make target VBoxBldProg-libssl.lib, needed by bldRTSignTool.exe

Open guojia1992 opened this issue 2 years ago • 18 comments

image

I am trying compile vbox and everything is ok before execute build.py. The error info is showing as the image, could any one help?

guojia1992 avatar Dec 28 '22 02:12 guojia1992

More info: I use vbox-6.1.36 source code

guojia1992 avatar Dec 28 '22 03:12 guojia1992

I will inspect this case soon. Thank you for reporting!

jidoc01 avatar Dec 30 '22 14:12 jidoc01

I'm having the same issue. Were you able to build version 7.0.4 on Windows 11?

arminanton avatar Dec 31 '22 11:12 arminanton

I'm having the same issue. Were you able to build version 7.0.4 on Windows 11?

I am building version 6.1.36 on Windows 11 and failed as the issue above. not trying 7.0.4 yet

guojia1992 avatar Jan 03 '23 00:01 guojia1992

I will inspect this case soon. Thank you for reporting!

My build is on Windows11 and source code version 6.1.36。 Please let me know if there is any progress , thank you very much。

guojia1992 avatar Jan 03 '23 00:01 guojia1992

I'm having the same issue. Were you able to build version 7.0.4 on Windows 11?

Are you making any progress on building Virtual box 7.0.4?

xiaonaiquan avatar Jan 16 '23 03:01 xiaonaiquan

@guojia1992 Hi, Are you making progress with the compilation process?

xiaonaiquan avatar Jan 17 '23 12:01 xiaonaiquan

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

xiaonaiquan avatar Jan 18 '23 09:01 xiaonaiquan

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

That's awesome!!

Could you try building version 7.0.4 x64 on Windows 11? Also, build the with the guest additions tools as well please.

I heard that only version 7+ can fully function on windows 11...

arminanton avatar Jan 18 '23 13:01 arminanton

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

That's awesome!!

Could you try building version 7.0.4 x64 on Windows 11? Also, build the with the guest additions tools as well please.

I heard that only version 7+ can fully function on windows 11...

I'm sorry, I don't have a windows11 system computer, you can try to compile, if there is a problem, you can leave a message here, I will reply you when I see it.

xiaonaiquan avatar Jan 19 '23 02:01 xiaonaiquan

I have solved this problem and need to add "VBOX_WITH_BLD_RTSIGNTOOL_SIGNING :=" to AutoConfig.kmk

COOL! I will try this way later

guojia1992 avatar Jan 20 '23 01:01 guojia1992

Hello ALL, share my updats:

1、I have successfully build vbox by replacing the source code with version 6.1.30 on Windows 11. Version 6.1.30 don‘t have the issue “No rule to make target VBoxBldProg-libssl.lib”. If someone else encounters the problem “make356-1.sh: Syntax error: "(" unexpected”, use 'mklink' command to make a hard link to replace VS2010 install path with NO SPACES, it should work.
2、I have also successfully build Guest Addition by some other extra operations: a. add VBOX_ONLY_ADDITIONS := 1 to LocalConfig.kmk b. Install vs2013 with update 5( below update 4 have compile errors). c. Install wddk 8.1 d. set PATH_SDK_WINDDK80 := /install-path-to-wddk81 in the file kBuild/sdks/WINDDK80.kmk image e. set PATH_TOOL_VCC120AMD64 := /install-path-to-vs2013/VC in the file kBuild/tools/VCC120AMD64.kmk image

PS: There must be a more elegant way to set this two environment variables. :)

For d and e , use 'mklink' command to make a hard link if install path have any spaces.

Good Luck!

guojia1992 avatar Jan 20 '23 02:01 guojia1992

@xiaonaiquan @guojia1992 I am really thankful for your sharing experiences! And I am sorry that I am currently not able to test the issues, but I will check them ASAP.

jidoc01 avatar Jan 20 '23 02:01 jidoc01

@xiaonaiquan @guojia1992 I am really thankful for your sharing experiences! And I am sorry that I am currently not able to test the issues, but I will check them ASAP.

You have plan to update this script to build Virtualbox 7.x.x ?

Whibelf2 avatar Jan 31 '23 17:01 Whibelf2

@xiaonaiquan @guojia1992 I am really thankful for your sharing experiences! And I am sorry that I am currently not able to test the issues, but I will check them ASAP.

You have plan to update this script to build Virtualbox 7.x.x ?

I'm trying, but there's something wrong with compiling.

xiaonaiquan avatar Feb 01 '23 06:02 xiaonaiquan

Any news on the Virtualbox 7.x.x?

arminanton avatar Mar 08 '23 02:03 arminanton

Seems like someone was able to successfully build it on 7.x.x as well: https://github.com/bruce30262/build-virtualbox-in-windows

arminanton avatar Mar 08 '23 03:03 arminanton

No, I tried many times, but failed, virtualbox code error occurred

xiaonaiquan avatar Mar 08 '23 03:03 xiaonaiquan