Print illegal references when failing a fod because illegal paths are present #530
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#530
Loading…
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?
Is your feature request related to a problem? Please describe.
When building a fixed output derivation, sometimes references are kept, adn the build fails with
illegal path references in fixed-output derivation
, with only the name of the derivation at fault shown.Describe the solution you'd like
I would like to see what illegal references exist to be able to debug the issue more efficiently.
Describe alternatives you've considered
Poke around at random, with
ls
calls during builds, trying to rebuild endlesslyAdditional context
I patched locally my Lix version with
which prints the illegal references, but it is very crude.
feel free to submit this as a CL. there is not really anything terribly wrong with that code.