[Bug 229155] "Unsupported relocation type 11 in non-PLT relocations" when running compiled binary

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 19 12:03:46 UTC 2018


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

Julien Cigar <julien at perdition.city> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien at perdition.city

--- Comment #4 from Julien Cigar <julien at perdition.city> ---
Although not related to TensorFlow, I have the same problem when I try to
compile an old Ruby interpreter (1.9.3):

this is the command I used:

CC=clang CXX=clang++ CPP=clang-cpp RUBY_CONFIGURE_OPTS="--enable-shared"
MAKE="make" MAKE_OPTS="-j1" LDFLAGS="-Wl,-z,notext"
RBENV_ROOT=/home/jcigar/rbenv rbenv install 1.9.3-p551

which fails as configure with the same "Unsupported relocation type 11 in
non-PLT relocations"

I've copy/pasted the config.log at
https://gist.github.com/silenius/52c0febc48e46d95435eafec9ff15054

this is on:

FreeBSD sandbox 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC  amd64

with:

LLD 6.0.1 (FreeBSD 335540-1200005) (compatible with GNU linkers)

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


More information about the freebsd-bugs mailing list