| 16 Apr 2026 |
Charles | * I think nixpkgs probably has enough stuff in it to support doing Redox things with it out of tree, so it's probably best to just do that for the time being, until the reliance on volatile nightly features goes away | 22:39:53 |
Charles | In reply to @charles:computer.surgery Redox upstream is aware that relibc doesn't build on newer rustc versions and the recommendation I got is "just use an older rustc" which isn't really an option for nixpkgs aiui I don't think complaining at them every time a new rustc version breaks their build will accomplish anything other than being obnoxious; this is expected behavior with nightly rust | 22:41:08 |
eveeifyeve | I am working on fixing that currently. | 23:29:48 |
eveeifyeve | No not every version, but if it breaks relibc to let us know. | 23:30:17 |
eveeifyeve | * No not every version, but if it breaks relibc to let us know. Because it's important for the build support for redox. | 23:30:52 |
eveeifyeve | Since it's required at a very early step. | 23:32:41 |
eveeifyeve | * Since it's required at a very early step when building redox. | 23:32:58 |
eveeifyeve | * Since it's required at a very early step when building redox packages. | 23:33:06 |
Charles | i think you misread what i wrote | 23:33:07 |
eveeifyeve | https://gitlab.redox-os.org/eveeifyeve/relibc/-/commits/fix-relibc-for-1-94?ref_type=heads | 23:36:13 |
eveeifyeve | * https://gitlab.redox-os.org/eveeifyeve/relibc/-/commits/fix-relibc-for-1-94 | 23:36:18 |
| 17 Apr 2026 |
| LogN changed their display name from LogN [unavailable @ CinemaCon -> 4/18] to LogN. | 01:23:38 |
eveeifyeve | It works again!! I made an upstream pr to fix it: https://gitlab.redox-os.org/redox-os/relibc/-/merge_requests/1204 however they need to update their toolchain first. | 01:35:09 |
eveeifyeve | * It works again!! I made an upstream pr to fix it: https://gitlab.redox-os.org/redox-os/relibc/-/merge_requests/1204 however they need to update their custom toolchain first. | 02:12:12 |
dish [Fox/It/She] | (please correct me if I am wrong on this)
i believe the issue that was being brought up was not this specific breakage, but the fact that if it breaks even somewhat constantly, it will be an additional(potentially unwanted) burden on the rust team to deal with its breakage, even if that is just alerting the redox team to said issue. I would agree with Charles that it may be prudent to let it break and deal with it later as relibc reduces its usage of nightly features.
Your fixes are, i'd like to think at least, appreciated, but the issue is ongoing maintainance rather than a single specific incident | 05:26:21 |
Charles | yeah, that's indeed what i was trying to get at, in addition to the pressure this could/would then put on the redox maintainers | 05:28:32 |
Alyssa Ross |
Rust 1.95 removes support on stable for passing a custom target specification to rustc.
| 06:00:18 |
Alyssa Ross | 😭️ emily dramforever | 06:00:49 |
emily | I did always think it was odd that such an esoteric complicated interface was stable | 10:14:18 |
emily | the definitive proof I live in opposite world is that everyone else's favourite part of Rust (Cargo, the toolchain UX, etc.) is my least favourite | 10:16:07 |
Crony Akatsuki (balkan/slav) | Nope, you are better of than me | 10:32:48 |
Crony Akatsuki (balkan/slav) | I don't like rust in general. I just package some rust programs from time to time | 10:33:22 |
| dish [Fox/It/She] changed their profile picture. | 16:58:36 |
Ralith | cargo's in a weird spot where it's worlds better than what most people are used to but worlds worse than what a build system can be | 20:04:55 |
Ralith | ultimately it generally achieves what it sets out to do and they've been good about ensuring rustc isn't tightly coupled to it | 20:05:22 |
emily | build.rs ruined everything | 22:35:33 |
emily | if not for that it might have been okay | 22:35:35 |
emily | (but yeah I know, tradeoffs. I get why it's very nice for most people) | 22:35:59 |
emily | problem is the entire ecosystem orbits around it so a better build system for Rust isn't really achievable, or rather, it still has to pay the cost of the bad things about Cargo and friends | 22:36:55 |
figsoda | if build.rs didnt exist people will still find a way (proc macros) to do the things build.rs does like running pkg-config | 22:42:35 |