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

Linking broken on macOS #2189

Closed
alerque opened this issue Dec 5, 2024 · 1 comment · Fixed by #2192
Closed

Linking broken on macOS #2189

alerque opened this issue Dec 5, 2024 · 1 comment · Fixed by #2192
Assignees
Labels
bug Software bug issue
Milestone

Comments

@alerque
Copy link
Member

alerque commented Dec 5, 2024

The way we're building the rusile module and then passing it off to Autotools for installation is tripping up builds on macOS, probably because libtool is trying to step in somewhere or something like that. This is affecting both Homebrew and Nix/darwin.

@alerque alerque added the bug Software bug issue label Dec 5, 2024
@alerque alerque added this to the v0.15.8 milestone Dec 5, 2024
@alerque alerque self-assigned this Dec 5, 2024
Aleksanaa pushed a commit to NixOS/nixpkgs that referenced this issue Dec 7, 2024
Known issue on upstream since v0.15.6, see:
sile-typesetter/sile#2189
@alerque
Copy link
Member Author

alerque commented Dec 7, 2024

Just for reference, while our combination of autotools and cargo is a bit unusual, the work around we're having to do here has nothing to do with that. It's a known issue building shared modules with Cargo and the work around is required for plain cargo builds too.

c.f. rust-lang/cargo#8628

seh added a commit to seh/dotfiles that referenced this issue Dec 13, 2024
This package does not build properly for macOS at the moment, per the
following GitHub issues:
- NixOS/nixpkgs#361005
- sile-typesetter/sile#2189

This reverts commit db45b3b.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Software bug issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant