Summary
macOS case-insesitive fs resolves C++ <version> to chicken-install generated VERSION file
Metadata
- Id: 8abda0f2de44159f980f11aa5d5cda94f4a12b3a
- Trac id: 1753
- Type: defect
- Reporter: kon
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 5.2.0
- Changetime: 2023-01-11 14:05:14 UTC
- Created: 2021-05-13 16:49:43 UTC
- Keywords: macos, install, c++, mdh
Description
with a case-insensitive macOS filesystem the C++ header ref <version> appears to be resolved to the cached chicken-install <egg> VERSION file!
In file included from /Users/klovett/.cache/chicken-install/mdh/arith.cpp:36: ... In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:37: /Users/klovett/.cache/chicken-install/mdh/version:1:1: error: expected unqualified-id "0.1"
(NOTE noticed w/ mdh egg but really a macOS C++ CI FS issue)
Changes and comments
[2023-01-11 14:05:14 UTC] sjamaan changed status from new to closed
[2023-01-11 14:05:14 UTC] sjamaan set resolution to fixed
[2023-01-11 14:05:14 UTC] sjamaan wrote:
Fixed with 2f6a7221