Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2017 11:15:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 216062] linker command failed in function `numa_setaffinity'
Message-ID:  <bug-216062-7@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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@FreeBSD.org
          Reporter: ohartmann@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.

home | help

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