tintin failing to build on darwin #90273
Labels
0.kind: bug
Something is broken
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: darwin
Running or building packages on Darwin
Describe the bug
Tintin started failing to build on macOS at the end of January. I see the same failures local as appear in hydra. The errors look like:
I've tried to do as much legwork as I can, but I don't understand the details well enough to have any sense of what the resolution may be.
Here's the last successful check on a version-bump PR, and the first failed check on a version bump PR.
It looks like the build started breaking after an update to tintin introduced calls to
open_memstream
andfmemopen
, which I gather historically didn't exist in libc on macOS (but it sounds like they've been present since 10.13). Here's a link to the diff adding each to tintin:I can't swear it's up-to-date, but here are the macOS installation instructions from the official site in case they're meaningful: https://tintin.mudhalla.net/install.php#OSX
Notify maintainers
Pinging a few people I've seen dealing with compilation on Darwin. @matthewbauer @LnL7 @vcunat @veprbl @FRidh
The text was updated successfully, but these errors were encountered: