IRC channel logs

2021-10-30.log

back to list of logs

<stikonas>oriansj: looks like I'm getting multiple redefinition errors with gcc11
<stikonas> https://paste.debian.net/1217337/
<oriansj>thank you stikonas, I'll attempt to correct that.
<oriansj>odd, only vm_globals.c has a definition for tape_01_name and vm.h does extern char* tape_01_name;
<oriansj>So how could there be multiple definitions?
<oriansj>stikonas: are you on commit 4fec19dd0d904fd79f66eb1bf7db55d2917c2590
<stikonas[m]>Hmm, not sure, I'll check tomorrow
<stikonas[m]>(Not at my laptop anymore)
<oriansj>because with GCC 11, I have to go back a few commits before the global reallocation before the build breaks.
<stikonas[m]>Hmm, maybe I didn't pull, hmm
<stikonas[m]>Anyway, let's postpone it till tomorrow
***opal is now known as keep-ass
<stikonas[m]>oh yes, I was on older stage0 commit, sorry for the noise
<oriansj>stikonas: I'd rather have 10 false problems reported than 1 real problem not reported. Thank you.
***keep-ass is now known as opal
***ChanServ sets mode: +o janneke_
<stikonas>oriansj: I have a semi-working riscv64 port of mes-m2 here https://github.com/oriansj/mes-m2/pull/13
<stikonas>x86 version seems to work, so no regression there
<stikonas>but riscv64 often segfauls on startup (somewhere in garbage collector)
<stikonas>or should we wait until if works reliably before mering?
<stikonas>s/mering/merging/
<stikonas>oriansj: I think I've got empty #defines working in M2-Planet https://github.com/oriansj/M2-Planet/pull/26/files
<stikonas>oh, and also got #ifdef and #ifndef working...
<stikonas>small things but might be useful if we want to target mes
<Hagfish>this guy's unstoppable :)
<Hagfish>great work