--- Log opened Wed Nov 13 00:00:06 2019 01:39 -!- nijynot [~nijynot@83-233-23-98.cust.bredband2.com] has joined #rust-bitcoin 02:53 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has quit [Ping timeout: 276 seconds] 02:57 < stevenroose> elichai2: what are those stages? Is mrustc's goal only to build rustc? Could it also build other Rust crates? 03:02 < elichai2> stevenroose: so generally any compiler you build, you usually first build it with an older compiler so that older one is stage0. with that older stage0 compiler you build the current compiler code and you get stage1. now that compiler is probably "better" than an older one, so you want to build the compiler again now with the new compiler :) that's how you get compiler stage 2. 03:02 < elichai2> then you usually want to use stage2 compiler to build the compiler again and compare the resulting binary. that's stage3 03:03 < elichai2> anyhow. mrustc can build crates, but the main goal is to build rustc 03:07 < stevenroose> elichai2: wait in your story you built the current compuler 3 times? Is there a reason to stop at 3? Or does "compare the resulting binary" implies that if you make improvements, you keep adding changes? Or does it somehow always end at stage3 for obvious reasons I'm just not seeing right now? :D 03:08 < elichai2> stage2 compiler should be the most optimized ready to use compiler. so if that compiler can produce a "better" compiler than itself than something in the logic is broken 03:08 < elichai2> so stage2 should be exactly the same as stage3 03:11 < elichai2> anyhow, now that we found that the reason I couldn't build latest mrustc is because of a bug in gcc 9, i'll try building it with clang and see what's what 03:13 < stevenroose> a bug in gcc9?? :O thanks for that info, though 03:15 < elichai2> stevenroose: https://github.com/thepowersgang/mrustc/issues/123 03:16 < elichai2> oh I just remembered, last time I tried building rust-bitcoin/secp with mrustc I got to problems because the `cc` crate has autodetection for your rustc version. but this should've been fixed in https://github.com/thepowersgang/mrustc/issues/122 03:24 -!- titanbiscuit [~tbisk@152.89.160.126] has quit [Read error: Connection reset by peer] 03:25 -!- titanbiscuit [~tbisk@152.89.160.126] has joined #rust-bitcoin 04:20 -!- jonatack [~jon@213.152.161.74] has joined #rust-bitcoin 05:13 -!- jonatack [~jon@213.152.161.74] has quit [Quit: jonatack] 06:40 -!- jonatack [~jon@37.164.55.120] has joined #rust-bitcoin 07:43 -!- jonatack [~jon@37.164.55.120] has quit [Ping timeout: 265 seconds] 08:23 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has joined #rust-bitcoin 08:25 -!- nijynot [~nijynot@83-233-23-98.cust.bredband2.com] has quit [Ping timeout: 268 seconds] 08:33 -!- andytoshi [~apoelstra@wpsoftware.net] has joined #rust-bitcoin 08:33 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Changing host] 08:33 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #rust-bitcoin 09:41 -!- Emilie38Jakubows [~Emilie38J@ns334669.ip-5-196-64.eu] has joined #rust-bitcoin 09:44 -!- Emilie38Jakubows [~Emilie38J@ns334669.ip-5-196-64.eu] has quit [Remote host closed the connection] 09:48 -!- Sylvia61Kulas [~Sylvia61K@ns334669.ip-5-196-64.eu] has joined #rust-bitcoin 11:59 -!- nijynot [~nijynot@h-177-96.A785.priv.bahnhof.se] has joined #rust-bitcoin 12:07 -!- nijynot [~nijynot@h-177-96.A785.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 12:41 -!- reallll [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 12:44 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 265 seconds] 12:52 -!- reallll is now known as belcher 14:44 -!- TamasBlummer1 [~Thunderbi@p200300DD671264022CA93D3BFB4E8542.dip0.t-ipconnect.de] has joined #rust-bitcoin 14:46 -!- TamasBlummer [~Thunderbi@p200300DD6712641299B4880591F78FC3.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 14:46 -!- TamasBlummer1 is now known as TamasBlummer 22:40 -!- titanbiscuit [~tbisk@152.89.160.126] has quit [Read error: Connection reset by peer] 22:42 -!- titanbiscuit [~tbisk@152.89.160.126] has joined #rust-bitcoin --- Log closed Thu Nov 14 00:00:08 2019