Re: [GNC-dev] Test failure

2019-01-26 Thread Christopher Lam
Ok my bad May be safer to reuse your own gnucash repository * cd gnucash * git remote add chris https://github.com/christopherlam/gnucash.git * git fetch --all * git checkout chris/maint-chartjs-budget-barchart * dpkg etc and to revert to main branch: * git checkout maint On 27/1/19 3

Re: [GNC-dev] Test failure

2019-01-26 Thread Stephen M. Butler
On 1/26/19 10:54 PM, Christopher Lam wrote: > Stephen please spend some CPU burning time on my chartJS branch which > needs beta testing? > > $git clone > https://github.com/christopherlam/gnucash/tree/maint-chartjs-budget-barchart Thought I'd start this while headed toward some z's.  Too tired t

Re: [GNC-dev] Test failure

2019-01-26 Thread Christopher Lam
Stephen please spend some CPU burning time on my chartJS branch which needs beta testing? $git clone https://github.com/christopherlam/gnucash/tree/maint-chartjs-budget-barchart On 27/1/19 2:52 pm, Stephen M. Butler wrote: On 1/26/19 10:29 PM, John Ralls wrote: Stephen, By all means learn

Re: [GNC-dev] Test failure

2019-01-26 Thread Stephen M. Butler
On 1/26/19 10:29 PM, John Ralls wrote: > Stephen, > > By all means learn about git bisect, it's an extremely useful troubleshooting > tool. But don't exercise yourself too much about this particular failure, > Chris and I know exactly what commit caused it and that the underlying cause > is a bu

Re: [GNC-dev] Test failure

2019-01-26 Thread John Ralls
Stephen, By all means learn about git bisect, it's an extremely useful troubleshooting tool. But don't exercise yourself too much about this particular failure, Chris and I know exactly what commit caused it and that the underlying cause is a bug in ICU (International Components for Unicode, ht

Re: [GNC-dev] Test failure

2019-01-26 Thread Christopher Lam
Thank you Stephen for your results. It would seem that the test-transaction failure is caused by a faulty libicu-dev whereas my failure caused by some other issue related to Time zones. C On Sun., 27 Jan. 2019, 09:55 Stephen M. Butler On 1/26/19 3:13 AM, Christopher Lam wrote: > > Another exper

Re: [GNC-dev] Test failure

2019-01-26 Thread Stephen M. Butler
On 1/26/19 3:13 AM, Christopher Lam wrote: > Another experiment. Try prefix your build with "TZ=UTC " on current > maint. > > Eg if using ninja, it'll be "TZ=UTC ninja check" TZ=UTC dpkg- -rfakeroot -b -uc End testing: Jan 27 01:47 UTC + exit 2 debian/rules:65: recipe for target 'override_

Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in path for US Income Tax book tax information

2019-01-26 Thread Mike Alexander
> On Jan 26, 2019, at 1:57 PM, Alex Aycinena wrote: > > Mike - Is your build working now? > Yes, it’s fine now. Mike ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in path for US Income Tax book tax information

2019-01-26 Thread John Ralls
> On Jan 26, 2019, at 10:57 AM, Alex Aycinena wrote: > >> >> >> -- Forwarded message -- >> From: John Ralls >> To: Mike Alexander >> Cc: "gnucash-devel@gnucash.org" >> Bcc: >> Date: Fri, 25 Jan 2019 13:01:20 -0800 >> Subject: Re: [GNC-dev] gnucash maint: remove unnecesary '

Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in path for US Income Tax book tax information

2019-01-26 Thread Alex Aycinena
> > > -- Forwarded message -- > From: John Ralls > To: Mike Alexander > Cc: "gnucash-devel@gnucash.org" > Bcc: > Date: Fri, 25 Jan 2019 13:01:20 -0800 > Subject: Re: [GNC-dev] gnucash maint: remove unnecesary 'home' level in > path for US Income Tax book tax information > I've ju

Re: [GNC-dev] Test failure

2019-01-26 Thread Christopher Lam
Another experiment. Try prefix your build with "TZ=UTC " on current maint. Eg if using ninja, it'll be "TZ=UTC ninja check" On Fri., 25 Jan. 2019, 11:52 Stephen M. Butler On 1/24/19 7:36 PM, Christopher Lam wrote: > > Revert is a git terminology, not a gnucash one. Welcome to version > > control