wx3.2-i18n missing for Ubuntu 18.04 LTS (Issue #22655)

40 views
Skip to first unread message

Peter Maffter

unread,
Jul 20, 2022, 5:57:47 PM7/20/22
to wx-...@googlegroups.com, Subscribed

When installing a program (mmex) compiled with wxWidget 3.2 on Ubuntu 18.04 LTS I get the error:

The following packages have unmet dependencies.
 mmex : Depends: wx3.2-i18n but it is not installable
E: Unable to correct problems, you have held broken packages.

Where can I find the latest internationalisation file for wxWidget 3.2 ?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655@github.com>

VZ

unread,
Jul 20, 2022, 6:07:11 PM7/20/22
to wx-...@googlegroups.com, Subscribed

3.2 packages are only available from CodeLite repositories but I don't think they provide them for 18.04 and, of course, Ubuntu won't provide it neither considering that 18.04 support must have ended. You may try to manually install the 20.04 i18n package, as it's not really dependent on the OS version, but a better solution would be to either update your OS or to build both wx and the program you use yourself from sources.

But we can't really help you with this, sorry.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655/1190809533@github.com>

VZ

unread,
Jul 20, 2022, 6:07:12 PM7/20/22
to wx-...@googlegroups.com, Subscribed

Closed #22655 as completed.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issue/22655/issue_event/7033234025@github.com>

Peter Maffter

unread,
Jul 20, 2022, 6:13:47 PM7/20/22
to wx-...@googlegroups.com, Subscribed

I built wxWidget 3.2 and the program mmex from sources.
End of standard support for Bionic is April 2023.
So if CodeLite is not doing anything, all the people who are using Bionic are lost?


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655/1190813968@github.com>

VZ

unread,
Jul 20, 2022, 6:15:54 PM7/20/22
to wx-...@googlegroups.com, Subscribed

If you built them from sources, why do you need the package? make install should have already installed the message catalogs on your system.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655/1190815412@github.com>

Peter Maffter

unread,
Jul 20, 2022, 6:17:34 PM7/20/22
to wx-...@googlegroups.com, Subscribed

I was trying to install the resulting deb file mmex_1.5.18-Beta.1-1~bionic_amd64.deb .
I know that "make install" would be also possbile, but we try to provide the debs .


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655/1190816524@github.com>

VZ

unread,
Jul 20, 2022, 6:21:03 PM7/20/22
to wx-...@googlegroups.com, Subscribed

Sorry, I'm completely lost... Are you building the Debian package yourself? If so, you should be well placed to build wx 3.2 Debian packages for 18.04 too.

The statements "I built wx from sources" and "I need wx package" seem to be incompatible with each other.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655/1190818719@github.com>

Peter Maffter

unread,
Jul 20, 2022, 6:28:18 PM7/20/22
to wx-...@googlegroups.com, Subscribed

wxWidget was compiled from source, then make install, then ldconfig.

Afterwards mmex was compiled from sources.
During this also the mmex*.deb is created.
Maybe the inclusion of the i18n catalogs is missing there?


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655/1190819549@github.com>

Scott Talbert

unread,
Jul 20, 2022, 7:26:55 PM7/20/22
to wx-...@googlegroups.com, Subscribed

wxWidget was compiled from source, then make install, then ldconfig.

Afterwards mmex was compiled from sources. During this also the mmex*.deb is created. Maybe the inclusion of the i18n catalogs is missing there? Thanks for your patience.

It doesn't seem right that you're building against a non-packaged wxWidgets, but then building a .deb package against that. You should either use all packages or all not packages. In any event, the problem is that the mmex deb you've built has a metadata dependency requiring a package called "wx3.2-i18n". If you REALLY want to use that .deb, you'll have to remove that dependency or actually build a package with that name.


Reply to this email directly, view it on GitHub, or unsubscribe.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22655/1190865371@github.com>

Reply all
Reply to author
Forward
0 new messages