Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-03 Thread jeffrey black
On 5/2/2019 3:17 PM, Dennis Powless wrote: > So, just to be clear I wasn't trying to build GC, just run it and after an > upgraded ubuntu. From what I can tell, I'll need to uninstall GC and then > reinstall it. > > I'll try to fully uninstall GC and then install GC. I'd like to have v > 3.5,

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread John Ralls
Right. The problem is that you build GnuCash on Ubuntu 18.04 that provides libboost-regex.so.1.65.0 then upgraded to Ubuntu 19.04 that provides libboost-regex.so.1.67.0 instead. When the linker tries to assemble gnucash to run it it can't find libboost-regex.so.1.65.0 because it's no longer

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Stephen M. Butler
I built the debian package for GnC 3.5 while on Ubuntu 18.04.  I since upgraded to 19.04 and found that GnC worked for me.  Since then I've been unable to build the debian package for GnC 3.5 on 19,04.  I am still working through the issues. Others have indicated that the debian packages built

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
Yes, I did install the 1.67 version and it still didn't work. So, reinstall all the dependencies and reinstall GC. d On Thu, May 2, 2019 at 10:20 AM John Ralls wrote: > Boost has the annoying misfeature of versioning their library names so > that they can't be upgraded without rebuilding

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
So, just to be clear I wasn't trying to build GC, just run it and after an upgraded ubuntu. From what I can tell, I'll need to uninstall GC and then reinstall it. I'll try to fully uninstall GC and then install GC. I'd like to have v 3.5, but I've been having issues with the removal of GC after

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread John Ralls
Boost has the annoying misfeature of versioning their library names so that they can't be upgraded without rebuilding everything dependent on them. Ubuntu 18.10 and 19.04 provide boost-1.67.0 and you built GnuCash with boost-1.65.0. ICU has the same misfeature but GnuCash doesn't directly link

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Geert Janssens
Op donderdag 2 mei 2019 10:41:55 CEST schreef Dennis Powless: > dennis@dennisLaptop1:~$ whereis gnucash > gnucash: /home/dennis/.local/bin/gnucash > > I'm surprised that I didn't have more. I don't see any other directories. > > dennis@dennisLaptop1:~/.local/bin$ ls > gnc-fq-check

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread David Cousens
Dennis, I don't know how extensive the upgrade to 19.04 was but on Linux Mint upgrades I usually rebuild GnuCash because the Linux kernel has usually been changed and in some cases the libraries themselves may need to be reloaded as there will be versions in the repository built for that new OS

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
dennis@dennisLaptop1:~$ whereis gnucash gnucash: /home/dennis/.local/bin/gnucash I'm surprised that I didn't have more. I don't see any other directories. dennis@dennisLaptop1:~/.local/bin$ ls gnc-fq-check gnc-fq-helper gnucash gnc-fq-dump gnc-fq-update gnucash-valgrind This is the

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
No, I did the upgrade to GC a while ago. I just upgraded ubuntu and got the error. I guess I'll have to uninstall GC and then get 3.4 d On Thu, May 2, 2019 at 4:22 AM Colin Law wrote: > Not sure whether our posts crossed there, I meant why are you trying > to build gnucash 3.1 when the

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Colin Law
Not sure whether our posts crossed there, I meant why are you trying to build gnucash 3.1 when the Ubuntu repo has 3.4? If you want to build from source then having upgraded Ubuntu I suspect you will have to do a full rebuild. Colin On Thu, 2 May 2019 at 09:17, Dennis Powless wrote: > > I ran:

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Colin Law
Why are you compiling and building an old version when you could install a more recent version from the Ubuntu repository? Colin On Thu, 2 May 2019 at 09:14, Dennis Powless wrote: > > build cmake > > D > > On Thu, May 2, 2019 at 4:10 AM Colin Law wrote: >> >> How did you install gnucash? >> >>

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
build cmake D On Thu, May 2, 2019 at 4:10 AM Colin Law wrote: > How did you install gnucash? > > Colin > > On Thu, 2 May 2019 at 08:55, Dennis Powless wrote: > > > > Do I need to add this as a dependency? Libboost_reqex.so.1.65.1 ?? I > see > > boost as a dependency. > > > >

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
I ran: sudo apt-get install libboost-all-dev Same output as before. D On Thu, May 2, 2019 at 3:51 AM Dennis Powless wrote: > Do I need to add this as a dependency? Libboost_reqex.so.1.65.1 ?? I see > boost as a dependency. > > dennis@dennisLaptop1:~$ gnucash > gnucash: error while loading

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Colin Law
How did you install gnucash? Colin On Thu, 2 May 2019 at 08:55, Dennis Powless wrote: > > Do I need to add this as a dependency? Libboost_reqex.so.1.65.1 ?? I see > boost as a dependency. > > dennis@dennisLaptop1:~$ gnucash > gnucash: error while loading shared libraries:

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
Do I need to add this as a dependency? Libboost_reqex.so.1.65.1 ?? I see boost as a dependency. dennis@dennisLaptop1:~$ gnucash gnucash: error while loading shared libraries: libboost_regex.so.1.65.1: cannot open shared object file: No such file or directory d On Thu, May 2, 2019 at 2:59 AM

Re: [GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Colin Law
On Thu, 2 May 2019 at 08:02, Dennis Powless wrote: > > I recently upgraded to Ubuntu 19.04 and when I click on icon on the dock on > the left, it attempts to open, then abruptly stops. No GC splash screen. > > I'm using GC 3.1 How did you install it? I thought 19.04 had a later version than

[GNC] GC won't load on Ubuntu 19.04

2019-05-02 Thread Dennis Powless
I recently upgraded to Ubuntu 19.04 and when I click on icon on the dock on the left, it attempts to open, then abruptly stops. No GC splash screen. I'm using GC 3.1 Dennis ___ gnucash-user mailing list gnucash-user@gnucash.org To update your