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

[feature request] Is it possible to provide a .deb package that works with older glibc versions? #7

Closed
m-ueberall opened this issue Apr 14, 2023 · 3 comments

Comments

@m-ueberall
Copy link

m-ueberall commented Apr 14, 2023

The .deb unfortunately doesn't work on Ubuntu 20.04/Focal (and Debian 11/Bullseye uses the same glibc version 2.31):

[2023-04-14T11:20:17+0200] ueberall_l@desktop01:~/Videos% journal-viewer
journal-viewer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by journal-viewer)
journal-viewer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by journal-viewer)
journal-viewer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by journal-viewer)
[2023-04-14T11:20:19+0200] ueberall_l@desktop01:~/Videos%  ldd --version | head -1
ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
@mingue
Copy link
Owner

mingue commented Apr 20, 2023

The good news is that I tested building the project in Debian11 and it seems to work fine, so it is possible. I was able to run the journal-viewer successfully, so you always have this option running npm run tauri build

I will need to do some work for automating the build process though, as currently only builds for ubuntu-22.04

@mingue mingue closed this as completed Apr 20, 2023
@mingue mingue reopened this Apr 20, 2023
@mingue
Copy link
Owner

mingue commented Apr 20, 2023

More details about the issue can be found here rust-lang/rust#57497

It looks like I just need to build with ubuntu 20.04, so it should be an easy fix reusing the pipelines I already have

@mingue
Copy link
Owner

mingue commented Apr 21, 2023

Published a new version that supports debian 11 and ubuntu 20.04.

Also added a couple more filters and improvements :-)

@mingue mingue closed this as completed Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants