[llvm-bugs] [Bug 48219] New: Ubuntu ppc64le binaries are compiled against the wrong GLIBC or Distro
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 18 13:17:55 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48219
Bug ID: 48219
Summary: Ubuntu ppc64le binaries are compiled against the wrong
GLIBC or Distro
Product: Packaging
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: binary tarballs
Assignee: unassignedbugs at nondot.org
Reporter: adam.retter at googlemail.com
CC: llvm-bugs at lists.llvm.org
There is an issue with the ppc64le binaries for Ubuntu.
The ppc64le Clang 11 binaries are available from here:
https://releases.llvm.org/download.html#11.0.0
The exact download is:
https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang+llvm-11.0.0-powerpc64le-linux-ubuntu-16.04.tar.xz
Unfortunately whilst it claims to be usable for Ubuntu 16.04, it appears the
binaries have been compiled against GLIBC 2.27, yet Ubuntu 16.04 only has GLIBC
2.23.
It is Ubuntu 18.04 that ships with GLIBC 2.27.
I suspect either this should be renamed so it applies for Ubuntu 18, or the
compilation needed to be carried out on Ubuntu 16.
First reported here -
https://github.com/facebook/rocksdb/issues/7691#issuecomment-729943928
Kind regards. Adam.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201118/f2c508b1/attachment.html>
More information about the llvm-bugs
mailing list