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

Requires super-new glibc -- will not run on Debian #363

Closed
romanrm opened this issue Jan 6, 2021 · 4 comments
Closed

Requires super-new glibc -- will not run on Debian #363

romanrm opened this issue Jan 6, 2021 · 4 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@romanrm
Copy link

romanrm commented Jan 6, 2021

Hello,

I'm not sure what's the target platform for the precompiled release, but unfortunately it will not run on any currently existing version of Debian.

./teleirc-2.1.0-linux-x86_64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./teleirc-2.1.0-linux-x86_64)

As you can see 2.32 is not even in the newest unstable and experimental yet at the moment: https://packages.debian.org/search?keywords=libc-bin (only 2.31). And the current stable release ships version 2.28.

Is there any practical requirement to depend on glibc 2.32? Otherwise doesn't seem great to exclude a huge portion of users for no particular reason.

@romanrm romanrm added bug Something isn't working needs triage Metadata needs to be triaged and updated labels Jan 6, 2021
@Tjzabel
Copy link
Member

Tjzabel commented Jan 23, 2021

Ah, I figured we may run into issues with this. We are currently still trying to figure out the best way to use precompiled binaries to distribute TeleIRC easily.

A workaround for this is to download or clone TeleIRC, and run ./build_binary.sh. That will build a TeleIRC binary for your own system/architecture (requires Go to be installed).

@Tjzabel
Copy link
Member

Tjzabel commented Jul 21, 2021

Hello, is this issue still the case?

@jwflory
Copy link
Member

jwflory commented Nov 22, 2021

I'm tempted to say we close this as a duplicate of #343, since the release automation would hypothetically solve this.

@Tjzabel Tjzabel added wontfix This will not be worked on and removed needs triage Metadata needs to be triaged and updated labels Jan 31, 2022
@Tjzabel
Copy link
Member

Tjzabel commented Jan 31, 2022

Going to close this issue as a duplicate and unsolved. There are no immediate actionable tasks for this issue.

@Tjzabel Tjzabel closed this as completed Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants