Page 1 of 2
How to provide an rpm package for Mageia/Fedora/openSUSE
Posted: Wed May 23, 2012 7:14 pm
by jtmh
MMEX v0.9.9.0 is now officially released, and its source code is also available on the MMEX Downloads Web page. That makes me wanna maintain a binary rpm package for the Mageia distro. How can I provide the package for the development team? And is there anything I should notice? Thanks.
Re: How to provide an rpm package for Mageia
Posted: Wed May 23, 2012 8:07 pm
by Nikolay
readme file included into src package into /setup/linux/rpm/ folder
https://moneymanagerex.svn.sourceforge. ... readme.txt
Re: How to provide an rpm package for Mageia
Posted: Thu May 24, 2012 1:22 am
by jtmh
Thanks for the quick reply. I'd like to know that when I get the rpm package ready, should I upload it as an attachment with a new reply or by other ways?
Re: How to provide an rpm package for Mageia
Posted: Thu May 24, 2012 6:04 am
by Nikolay
Just attach here. I'll check it then it will be provided for downloads on sourceforge.net
Re: How to provide an rpm package for Mageia
Posted: Sun May 27, 2012 1:15 am
by jtmh
MMEX v0.9.9.0 RPM i586-32bit package for Mageia 2 is attached below. Note that its file extension ".zip" is appended on purpose because the forum doesn't accept a ".rpm" attachment. Please remove ".zip" first before checking it. Upon its installation, the system will also install the following two RPMs:
- libwxgtku2.8_0-2.8.12-9.mga2.i586.rpm
- wxgtk2.8-2.8.12-9.mga2.i586.rpm
from the Mageia 2 Core i586 repository.
Re: How to provide an rpm package for Mageia
Posted: Sat Jun 02, 2012 4:24 pm
by Nikolay
I am trying to install this package on Fedora
Failed to obtain authentication.
Re: How to provide an rpm package for Mageia
Posted: Sun Jun 03, 2012 11:46 am
by jtmh
Sorry, but I don't understand what you mean by "Failed to obtain authentication." Currently, my package only works (i.e., installs and runs) on Mageia 2 i586 system.
I've tried it on Mageia 1. It installed fine but didn't run. The error message from Konsole:
mmex: relocation error: mmex: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference
I've also tried it on Fedora 17 i686 Live KDE and Desktop (GNOME) today. For Live KDE, there was an "Installing unsigned software" warning dialog popping up while installation, but I could proceed by answering "Yes."

- install warning on fdr17 kde.png (40.89 KiB) Viewed 21732 times
However, it aborted with a fatal error upon running:

- start error on fdr17 kde.png (66.07 KiB) Viewed 7538 times
For Live Desktop, the package installed fine, but aborted with the same fatal error upon running:

- start error on fdr17 gnome.png (33.89 KiB) Viewed 21732 times
It seems that all the runtime errors are related to incompatible libraries between my system for building the RPM package and the actual systems for running MMEX.
Re: How to provide an rpm package for Mageia
Posted: Tue Jul 03, 2012 10:18 pm
by jtmh
After doing lots of investigations, I've realized that there exist version incompatibility problems with the wxgtk/libpng/... libraries across rpm-based distros, e.g., Fedora, openSUSE, and Mageia. Some are due to different configure options used, e.g., whether wxgtk should be compatible with its version 2.4 or 2.6; some are due to that old version libraries are not installed by default or no longer provided for some new distro versions, e.g., libpng 1.2. Therefore, I've decided to build some rpms against wxgtk static libraries (as noted in INSTALL.txt for mmex) for some main distro versions. Here are the results for openSUSE and Mageia (Due to maximum attachment number is 3, I'll attachment the Fedora rpms in the next reply.):
- For openSUSE 11.4 / 12.1:
- For Mageia 1:
- For Mageia 2:
Note that the files above are given the file extension ".zip" on purpose because the forum doesn't accept ".rpm" attachments. Please remove ".zip" first before checking them. Thanks.
Re: How to provide an rpm package for Mageia
Posted: Tue Jul 03, 2012 11:14 pm
by jtmh
Here are the rpms for Fedora:
- For Fedora 15 / 16:
- For Fedora 17:
Re: How to provide an rpm package for Mageia/Fedora/openSUSE
Posted: Tue Jul 17, 2012 7:09 pm
by jtmh
Any comments on my rpms?