Release 3.10.0 debian package for amd64 fails is broken on Ubuntu 20.04 #366

Closed
opened 6 months ago by jahway603 · 4 comments
Collaborator

Release 3.10.0 debian package for amd64 fails to install on Ubuntu 20.04

$ sudo dpkg -i hush-3.10.0-amd64.deb 
(Reading database ... 113794 files and directories currently installed.)
Preparing to unpack hush-3.10.0-amd64.deb ...
Unpacking hush (3.10.0) over (3.9.4) ...
dpkg: dependency problems prevent configuration of hush:
 hush depends on libc6 (>= 2.34); however:
  Version of libc6:amd64 on system is 2.31-0ubuntu9.12.
 hush depends on libstdc++6 (>= 12); however:
  Version of libstdc++6:amd64 on system is 10.5.0-1ubuntu1~20.04.

dpkg: error processing package hush (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 hush
$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
Release 3.10.0 debian package for amd64 fails to install on Ubuntu 20.04 ``` $ sudo dpkg -i hush-3.10.0-amd64.deb (Reading database ... 113794 files and directories currently installed.) Preparing to unpack hush-3.10.0-amd64.deb ... Unpacking hush (3.10.0) over (3.9.4) ... dpkg: dependency problems prevent configuration of hush: hush depends on libc6 (>= 2.34); however: Version of libc6:amd64 on system is 2.31-0ubuntu9.12. hush depends on libstdc++6 (>= 12); however: Version of libstdc++6:amd64 on system is 10.5.0-1ubuntu1~20.04. dpkg: error processing package hush (--install): dependency problems - leaving unconfigured Errors were encountered while processing: hush ``` ``` $ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ```
jahway603 changed title from Release 3.10.0 debian package for amd64 fails to install on Ubuntu 20.04 to Release 3.10.0 debian package for amd64 fails is broken on Ubuntu 20.04 6 months ago
Poster
Collaborator

It doesn't like --version

$ hushd --version
hushd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by hushd)
hushd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by hushd)
hushd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by hushd)
hushd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by hushd)
hushd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by hushd)
It doesn't like `--version` ``` $ hushd --version hushd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by hushd) hushd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by hushd) hushd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by hushd) hushd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by hushd) hushd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by hushd) ```
jahway603 added the
high priority
label 6 months ago
Collaborator

Quickly checked on Ubuntu 22.04, all good.

image

Quickly checked on Ubuntu 22.04, all good. ![image](/attachments/5ae46e15-a7ef-45fc-95d6-bd61c93cf217)
214 KiB
Collaborator

I used Debian 11 now to build 3.10.0 debian package for amd64 to make it usable on both Ubuntu 20.04 and 22.04. Thank You for spotting it, if it builds for you now we can resolve the issue.

I used Debian 11 now to build 3.10.0 debian package for amd64 to make it usable on both Ubuntu 20.04 and 22.04. Thank You for spotting it, if it builds for you now we can resolve the issue.
Poster
Collaborator

Closing as this is now fixed.

Closing as this is now fixed.
jahway603 closed this issue 6 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.