[LLVMbugs] [Bug 16415] New: libclang.so in Ubuntu x86 3.3 download package is an x86_64 binary
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 21 15:57:42 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16415
Bug ID: 16415
Summary: libclang.so in Ubuntu x86 3.3 download package is an
x86_64 binary
Product: Website
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: General Website
Assignee: unassignedbugs at nondot.org
Reporter: val at markovic.io
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Repro steps:
$ wget
http://llvm.org/releases/3.3/clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu.tar.bz2
$ tar -xjf clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu.tar.bz2
$ file clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu/lib/libclang.so
clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu/lib/libclang.so: ELF 64-bit LSB
shared object, x86-64, version 1 (SYSV), dynamically linked,
BuildID[sha1]=0x6c03df905dc2dbeccec20acc69616de5901843a4, not stripped
Obviously, this makes it impossible to load the .so on an x86 Linux machine and
defeats the purpose of the pre-built binary package.
--
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/20130621/c75e960c/attachment.html>
More information about the llvm-bugs
mailing list