!LemuOOvbWqRXodtSsw:nixos.org

NixOS Reproducible Builds

525 Members
Report: https://reproducible.nixos.org Project progress: https://github.com/orgs/NixOS/projects/30116 Servers

Load older messages


SenderMessageTime
26 May 2021
@andi:kack.itandi-perhaps a gentoo stage1 tarball would be a good starting point as those already exist10:57:39
@gytis-ivaskevicius:matrix.orgGytis Ivaskeviciuswell, currently its not going to be reproducible for sure11:00:07
@andi:kack.itandi-Well because our GCC isn't but otherwise?11:01:34
@andi:kack.itandi-Actually the slower GCC should be reproducible so not sure waht might be the issue11:02:44
@gytis-ivaskevicius:matrix.orgGytis IvaskeviciusDue to the issue that i sent earlier which is basically gcc/glibc and im not sure about all bin utils and stuff11:02:59
@gytis-ivaskevicius:matrix.orgGytis Ivaskeviciusshell/utils might be screwed as well.Not sure tho11:03:46
@andi:kack.itandi-But once we can reproduce the tarballs (even cross distro?) it might be a good idea to do "one final" toolchain rotation, no?11:04:03
@andi:kack.itandi-So that we have a clean slate from which we can start.11:04:13
@gytis-ivaskevicius:matrix.orgGytis Ivaskeviciusyou basically mean extra stdenv stage?11:04:34
@gytis-ivaskevicius:matrix.orgGytis Ivaskeviciusif so - boom https://github.com/NixOS/nixpkgs/issues/12346711:05:05
@andi:kack.itandi-No, lets say we put in the effort to fix your said impurties and then go the extra mile to show that we can now reproduce the tarball based on a) the previousy nixpkgs see and b) another distros toolchain we could then do one "final" swap of the bootstrap seeds. That would let us start from a well defined bootstrap seed instead of the wild mixture it is now.11:05:51
@andi:kack.itandi-And from there on we only add newer compiler versions to the bootstrap (until in 20y we decide that the 30d bootstrap time is getting too long and cut the chain)11:06:25
@synthetica:matrix.orgSynthetica"Grandpa, why do I still need to compile GCC versions 6 through 84"11:09:20
@toonn:matrix.orgtoonn Why make the chain longer? 11:14:18
@toonn:matrix.orgtoonn It's only as trustworthy as the seed anyway so you might as well trim it down as much as possible at each step. 11:14:44
@andi:kack.itandi-the point is you only want to show that the seed is trustworthy once11:15:27
@andi:kack.itandi-and then never again11:15:29
@andi:kack.itandi-I am thinking more towards that cross-distro bootstrap.. if we can pull that off it would be nice to have that attestation as part of the regular bootstrap. Build stdenv using debian, fedora, nixpkgs bootstrap and they must all match the same output otherwise the nixpkgs stdenv build fails.11:16:39
@toonn:matrix.orgtoonn Yeah, so you build the seed bootstrap. Next time you slap a new GCC on top of that. Next time you peel it away to slap an even newer GCC on top of it. Keep doing this until the bootstrap can't build a version, then and only then keep the bootstrap+previous-GCC, wash, rinse and repeat. 11:16:55
@andi:kack.itandi-Not sure I follow.11:18:50
@andi:kack.itandi-Fun fact: I just tried to compile LLVM (from my python PR) on the M1 mac again (with 1 job, 3 cores) and it crashes the system reliably on the latest MacOS version.. Nice bug in apple software triggered through nixpkgs..11:20:16
@toonn:matrix.orgtoonn andi-: You suggest seed->GCC8->GCC9->GCC10, right? What I'm saying is if the seed is capable of building GCC9 but not GCC10 you don't need to keep the entire chain. You'd do seed->GCC8, start again from the seed->GCC9->GCC10. 11:25:03
@siraben:matrix.orgsirabenrelated: https://github.com/NixOS/nixpkgs/issues/12309511:27:09
@gytis-ivaskevicius:matrix.orgGytis IvaskeviciusWe were talking about ion shell a little - got an email about this :D https://gitlab.redox-os.org/redox-os/ion/-/merge_requests/115711:32:40
@andi:kack.itandi-
In reply to @toonn:matrix.org
andi-: You suggest seed->GCC8->GCC9->GCC10, right? What I'm saying is if the seed is capable of building GCC9 but not GCC10 you don't need to keep the entire chain. You'd do seed->GCC8, start again from the seed->GCC9->GCC10.
Oh yes of course. As long as you can skip a version you should do it.
11:34:58
@toonn:matrix.orgtoonn Oh ok, that wasn't obvious to me from what you were saying. 11:35:24
@andi:kack.itandi-well it is common for compilers such as rustc to always require the previous version.11:38:47
@andi:kack.itandi-GCC might be a different story as they actually have a language spec..11:39:01
@toonn:matrix.orgtoonn Require? That's unfortunate. Thank god GHC doesn't do that. 11:46:55
@andi:kack.itandi-Can you still boot GHC from bash or C ?11:56:29

There are no newer messages yet.


Back to Room ListRoom Version: 6