00:01:42 <m-relay> <t​obtoht:monero.social> hinto: it depends on how guix is configured. if you want to explicitely disable substitutes for building monero's manifest you can set `ADDITIONAL_GUIX_COMMON_FLAGS='--no-substitutes'`
00:19:42 <m-relay> <t​obtoht:monero.social> at the bottom of this issue I list the profile for the master branch. if you build the `x86_64-linux-gnu` target on a `x86-64` machine, you should find that it matches.
00:19:43 <m-relay> <t​obtoht:monero.social> https://github.com/monero-project/monero/issues/9684
00:19:48 <m-relay> <t​obtoht:monero.social> `realpath $GUIX_ENVIRONMENT` inside the build container
00:32:07 <m-relay> <t​obtoht:monero.social> we include a different set of packages for various targets, so the profile differs there. it will also naturally be different on different architectures.
00:32:15 <m-relay> <t​obtoht:monero.social> currently, monero builds with guix will produce bit-identical outputs for all targets, regardless of what architecture they were built on. I hope I can preserve that property after introducing a rust compiler.
02:46:59 <m-relay> <a​ck-j:matrix.org> Thanks plowsof for the help on fixing oss-fuzz. The build is now passing 
02:46:59 <m-relay> <a​ck-j:matrix.org> https://introspector.oss-fuzz.com/project-profile?project=monero
15:26:18 <m-relay> <h​into:monero.social> tobtoht: is there a tool you are using to generate/view the package + version lists in 9467, 9674?
15:28:07 <m-relay> <h​into:monero.social> *9684 not 9674
15:36:45 <m-relay> <t​obtoht:monero.social> A script I wrote that parses and compares the output from `guix graph -t derivation <profile>.drv`. I'll clean it up and PR it when I have time.
18:10:25 <tobtoht_> .merges
18:10:26 -xmr-pr- 9171 9389 9544 9643 9645 9646 9648 9650 9653 9664 9666
18:10:40 <tobtoht_> seeking permission to merge #9171. it's queued, dead code, has essentially 4 approvals, currently blocking 3 other prs.
18:34:27 <sech1> 9171 looks fine to me. Fewer moving parts in the build process is better.
18:53:35 <ofrnxmr> tobtoht_ 9171 👍
19:04:09 <tobtoht_> ty ser