I cannot install any lib with Zef

2020-07-20 Thread Aureliano Guedes
Hi all, I'm trying to figure out why I cannot install any package with zef. $ raku --version This is Rakudo version 2020.06 built on MoarVM version 2020.06 implementing Raku 6.d. zef install Acme::Insult::Lala ===SORRY!=== No candidate found for 'zef' that match your criteria. Did you perhaps me

Re: I cannot install any lib with Zef

2020-07-20 Thread JJ Merelo
El lun., 20 jul. 2020 a las 18:03, Aureliano Guedes (< guedes.aureli...@gmail.com>) escribió: > Hi all, > > I'm trying to figure out why I cannot install any package with zef. > > $ raku --version > This is Rakudo version 2020.06 built on MoarVM version 2020.06 > implementing Raku 6.d. > > zef ins

Re: I cannot install any lib with Zef

2020-07-20 Thread Aureliano Guedes
Thanks, I checked it out. now it is working But now I'm getting issues to install zef install Jupyter::Kernel, the issue itself is on Digest::SHA256::Native:ver<0.03> installation. $ zef install "Digest::SHA256::Native:ver<0.03>" --force-build --force-test > ===> Searching for: Digest::SHA256::

Re: I cannot install any lib with Zef

2020-07-21 Thread Timo Paulssen
I would assume the ffi, tommath, atomic_ops, and uv linker flags come straight from moarvm's linker flags, probably because the build script of Digest::SHA256::Native uses the flags used to compile moarvm itself. If you've compiled your moarvm yourself, this is a safe bet; these libraries are guara

Re: I cannot install any lib with Zef

2020-07-21 Thread William Michels via perl6-users
Hello Aureliano, What happens if you try either of the lines below (without the quotes or version number): $ zef install Digest::SHA256::Native $ zef upgrade Digest::SHA256::Native Additionally, we may need some more information from you--specifically which operating system you're on. I recently