[llvm-bugs] [Bug 41207] "Cannot find source file: /usr/include/ffi.h"

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 22 16:24:25 PDT 2019


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

Nick Lewycky <nicholas at mxc.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Nick Lewycky <nicholas at mxc.ca> ---
Nope, error's on my end.

$ cd /usr/include
$ sudo cp x86_64-linux-gnu/ffi.h ffi.h
cp: not writing through dangling symlink 'ffi.h'
$ ls -l ffi.h
lrwxrwxrwx. 1 root root 20 Jul 25  2009 ffi.h -> i486-linux-gnu/ffi.h
$ sudo rm ffi.h ffitarget.h

Fixed. Sorry for the spurious bug report!

-- 
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/20190322/12521422/attachment.html>


More information about the llvm-bugs mailing list