--- Log opened Wed Jul 21 00:00:12 2021 00:49 -!- darosior [~darosior@194.36.189.246] has quit [Read error: Connection reset by peer] 00:49 -!- darosior [~darosior@194.36.189.246] has joined #bitcoin-core-builds 03:01 < darosior> Hmm i have troubles downloading Xcode from the link in https://github.com/bitcoin/bitcoin/blob/master/contrib/macdeploy/README.md#step-1-obtaining-xcodeapp 03:02 < darosior> Created an Apple account and all 03:04 < hebasto> darosior: after login into your account from https://developer.apple.com/account/#/welcome go to "Downloads" (https://developer.apple.com/download/), then to "More" (https://developer.apple.com/download/all/) 03:08 < darosior> hebasto: thanks! So https://download.developer.apple.com/Developer_Tools/Xcode_12.1/Xcode_12.1.xip ? If you could share a shasum if you still have the archive at hand so i could make sure i'm using the right one before starting the build (and since the name differs slightly already) 03:11 < hebasto> https://www.irccloud.com/pastebin/1mtS6GHl/ 03:11 < hebasto> dowloaded on 2021-03-31 03:20 < darosior> Thanks 03:20 < hebasto> yw 03:25 < darosior> And this is a match! 🎉 612443b1894b39368a596ea1607f30cbb0481ad44d5e29c75edb71a6d2cf050f 03:25 < laanwj> congrats!!! 03:25 < hebasto> nice! 03:35 < darosior> #22516 might help following builders 03:35 < gribble> https://github.com/bitcoin/bitcoin/issues/22516 | macdeploy: alternative info to download the macOS SDK by darosior · Pull Request #22516 · bitcoin/bitcoin · GitHub 09:00 < luke-jr> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'… 09:00 < luke-jr> doesn't seem to cache well 09:32 < achow101> it does that every time regardless of the cache 09:51 -!- ghost43_ is now known as ghost43 10:16 -!- belcher_ is now known as belcher 11:49 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Read error: Connection reset by peer] 11:50 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-builds 14:27 < luke-jr> achow101: that's where I'm getting stuck 15:04 < achow101> luke-jr: I don't know if there's any way around that. maybe dongcarl knows 15:19 < achow101> anyone familiar with the android build got this error before: "ld: error: univalue/.libs/libunivalue.a(libunivalue_la-univalue.o) is incompatible with aarch64linux" 15:20 < hebasto> achow101: which ndk? 15:20 < achow101> 22.1.7171670 15:22 < hebasto> were building with the same ndk without errors; any unusual build options? 15:23 < achow101> no, default everything 15:23 < achow101> do the api level and build tools version matter? 15:24 < hebasto> for univalue linking? not sure... 15:25 < hebasto> ^ api level, I mean 15:25 < hebasto> which build tools version? 15:25 < achow101> 31.0.0 15:26 < hebasto> could you try 28.0.3 ? 15:26 < achow101> sure 15:27 < achow101> I have both 28.0.3 and 31.0.0 installed 15:27 < achow101> it doesn't seem like there's an option to choose a version to use 15:29 < hebasto> remove 31.0.0? 15:31 < hebasto> I assume you're cross-compiling on x86_64 machine, right? 15:31 < achow101> yes 15:33 < hebasto> at least, our recent ci android task is green -- https://cirrus-ci.com/task/5431611975008256 15:34 < achow101> I'll try the ci settings and then experiment from there 15:48 < achow101> hebasto: still getting the error 15:49 < achow101> does the SDK need to be in a particular location (e.g. in depends/SDKs) 15:55 < achow101> ok.. I resolved it by changing configure to use --prefix instead of CONFIG_SITE 16:28 -!- darosior [~darosior@194.36.189.246] has quit [Ping timeout: 252 seconds] 16:29 -!- darosior [~darosior@194.36.189.246] has joined #bitcoin-core-builds 16:57 -!- copumpkin [~woohoo@user/copumpkin] has quit [Remote host closed the connection] 16:58 -!- copumpkin [~woohoo@user/copumpkin] has joined #bitcoin-core-builds 16:59 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 252 seconds] 17:02 -!- belcher [~belcher@user/belcher] has joined #bitcoin-core-builds 17:06 < luke-jr> achow101: is guix building apks now? 17:08 < achow101> luke-jr: no, I'm just experimenting with it 17:12 -!- belcher_ [~belcher@user/belcher] has joined #bitcoin-core-builds 17:13 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 265 seconds] 17:16 < fanquake> I'm not sure that's something we want to do 17:16 < fanquake> Also, curious to know why prefix works, but not CONFIG_SITE 17:29 < achow101> What's the difference between --prefix and CONFIG_SITE? I thought they did the same thing? 17:32 < fanquake> Yes, which is why it's weird that one doesn't work. They are just pointing configure to a config.site to read 17:34 < fanquake> Other than, --prefix can also be used to set the install dir 17:34 < luke-jr> --prefix controls output 17:34 < luke-jr> in theory, it --prefix should still use system libs 17:35 < luke-jr> even outside of the prefix 17:36 < fanquake> I'm not sure how system libs are related in that case. If CONFIG_SITE isn't set, configure also looks for a config.site in /prefix/share, which is why it worked fine when used with a depends prefix previously 17:36 < achow101> I have previously had issues with using --prefix when cross compiling and chaing to CONFIG_SITE resolved those problems 17:36 < achow101> what's weird is this time it's the other way around 17:57 < dongcarl> luke-jr: It's cached in ~/.cache/guix/checkouts, I'm guessing the default behaviour is to do a fetch no matter if the commit exists or not... I don't know of any flags to change this behaviour 20:27 * luke-jr wonders if there's a way to get Linux to be more aggressive with TCP retries or something 22:43 < luke-jr> achow101: the mac yml failed with + guix archive --export --recursive 22:43 < luke-jr> for rc1 22:44 < luke-jr> I think because $STORE_FILES doesn't handle the quoting well 22:52 < achow101> That's unfortunate. I'll look into it tomorrow 23:19 < jonasschnelli_> Can anyone provide me 8f1260c53f3879a176066231eb61fc598bd28ddf4afe9cdd1c10836b95b8a89e x86_64-apple-darwin18/bitcoin-22.0rc1-osx-unsigned.tar.gz? 23:19 -!- jonasschnelli_ is now known as jonasschnelli 23:19 < jonasschnelli> My guix build makes trouble and I don't want to delay the signature further. 23:25 < fanquake> jonasschnelli: https://github.com/fanquake/build_artifacts/releases/tag/rc1 23:26 < jonasschnelli> thanks fanquake! 23:26 < fanquake> Let us know what issues you ran into when doing the Guix build 23:33 < jonasschnelli> fanquake: sha256 hash mismatch for /gnu/store/i5a5jv9zipfw30xmvmk9d3zlk1m7j7yg-texlive-bin-pdftex-poppler0.76.patch: 23:33 < jonasschnelli> I did a guix-clean before building 0.22rc1 23:33 < jonasschnelli> 22.0rc1 :-) 23:35 < jonasschnelli> I wait for achow101 feedback on what codesign version to use --- Log closed Thu Jul 22 00:00:14 2021