Summary: | Fresh Craft bootstrap install on macOS: list index out of range | ||
---|---|---|---|
Product: | [Unmaintained] Craft | Reporter: | Dawid Wróbel <me> |
Component: | Core | Assignee: | Hannah von Reth <vonreth> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | christoph, kde-windows |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dawid Wróbel
2024-04-16 08:40:24 UTC
cromo@macpro etc % clang --version Apple clang version 12.0.0 (clang-1200.0.32.29) Target: x86_64-apple-darwin22.4.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin I edited the code to print the detected compiler's name and it did find clang as expected, but in uppercase: Compiler executable: CLANG list index out of range I suppose this is, yet again, a case of using a case-sensitive macOS filesystem. But where is the uppercase CLANG coming from? (Anyhow the cache probably won't work on your case sensitive file system) (In reply to Hannah von Reth from comment #4) > But where is the uppercase CLANG coming from? > (Anyhow the cache probably won't work on your case sensitive file system) Ouch found it (In reply to Hannah von Reth from comment #5) > (In reply to Hannah von Reth from comment #4) > > But where is the uppercase CLANG coming from? > > (Anyhow the cache probably won't work on your case sensitive file system) > > Ouch found it I assume this is fixed? |