rakudo / star

Rakudo Star (Raku distribution)
https://rakudo.org/
Artistic License 2.0
265 stars 41 forks source link

[Compiling Star 2023-05] Could not find #186

Closed habere-et-dispertire closed 9 months ago

habere-et-dispertire commented 1 year ago

The following modules failed to install:

App::Zef-Deps
Terminal-LineEditor
Config-Parser-toml
Config-Parser-json
JSON-Unmarshal
JSON-Marshal
JSON-Class
META6
License-SPDX
Test-META
JSON-Tiny
Digest-MD5
JSON-R

The folders searched appear to be:

/Users/XXX/rakudo/share/perl6/site
/Users/XXX/rakudo/share/perl6/vendor
/Users/XXX/rakudo/share/perl6/core
CompUnit::Repository::AbsolutePath<140481977147120>
CompUnit::Repository::NQP<140481977860632>
CompUnit::Repository::Perl5<140481977860672>

Environment

rstar sysinfo

make            make
version         17.7.0
term            xterm-256color
key             darwin
os              darwin
arch            x86_64
AntonOks commented 1 year ago

The following modules failed to install:

.....

THANKS for reporting the issue!

habere-et-dispertire commented 1 year ago

I am completely out of my depth here and I have little idea if this is helpful, but in case this is a dependency issue I'll mention that I have experienced progress since switching to nix. I wonder if their fundamentally new approach to resolving dependencies could be helpful here.

AntonOks commented 9 months ago

both Star releases, the "Windows" and also the "Bash Script" UX tools, use ZEF to install the Star modules by now. ZEF also handles all the dependencies... so this should be solved by ZEF per default in addition, the majority of the Star modules have (enforced) "GIT tags", which helps to ensure reproducible builds...