[Bug 234789] emulators/virtualbox-ose: fails to link on i386 with lld as system linker
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 9 14:41:53 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234789
Bug ID: 234789
Summary: emulators/virtualbox-ose: fails to link on i386 with
lld as system linker
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: vbox at FreeBSD.org
Reporter: emaste at freebsd.org
Blocks: 214864
Assignee: vbox at FreeBSD.org
Flags: maintainer-feedback?(vbox at FreeBSD.org)
http://package18.nyi.freebsd.org/build.html?mastername=headi386PR214864-default&build=2019-01-05_21h00m02s
http://package18.nyi.freebsd.org/data/headi386PR214864-default/2019-01-05_21h00m02s/logs/errors/virtualbox-ose-5.2.22_2.log
kBuild: Linking VBoxRT
ld: error: relocation R_386_PC32 cannot be used against symbol RTMemAllocTag;
recompile with -fPIC
>>> defined in /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/out/freebsd.x86/release/obj/VBoxRT/r3/alloc.o
>>> referenced by alloc.cpp:44 (/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/src/VBox/Runtime/common/alloc/alloc.cpp:44)
>>> /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/out/freebsd.x86/release/obj/VBoxRT/common/alloc/alloc.o:(RTMemDupTag)
ld: error: relocation R_386_PC32 cannot be used against symbol memcpy;
recompile with -fPIC
>>> defined in /lib/libc.so.7
>>> referenced by alloc.cpp:46 (/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/src/VBox/Runtime/common/alloc/alloc.cpp:46)
>>> /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/out/freebsd.x86/release/obj/VBoxRT/common/alloc/alloc.o:(RTMemDupTag)
ld: error: relocation R_386_PC32 cannot be used against symbol RTMemAllocTag;
recompile with -fPIC
>>> defined in /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/out/freebsd.x86/release/obj/VBoxRT/r3/alloc.o
>>> referenced by alloc.cpp:54 (/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/src/VBox/Runtime/common/alloc/alloc.cpp:54)
>>> /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.22/out/freebsd.x86/release/obj/VBoxRT/common/alloc/alloc.o:(RTMemDupExTag)
...
Similar issues in:
emulators/virtualbox-ose-additions
http://package18.nyi.freebsd.org/data/headi386PR214864-default/2019-01-05_21h00m02s/logs/errors/virtualbox-ose-additions-5.2.22_2.log
emulators/virtualbox-ose-additions-nox11
http://package18.nyi.freebsd.org/data/headi386PR214864-default/2019-01-05_21h00m02s/logs/errors/virtualbox-ose-additions-nox11-5.2.22_2.log
emulators/virtualbox-ose-nox11
http://package18.nyi.freebsd.org/data/headi386PR214864-default/2019-01-05_21h00m02s/logs/errors/virtualbox-ose-nox11-5.2.22_2.log
Most likely the link stage needs -z notext (e.g. -Wl,-z,notext in LDFLAGS).
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214864
[Bug 214864] [exp-run] test build with lld as /usr/bin/ld
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list