[llvm-bugs] [Bug 28095] New: linking against libffi fails for 32-bit builds on amd64 multilib systems

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jun 12 07:22:41 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=28095

            Bug ID: 28095
           Summary: linking against libffi fails for 32-bit builds on
                    amd64 multilib systems
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: thomas at gstaedtner.net
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16520
  --> https://llvm.org/bugs/attachment.cgi?id=16520&action=edit
build log including libffi linking failure

When building a 32 bit target on an amd64 multilib system, the linking against
libffi fails, because the buildsystem finds the 64 bit version of libffi
instead of the 32 bit version.

Likely this is a build system bug, and it has been introduced within the last
month or so, because the build worked before.

See the attached log for details.

-- 
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/20160612/46429217/attachment-0001.html>


More information about the llvm-bugs mailing list