Bump chrondb to fix native library install on macOS aarch64#102
Open
tleish wants to merge 1 commit into
Open
Conversation
The pinned chrondb build (0.2.3-dev.12298e3) fails to install its native library on macOS aarch64: the release tarball ships files flat at the archive root, but the installer's extraction logic assumed a nested lib/+include/ layout, so it errored out with "Archive did not contain expected directory structure" and audit logging never came up (avelino/chrondb#145). avelino/chrondb#146 fixes the extraction logic and is included in this build.
There was a problem hiding this comment.
Pull request overview
This PR updates the chrondb dependency to pick up an upstream fix for macOS aarch64 native library auto-download/extraction failures, restoring ChronDB-backed functionality (notably audit logging) on that platform.
Changes:
- Bump
chrondbfrom0.2.3-dev.12298e3to0.2.3-dev.ed9ada3inCargo.toml. - Update
Cargo.lockto the newchrondbversion and checksum.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Pins chrondb to the newer dev build that includes the macOS aarch64 extraction fix. |
| Cargo.lock | Aligns the resolved chrondb package entry (version/checksum) with the updated dependency pin. |
tleish
added a commit
to tleish/mcp
that referenced
this pull request
Jul 17, 2026
Temporary, fork-only formula pointing at the v0.5.2-chrondb-fix release binaries (avelino#102), for devs to install the fix before it's merged upstream.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SetupFailed("Archive did not contain expected directory structure"), which silently breaks audit logging since the ChronDB pool never comes up — see Native library auto-download fails on macOS aarch64: "Archive did not contain expected directory structure" chrondb#1450.2.3-dev.ed9ada3chrondbfrom0.2.3-dev.12298e3to0.2.3-dev.ed9ada3to pick up the fix(Supersedes #101, which couldn't be reopened after a force-push — same branch, same fix, now with a minimal
Cargo.lockdiff limited to thechrondbentry.)Test plan
cargo build --release --lockedandcargo test --locked(full suite) pass~/.chrondband ranmcp rubymine --healthagainst a real MCP server config on macOS aarch64: native library downloads and installs cleanly, noSetupFailedwarning, health check returns{"server":"rubymine","status":"ok"}mcp logsshows the call