marcosnils / bin

Effortless binary manager
MIT License
640 stars 44 forks source link

Potential problem in the 0.16.0 build #158

Closed aristapimenta closed 1 year ago

aristapimenta commented 1 year ago

Hi @marcosnils, I just ran bin update bin here and I think something might have gone wrong in the build of the 0.16.0 release:

➜  ~ bin list

 Path               Version     URL                             Status
 /home/pimenta/.local/bin/bin   v0.15.2     https://github.com/marcosnils/bin/releases/tag/v0.15.2      OK

➜  ~ bin update bin
   • /home/pimenta/.local/bin/bin v0.15.2 -> v0.16.0 (https://github.com/marcosnils/bin/releases/tag/v0.16.0)

Do you want to continue? [Y/n] y
   • Getting v0.16.0 release for marcosnils/bin
   • Starting download of https://api.github.com/repos/marcosnils/bin/releases/assets/96243511
14.56 MiB / 14.56 MiB [--------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100.00% 16.43 MiB p/s 1s
   • Copying for bin@v0.16.0 into /home/pimenta/.local/bin/bin
   • Done updating /home/pimenta/.local/bin/bin to v0.16.0
➜  ~ bin list
bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by bin)
bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bin)
➜  ~ 

This is reproducible. I used my local build of bin to remove and reinstall 0.15.2 to reproduce, and the same thing happened (that's how I grabbed the full shell log).

aristapimenta commented 1 year ago

sorry just saw this dup now

duplicate of #157