Can't install because of `Sake` dep instead of `sake`
Open
Nobody has claimed this yet.
- Dominant language
- Raku
- Stars
- 19
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Apparently, in META6.json of Sake sake is used as a name. Then:
➜ whateverable git:(sourceable) ✗ zef install --deps-only .
===> Searching for missing dependencies: App::GPTrixie, Config::INI, Cro, Cro::HTTP::Client, Digest, Digest::HMAC, Digest::SHA256::Native, File::Directory::Tree, File::Temp, HTTP::Server::Async, HTTP::UserAgent, IRC::Client, IRC::TextColor, JSON::Fast, Number::Denominate, Pastebin::Gist, SVG::Plot, Sake, Stats, Terminal::ANSIColor, Text::Diff::Sift4, CoreHackers::Sourcery
===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Failed to find dependencies: Sake
Failed to resolve some missing dependencies
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the repository's META6.json dependency declaration and compare the Sake entry with the package name described in the issue. Run zef install --deps-only . to reproduce the failed resolution; done means dependency installation no longer reports Sake as missing.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100