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: Fwd: Gnucash Userlist

2018-03-02 Thread Wm via gnucash-devel

On 16/02/2018 16:27, David Carlson wrote:

-- Forwarded message --
From: David Carlson 
Date: Fri, Feb 16, 2018 at 10:25 AM
Subject: Gnucash Userlist
To: Gnucash Users 


to Wm, Gnucash
Wm, this is a GnuCash miallist, not a political forum. If there was any
useful information in that last spate, I didn't even see it.

Liz, you have my permission to cut him off again.

David C

Start your own thread, call it whatever you want but make sure it is 
parochial.


Then stick to it and *never* extend *your* political views outside it.

If you do that we can all relax a bit.

--
Wm

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


Re: Scope of GNUCash

2018-03-02 Thread Wm via gnucash-devel

On 16/02/2018 16:19, David Carlson wrote:

Wm, this is a GnuCash miallist, not a political forum. If there was any
useful information in that last spate, I didn't even see it.

Liz, you have my permission to cut him off again.


I think David Carlson may also be an unrealistic attributer.

David, just because something is in a quote doesn't mean I believe it or 
said it, OK ?  This is social media basics and worked fine before.


--
Wm

I think if someone is going to play Trump / Putin foolishness they 
should be put on the watch list not me




___
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