d2r2/go-rsync

Package Dependencies (DEB) (Can not run on Ubuntu 20.04)

bashfulrobot opened this issue · 8 comments

Hello,

It looks like your deb file has a version requirement that is not in the main repos.

The libc6:amd64 package is at version 2.31 whereas your app requires 2.32.

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

Just a heads up that the package will not work in its current state on Ubuntu until the libc6:amd64 package is updated.

d2r2 commented

Hi @bashfulrobot! Thanks for feedback. It surprises me.

I have built packages on my Arch linux. As I see lib version currently correspond to:

$ ./build_with_tags.sh 
GOTK3 is building across GLIB 2_64(autodetected), GTK 3_24(autodetected) ...

I'm not sure that it will help, but let me rebuild these packages not in Arch with fresh libraries, but in some stable Ubuntu (in virtual environment), for instance, where libraries not so new, but probably it will resolve the issue. Give a day maximum, and I will get back with potential fix. You will help me if you test this again.

No worries, sounds good. Just let me know what you need.

d2r2 commented

No worries, sounds good. Just let me know what you need.

If you give me extra output from your system with lsb_release -a it will be good.

d2r2 commented

No worries, sounds good. Just let me know what you need.

If you give me extra output from your system with lsb_release -a it will be good.

I forgot that you already specify Ubuntu 20.04 in the title. No need to get extra info. Thanks!

d2r2 commented

Done. I have rebuilt all packages with Ubuntu 18.04. I hope this help.

@bashfulrobot, try to install updated DEB package from https://github.com/d2r2/go-rsync/releases/latest, and, please, give me a note how it went.

d2r2 commented

I can now start the app! I will test out.

This is great news! I will build packages from now using Ubuntu, rather than my working Arch Linux OS.

Be aware that just recently, I have released updated 0.4.1 version (due to critical bug found: when you changing UI language and reloading app, in some cases it leads to app crash).

Thank you for helping me in this! if you don't find other problems related to DEB packaging, I will close the ticket in the week or so.

Looks good so far!