Page 1 of 1

Kubuntu 15.04 - Unable to install

Posted: Wed Aug 19, 2015 10:10 am
by naskoistaken
Hello,

I'm not able to install mmex_1.1.0_amd64.deb because of 'unmet dependencies'. When I try to build from source, the make command exits with an error:

Code: Select all

vis@vis-16:/storage/installs/moneymanagerex-1.2.2/release$ make
make: *** No rule to make target '../lib/wxsqlite3/src/wxsqlite3.cpp', needed by 'wxsqlite_wxsqlite3.o'.  Stop.
I read somewhere, that i needed to execute:

Code: Select all

git submodule update --init
... but it won't work because:

Code: Select all

fatal: Not a git repository (or any parent up to mount point /storage)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
And yet, the lib/wxsqlite3 folder is empty.

This is frustrating for me, as I'm not able to install mmex in whatever manner on Kubuntu 15.04 :-(

Re: Kubuntu 15.04 - Unable to install

Posted: Wed Aug 19, 2015 5:15 pm
by Nikolay

Re: Kubuntu 15.04 - Unable to install

Posted: Thu Aug 20, 2015 7:13 am
by naskoistaken
Nikolay wrote:Please try the next instructions:
https://sourceforge.net/p/moneymanagere ... 9%20Linux/
Hi,

Thanks indeed for your timely feedback!

Unfortunately I encountered unmet dependencies for this package:

webkitgtk-3.0

I've attached the console log for further reference.

My system:

Kubuntu 15.04

KDE Plasma version: 5.2.2
Qt version: 5.4.1
Kernel version: 3.19.0-25-generic
OS Type: 64-bit

Kind regards,
Nasko

Re: Kubuntu 15.04 - Unable to install

Posted: Thu Aug 20, 2015 12:11 pm
by Nikolay
Ubuntu 14.04
sudo apt-get install libwebkitgtk-dev

Re: Kubuntu 15.04 - Unable to install

Posted: Thu Aug 20, 2015 12:29 pm
by naskoistaken
Nikolay wrote:Ubuntu 14.04
sudo apt-get install libwebkitgtk-dev
This one went fine, but then sudo apt-get install webkitgtk-3.0 failed again. Attached is the console dump.

Re: Kubuntu 15.04 - Unable to install

Posted: Thu Sep 10, 2015 12:52 pm
by naskoistaken
Is it quite difficult to prepare a DEB package for Ubuntu 15.04?

Sorry for what might be construed as pushy attitude, but are you really going to ignore *buntu 15.04 users?
I've been using Money Manager EX for almost two years now, and suddenly there isn't a DEB package, once that I've upgraded my OS to Kubuntu 15.04. I'm effectively limited to using MMEX on my smartphone only.

Apart from my specific issues, thanks for all the efforts you've been putting into this project!

Re: Kubuntu 15.04 - Unable to install

Posted: Tue Sep 29, 2015 11:15 am
by awatter
I'm having similar issues on Linux. I am also using Kubuntu 15.04 but I don't think the problem is limited to KDE or 15.04
The DEB package hasn't worked for some time now and the build instructions will only build the development version. I would rather have a stable release.

I have also been limited to only using mmex on my phone.

regards,
Adrian.

Re: Kubuntu 15.04 - Unable to install

Posted: Thu Oct 01, 2015 4:31 pm
by naskoistaken
I guess what's happening here is normal for open source noncommercial projects - the developer offered  several hints and when none worked for me, the communication was forwarded to /dev/null. That's why I've configured my Paypal account to issue a small donation - a couple of bucks - on a monthly basis. This way I hope I'll probably have more grounds to ask for support in half an year or so. You see, I like MMEX pretty much to just ditch it. I'm sure, there'll be eventually a DEB package even for the top-notch Kubuntu releases. In a couple of weeks I hope I'll be upgrading my OS to Kubuntu 15.10...

Re: Kubuntu 15.04 - Unable to install

Posted: Sat Oct 03, 2015 10:23 pm
by Nikolay
When I used Linux, I prepared packages. It was my donation.
Now I don't use any Linux and can't prepare any pkg.
Seems nobody in Ubuntu community can make DEB package.
Sadness.

Re: Kubuntu 15.04 - Unable to install

Posted: Sat Oct 10, 2015 7:11 am
by phira
Nikolay wrote:When I used Linux, I prepared packages. It was my donation.
Now I don't use any Linux and can't prepare any pkg.
Seems nobody in Ubuntu community can make DEB package.
Sadness.
hello Nikolay.

you know wall how I love your work and I made my part of donation in translating
I used mmex for years
does you answer mean that there will be no more development nor support for ubuntu?
it is absolutely your right as conceptor and owner of the software
if so, please tell us because here and now after a disk crash I am unabble to reinstall MMEx on 15.04  and thus I am unable to manage the money of muy association.
if your choice is " there will be no more development for ubuntu cause I don't use it anymore" please tell me asap because I have to search for another solution
... and manually re-input years of transactions

Re: Kubuntu 15.04 - Unable to install

Posted: Sat Oct 10, 2015 8:20 am
by Nikolay

Re: Kubuntu 15.04 - Unable to install

Posted: Sun Oct 11, 2015 5:16 pm
by Nikolay
Message from David Jones:

Compiled a deb package on my computer and uploaded it here - http://s000.tinyupload.com/index.php?file_id=00321309975761478300If it doesn't work, give me a shout and I'll try and do better

Re: Kubuntu 15.04 - Unable to install

Posted: Wed Oct 14, 2015 10:04 pm
by Geoplace
I'm having the same problem when compiling in OpenSuse13.2,
Do someone have suggestions?

Re: Kubuntu 15.04 - Unable to install

Posted: Mon Nov 02, 2015 2:59 pm
by oshunluvr
I tried installing mmex using the above provided downloaded .deb file. The package installed without error, however the following dependancy was unmet:

Code: Select all

mmex: error while loading shared libraries: libwx_gtk2u_webview-3.0.so.0: cannot open shared object file: No such file or directory
I installed the above referenced package, and the next attempt at mmex resulted in the following run time error:

Code: Select all

mmex: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by mmex)
The package for this file was installed and appeas to be in the correct location. I ran

Code: Select all

strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
which resulted in

Code: Select all

GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_DEBUG_MESSAGE_LENGTH
After some web research on similar errors, I added the ubuntu-toolchain-r/test ppa to my system and ran dist-upgrade. The next attempt at mmex results in the this error:

Code: Select all

*** Error in `mmex': free(): invalid pointer: 0x0000000000beba40 ***
Aborted (core dumped)
Sounds like a C error, but that's way outside my abilities. I can provide the .crash file if anyone would like to continue trouble shooting this.

I'm kinda disappointed as I've been looking for a good simple money manager and the cross-platform potential is great.

Re: Kubuntu 15.04 - Unable to install

Posted: Wed Nov 04, 2015 7:47 am
by naskoistaken
[b][url=https://github.com/dwrj87]dwrj87[/url][/b] wrote:I'm afraid that I haven't been able to figure this out, and I don't think I'll have the time to do it sorry
So, not much joy for Linux users...

Re: Kubuntu 15.04 - Unable to install

Posted: Fri Nov 27, 2015 1:42 pm
by Nikolay