Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from 0.4.0 to 0.5.1 fail on Mac OS Intel #1860

Closed
ArnaudBarre opened this issue Jan 20, 2023 · 8 comments
Closed

Upgrade from 0.4.0 to 0.5.1 fail on Mac OS Intel #1860

ArnaudBarre opened this issue Jan 20, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@ArnaudBarre
Copy link
Contributor

What platform is your computer?

Darwin 21.6.0 x86_64 i386

How did you attempt to install or upgrade?

bun upgrade

What do you see instead?

error Failed to verify bun ChildExecFailed)

Additional information

No response

@ArnaudBarre ArnaudBarre added the bug Something isn't working label Jan 20, 2023
@brian316
Copy link

brian316 commented Jan 20, 2023

I tried upgrading from v5.0 to v5.1 and I also tried doing the curl command install then got this error:

curl -fsSL https://bun.sh/install | bash
######################################################################## 100.0%
mv: /Users/brian/.bun/bin/bun-darwin-x64/bun: No such file or directory
error: Failed to move extracted bun to destination

my system

neofetch
                    'c.          xxxxxxx@xxxxx.lan
                 ,xNMM.          --------------------
               .OMMMMo           OS: macOS 13.1 22C65 x86_64
               OMMM0,            Host: MacBookPro16,2
     .;loddo:' loolloddol;.      Kernel: 22.2.0
   cKMMMMMMMMMMNWMMMMMMMMMM0:    Uptime: 2 days, 18 hours, 9 mins
 .KMMMMMMMMMMMMMMMMMMMMMMMWd.    Packages: 118 (brew)
 XMMMMMMMMMMMMMMMMMMMMMMMX.      Shell: zsh 5.8.1
;MMMMMMMMMMMMMMMMMMMMMMMM:       Resolution: 1440x900@2x
:MMMMMMMMMMMMMMMMMMMMMMMM:       DE: Aqua
.MMMMMMMMMMMMMMMMMMMMMMMMX.      WM: Quartz Compositor
 kMMMMMMMMMMMMMMMMMMMMMMMMWd.    WM Theme: Blue (Dark)
 .XMMMMMMMMMMMMMMMMMMMMMMMMMMk   Terminal: WarpTerminal
  .XMMMMMMMMMMMMMMMMMMMMMMMMK.   CPU: Intel i7-1068NG7 (8) @ 2.30GHz
    kMMMMMMMMMMMMMMMMMMMMMMd     GPU: Intel Iris Plus Graphics
     ;KMMMMMMMWXXWMMMMMMMk.      Memory: 18177MiB / 32768MiB
       .cooc,.    .,coo:.

@baristikir
Copy link

Can confirm that this is also an issue for Apple Silicon macs (M1 in my case).
I tried to upgrade from 0.4.0 to latest via bun upgrade and got the same error message.

~  bun upgrade 
bun v0.5.1 is out! You're on 0.4.0
error Failed to verify bun ChildExecFailed)

@zolomatok
Copy link

Same here
#1859

@yaameen
Copy link

yaameen commented Jan 20, 2023

What platform is your computer?

Darwin 21.6.0 x86_64 i386

How did you attempt to install or upgrade?

bun upgrade

What do you see instead?

error Failed to verify bun ChildExecFailed)

Additional information

No response

Same issue

@chrisAXZA
Copy link

chrisAXZA commented Jan 20, 2023

On Mac OS Mojave 10.14 latest updates from 0.4 -> 0.5 + 0.5 -> 0.5.1 are successful via curl (bun upgrade still not working), even though will return error message from 0.5 -> 0.5.1, which was not present with transition from 0.4 -> 0.5:

curl -fsSL https://bun.sh/install | bash
Error => error: Failed to move extracted bun to destination

bun --version
0.5.1

@zolomatok
Copy link

Huh, you're right, it really is installed, we just get an error. Strange 🤔.

@Jarred-Sumner
Copy link
Collaborator

Fixed, please try again either via bun upgrade or the curl script

@zolomatok
Copy link

zolomatok commented Jan 20, 2023

Works like a dream, thanks @Jarred-Sumner !

wwe-okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants