Progress. Hat tip to William Dillon (@hpux735 on Twitter) for pointing something out; `strace`
Ran `strace` on the REPL while trying to import Glibc. Noticed that it was looking for a file: /usr/lib/lldb/clang/linux/x86_64/glibc.modulemap which does not exist. However, /usr/lib/lldb/clang/linux/x86_64/glibc.modulemap does exist. Provided a symbolic link from /usr/lib/lldb/clang/linux/x86_64/glibc.modulemap to /usr/lib/lldb/clang/linux/x86_64/glibc.modulemap. Voila! It is importing now. I'll start working on a patch in the morning (of course if someone beats me to it I won't be mad; please). Just thought I'd update those interested with a work around in the meantime. _______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev