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

croc_v9.6.8 ; no more .deb for Ubuntu 20.04 ? #654

Closed
ludetie opened this issue Feb 8, 2024 · 7 comments
Closed

croc_v9.6.8 ; no more .deb for Ubuntu 20.04 ? #654

ludetie opened this issue Feb 8, 2024 · 7 comments
Labels

Comments

@ludetie
Copy link

ludetie commented Feb 8, 2024

Describe the bug

When the last version of croc (v9.6.8) is launched in Ubuntu 20.04, it says :

~/Apps/sources/croc_v9.6.8_Linux-64bit$ ./croc --help
./croc: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./croc) ./croc: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./croc)

Have you decided to stop doing .deb for Ubuntu 20.04 ?

To Reproduce

Steps to reproduce the behavior:
<-- 1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error -->

Expected behaviour

<-- A clear and concise description of what you expected to happen. -->

Version

<-- Check "croc -v" and report it -->

Additional context

<-- Add any other context about the problem here. -->

@ludetie ludetie added the bug label Feb 8, 2024
@schollz
Copy link
Owner

schollz commented Feb 8, 2024

please edit this release action to get what you need: https://github.com/schollz/croc/blob/main/.github/workflows/release.yml

I migrated away from goreleaser and I'm not sure who needs what, so if you need something in particular, put it there and I'll generate a release

@ludetie
Copy link
Author

ludetie commented Feb 8, 2024

Hello, Sorry, I do not know what to do in this release.yml, I just wanted a .deb, i am a little user and wanted to update croc.

@schollz
Copy link
Owner

schollz commented Feb 8, 2024

okay, hopefully someone else finds this and can help you

@ludetie
Copy link
Author

ludetie commented Feb 9, 2024

Hello,
the latest version was succesfully created using what you wrote on the homepage:
go install github.com/schollz/croc/v9@latest

Many sites talk about installing croc by saying to download the latest .deb; it was easier to install it.

This software is really great, thank you.

@TaquitoSlayer
Copy link

TaquitoSlayer commented Feb 9, 2024

GLIBC is pegged to whatever Ubuntu release you have. You'd have to go in and build croc yourself every time now and edit
build: runs-on: ubuntu-latest to ubuntu-20.04. Sad. That's pretty much the only way. That or update to the latest ubuntu (which requires more than 1GB of ram now)

@schollz
Copy link
Owner

schollz commented Feb 9, 2024

if you want you can make a pr to the GitHub actions to peg a different Ubuntu

@ludetie
Copy link
Author

ludetie commented Feb 17, 2024

Hello,
You build with go 1.21 the last version 9.6.10, no more GLIBC error, no needs to do the go install command.
Thank you.

rasa added a commit to rasa/deb-get that referenced this issue Mar 2, 2024
@schollz schollz closed this as completed May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants