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

libicu70 not available on Ubuntu 24.04 #1270

Closed
williamcotton opened this issue Jun 17, 2024 · 2 comments · Fixed by #1275
Closed

libicu70 not available on Ubuntu 24.04 #1270

williamcotton opened this issue Jun 17, 2024 · 2 comments · Fixed by #1275
Assignees
Labels
documentation Improvements or additions to documentation priority-2-medium Medium priority issue quickfix Fast-to-fix issue user-request This issue was directly requested by a user

Comments

@williamcotton
Copy link

Bug Description

Not entirely a bug, but not really a feature either!

libicu70 is only available on jammy 22.04: https://packages.ubuntu.com/jammy/libicu70
libicu74 is the version on noble 24.04: https://packages.ubuntu.com/noble/libicu74

How To Reproduce

$ lsb_release -a           
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.04 LTS
Release:        24.04
Codename:       noble
$ sudo apt install libicu70
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libicu70
$ sudo apt install libicu74
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libicu74 is already the newest version (74.2-1ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.

Proposed Fix

Build with support for libicu74.

@philippemnoel
Copy link
Collaborator

philippemnoel commented Jun 17, 2024

Bug Description

Not entirely a bug, but not really a feature either!

libicu70 is only available on jammy 22.04: https://packages.ubuntu.com/jammy/libicu70 libicu74 is the version on noble 24.04: https://packages.ubuntu.com/noble/libicu74

How To Reproduce

$ lsb_release -a           
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.04 LTS
Release:        24.04
Codename:       noble
$ sudo apt install libicu70
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libicu70
$ sudo apt install libicu74
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libicu74 is already the newest version (74.2-1ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.

Proposed Fix

Build with support for libicu74.

Are you using the pre-built binaries for Ubuntu 22.04 on Ubuntu 24.04? Or are you asking to update the instructions from the README when compiling yourself?

@philippemnoel philippemnoel self-assigned this Jun 20, 2024
@philippemnoel philippemnoel added documentation Improvements or additions to documentation quickfix Fast-to-fix issue priority-2-medium Medium priority issue user-request This issue was directly requested by a user labels Jun 20, 2024
@philippemnoel
Copy link
Collaborator

#1275 should fix it, thank you for reporting and please let me know if you had something different in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority-2-medium Medium priority issue quickfix Fast-to-fix issue user-request This issue was directly requested by a user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants