Re: Unstable terminates immediately

2018-03-03 Thread John Ralls


> On Mar 3, 2018, at 12:37 AM, Martin Preuss  wrote:
> 
> Hi,
> 
> Am 03.03.2018 um 05:40 schrieb John Ralls:
> [...]
>> https://fedora.pkgs.org/27/fedora-x86_64/ktoblzcheck-1.44-9.fc27.x86_64.rpm.html
>>  
>> 
>> 
>> It should be a dependency of aqbanking. Gwengui-gtk3 is built by GnuCash. 
>> I’ve passed the patch on to Martin to include, but he chose to put it in 
>> master and has anyway not done anything with Gwen since last summer so it 
>> looks like we’ll be supplying it for a while.
> [...]
> 
> That's not completely true... I also backported it into branch-4 and it
> is included in 4.20.0stable (released 2018/02/23) after working on
> libgwen in febr.
> 

Martin,

Excellent, thanks! And thanks for the heads-up and a new stable release, too!

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-02 Thread Martin Preuss
Hi,

Am 03.03.2018 um 05:40 schrieb John Ralls:
[...]
> https://fedora.pkgs.org/27/fedora-x86_64/ktoblzcheck-1.44-9.fc27.x86_64.rpm.html
>  
> 
> 
> It should be a dependency of aqbanking. Gwengui-gtk3 is built by GnuCash. 
> I’ve passed the patch on to Martin to include, but he chose to put it in 
> master and has anyway not done anything with Gwen since last summer so it 
> looks like we’ll be supplying it for a while.
[...]

That's not completely true... I also backported it into branch-4 and it
is included in 4.20.0stable (released 2018/02/23) after working on
libgwen in febr.


Regards
Martin



-- 
"Things are only impossible until they're not"
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-02 Thread John Ralls


