Closed breqdev closed 1 year ago
We made a change that was incompatible with a small number of bottles that had previously unnoticed ELF corruption issues. It seems like Rust dependents were at the centre of most of them and I will do a check of them all this week. We have however already fixed some and I will fix the ones you've listed just now. I'll probably not be about when the fix gets through the queue and uploaded, but it will be up within the next few hours.
Same error for gitui
, pueue
and sd
. Please help to fix.
Getting the same thing for tokei
and ripsecrets
All the ones mentioned here should be fixed now.
Thanks!
Thanks for the quick fix! Much appreciated :heart:
Still repros for fnm
and viu
.
Fixed fnm
and viu
.
I've now collected a full list of affected Rust dependents and will get them sorted over the next couple days.
~Having the same issue with htmlq
since today.~ Looks good.
Have same issue with mcfly, when running brew install mcfly
This has been fixed for every Rust dependent except gnirehtet
and spotifyd
, which have further issues unrelated to this one that prevent it from working any further which I'll look into soon.
It's possible you may see this for a non-Rust dependent - please let me know if you do - but those seem to be very rare and I've not seen a report for one in a few weeks now.
The problem is back for htmlq
since yesterday 🤔
The problem is back for
html
since yesterday 🤔
If you mean htmlq
, you probably just have an outdated homebrew-core:
$ brew install htmlq
==> Downloading https://ghcr.io/v2/homebrew/core/htmlq/manifests/0.4.0-1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/htmlq/blobs/sha256:b93418d06723
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Pouring htmlq--0.4.0.x86_64_linux.bottle.1.tar.gz
🍺 /home/linuxbrew/.linuxbrew/Cellar/htmlq/0.4.0: 7 files, 3.3MB
==> Running `brew cleanup htmlq`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
That was it! Adding brew update
to my github actions before installing the modules solved the problem 😊
Strill problem finefindus/tap/artem
Strill problem
finefindus/tap/artem
That's from a third paty tap we do not maintain. You'll need to contact the maintainers of that tap and ask for a bottle rebuild as the original bottle is corrupt (and the cause of that has been fixed).
brew config
outputbrew doctor
outputVerification
brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I was trying to set up a brand new Linux machine by installing a list of homebrew packages I usually use.
What happened (include all command output)?
All of the installs succeeded, except for several of the packages which were written in Rust. Specifically, attempting to
brew install
any ofdog
,dust
,rm-improved
, orzoxide
yields the following error:What did you expect to happen?
I expected these packages to be installed without errors.
Step-by-step reproduction instructions (by running
brew
commands)