Regression on main: Lix doesn't build on macOS #921
Labels
No labels
Affects/CppNix
Affects/Nightly
Affects/Only nightly
Affects/Stable
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/lix ci
Area/nix-eval-jobs
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/repl/debugger
Area/store
bug
Context
contributors
Context
drive-by
Context
maintainers
Context
RFD
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Language/Bash
Language/C++
Language/NixLang
Language/Python
Language/Rust
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
Topic/Large Scale Installations
ux
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#921
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ok commit:
8f325fe436
bad commit:
9d8ab80435
Log: https://gist.githubusercontent.com/lf-/c6466ac2ff2f7fb6c483cbf5e52afd86/raw/e432b9d8cb95b19eed1f624ed08eab32e5e41087/testlog.txt
It's possible that we also broke our own build with our own daemon changes regarding build directory permissions, based on the vibes of this error.
I'm building on 2.94.0-dev-pre20250717-ae3b8e5
apparently libarchive is being a shit if there's a
-r
directory in a proper prefix of the path it is told to extract into. setting+r
, ie750
in the intermediate build dir, fixes this in non-daemon tests. it's a bit unfortunate that we need to do that, but since the directory remains inaccessible to users other than the builders we don't actually lose anythingThis issue was mentioned on Gerrit on the following CLs:
since the root cause is the
0710
intermediate directory the unreleased stable branches are also affected.