> On Mar 2, 2018, at 1:26 PM, Alex Aycinena  wrote:
> 
> 
> 
> On Fri, Mar 2, 2018 at 6:21 AM, John Ralls  > wrote:
> 
> 
> > On Mar 2, 2018, at 4:03 AM, Geert Janssens  > > wrote:
> >
> > Op vrijdag 2 maart 2018 02:21:45 CET schreef Alex Aycinena:
> >> On Thu, Mar 1, 2018 at 5:15 PM, John Ralls  >> >
> >>
> >> wrote:
> >>> Run it in the debugger and see where it’s crashing and why?
> >>>
> >>> Regards,
> >>> John Ralls
> >>
> >> Actually I tried that before sending the first e-mail and there was no
> >> crash and no backtrace. It simply exited during the splash screen and the
> >> trace file showed it couldn't find the various modules mention earlier in
> >> this thread. I'm going to try as a different user to see if there is
> >> something weird in my environment or anything like that.
> >>
> >> Alex
> >
> > Simply to rule F26/27 differences out I have upgraded to F27 overnight. It
> > still works ok here, though I do install in a subdirectory of my homedir
> > instead of /opt.
> 
> That reminds me, Cmake handles /opt installations specially. It wants to 
> install etc/gnucash/* in 
> /etc/opt/gnucash-git/gnucash-acct-maint/gnucash/gnucash. That (a) fails 
> unless you say `sudo ninja install` and (b) ensures that the files are in a 
> place GnuCash will never find them.
> 
> Try passing -DSYSCONFDIR=/opt/gnucash-git/gnucash-acct-maint/etc on the CMake 
> command line.
> 
> Regards,
> John Ralls
> 
> 
> Geert,
> 
> I did try rm -fr * .??* and it didn't make any difference (I had missed your 
> response because it had gone to spam).
> 
> By the way, since you are on Fedora, do you know which packages you have 
> installed that give you Ktoblzcheck and Gwengui-gtk3?
> 
> John,
> 
> Based on your comments, I compared the directories of my latest build with 
> one on an F26 VM from last Nov which had been built with autotools and the 
> differences are:
> 
> with cmake, under /opt/gnucash-git/gnucash-acct-maint/ are: bin, include, 
> lib64, and share
> 
> with autotools, under /opt/gnucash-git/gnucash-clean/ are: bin, etc, include, 
> lib, libexec, and share
> 
> I tried passing -DSYSCONFDIR=/opt/gnucash-git/gnucash-acct-maint/etc on the 
> CMake command line but got the same result. Then I gave the gnucash-dev user 
> sudo privileges and did the installation with sudo but got the same result.
> 
> Finally, I did what Geert does and installed in a subdirectory of my home 
> instead of in /opt and that worked. The directories under 
> /home/gnucash-dev/gitcheckouts/gnucash-acct-maint-install/ are: bin, etc, 
> include, lib64, and share.
> 
> It had been working by installing in /opt, even after I started using cmake, 
> so not sure what changed suddenly but at least I'm back in business.
> 
> Thanks for all the help,


https://fedora.pkgs.org/27/fedora-x86_64/ktoblzcheck-1.44-9.fc27.x86_64.rpm.html
 


It should be a dependency of aqbanking. Gwengui-gtk3 is built by GnuCash. I’ve 
passed the patch on to Martin to include, but he chose to put it in master and 
has anyway not done anything with Gwen since last summer so it looks like we’ll 
be supplying it for a while.

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-02 Thread Alex Aycinena
On Fri, Mar 2, 2018 at 6:21 AM, John Ralls  wrote:

>
>
> > On Mar 2, 2018, at 4:03 AM, Geert Janssens 
> wrote:
> >
> > Op vrijdag 2 maart 2018 02:21:45 CET schreef Alex Aycinena:
> >> On Thu, Mar 1, 2018 at 5:15 PM, John Ralls 
> >>
> >> wrote:
> >>> Run it in the debugger and see where it’s crashing and why?
> >>>
> >>> Regards,
> >>> John Ralls
> >>
> >> Actually I tried that before sending the first e-mail and there was no
> >> crash and no backtrace. It simply exited during the splash screen and
> the
> >> trace file showed it couldn't find the various modules mention earlier
> in
> >> this thread. I'm going to try as a different user to see if there is
> >> something weird in my environment or anything like that.
> >>
> >> Alex
> >
> > Simply to rule F26/27 differences out I have upgraded to F27 overnight.
> It
> > still works ok here, though I do install in a subdirectory of my homedir
> > instead of /opt.
>
> That reminds me, Cmake handles /opt installations specially. It wants to
> install etc/gnucash/* in 
> /etc/opt/gnucash-git/gnucash-acct-maint/gnucash/gnucash.
> That (a) fails unless you say `sudo ninja install` and (b) ensures that the
> files are in a place GnuCash will never find them.
>
> Try passing -DSYSCONFDIR=/opt/gnucash-git/gnucash-acct-maint/etc on the
> CMake command line.
>
> Regards,
> John Ralls
>
>
Geert,

I did try rm -fr * .??* and it didn't make any difference (I had missed
your response because it had gone to spam).

By the way, since you are on Fedora, do you know which packages you have
installed that give you Ktoblzcheck and Gwengui-gtk3?

John,

Based on your comments, I compared the directories of my latest build with
one on an F26 VM from last Nov which had been built with autotools and the
differences are:

with cmake, under /opt/gnucash-git/gnucash-acct-maint/ are: bin, include,
lib64, and share

with autotools, under /opt/gnucash-git/gnucash-clean/ are: bin, etc,
include, lib, libexec, and share

I tried passing -DSYSCONFDIR=/opt/gnucash-git/gnucash-acct-maint/etc on the
CMake command line but got the same result. Then I gave the gnucash-dev
user sudo privileges and did the installation with sudo but got the same
result.

Finally, I did what Geert does and installed in a subdirectory of my home
instead of in /opt and that worked. The directories under
/home/gnucash-dev/gitcheckouts/gnucash-acct-maint-install/ are: bin, etc,
include, lib64, and share.

It had been working by installing in /opt, even after I started using
cmake, so not sure what changed suddenly but at least I'm back in business.

Thanks for all the help,

Alex
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-02 Thread John Ralls


> On Mar 2, 2018, at 4:03 AM, Geert Janssens  wrote:
> 
> Op vrijdag 2 maart 2018 02:21:45 CET schreef Alex Aycinena:
>> On Thu, Mar 1, 2018 at 5:15 PM, John Ralls 
>> 
>> wrote:
>>> Run it in the debugger and see where it’s crashing and why?
>>> 
>>> Regards,
>>> John Ralls
>> 
>> Actually I tried that before sending the first e-mail and there was no
>> crash and no backtrace. It simply exited during the splash screen and the
>> trace file showed it couldn't find the various modules mention earlier in
>> this thread. I'm going to try as a different user to see if there is
>> something weird in my environment or anything like that.
>> 
>> Alex
> 
> Simply to rule F26/27 differences out I have upgraded to F27 overnight. It 
> still works ok here, though I do install in a subdirectory of my homedir 
> instead of /opt.

That reminds me, Cmake handles /opt installations specially. It wants to 
install etc/gnucash/* in 
/etc/opt/gnucash-git/gnucash-acct-maint/gnucash/gnucash. That (a) fails unless 
you say `sudo ninja install` and (b) ensures that the files are in a place 
GnuCash will never find them.

Try passing -DSYSCONFDIR=/opt/gnucash-git/gnucash-acct-maint/etc on the CMake 
command line.

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-02 Thread Geert Janssens
Op vrijdag 2 maart 2018 02:21:45 CET schreef Alex Aycinena:
> On Thu, Mar 1, 2018 at 5:15 PM, John Ralls 
> 
> wrote:
> > Run it in the debugger and see where it’s crashing and why?
> > 
> > Regards,
> > John Ralls
> 
> Actually I tried that before sending the first e-mail and there was no
> crash and no backtrace. It simply exited during the splash screen and the
> trace file showed it couldn't find the various modules mention earlier in
> this thread. I'm going to try as a different user to see if there is
> something weird in my environment or anything like that.
> 
> Alex

Simply to rule F26/27 differences out I have upgraded to F27 overnight. It 
still works ok here, though I do install in a subdirectory of my homedir 
instead of /opt.

Geert



___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-01 Thread Alex Aycinena
On Thu, Mar 1, 2018 at 5:15 PM, John Ralls 
wrote:

>
>
>
> Run it in the debugger and see where it’s crashing and why?
>
> Regards,
> John Ralls
>
>
Actually I tried that before sending the first e-mail and there was no
crash and no backtrace. It simply exited during the splash screen and the
trace file showed it couldn't find the various modules mention earlier in
this thread. I'm going to try as a different user to see if there is
something weird in my environment or anything like that.

Alex
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-01 Thread Geert Janssens
Op donderdag 1 maart 2018 21:50:55 CET schreef Alex Aycinena:
> Geert,
> 
> Rebuilt after checking out unstable with same results.
> 
I presume, though I can't infer from your answer you did run
rm -fr * .??*
in your build directory ?

Could selinux be interfering ? You could try
sudo setenforce 0

Geert


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-01 Thread Alex Aycinena
Geert,

Rebuilt after checking out unstable with same results.


On Thu, Mar 1, 2018 at 12:02 PM, Geert Janssens 
wrote:

>
>
> Other than not fully clearing your build directory I don't see any issues.
> If
> that doesn't fix it, you could
>
> 1. check if the gnucash modules are really installed in
> /opt/gnucash-git/lib(64)/gnucash
> For example your trace file suggests gnc_module can't find the
> gnucash/engine
> module. That should be
> /opt/gnucash-git/lib(64)/gnucash/libgncmod-engine.so
>
>
During install it said:

-- Installing:
/opt/gnucash-git/gnucash-acct-maint/lib64/gnucash/libgncmod-engine.so
-- Set runtime path of
"/opt/gnucash-git/gnucash-acct-maint/lib64/gnucash/libgncmod-engine.so" to
"/opt/gnucash-git/gnucash-acct-maint/lib64:/opt/gnucash-git/gnucash-acct-maint/lib64/gnucash"

and the file is there.



> 2. You could also add --log gnc.module=debug to get more detailed log
> output
> from gnc_module.
>
>
I do that routinely. That shows in the trace file, right?



> Oh, and yes it's a public secret gmail doesn't like me :(
>
> Geert
>
>
>
Don't know what to do next.

Alex
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-01 Thread Geert Janssens
Op donderdag 1 maart 2018 19:31:20 CET schreef Alex Aycinena:
> On Thu, Mar 1, 2018 at 8:51 AM, Alex Aycinena 
> 
> wrote:
> > On Wed, Feb 28, 2018 at 12:58 PM, Geert Janssens <
> > 
> > geert.gnuc...@kobaltwit.be> wrote:
> >> Alex,
> >> 
> >> I can't reproduce this on Fedora 26 (64bit) not even after a clean
> >> rebuild.
> >> Gnucash starts and runs just fine.
> >> 
> >> What platform are you on again ?
> >> Do you see anything in the build log ? An unusual warning or something ?
> >> Do you configure for ninja or makefiles ?
> >> 
> >> Geert
> > 
> > Geert,
> > 
> > Thanks for response. I don't know why, but I found your response in my
> > gmail spam folder??
> > 
> > Anyway, I'm building on F27. It happened on the build where I'm trying to
> > finish up the little Account Maintenance changes I started a while back.
> > I'll try with an absolutely clean checkout. I'm sure that since we are
> > both
> > on recent Fedoras it will be fine. I'll get back to you in a few minutes.
> > 
> > Regards,
> > 
> > Alex
> 
> Geert,
> 
> Getting the same result with fresh checkout on master with same trace file.
> 
> My steps are:
> 
> [gnucash-dev@Fedora27 gnucash-acct-maint]$ git status
> On branch master
> Your branch is up-to-date with 'origin/master'.

Ok, first thing: development is currently happening on unstable. Master is 
rebased right after each development release. So I tested on unstable, which 
already has several additional commits. But I doubt it matters in this case. 
Since you are working on master, you are essentially building the 2.7.5 
release.
> 
> nothing to commit, working tree clean
> [gnucash-dev@Fedora27 gnucash-acct-maint]$ cd
> /home/gnucash-dev/gitcheckouts/gnucash-acct-maint-build
> [gnucash-dev@Fedora27 gnucash-acct-maint-build]$ rm -rf *

This does not delete all previously generated build files. You should do
rm -fr * .??*
instead to also delete a few hidden files (used by ninja)

> [gnucash-dev@Fedora27 gnucash-acct-maint-build]$ cmake -D
> CMAKE_INSTALL_PREFIX=/opt/gnucash-git/gnucash-acct-maint -D
> CMAKE_BUILD_TYPE=Debug -G Ninja
> /home/gnucash-dev/gitcheckouts/gnucash-acct-maint
> 
> No unusual messages on cmake output. then:
> 
That looks normal indeed.

> [gnucash-dev@Fedora27 gnucash-acct-maint-build]$ ninja-build
> 
> I get two messages early:
> 
> -- Checking for module 'ktoblzcheck'
> --   Package 'ktoblzcheck', required by 'virtual:world', not found
> -- Checking for module 'gwengui-gtk3'
> --   Package 'gwengui-gtk3', required by 'virtual:world', not found
> 
> then  later:
> 
> [862/929] Generating
> ../../../../lib64...nucash/report/locale-specific/de_DE.go
> 
> (process:8169): gnc.module-WARNING **: Could not locate module
> gnucash/tax/de_DE interface v.0
> wrote
> `/home/gnucash-dev/gitcheckouts/gnucash-acct-maint-build/lib64/gnucash/scm/c
> cache/2.0/gnucash/report/locale-specific/de_DE.go'
> 
> Everything else on build looks OK. Then:
> 
> [gnucash-dev@Fedora27 gnucash-acct-maint-build]$ ninja-build check
> [20/379] cd /home/gnucash-dev/gitcheck...nucash-acct-maint/po -P
> check-po.cmake
> Unsuccessful open on filename containing newline at
> /usr/bin/intltool-update line 1161.
> The usage of POTFILES.ignore is deprecated. Please consider moving the
> content of this file to POTFILES.skip.
> 
> I thought I saw a recent push got rid of POTFILES.ignore(??). Everything
> else on check is OK.

It is removed on unstable. Master is still behind.

> Then:
> 
> [root@Fedora27 ~]# cd /opt/gnucash-git/gnucash-acct-maint
> [root@Fedora27 gnucash-acct-maint]# rm  -rf *
> [root@Fedora27 gnucash-acct-maint]# cd
> /home/gnucash-dev/gitcheckouts/gnucash-acct-maint-build
> [root@Fedora27 gnucash-acct-maint-build]# time { ninja-build install; }
> 
> No unusual messages during install, then:
> 
> [gnucash-dev@Fedora27 gnucash-acct-maint]$ export
> XDG_DATA_DIRS="/opt/gnucash-git/gnucash-acct-maint/share/:/usr/local/share/:
> /usr/share/"; /opt/gnucash-git/gnucash-acct-maint/bin/gnucash --debug --log
> gnc.scm=debug --nofile
> 
There should be no need to set XDG_DATA_DIRS. This is incorporated in the etc/
gnucash/environment file (/opt/etc/... in your case).

> Which shows some of the usual command line messages, the splash screen
> shows briefly, then it returns to the command prompt without showing the
> usual lines about the user config file or the version of finance-quote.
> 
> Any ideas?

Other than not fully clearing your build directory I don't see any issues. If 
that doesn't fix it, you could

1. check if the gnucash modules are really installed in
/opt/gnucash-git/lib(64)/gnucash
For example your trace file suggests gnc_module can't find the gnucash/engine 
module. That should be
/opt/gnucash-git/lib(64)/gnucash/libgncmod-engine.so

2. You could also add --log gnc.module=debug to get more detailed log output 
from gnc_module.

Oh, and yes it's a public secret gmail doesn't like me :(

Geert


___

Re: Unstable terminates immediately

2018-03-01 Thread Alex Aycinena
On Thu, Mar 1, 2018 at 8:51 AM, Alex Aycinena 
wrote:

>
>
> On Wed, Feb 28, 2018 at 12:58 PM, Geert Janssens <
> geert.gnuc...@kobaltwit.be> wrote:
>
>> Alex,
>>
>> I can't reproduce this on Fedora 26 (64bit) not even after a clean
>> rebuild.
>> Gnucash starts and runs just fine.
>>
>> What platform are you on again ?
>> Do you see anything in the build log ? An unusual warning or something ?
>> Do you configure for ninja or makefiles ?
>>
>> Geert
>>
>>
> Geert,
>
> Thanks for response. I don't know why, but I found your response in my
> gmail spam folder??
>
> Anyway, I'm building on F27. It happened on the build where I'm trying to
> finish up the little Account Maintenance changes I started a while back.
> I'll try with an absolutely clean checkout. I'm sure that since we are both
> on recent Fedoras it will be fine. I'll get back to you in a few minutes.
>
> Regards,
>
> Alex
>

Geert,

Getting the same result with fresh checkout on master with same trace file.

My steps are:

[gnucash-dev@Fedora27 gnucash-acct-maint]$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

nothing to commit, working tree clean
[gnucash-dev@Fedora27 gnucash-acct-maint]$ cd
/home/gnucash-dev/gitcheckouts/gnucash-acct-maint-build
[gnucash-dev@Fedora27 gnucash-acct-maint-build]$ rm -rf *
[gnucash-dev@Fedora27 gnucash-acct-maint-build]$ cmake -D
CMAKE_INSTALL_PREFIX=/opt/gnucash-git/gnucash-acct-maint -D
CMAKE_BUILD_TYPE=Debug -G Ninja
/home/gnucash-dev/gitcheckouts/gnucash-acct-maint

No unusual messages on cmake output. then:

[gnucash-dev@Fedora27 gnucash-acct-maint-build]$ ninja-build

I get two messages early:

-- Checking for module 'ktoblzcheck'
--   Package 'ktoblzcheck', required by 'virtual:world', not found
-- Checking for module 'gwengui-gtk3'
--   Package 'gwengui-gtk3', required by 'virtual:world', not found

then  later:

[862/929] Generating
../../../../lib64...nucash/report/locale-specific/de_DE.go

(process:8169): gnc.module-WARNING **: Could not locate module
gnucash/tax/de_DE interface v.0
wrote
`/home/gnucash-dev/gitcheckouts/gnucash-acct-maint-build/lib64/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/de_DE.go'

Everything else on build looks OK. Then:

[gnucash-dev@Fedora27 gnucash-acct-maint-build]$ ninja-build check
[20/379] cd /home/gnucash-dev/gitcheck...nucash-acct-maint/po -P
check-po.cmake
Unsuccessful open on filename containing newline at
/usr/bin/intltool-update line 1161.
The usage of POTFILES.ignore is deprecated. Please consider moving the
content of this file to POTFILES.skip.

I thought I saw a recent push got rid of POTFILES.ignore(??). Everything
else on check is OK. Then:

[root@Fedora27 ~]# cd /opt/gnucash-git/gnucash-acct-maint
[root@Fedora27 gnucash-acct-maint]# rm  -rf *
[root@Fedora27 gnucash-acct-maint]# cd
/home/gnucash-dev/gitcheckouts/gnucash-acct-maint-build
[root@Fedora27 gnucash-acct-maint-build]# time { ninja-build install; }

No unusual messages during install, then:

[gnucash-dev@Fedora27 gnucash-acct-maint]$ export
XDG_DATA_DIRS="/opt/gnucash-git/gnucash-acct-maint/share/:/usr/local/share/:/usr/share/";
/opt/gnucash-git/gnucash-acct-maint/bin/gnucash --debug --log gnc.scm=debug
--nofile

Which shows some of the usual command line messages, the splash screen
shows briefly, then it returns to the command prompt without showing the
usual lines about the user config file or the version of finance-quote.

Any ideas?

Thanks,

Alex
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-03-01 Thread Alex Aycinena
On Wed, Feb 28, 2018 at 12:58 PM, Geert Janssens  wrote:

> Alex,
>
> I can't reproduce this on Fedora 26 (64bit) not even after a clean rebuild.
> Gnucash starts and runs just fine.
>
> What platform are you on again ?
> Do you see anything in the build log ? An unusual warning or something ?
> Do you configure for ninja or makefiles ?
>
> Geert
>
>
Geert,

Thanks for response. I don't know why, but I found your response in my
gmail spam folder??

Anyway, I'm building on F27. It happened on the build where I'm trying to
finish up the little Account Maintenance changes I started a while back.
I'll try with an absolutely clean checkout. I'm sure that since we are both
on recent Fedoras it will be fine. I'll get back to you in a few minutes.

Regards,

Alex
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Unstable terminates immediately

2018-02-28 Thread Geert Janssens
Alex,

I can't reproduce this on Fedora 26 (64bit) not even after a clean rebuild. 
Gnucash starts and runs just fine.

What platform are you on again ?
Do you see anything in the build log ? An unusual warning or something ?
Do you configure for ninja or makefiles ?

Geert

Op woensdag 28 februari 2018 19:14:17 CET schreef Alex Aycinena:
> I just built unstable and in launching gnucash, it terminates immediately
> with the following trace file:
> 
> * 10:01:36  INFO  [main] System locale returned en_US.utf8
> * 10:01:36  INFO  [main] Effective locale set to en_US.utf8.
> * 10:01:36  INFO  [gnc_load_app_icons] The icon theme search path
> has 10 elements.
> * 10:01:36  INFO  [gnc_load_app_icons] Path 0:
> /home/gnucash-dev/.local/share/icons
> * 10:01:36  INFO  [gnc_load_app_icons] Path 1:
> /home/gnucash-dev/.icons
> * 10:01:36  INFO  [gnc_load_app_icons] Path 2:
> /opt/gnucash-git/gnucash-acct-maint/share/icons
> * 10:01:36  INFO  [gnc_load_app_icons] Path 3:
> /usr/local/share/icons
> * 10:01:36  INFO  [gnc_load_app_icons] Path 4: /usr/share/icons
> * 10:01:36  INFO  [gnc_load_app_icons] Path 5:
> /opt/gnucash-git/gnucash-acct-maint/share/pixmaps
> * 10:01:36  INFO  [gnc_load_app_icons] Path 6:
> /usr/local/share/pixmaps
> * 10:01:36  INFO  [gnc_load_app_icons] Path 7: /usr/share/pixmaps
> * 10:01:36  INFO  [gnc_load_app_icons] Path 8:
> /opt/gnucash-git/gnucash-acct-maint/share/gnucash/icons
> * 10:01:36  INFO  [gnc_load_app_icons] Path 9:
> /opt/gnucash-git/gnucash-acct-maint/share/icons
> * 10:01:36  INFO  [gnc_hook_lookup] no hook lists
> * 10:01:37  WARN  Could not locate module gnucash/engine
> interface v.0
> * 10:01:37  WARN  Could not locate module gnucash/app-utils
> interface v.0
> * 10:01:37  WARN  Could not locate module gnucash/gnome-utils
> interface v.0
> * 10:01:37  WARN  Could not locate module gnucash/gnome-search
> interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/register/ledger-core interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/register/register-core interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/register/register-gnome interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/import-export/qif-import interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/import-export/ofx interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/import-export/csv-import interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/import-export/csv-export interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/import-export/log-replay interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/import-export/aqbanking interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/import-export/bi-import interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/import-export/customer-import interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/report/report-system interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/report/stylesheets interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/report/locale-specific/us interface v.0
> * 10:01:37  WARN  Could not locate module
> gnucash/report/report-gnome interface v.0
> * 10:01:37 MESSG  Could not locate optional module
> gnucash/python interface v.0
> * 10:01:37  WARN  GnuCash engine failed to initialize.  Exiting.
> 
> Might have to do with moving things around.
> 
> Alex
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel




___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Unstable terminates immediately

2018-02-28 Thread Alex Aycinena
I just built unstable and in launching gnucash, it terminates immediately
with the following trace file:

* 10:01:36  INFO  [main] System locale returned en_US.utf8
* 10:01:36  INFO  [main] Effective locale set to en_US.utf8.
* 10:01:36  INFO  [gnc_load_app_icons] The icon theme search path
has 10 elements.
* 10:01:36  INFO  [gnc_load_app_icons] Path 0:
/home/gnucash-dev/.local/share/icons
* 10:01:36  INFO  [gnc_load_app_icons] Path 1:
/home/gnucash-dev/.icons
* 10:01:36  INFO  [gnc_load_app_icons] Path 2:
/opt/gnucash-git/gnucash-acct-maint/share/icons
* 10:01:36  INFO  [gnc_load_app_icons] Path 3:
/usr/local/share/icons
* 10:01:36  INFO  [gnc_load_app_icons] Path 4: /usr/share/icons
* 10:01:36  INFO  [gnc_load_app_icons] Path 5:
/opt/gnucash-git/gnucash-acct-maint/share/pixmaps
* 10:01:36  INFO  [gnc_load_app_icons] Path 6:
/usr/local/share/pixmaps
* 10:01:36  INFO  [gnc_load_app_icons] Path 7: /usr/share/pixmaps
* 10:01:36  INFO  [gnc_load_app_icons] Path 8:
/opt/gnucash-git/gnucash-acct-maint/share/gnucash/icons
* 10:01:36  INFO  [gnc_load_app_icons] Path 9:
/opt/gnucash-git/gnucash-acct-maint/share/icons
* 10:01:36  INFO  [gnc_hook_lookup] no hook lists
* 10:01:37  WARN  Could not locate module gnucash/engine
interface v.0
* 10:01:37  WARN  Could not locate module gnucash/app-utils
interface v.0
* 10:01:37  WARN  Could not locate module gnucash/gnome-utils
interface v.0
* 10:01:37  WARN  Could not locate module gnucash/gnome-search
interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/register/ledger-core interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/register/register-core interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/register/register-gnome interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/import-export/qif-import interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/import-export/ofx interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/import-export/csv-import interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/import-export/csv-export interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/import-export/log-replay interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/import-export/aqbanking interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/import-export/bi-import interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/import-export/customer-import interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/report/report-system interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/report/stylesheets interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/report/locale-specific/us interface v.0
* 10:01:37  WARN  Could not locate module
gnucash/report/report-gnome interface v.0
* 10:01:37 MESSG  Could not locate optional module
gnucash/python interface v.0
* 10:01:37  WARN  GnuCash engine failed to initialize.  Exiting.

Might have to do with moving things around.

Alex
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel