[Bug 216062] linker command failed in function `numa_setaffinity'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 14 11:15:55 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216062

            Bug ID: 216062
           Summary: linker command failed in function `numa_setaffinity'
           Product: Base System
           Version: CURRENT
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: arm
          Assignee: freebsd-arm at FreeBSD.org
          Reporter: ohartmann at walstatt.org

Buildword on a FreeBSD CURRENT host (FreeBSD 12.0-CURRENT #58 r312086: Fri Jan
13 23:13:53 CET 2017 amd64) to build for TARGET=arm64 of CURRENT r312163 fails
with the compilation error during buildworld as shown below.

This problem seems to have arisen during introduction of CLANG 3.9.1, since
I've already compiled world for TARGET=arm64 successfully before Christmas 2016
on the same host system (AMD64) for TARGET=arm64.


I have not seen any comments or indications on the lists about the problem, so
there is maybe a mistake I have done and overlooked.



[...]
--- libc.so.7 ---
numa_setaffinity.pico: In function `numa_setaffinity':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
numa_getaffinity.pico: In function `numa_getaffinity':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
procctl.pico: In function `procctl':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
aio_mlock.pico: In function `aio_mlock':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
chflagsat.pico: In function `chflagsat':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
connectat.pico: In function `connectat':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
bindat.pico: In function `bindat':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
cap_fcntls_get.pico: In function `cap_fcntls_get':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
cap_fcntls_limit.pico: In function `cap_fcntls_limit':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
cap_ioctls_get.pico: In function `cap_ioctls_get':
(.text+0x8): relocation truncated to fit: R_AARCH64_CONDBR19 against symbol
`cerror' defined in .text section in cerror.pico
cap_ioctls_limit.pico: In function `cap_ioctls_limit':
(.text+0x8): additional relocation overflows omitted from the output
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [libc.so.7] Error code 1

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


More information about the freebsd-arm mailing list