Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 12:03:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229155] "Unsupported relocation type 11 in non-PLT relocations" when running compiled binary
Message-ID:  <bug-229155-227-PwpxbWxppY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229155-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229155-227@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=3D229155

Julien Cigar <julien@perdition.city> changed:

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

--- Comment #4 from Julien Cigar <julien@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=3Dclang CXX=3Dclang++ CPP=3Dclang-cpp RUBY_CONFIGURE_OPTS=3D"--enable-sh=
ared"
MAKE=3D"make" MAKE_OPTS=3D"-j1" LDFLAGS=3D"-Wl,-z,notext"
RBENV_ROOT=3D/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)

--=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-229155-227-PwpxbWxppY>