Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core dump on build with fresh clone #411

Closed
voobscout opened this issue Jan 3, 2022 · 2 comments
Closed

core dump on build with fresh clone #411

voobscout opened this issue Jan 3, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@voobscout
Copy link

Expected Behavior

Running bud build bootstrap toplevel should not fail

Current Behavior

nix: src/libutil/serialise.cc:437: nix::Error nix::readError(nix::Source&): Assertion `havePos == 0' failed.
/nix/store/${drvHash}-hosts-build.bash: line 11: 10432 Aborted (core dumped) nix build "$attr" "${@:3}"

Steps to Reproduce

git clone https://github.com/divnix/devos.git --depth 1
cd ./devos
nix develop
bud build bootstrap toplevel

Context

Decided to try devos with latest commits, before applying stuff to my own config.

@voobscout voobscout added the bug Something isn't working label Jan 3, 2022
@voobscout
Copy link
Author

The culprit is the commit 1cbf28f, checking out 267e135 makes it work

@voobscout
Copy link
Author

my local setup was the real culprit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant