--- Log opened Wed Apr 07 00:00:18 2021 01:50 -!- robert_spigler [robertspig@gateway/shell/matrix.org/x-woodfzmugqmuzqvh] has quit [Ping timeout: 248 seconds] 01:50 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-jfgygubnaewcijny] has quit [Ping timeout: 248 seconds] 01:51 -!- TheCharlatan [~drgrid@2a01:4f9:4a:2adc::2] has quit [Ping timeout: 248 seconds] 01:52 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-ezuxkekmentqtzba] has joined #bitcoin-builds 01:53 -!- TheCharlatan [~drgrid@2a01:4f9:4a:2adc::2] has joined #bitcoin-builds 02:37 -!- midnight [~midnight@unaffiliated/midnightmagic] has quit [Ping timeout: 252 seconds] 02:40 -!- midnight [~midnight@unaffiliated/midnightmagic] has joined #bitcoin-builds 02:42 -!- robert_spigler [robertspig@gateway/shell/matrix.org/x-fdusfcurhpiuyhtr] has joined #bitcoin-builds 04:44 -!- belcher_ is now known as belcher 05:12 < wumpus> dongcarl: that's a *neat* diagram, i'd sometimes wish we could generate something like that for all open PRs, it would make it much clear what has things depending on it and needs attention first 05:12 < wumpus> dongcarl: in any case i'll focus on 21304 and the code signing PR then 05:20 < wumpus> "guix: Register garbage collector root for containers" good idea, i didn't know it was possible, but also wondered about that last time i ran a gc and had a really long rebuild time before me 07:11 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Remote host closed the connection] 07:16 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-builds 07:37 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 07:42 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 07:42 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 268 seconds] 07:45 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 08:13 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Ping timeout: 240 seconds] 08:14 -!- sipa_ [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-builds 08:22 -!- fjahr [sid374480@gateway/web/irccloud.com/x-ilpsykelulslvhrl] has quit [Ping timeout: 260 seconds] 08:22 -!- digi_james [sid281632@gateway/web/irccloud.com/x-qyguvkvdfjgkmxpb] has quit [Ping timeout: 260 seconds] 08:24 -!- mmitech___ [sid446259@gateway/web/irccloud.com/x-yimsbtjvmjtkgxju] has quit [Ping timeout: 246 seconds] 08:24 -!- fjahr [sid374480@gateway/web/irccloud.com/x-bvvkqfeiyvkgcmqm] has joined #bitcoin-builds 08:24 -!- digi_james [sid281632@gateway/web/irccloud.com/x-gjrjamphazsicukr] has joined #bitcoin-builds 08:25 -!- mmitech___ [sid446259@gateway/web/irccloud.com/x-hnsnvhnchaiyacsp] has joined #bitcoin-builds 09:07 < dongcarl> sipa_: Oh is caching somewhat broken? 09:08 < dongcarl> wumpus: Haha yeah, I found that a dependency diagram makes more sense to me than the 4-col kanban for longer project :-) 09:09 < sipa_> dongcarl: probably not 09:09 < dongcarl> sipa_: Cool :-) 09:09 < sipa_> it was probably just the first build i did after master got some changes to dependencies 09:09 < dongcarl> Ah yes, that is very likely! 11:20 < jarolrod_> sorry if this has already been touched on, but is cross-compiling for macOS on linux supposed to work? 11:21 < jarolrod_> get the following error: https://0bin.net/paste/sjQICSjc#CfN0oqbEz8gA11Hc0ib+S5FA0UtM-/LhxpaKcENe4oh 11:30 < sipa_> jarolrod_: absolutely, it's how releasr builds are created 11:30 < sipa_> how are you building? 11:31 < jarolrod_> sipa: yes sorry everyone, just didnt place in the macOS sdk 11:32 < jarolrod_> there should be a note in the depends/README.md under `For macOS Cross Compilation` 11:33 < sipa_> guix buildihg will complain if it's missing 11:34 < jarolrod_> wait, i placed the SDK from bitcoincore.org and I still get the same error 11:35 < jarolrod_> I've installed the necessary packages listed on the readme for cross compilation to macOS 11:38 < jarolrod_> are we supposed to set `FORCE_USE_SYSTEM_CLANG` when cross compiling for macOS on linux? 11:39 -!- sipa_ [~pw@gateway/tor-sasl/sipa1024] has quit [Quit: Lost terminal] 11:45 < wumpus> i've never tried to do a non-gitian/guix macosx cross-build, no idea what it expects 11:50 < jarolrod_> well it doesn't work for me, I keep running into the same issue that I linked to. I'll just go ahead and run a guix build instead 11:51 < jarolrod_> similar issue from 2016: https://github.com/bitcoin/bitcoin/issues/8913 11:53 -!- belcher is now known as belcher_ 11:59 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-builds 11:59 < sipa> jarolrod_: still not working? 12:00 < jarolrod_> yep, still not working, tried using FORCE_USE_SYSTEM_CLANG 12:00 < jarolrod_> no luck 12:01 < sipa> iirc you have to put the SDK in depends/SDKs, untgz'ed 12:01 < jarolrod_> sipa: yep, did that 12:02 < sipa> have you tried doing it as a guix build? 12:02 < jarolrod_> sipa: running now, i've previously done this successfully. Just never tried from depends before 12:05 < sipa> so you have a dir named $ROOT/depends/SDKs/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers/ ? 12:06 < jarolrod_> sipa: yep! 12:06 < sipa> then i don't know 12:06 < sipa> bit i also haven'g done a non-guix/gitian osx build in a long timr 12:09 < jarolrod_> If anyone can try it out on linux with `HOST=x86-apple-darwin18`, then we know if there's a problem or i'm doing something wrong 12:09 < jarolrod_> but don't want to take anyones time 😄 12:09 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 12:11 < jarolrod_> sorry, correction: `HOST=x86_64-apple-darwin18` 12:12 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 248 seconds] 12:13 < dongcarl> jarolrod_: I do it fairly often, could you send the tail of your log? (e.g. build with ` > outerr 2>&1` and send the tail of outerr) 12:15 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 12:35 < jarolrod_> dongcarl: https://usercontent.irccloud-cdn.com/file/5rxFoVxI/outerr.txt 13:20 < dongcarl> jarolrod_: What is your invocation? 13:21 < dongcarl> Like what did you invoke to build depends? 13:23 < jarolrod_> inside of depends = make -j12 HOST=x86_64-apple-darwin18 SDK_PATH=./SDKs/ 13:25 < dongcarl> jarolrod_: You don't need `SDK_PATH=./SDKs/`, try again without 13:37 < jarolrod_> dongcarl: that worked :) haha whoops 13:37 < dongcarl> :-) 15:59 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-builds 17:34 -!- mol_ [~mol@unaffiliated/molly] has quit [Read error: Connection reset by peer] 17:35 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 17:51 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 17:54 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 248 seconds] 18:17 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 18:20 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 248 seconds] 19:18 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 19:21 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 19:22 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 19:25 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 19:36 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 19:39 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 20:21 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-builds 20:25 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 248 seconds] 22:43 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 22:45 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 22:48 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 248 seconds] 22:48 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 22:58 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 22:59 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 23:03 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 23:04 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-builds 23:06 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 23:08 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 23:09 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 23:11 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] --- Log closed Thu Apr 08 00:00:19 2021