Closed romanrm closed 2 years ago
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).
Hello, is this issue still the case?
I'm tempted to say we close this as a duplicate of #343, since the release automation would hypothetically solve this.
Going to close this issue as a duplicate and unsolved. There are no immediate actionable tasks for this issue.
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.