Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Nicholas good *, * 06:19
japhb *.good(*) 06:36
Voldenet * ==>> good(*) 06:43
nine *.^good 06:46
japhb Oooh, very nice nine -- you win for DRY 07:14
lizmat good *, all 08:59
so I have this new MacMini / MacOS Monterey 09:00
and I get failures installing anything that calls e.g.libcryoto
such as IO::Socket::SSL: ... is loading libcrypto in an unsafe way 09:01
I seem to recall that *was* an issue in the past, but apparently it's also in the present?
ah, it seems github.com/sergot/openssl/issues/81 has some clues 09:03
Nicholas I have an $ork M1 laptop, but I've not been trying to install libraries on it. Most $ork is happening on an x86_64 thing that is good at spinning its fans.
so I can't help. Sorry 09:04
lizmat thanks for trying :-) 09:08
Nicholas My little fight today has been with virtualbox. Today I Learned that there is a hard coded undocumented DHCP server created on 192.168.56.100 -- www.virtualbox.org/browser/vbox/tr....cpp#L2434 09:10
woe betide you if you manually configure your virual machine's interface to use that IP 09:11
[Coke] eek 13:54
nine jnthn: IMPL-TO-QAST-COMP-UNIT is definitely too late to create the RakuAST::IMPL::QASTContext. For BEGIN time execution we need at least access to the SC. The QASTContext is probably also the only good place for those sub_id_to_[[cloned_]?code_object|sc_idx] lookup hashes. 15:23
I do wonder though if we actually still need those hashes