rakudo / star

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

problem with brew and raku star. #199

Closed cognominal closed 5 months ago

cognominal commented 5 months ago

Probably conflicting installs but the error message does not help. Not sure this is the place to report. It seems brew issues are only for unsuccessful installs. So I abandonned my intention to file an issue there as well.

➜  ~ uname -a
Darwin cogs-MacBook-Air.local 23.4.0 Darwin Kernel Version 23.4.0: Wed Feb 21 21:51:37 PST 2024; root:xnu-10063.101.15~2/RELEASE_ARM64_T8112 arm64
~ brew uninstall rakudo-star
Uninstalling /opt/homebrew/Cellar/rakudo-star/2024.02... (2,056 files, 131.5MB)
➜  ~ brew install rakudo-star
==> Downloading https://ghcr.io/v2/homebrew/core/rakudo-star/manifests/2024.02
Already downloaded: /Users/cog/Library/Caches/Homebrew/downloads/3433100b3d8274f8891c0f74558ec2a74e5b83b988ab7172334033a87b9a67f3--rakudo-star-2024.02.bottle_manifest.json
==> Fetching rakudo-star
==> Downloading https://ghcr.io/v2/homebrew/core/rakudo-star/blobs/sha256:dc89550195ead9d65fcf720618b45d07be78ed75d11a7aee73f61b6502c5ebf6
Already downloaded: /Users/cog/Library/Caches/Homebrew/downloads/1b0eb6c4e3a89e8732d0aaa50369d9ef3f3b65c994f8f35b1e49b5f235c51ec1--rakudo-star--2024.02.arm64_sonoma.bottle.tar.gz
==> Pouring rakudo-star--2024.02.arm64_sonoma.bottle.tar.gz
🍺  /opt/homebrew/Cellar/rakudo-star/2024.02: 2,056 files, 131.5MB
==> Running `brew cleanup rakudo-star`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
➜  ~
➜  ~ zef install App::Mi6
===> Searching for: App::Mi6
===> Searching for missing dependencies: Pod::To::Markdown:ver<0.2.1+>, fez:ver<38+>
Enabled extracting backends [git unzip path] don't understand /var/folders/n0/_8g462950vgdhwl4s_h_jysw0000gn/T//.zef/1710702347.84962/1710702354.84962.9658.40039703082/0869ab01c0d73b78b04600d0b6c5d73359af8914.tar.gz
You may need to configure one of the following backends, or install its underlying software - [tar]
➜  ~
~ which zef
/opt/homebrew/bin/zef
~ zef --version
0.21.4
AntonOks commented 5 months ago

@cognominal

Cannot see how this is a "Star" issue... and if you opened a "brew" issue already, thats the way to go, I'd say...

cognominal commented 5 months ago

Thx for the feedback. I agree that's maybe not a rakudo star issue except if the brew bottle is a copy of rakudo star scripts. Certainly not a brew specific issue, either. So, more like a zef or rakudo issue. I will file a zef issue. I am clueless how zef works.

cognominal commented 5 months ago

See https://github.com/ugexe/zef/issues/552#issuecomment-2002677511