We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behavior:
nix shell nixpkgs#tectonic
error: linking with `/nix/store/3fpl3hs6ii820yxp0rbafx5phnmj8ng7-clang-wrapper-16.0.6/bin/cc` failed: exit status: 1 | = note: LC_ALL="C" PATH="/nix/store/2jdssgjk1i4gjz4w9k8nz3831wq7sxdw-rustc-1.73.0/lib/rustlib/aarch64-apple-darwin/bin:/nix/store/46zkgqp0wk7rwd2n7paa561ch5xjkkyz-cargo-1.73.0/bin:/nix/store/51dr5rx4c63z1h9qqlwpfnv73xg8kij6-cargo-auditable-0.6.1/bin:/nix/store/hglj9mby09jrbgxma6q0h0457kkb0a43-pkg-config-wrapper-0.29.2/bin:/nix/store/nghmh9gq10i38c696k1114iq1gc> = note: Undefined symbols for architecture arm64: ...
https://gist.github.com/AxelTLarsson/59c6d05fd38a65f2d22506e39da1b757
Tectonic fails to build on macOS Sonoma, aarch64-darwin.
@lluchs @doronbehar
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
❯ nix-shell -p nix-info --run "nix-info -m" - system: `"aarch64-darwin"` - host os: `Darwin 23.1.0, macOS 14.1.1` - multi-user?: `yes` - sandbox: `no` - version: `nix-env (Nix) 2.18.1` - channels(axel): `""` - channels(root): `"nixpkgs"` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
2816853
Merge pull request #270326 from NixOS/backport-269786-to-release-23.11
d4e9959
[Backport release-23.11] tectonic: fixes #269167: tectonic build failure
No branches or pull requests
Steps To Reproduce
Steps to reproduce the behavior:
nix shell nixpkgs#tectonic
on aarch64-darwin.Build log
https://gist.github.com/AxelTLarsson/59c6d05fd38a65f2d22506e39da1b757
Additional context
Tectonic fails to build on macOS Sonoma, aarch64-darwin.
Notify maintainers
@lluchs @doronbehar
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Priorities
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: