Hello.
I was trying to virtualize Windows 10 with VirtualBOX on :
,but I've got this error :
at this point I've removed virtualbox-ose 6.1.34 from the packages and I tried to compile it from the sources. So,I did :
and then I've started the compilation of virtualbox-ose but at some point I've got this error :
At this point I don't know what to do anymore. Someone recently has got this error ? Any idea about how to fix it ? thanks.
I was trying to virtualize Windows 10 with VirtualBOX on :
Code:
# freebsd-version -kru
13.1-RELEASE
13.1-RELEASE
13.1-RELEASE
# uname -aKU
FreeBSD marietto 13.1-RELEASE FreeBSD 13.1-RELEASE n250232-e981f9a8e335 GENERIC
amd64 1301000 1301000
,but I've got this error :
at this point I've removed virtualbox-ose 6.1.34 from the packages and I tried to compile it from the sources. So,I did :
Code:
pkg remove virtualbox-ose
portsnap fetch
portsnap extract
portsnap fetch update
and then I've started the compilation of virtualbox-ose but at some point I've got this error :
Code:
@marietto:/usr/ports/emulators/virtualbox-ose # make clean
@marietto:/usr/ports/emulators/virtualbox-ose # make
ld: error: undefined symbol: soap_open_logfile
>>> referenced by soapC-1.cpp:20199 (out/freebsd.amd64/debug/obj/webservice/soapC-1.cpp:20199)
>>> soapC-1.o:(soap_ignore_element(soap*)) in archive /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a
>>> referenced by soapC-1.cpp:20203 (out/freebsd.amd64/debug/obj/webservice/soapC-1.cpp:20203)
>>> soapC-1.o:(soap_ignore_element(soap*)) in archive /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a
>>> referenced by soapC-1.cpp:20212 (out/freebsd.amd64/debug/obj/webservice/soapC-1.cpp:20212)
>>> soapC-1.o:(soap_ignore_element(soap*)) in archive /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a
>>> referenced 14595 more times
c++: error: linker command failed with exit code 1 (use -v to see invocation)
kmk: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/webtest/webtest] Error 1
The failing command:
@c++ -g '-Wl,-rpath,/usr/local/lib/virtualbox' -Wl,-z,noexecstack,-z,relro -Wl,--as-needed -m64 -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/webtest/webtest /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/webtest/webtest.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/webtest/gen/webservice/soapClient.o -L/usr/local/lib /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a -lgsoapssl++ -lz /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/bin/VBoxRT.so -lpthread -lssl -lcrypto
kmk: *** Waiting for unfinished jobs....
ld: error: undefined symbol: soap_open_logfile
>>> referenced by soapC-1.cpp:20199 (out/freebsd.amd64/debug/obj/webservice/soapC-1.cpp:20199)
>>> soapC-1.o:(soap_ignore_element(soap*)) in archive /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a
>>> referenced by soapC-1.cpp:20203 (out/freebsd.amd64/debug/obj/webservice/soapC-1.cpp:20203)
>>> soapC-1.o:(soap_ignore_element(soap*)) in archive /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a
>>> referenced by soapC-1.cpp:20212 (out/freebsd.amd64/debug/obj/webservice/soapC-1.cpp:20212)
>>> soapC-1.o:(soap_ignore_element(soap*)) in archive /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a
>>> referenced 14595 more times
c++: error: linker command failed with exit code 1 (use -v to see invocation)
kmk: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/vboxwebsrv/vboxwebsrv] Error 1
The failing command:
@c++ -g '-Wl,-rpath,/usr/local/lib/virtualbox' -Wl,-z,noexecstack,-z,relro -Wl,--as-needed -m64 -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/vboxwebsrv/vboxwebsrv /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/vboxwebsrv/vboxweb.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/vboxwebsrv/gen/webservice/methodmaps.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/vboxwebsrv/gen/webservice/soapServer.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/vboxwebsrv/gen/webservice/vboxweb-wsdl.o -L/usr/local/lib /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/vboxsoap.a -lgsoapssl++ -lz /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/bin/VBoxRT.so /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/bin/VBoxRT.so /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/lib/VBoxCOM.a /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/bin/VBoxXPCOM.so -lssl -lcrypto
96 warnings generated.
107 warnings generated.
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (Web2C 2021) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (Web2C 2021) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (Web2C 2021) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
102 warnings generated.
kBuild: Fresh LaTeX-generated PDF is now at /usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.34/out/freebsd.amd64/debug/obj/manual/en_US/UserManual.pdf
kmk: *** Exiting with status 2
*** Error code 2
Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose
*** Error code 1
At this point I don't know what to do anymore. Someone recently has got this error ? Any idea about how to fix it ? thanks.