| 9 May 2026 |
K900 | And I am taking back everything bad I said about the Python ecosystem today | 15:41:29 |
dish [Fox/It/She] | In reply to @k900:0upti.me OK great it's in staging-next now because 4.13 doesn't build anymore did you check to see if all FOD hashes have to be recalculated or not | 17:12:35 |
K900 | My small-ish sample says not all | 17:12:51 |
K900 | But some things needed lockfile patches and got recalculated on the PR | 17:13:03 |
dish [Fox/It/She] | i figured it wouldn't be all, but i heard of a decent number of breakages on the original update pr | 17:13:14 |
dish [Fox/It/She] | which is why it got reverted | 17:13:21 |
K900 | Well the author of the other PR claimed to have fixed them all | 17:13:34 |
dish [Fox/It/She] | then we should be fine | 17:15:14 |
| 10 May 2026 |
K900 | Well my everything rebuild is done and nothing significant exploded | 04:37:42 |
K900 | So that's nice | 04:37:45 |
ghpzin | chromium and electrons do not build: https://hydra.nixos.org/build/328718913
error[E0425]: cannot find type `LaneCount` in module `core::simd`
--> ../../third_party/rust/chromium_crates_io/vendor/bytemuck-v1/src/zeroable.rs:234:15
|
234 | core::simd::LaneCount<N>: core::simd::SupportedLaneCount,
| ^^^^^^^^^ not found in `core::simd`
error[E0405]: cannot find trait `SupportedLaneCount` in module `core::simd`
--> ../../third_party/rust/chromium_crates_io/vendor/bytemuck-v1/src/zeroable.rs:234:41
|
234 | core::simd::LaneCount<N>: core::simd::SupportedLaneCount,
| ^^^^^^^^^^^^^^^^^^ not found in `core::simd`
Same error as in: https://issues.chromium.org/issues/480176523 Revert of: https://github.com/chromium/chromium/commit/90b77efcecb262823fadb67b0ce218846cd9e756 seems to fix it, probably because rustversion::before from upstream bytemuck is always there on stable. | 20:20:43 |