You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds in PPA started failing after updating to Jammy. Looks like that Jammy uses a newer GLIBC and the cross-compilation isn't compatible now with versions prior to Jammy. So the testing of the binary after package creation fails.
bin/lc-admin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by bin/lc-admin)
bin/lc-admin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by bin/lc-admin)
There's also an issue with the dependencies install on Jammy for log-carver and log-courier that use systemd.
Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable
The text was updated successfully, but these errors were encountered:
Builds in PPA started failing after updating to Jammy. Looks like that Jammy uses a newer GLIBC and the cross-compilation isn't compatible now with versions prior to Jammy. So the testing of the binary after package creation fails.
There's also an issue with the dependencies install on Jammy for
log-carver
andlog-courier
that usesystemd
.The text was updated successfully, but these errors were encountered: