--- Log opened Thu Jan 07 00:00:08 2021 00:29 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 04:31 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 04:32 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-builds 05:02 < wumpus> how do you intend to avoid the need for codesign_allocate? 05:05 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 05:25 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 05:25 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-builds 06:28 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 06:29 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-builds 06:35 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-builds 07:09 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 07:19 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-builds 09:18 -!- glozow [uid453516@gateway/web/irccloud.com/x-netvovtobqfafxal] has joined #bitcoin-builds 09:31 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-fqmqdesvfbargkli] has quit [Quit: Connection closed for inactivity] 10:58 < achow101> wumpus: I found a library that let's me modify MachO files so I'm using that to allocate within the tool itself 10:59 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 10:59 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-builds 10:59 < achow101> the allocation logic isn't all that complex. the whole modifying a macho was the problem that this library seems to have resolved for me 11:00 < wumpus> ohh neat! that's one less thing to have to roll yourself 11:01 < achow101> yup. it can even apply our existing code signatures 12:03 < dongcarl> Would love to get some review on #19683, which is blocking Guix progress right now. 12:03 < gribble> https://github.com/bitcoin/bitcoin/issues/19683 | depends: Pin clang search paths for darwin host by dongcarl · Pull Request #19683 · bitcoin/bitcoin · GitHub 12:05 < wumpus> dongcarl: sure 12:07 < dongcarl> wumpus: DM me with any questions at all, would be happy to elucidate! 12:17 < wumpus> "SC2086 is disabled in our linter script so this wasn't caught" should we enable it? (independent of the PR) 12:18 < wumpus> if a lint is useful enough to catch an actual problem it seems worthwhile to enable 12:21 < dongcarl> wumpus: Hehe I just wrote up https://github.com/bitcoin/bitcoin/issues/20879 and came back to my IRC window to see your msg 12:24 < wumpus> having to revert the -fuse-ld thing just because the CI does some stuff with Werror seems unfortunate too, but not a blocker for the PR ofc 12:26 < dongcarl> wumpus: I thought about doing -Wno-error, which would work, but it fills stderr with the warnings still :-/ 12:27 < wumpus> ugh 12:27 * dongcarl wishes there were a better way to instrument build tools than weird strings on the command line 12:29 * dongcarl wants -Wno-unused-command-line-argument=fuse-ld but alas... 12:29 < wumpus> yes... there's a lot I like about UNIX legacy that I like but the tendency of making everything a stringy mess instead of offering real APIs is not one of them 12:32 < wumpus> would be great to just be able to provide another 'interface Linker' to the compiler invocation and that'd be it 12:32 < wumpus> anyhow your changes look sane to me, going to code review ACK 12:33 < dongcarl> Great! Thank you for your time! 13:06 -!- mol [~mol@unaffiliated/molly] has quit [Read error: Connection reset by peer] 13:07 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 13:15 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 13:15 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-builds 13:57 -!- glozow [uid453516@gateway/web/irccloud.com/x-netvovtobqfafxal] has quit [Quit: Connection closed for inactivity] 15:12 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 15:13 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-builds 16:28 < fanquake> Seems like just another reason not to go “full -Werror” in the CIs etc 18:13 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Read error: Connection reset by peer] 18:28 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-builds 19:15 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Read error: Connection reset by peer] 19:32 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-builds 20:42 < wumpus> fanquake: right 20:53 < wumpus> "stringy mess instead of offering real APIs is not one of them" <- speaking of which what I really liked was cloudabi's argdata, an attempt to use strong typing (and features like passing ancillary file descriptors for communication) for command lines / process communication instead of the typical stringy blobs (e.g. see the examples here 20:53 < wumpus> https://www.freebsd.org/cgi/man.cgi?query=cloudabi-run) 20:53 < wumpus> too bad the project never really gained much traction and is apparently unmaintained now 21:01 < wumpus> i hope it was just a matter of "ahead of it's time", as happens 21:46 -!- jonatack [~jon@213.152.162.99] has quit [Ping timeout: 240 seconds] 21:48 -!- jonatack [~jon@88.124.242.136] has joined #bitcoin-builds 23:57 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] --- Log closed Fri Jan 08 00:00:09 2021