--- Log opened Tue Jul 20 00:00:11 2021 03:27 -!- sdaftuar [~sdaftuar@user/sdaftuar] has quit [Ping timeout: 240 seconds] 05:11 < laanwj> is there a reason a guix build now outputs: 05:11 < laanwj> http 80/tcp www 05:11 < laanwj> https 443/tcp 05:11 < laanwj> ftp 21/tcp 07:10 < laanwj> make-tag.py updated for post-22.x https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/107 08:50 < laanwj> apple-darwin build additionally prints: 08:50 < laanwj> ld: warning: passed two min versions (10.14, 11.4) for platform macOS. Using 11.4. 08:50 < laanwj> ld: warning: passed two min versions (10.14, 11.4) for platform macOS. Using 11.4. 08:50 < laanwj> ld: warning: passed two min versions (10.14, 10.14) for platform macOS. Using 10.14. 08:51 < laanwj> it uses the last one passed in which is probably the intent 08:52 < laanwj> this is output for testing (the symbol check, i guess?) 09:11 < achow101> laanwj: I think the new output is just extra output from services checking 09:12 < achow101> probably some things forgot to be redirected to /dev/null 09:18 < hebasto> laanwj: ^^^ from #22381 "Note that the test-security-check may output some warnings" 09:18 < gribble> https://github.com/bitcoin/bitcoin/issues/22381 | guix: Test security-check sanity before performing them (with macOS) by fanquake · Pull Request #22381 · bitcoin/bitcoin · GitHub 10:07 < laanwj> achow101: i assumed so, it felt slightly worrying to see it in output (e.g. as if it is going to publicly listen on those ports) 10:08 < laanwj> hebasto: ok, thanks 10:09 < hebasto> `contrib/guix/guix-verify` is green for two signers for now 10:21 < laanwj> yess! 10:22 < sipa> is there a tag to build? 10:22 < sipa> seems so! 16:56 -!- belcher_ [~belcher@user/belcher] has joined #bitcoin-core-builds 16:59 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 258 seconds] 18:40 < fanquake> build build build 20:50 < luke-jr> + wget -nc -O guix-install.sh 'https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh?h=version-1.3.0&id=aa34d4d28dfe25ba47d5800d05000fb7221788c0' 20:50 < luke-jr> File ‘guix-install.sh’ already there; not retrieving. 20:50 < luke-jr> achow101: 20:51 < achow101> luke-jr: yes? guix-install.sh is cached now 20:53 -!- sdaftuar [~sdaftuar@user/sdaftuar] has joined #bitcoin-core-builds 21:11 < luke-jr> achow101: well, gitian fails with that 21:11 < luke-jr> I guess wget returns nonzero 21:11 < achow101> hmm, this worked earlier when I didn't have -O 21:12 < achow101> that's annoying, -O makes it return nonzero 21:12 < luke-jr> >_< 21:12 < luke-jr> [ -e … ] || … 21:26 < achow101> should be fixed now 21:38 < luke-jr> achow101: no, you got the condition backward 21:40 < achow101> I fixed it 21:50 < luke-jr> achow101: sha256sum: WARNING: 1 computed checksum did NOT match 21:50 < luke-jr> gotta cache it by hash I guess 21:50 < luke-jr> or stick the ver # in it 21:53 < achow101> apparently guix-install.sh has received changes since 1.3.0 21:53 < achow101> previously, the gitian descriptor would download the latest one from the head of the master branch 21:53 < achow101> but the one I've pinned is for 1.3.0 so it's slightly different 21:54 < achow101> you could just delete the file from the cache and try again 22:00 < luke-jr> right, but to avoid this issue we should cache it with a versioned filename 22:01 < luke-jr> probably the tarball-pack file too? 22:03 < luke-jr> btw, I think -e was better than -f ; there could be reasons to use symlinks instead of regular files --- Log closed Wed Jul 21 00:00:12 2021