--- Log opened Tue Dec 08 00:00:39 2020 01:47 < wumpus> whoa TIL about "zig cc", seems neat, fully self-contained compiler toolchain for a very wide range of platforms (including configurable libc version, including mingw64) in ~50MB tarball, https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html ... don't think it's good to depend on for the bitcoin build, but seems great for cross-target experiments 01:55 < wumpus> e.g. when testing https://github.com/bitcoin/bitcoin/pull/20434 i had to create a lxc env with all the toolchains just to compile a few binaries for each 02:50 -!- jonatack [~jon@88.124.242.136] has joined #bitcoin-builds 02:54 -!- jonatack [~jon@88.124.242.136] has quit [Ping timeout: 258 seconds] 02:55 -!- jonatack [~jon@213.152.162.181] has joined #bitcoin-builds 03:20 -!- Floy85Prosacco [~Floy85Pro@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-builds 04:48 < elichai2> wumpus: yeah zig is pretty interesting, but I assumed the use llvm/gcc for C compiling because it didn't make sense for me that a new language wrote both their own compiler from scratch and a C compiler from scratch 05:18 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 05:26 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-builds 05:43 < wumpus> it's based on clang 05:52 < wumpus> but the novel thing is that it has libc headers and kinda stub libraries for pretty much all architecture/libc version combinations 07:21 < elichai2> cool 08:35 -!- jonatack [~jon@213.152.162.181] has quit [Ping timeout: 272 seconds] 08:36 -!- jonatack [~jon@109.232.227.138] has joined #bitcoin-builds 09:00 < MarcoFalke> can it compile bitcoin core? It was on my list for a long time 09:03 -!- Floy85Prosacco [~Floy85Pro@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 09:15 < dongcarl> wumpus: Yeah zig cc is a cross-compiler's dream... Almost like bringing the ease of cross-compile for modern languages to C/C++ 10:36 < wumpus> MarcoFalke: wouldn't know why not, though building the depends might be going to be annoying 10:36 < wumpus> dongcarl: heh yes 10:46 -!- glozow [uid453516@gateway/web/irccloud.com/x-cqnfehwqfaemtqxq] has joined #bitcoin-builds 11:03 < MarcoFalke> does zig only support c or also C++? 11:10 < MarcoFalke> ./configure --disable-wallet CC="zig cc" CXX="zig c++" 11:15 < MarcoFalke> checking whether the C++ compiler works... yes 11:15 < MarcoFalke> configure: error: cannot compute suffix of executables: cannot compile and link 11:33 < MarcoFalke> https://bitcoin.jonasschnelli.ch/gitian/ 11:33 < MarcoFalke> seems down jonasschnelli ^ 11:33 < jonasschnelli> MarcoFalke: server upgrade! Will fix asap 11:34 < MarcoFalke> heh, no rush 11:34 < MarcoFalke> thx 11:35 < jonasschnelli> MarcoFalke: fixed 11:35 < jonasschnelli> (mod_php was disabled) 11:35 < MarcoFalke> that was quick 11:35 < MarcoFalke> thanks 11:56 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 12:56 -!- Israel85Hyatt [~Israel85H@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-builds 13:00 -!- Israel85Hyatt [~Israel85H@static.57.1.216.95.clients.your-server.de] has quit [Remote host closed the connection] 13:04 -!- Maribel62Moscisk [~Maribel62@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-builds 13:42 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Read error: Connection reset by peer] 13:42 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #bitcoin-builds 13:57 -!- glozow [uid453516@gateway/web/irccloud.com/x-cqnfehwqfaemtqxq] has quit [Quit: Connection closed for inactivity] 14:35 -!- Maribel62Moscisk [~Maribel62@static.57.1.216.95.clients.your-server.de] has quit [Remote host closed the connection] 14:38 -!- Casper30Abshire [~Casper30A@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-builds 14:54 -!- Casper30Abshire [~Casper30A@static.57.1.216.95.clients.your-server.de] has quit [Remote host closed the connection] 14:56 -!- Madisen33Spencer [~Madisen33@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-builds 15:03 -!- Madisen33Spencer [~Madisen33@static.57.1.216.95.clients.your-server.de] has quit [Remote host closed the connection] 15:07 -!- Julianne55Funk [~Julianne5@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-builds 16:22 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 16:27 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-builds 16:35 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 16:51 -!- thrasher [~thrasher@unaffiliated/thrasher] has quit [Ping timeout: 256 seconds] 16:52 -!- thrasher` [~thrasher@173.209.42.7] has joined #bitcoin-builds 16:57 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-builds 17:27 -!- Julianne55Funk [~Julianne5@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 258 seconds] 19:16 < fanquake> MarcoFalke did you solve your zig issue? 19:16 < fanquake> I've tested on darwin for darwin, and it "compiles", but has a runtime issue 19:16 < fanquake> building on linux works until linking, but the issues look solvable. 19:17 < fanquake> In both cases it seems some of our linker flags may not be supported by lld? Need to play around some more 21:27 -!- robot-dreams [sid463268@gateway/web/irccloud.com/x-nyaxgoxdtipvtois] has quit [Read error: Connection reset by peer] 21:27 -!- hebasto [sid449604@gateway/web/irccloud.com/x-vnbkufklqhdtwoze] has quit [Ping timeout: 260 seconds] 21:27 -!- fjahr [sid374480@gateway/web/irccloud.com/x-bftuodvmfdbwrhhw] has quit [Write error: Connection reset by peer] 21:28 -!- digi_james [sid281632@gateway/web/irccloud.com/x-cgclkowkiyrokwek] has quit [Ping timeout: 272 seconds] 21:28 -!- hebasto [sid449604@gateway/web/irccloud.com/x-fadcirbhpzvcfezz] has joined #bitcoin-builds 21:28 -!- robot-dreams [sid463268@gateway/web/irccloud.com/x-cndlteukbokvnpjt] has joined #bitcoin-builds 21:29 -!- digi_james [sid281632@gateway/web/irccloud.com/x-vjrjbdfohnkqvcae] has joined #bitcoin-builds 21:29 -!- fjahr [sid374480@gateway/web/irccloud.com/x-kgzulwjjzuyevisv] has joined #bitcoin-builds --- Log closed Wed Dec 09 00:00:42 2020