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

Ofborg failling due to missing cxxabi #305610

Closed
Sigmanificient opened this issue Apr 20, 2024 · 5 comments
Closed

Ofborg failling due to missing cxxabi #305610

Sigmanificient opened this issue Apr 20, 2024 · 5 comments

Comments

@Sigmanificient
Copy link
Member

Sigmanificient commented Apr 20, 2024

Describe the bug

The ofborg evaluation fails due to missing attribute 'cxxabi' missing in pkgs/tools/virtualization/ovftool/default.nix:174:53

This commit seems to be the source of the issue a5c2fa9:
in preFixup:

  preFixup = lib.optionalString stdenv.isLinux ''
    addAutoPatchelfSearchPath "$out/lib"
  '' + lib.optionalString stdenv.isDarwin ''
# ...
change_args+=(-change /usr/lib/libc++.1.dylib ${stdenv.cc.libcxx.cxxabi}/lib/libc++.1.dylib)
# ...
'';

libcxxabi no longer exist and was replaced by libcxx

Thanks to @COLAMAroro to help me investigate the issue

Notify maintaner: @thanegill

Affected evalutations:
#305608 #305535 #276788 #305404 #303370 #305606 #305605 #305604 #305603 #305602 #296682 #305600


Add a 👍 reaction to issues you find important.

@Sigmanificient
Copy link
Member Author

Fixed by #305609

@Sigmanificient
Copy link
Member Author

Sigmanificient commented Apr 20, 2024

@cole-h Thanks you so much for your reactivity, you fixed it right when I was investigating it!

@cole-h
Copy link
Member

cole-h commented Apr 20, 2024

Honestly, it was just good timing -- I was looking to see if some other package had been updated recently and saw a bunch of red Xs in a row, which set off my "this is strange" alert haha.

EDIT: Thank you for actually figuring out the problem and the solution -- I just wanted to get master evaluating again ASAP :)

@Sigmanificient
Copy link
Member Author

Honestly, it was just good timing -- I was looking to see if some other package had been updated recently and saw a bunch of red Xs in a row, which set off my "this is strange" alert haha.

EDIT: Thank you for actually figuring out the problem and the solution -- I just wanted to get master evaluating again ASAP :)

Credit goes to @COLAMAroro actually

@ghost
Copy link

ghost commented Apr 21, 2024

libcxxabi was removed by #292043 in march and merged into the libcxx derivation. this is the second commit which broke eval that i'm aware of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants