IRC channel logs

2023-02-04.log

back to list of logs

<stikonas>sam_: looks like I might not need your help with mrustc after all (some time ago I was telling you that I had some issues building it with emerge even though it worked outside emerge). Looks like something fixed it (probably gcc upgrade)
<stikonas>well, unfortunately mrustc is sometimes picky about what gcc version is used to build it
<sam_>excellent
<stikonas>sam_: actually it was not gcc, so I might either need your help or just use workaround
<sam_>:)
<stikonas>sam_: so any idea what might cause this https://pastebin.com/aZaLSeLu
<stikonas>sam_: I think I see this when I call build with emake, but not when I build it with just make
<sam_>almost certainly a parallel build issue
<stikonas>hmm, so I could use "emake -j1"?
<stikonas>although I thought that mrust does not do parallel builds
<stikonas>emake also adds CFLAGS?
<sam_>emake only does ${MAKE:-make} ${MAKEOPTS} essentially
<sam_>so emake -j1 should work
<stikonas>ok, let me try that
<stikonas>ok, emake -j1 works