| 25 May 2021 |
LnL | but a I thought somebody found a workaround | 11:20:33 |
Stéphan | I can only find a workaround in SDL itself, but not sdl-config used elsewhere. But I'll keep looking | 11:26:52 |
Stéphan | Derp, that same fix works for every SDL 1 package apparently. Stared at things a bit too long. :) | 12:34:56 |
Stéphan | Basically just pass --disable-sdltest to configure for SDL1 | 12:35:12 |
Stéphan | * Basically just pass --disable-sdltest to configure for SDL1 packages | 12:35:24 |
| frogamic joined the room. | 13:16:26 |
| binaryoctopus joined the room. | 15:42:07 |
| atemu12 joined the room. | 15:46:44 |
| meet joined the room. | 16:07:13 |
toonn | Is there any policy/guideline around updating swift-corelibs? | 16:31:18 |
LnL | You can kind of correlate it's releases to versions mentioned on opensource.apple.com | 16:42:03 |
toonn | By date? | 16:43:10 |
LnL | but since this is one of the things we can completely build from source the exact version probably matters a lot less | 16:43:33 |
toonn | Can I just go with most recent release? : ) | 16:44:11 |
LnL | I meant the releases | 16:45:07 |
LnL | oh, CF is just gone from the list for newer releases | 16:47:10 |
LnL | https://opensource.apple.com/release/macos-10126.html | 16:47:25 |
LnL | That CF-1349.80 (coming soon!) number could be found as a release number back then IIRC | 16:48:16 |
LnL | our current build returns 1454.90.0 while eg. Catalina has 1677.201.0 but we also just write a random version based on guessing | 17:00:39 |
toonn | Ah, I meant version of swift-corelibs though, like swift-5.4-RELEASE. | 17:07:55 |
toonn | As in, I'm looking into updating swift-corelibs because of an issue and I'm not sure whether I need to try to get the OSX-10.13-ish version of swift-corelibs. | 17:09:28 |
toonn | This issue in particular, https://git.io/JGejW | 17:10:00 |
LnL | yeah, see https://github.com/NixOS/nixpkgs/blob/684963881b19d2c93adf4423d293357a89b9f253/pkgs/os-specific/darwin/swift-corelibs/corefoundation.nix#L64-L66 | 17:11:14 |
LnL | so our best bet I guess is to find the pr/commits like https://github.com/apple/swift-corelibs-foundation/pull/2782 and pick the first stable release that includes those changes | 17:13:38 |
toonn | LnL: The current version being your guess for High Sierra kinda obviates my need to update it. | 17:23:05 |
toonn | I was hoping the issue I'm seeing was due to a 10.12 CF with 10.13 XNU. But if the CF is already the one for 10.13 that seems unlikely. | 17:23:45 |
toonn | I'm kinda stuck on the problem. This is pretty much the only relevant search result, https://trac.macports.org/ticket/54993 | 17:24:22 |
toonn | And that was a problem specifically with the order of the attributes and GCC. | 17:24:37 |
toonn | Our CF already has the attribute order fix. And darwin stdenv isn't built with GCC anyway. | 17:24:58 |
LnL | was about to say, do you mean clang | 17:26:25 |