00:01:42 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 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 https://github.com/monero-project/monero/issues/9684 00:19:48 `realpath $GUIX_ENVIRONMENT` inside the build container 00:32:07 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 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 Thanks plowsof for the help on fixing oss-fuzz. The build is now passing 02:46:59 https://introspector.oss-fuzz.com/project-profile?project=monero 15:26:18 tobtoht: is there a tool you are using to generate/view the package + version lists in 9467, 9674? 15:28:07 *9684 not 9674 15:36:45 A script I wrote that parses and compares the output from `guix graph -t derivation .drv`. I'll clean it up and PR it when I have time. 18:10:25 .merges 18:10:26 -xmr-pr- 9171 9389 9544 9643 9645 9646 9648 9650 9653 9664 9666 18:10:40 seeking permission to merge #9171. it's queued, dead code, has essentially 4 approvals, currently blocking 3 other prs. 18:34:27 9171 looks fine to me. Fewer moving parts in the build process is better. 18:53:35 tobtoht_ 9171 👍 19:04:09 ty ser