github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 07:01
timotimo good good 07:40
nine moarvm moarvm 07:53
timotimo trying 08:07
to find my desktop's ipv6 address 08:10
nmapped for hours and hours
nine Have you tried arp -a? 08:13
nwc10 :-) That was my standard way to find my work desktop (from a machine with a fixed name and IP) 08:14
nine And maybe a ping to the link local multi cast address works: FF02::1 08:16
nwc10 oh, I forgot. I cheated - I knew the MAC address of the machine. 08:17
this helps a lot
nine Yes, ping does indeed work, but it needs the interface specified explicitly: ping6 -I eth0 ff02::1 08:19
timotimo arp -a only gives you ipv4 addresses :) 08:28
netsh interface neighbors or something will give you a similar thing
but i didn't see my machine in there 08:29
oh no 08:30
i'm a total idiot
i wasn't even nmapping the right prefix
nwc10 use more 'coffee'; ?
timotimo i went all the way from ::0 to ::b:2fff 08:31
nwc10 do the docs for libtomath exist anywhere online, or did I *have* to build them locally? 20:09
(which eventually worked, but on the second machine I tried on, and somewhat (first ever) LTA - the crazy thing *rewrites* files under version control during the docs build) 20:10
[Coke] O_o; 20:12
MasterDuke nwc10: what are you doing with libtommath? i haven't heard back yet from my email to the gmp mailing list about the linking problem, but hopefully once that's resolved we can switch over 21:10
nwc10 I'm trying to work out why one spectest fails on 32 bit systems
and it's something to do with commit b735866ddee9bd719440e5c822045430b335f27b 21:11
which fixes other bugs
and "32 bit systems" is certainly x86, ARM and ppc32
I think it was also sparc32, but it took quite a bit of hacking to get sparc32 to build, and I don't have that set up currently
MasterDuke ah. well if you've got gobs and gobs of spare time, you could try my gmp branch on those systems and see if it works/changes anything 21:13
oh, don't think i've PRed it, so it probably only exists in my fork 21:15