Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2021 12:09:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258182] devel/gsoap: fail to link with emulators/virtualbox-ose then libressl used
Message-ID:  <bug-258182-7788-mSgUU0xRWW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258182-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258182-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258182

--- Comment #1 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
Then gsoap rebuilded with GNUTLS and reinstalled got error:

ld: error: undefined symbol: soap_ssl_accept
>>> referenced by vboxweb.cpp:627 (src/VBox/Main/webservice/vboxweb.cpp:627)
>>>               /tmp/ports/usr/ports/emulators/virtualbox-ose/work/Virtua=
lBox-6.1.26/out/freebsd.amd64/release/obj/vboxwebsrv/vboxweb.o:(SoapThread:=
:process())

ld: error: undefined symbol: soap_ssl_init
>>> referenced by vboxweb.cpp:1268 (src/VBox/Main/webservice/vboxweb.cpp:12=
68)
>>>               /tmp/ports/usr/ports/emulators/virtualbox-ose/work/Virtua=
lBox-6.1.26/out/freebsd.amd64/release/obj/vboxwebsrv/vboxweb.o:(main)

ld: error: undefined symbol: soap_ssl_server_context
>>> referenced by vboxweb.cpp:892 (src/VBox/Main/webservice/vboxweb.cpp:892)
>>>               /tmp/ports/usr/ports/emulators/virtualbox-ose/work/Virtua=
lBox-6.1.26/out/freebsd.amd64/release/obj/vboxwebsrv/vboxweb.o:(doQueuesLoo=
p())
c++: error: linker command failed with exit code 1 (use -v to see invocatio=
n)
kmk: ***
[/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/f=
reebsd.amd64/release/obj/vboxwebsrv/vboxwebsrv]
Error 1
The failing command:
        @c++                     '-Wl,-rpath,/usr/local/lib/virtualbox'=20
-Wl,-z,noexecstack,-z,relro -Wl,--as-needed -m64   -o
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/obj/vboxwebsrv/vboxwebsrv
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/obj/vboxwebsrv/vboxweb.o
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/obj/vboxwebsrv/gen/webservice/methodmaps.o
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/obj/vboxwebsrv/gen/webservice/soapServer.o
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/obj/vboxwebsrv/gen/webservice/vboxweb-wsdl.o
  -L/usr/local/lib=20=20
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/lib/vboxsoap.a
  -lgsoapssl++   -lz=20=20
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/bin/VBoxRT.so
=20
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/bin/VBoxRT.so
=20
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/lib/VBoxCOM.a
=20
/tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.26/out/fr=
eebsd.amd64/release/bin/VBoxXPCOM.so
  -lssl   -lcrypto=20
kmk: *** Waiting for unfinished jobs....

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258182-7788-mSgUU0xRWW>