HermanKirshin / ClockReadabilityTest

GNU General Public License v2.0
0 stars 0 forks source link

Cannot run on Debian 12 bookworm #1

Open alex5250 opened 7 months ago

alex5250 commented 7 months ago

Steps to reproduce:

  1. Download binary and unpack.
  2. Run ClockReadabilityTest

Expected: test will run

Actual behavoir:

./ClockReadabilityTest                                                                                      in bash at 10:09:21
./ClockReadabilityTest: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./ClockReadabilityTest)

SHA256 of downloaded file e34e71a30255bd6e4e1f3baa21d8e47bf6301e295b1a4781172af9ab43f73ef8

OS info:

No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:        12
Codename:       bookworm

What letting me think that is an issue with project and not machine, that if I am correct this build is self-contained, so it should take everything with it including glibc.

HermanKirshin commented 7 months ago

Thanks for the report. Looks like it is the same as this. And I initially published x64 binary from Ubuntu 23. Now I created another binary using debian 11, hope it will work now.

alex5250 commented 7 months ago

Just for experiment could you turn off PublishAot and send build to me please? Probably can be an issue there.

alex5250 commented 7 months ago

Thanks for the report. Looks like it is the same as this. And I initially published x64 binary from Ubuntu 23. Now I created another binary using debian 11, hope it will work now.

image Works thanks!