We don't need money, we need volunteers to help maintain and improve the program and especially the documentation.
Regards, John Ralls > On May 1, 2021, at 8:24 AM, Colin Arndt <[email protected]> wrote: > > Hi Glenn, > > Thank you for mentioning this. I'm embarassed to admit I've been a heavy user > since setting up GnuCash almost a year ago - but didn't realize the website > had a donate button until you mentioned it! > Therefore I agree about adding tastefully to the program. In my case, I can > only imagine I saw the donate option on the website when I first learned of > GnuCash, but didn't consider donating as someone who hadn't tried it yet. > Since then, I've spent my time in the program itself or on the mailing list > rather than the website, so had completely forgotten about that option. > Headed to the website now to donate, > Colin > > On May 1 2021, at 9:58 am, [email protected] wrote: >> Send gnucash-user mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.gnucash.org/mailman/listinfo/gnucash-user >> or, via email, send a message with subject or body 'help' to >> [email protected] >> >> You can reach the person managing the list at >> [email protected] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of gnucash-user digest..." >> >> >> Today's Topics: >> 1. Re: Finance Quote after a MacOS update (David Reiser) >> 2. Re: Cut & Paste transaction problem (John Ralls) >> 3. Re: Separate file for each financial year vs single file (Uttam) >> 4. [MAINT] Unplanned network outage (Derek Atkins) >> 5. Re: Finance Quote after a MacOS update (Outlook) >> 6. Permission to use GNUCash (Andrew O'Neill) >> 7. Add a donate button in GnuCash (Glenn Fowler) >> >> >> ---------------------------------------------------------------------- >> Message: 1 >> Date: Fri, 30 Apr 2021 12:23:51 -0400 >> From: David Reiser <[email protected]> >> To: Outlook <[email protected]> >> Cc: John Ralls <[email protected]>, Gnucash Users >> <[email protected]> >> Subject: Re: [GNC] Finance Quote after a MacOS update >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset=utf-8 >> >> Apple is not including the Perl headers location in CPATH these days. I?ve >> never figured out authoritatively how to avoid installing two versions of >> the Command Line Tools, so if you follow the following recipe, you?ll likely >> have one set inside XCode and one in /Library/Developer >> xcode-select ?install >> export >> CPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE:$CPATH >> >> then run the cpan commands >> -- >> Dave Reiser >> [email protected] >> >> >> >> >> >>> On Apr 30, 2021, at 11:27 AM, Outlook <[email protected]> wrote: >>> >>> sudo /applications/Gnucash.app/Contents/Resources/bin/gnc-fq-check >>> >>> Reported >>> >>> Can't locate JSON/Parse.pm in @INC (you may need to install the JSON::Parse >>> module) (@INC contains: /Library/Perl/5.30/darwin-thread-multi-2level >>> /Library/Perl/5.30 /Network/Library/Perl/5.30/darwin-thread-multi-2level >>> /Network/Library/Perl/5.30 >>> /Library/Perl/Updates/5.30.2/darwin-thread-multi-2level >>> /Library/Perl/Updates/5.30.2 >>> /System/Library/Perl/5.30/darwin-thread-multi-2level >>> /System/Library/Perl/5.30 >>> /System/Library/Perl/Extras/5.30/darwin-thread-multi-2level >>> /System/Library/Perl/Extras/5.30) at >>> /Library/Perl/5.30/Finance/Quote/MorningstarAU.pm line 27. >>> BEGIN failed--compilation aborted at >>> /Library/Perl/5.30/Finance/Quote/MorningstarAU.pm line 27. >>> Compilation failed in require at (eval 293) line 1. >>> BEGIN failed--compilation aborted at (eval 293) line 1. >>> at /applications/Gnucash.app/Contents/Resources/bin/gnc-fq-check line 91. >>> Can't locate object method "methods" via package >>> "Finance::Quote::MorningstarAU" at /Library/Perl/5.30/Finance/Quote.pm line >>> 120. >>> >>> >>> sudo cpan -f -i JSON::Parse >>> >>> Reported errors as below >>> >>> Parse.xs:1:10: fatal error: 'EXTERN.h' file not found >>> #include "EXTERN.h" >>> ^~~~~~~~~~ >>> 1 error generated. >>> make: *** [Parse.o] Error 1 >>> BKB/JSON-Parse-0.61.tar.gz >>> /usr/bin/make -- NOT OK >>> >>> Stuck here?? >>> >>> >>>> David Reiser <[email protected] <mailto:[email protected]>> ? >>>> 2021?4?28? ??5:44 ??? >>>> >>>> Done. >>>> -- >>>> Dave Reiser >>>> [email protected] <mailto:[email protected]> >>>> >>>> >>>> >>>> >>>> >>>>> On Apr 27, 2021, at 12:50 AM, John Ralls <[email protected]> wrote: >>>>> >>>>> Having seen David's earlier post I did >>>>> sudo cpan install Test2 >>>>> sudo /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update >>>>> >>>>> which ran successfully, after which >>>>> /applications/Gnucash.app/Contents/Resources/bin/gnc-fq-check reported >>>>> the usual list of sources. >>>>> >>>>> Anyone care to open an issue at >>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ffinance-quote%2Ffinance-quote&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=9sDi6cFWDrmCFh%2Faky00FAXUg4R65Y9dnLalElAFzCk%3D&reserved=0 >>>>> about them needing to add the dependency on Test2 to the CPAN metadata? >>>>> >>>>> Regards, >>>>> John Ralls >>>>> >>>>> >>>>> >>>>>> On Apr 26, 2021, at 7:34 PM, David Reiser via gnucash-user >>>>>> <[email protected]> wrote: >>>>>> >>>>>> You will have to reinstall Date::Manip again too, but I think all the >>>>>> error problems in reinstalling Finance::Quote are taken care of by >>>>>> >>>>>> upgrade Test 2 >>>>>> >>>>>> before >>>>>> >>>>>> install Finance::Quote >>>>>> >>>>>> inside CPAN (launched with ?sudo CPAN?) >>>>>> -- >>>>>> Dave Reiser >>>>>> [email protected] >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> On Apr 26, 2021, at 10:30 PM, Outlook <[email protected]> wrote: >>>>>>> >>>>>>> Just had the same issue after upgrading to MacOS 11.3. (with GNC V4.4) >>>>>>> >>>>>>> Message as below: >>>>>>> >>>>>>> Test Summary Report >>>>>>> ------------------- >>>>>>> t/00-use.t (Wstat: 512 Tests: 1 Failed: 0) >>>>>>> Non-zero exit status: 2 >>>>>>> Parse errors: Bad plan. You planned 19 tests but ran 1. >>>>>>> t/currency_lookup.t (Wstat: 512 Tests: 0 Failed: 0) >>>>>>> Non-zero exit status: 2 >>>>>>> Parse errors: Bad plan. You planned 12 tests but ran 0. >>>>>>> t/quote.t (Wstat: 512 Tests: 0 Failed: 0) >>>>>>> Non-zero exit status: 2 >>>>>>> Parse errors: Bad plan. You planned 28 tests but ran 0. >>>>>>> Files=66, Tests=1, 6 wallclock secs ( 0.11 usr 0.08 sys + 5.09 cusr >>>>>>> 0.98 csys = 6.26 CPU) >>>>>>> Result: FAIL >>>>>>> Failed 3/66 test programs. 0/1 subtests failed. >>>>>>> make: *** [test_dynamic] Error 255 >>>>>>> ECOCODE/Finance-Quote-1.49.tar.gz >>>>>>> 2 dependencies missing (DateTime::Format::Strptime,JSON::Parse); >>>>>>> additionally test harness failed >>>>>>> /usr/bin/make test -- NOT OK >>>>>>> //hint// to see the cpan-testers results for installing this module, >>>>>>> try: >>>>>>> reports ECOCODE/Finance-Quote-1.49.tar.gz >>>>>>> >>>>>>>> David Reiser via gnucash-user <[email protected] >>>>>>>> <mailto:[email protected]>> ? 2021?4?27? ??9:04 ??? >>>>>>>> >>>>>>>> Found it. Had to >>>>>>>> upgrade Test2 >>>>>>>> >>>>>>>> Perl is so much fun >>>>>>>> >>>>>>>> Dave >>>>>>>> -- >>>>>>>> Dave Reiser >>>>>>>> [email protected] <mailto:[email protected]> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> On Apr 26, 2021, at 8:45 PM, David Reiser via gnucash-user >>>>>>>>> <[email protected] <mailto:[email protected]>> wrote: >>>>>>>>> >>>>>>>>> Installing MacOS 11.3 seems to have blown away Finance-Quote. >>>>>>>>> My efforts to get it installed via CPAN end with a bunch of errors >>>>>>>>> /usr/bin/make test -- NOT OK >>>>>>>>> >>>>>>>>> It seems to keep thrashing along until it quits with >>>>>>>>> >>>>>>>>> ECOCODE/Finance-Quote-1.49.tar.gz : make_test NO one dependency not >>>>>>>>> OK (DateTime::Format::Strptime); additionally test harness failed >>>>>>>>> >>>>>>>>> The DateTime::Format::Strptime installed already is too old (v 1.25), >>>>>>>>> but it doesn?t upgrade either. >>>>>>>>> >>>>>>>>> Suggestions? >>>>>>>>> >>>>>>>>> Dave >>>>>>>>> -- >>>>>>>>> Dave Reiser >>>>>>>>> [email protected] <mailto:[email protected]> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> gnucash-user mailing list >>>>>>>>> [email protected] >>>>>>>>> To update your subscription preferences or to unsubscribe: >>>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0 >>>>>>>>> >>>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0> >>>>>>>>> If you are using Nabble or Gmane, please see >>>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LZSZoX1khlRqkvBnjn52KtPU62d6%2BzJn5%2BGnfiH0nFc%3D&reserved=0 >>>>>>>>> >>>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LZSZoX1khlRqkvBnjn52KtPU62d6%2BzJn5%2BGnfiH0nFc%3D&reserved=0> >>>>>>>>> for more information. >>>>>>>>> ----- >>>>>>>>> Please remember to CC this list on all your replies. >>>>>>>>> You can do this by using Reply-To-List or Reply-All. >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> gnucash-user mailing list >>>>>>>> [email protected] <mailto:[email protected]> >>>>>>>> To update your subscription preferences or to unsubscribe: >>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0 >>>>>>>> >>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0> >>>>>>>> If you are using Nabble or Gmane, please see >>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LZSZoX1khlRqkvBnjn52KtPU62d6%2BzJn5%2BGnfiH0nFc%3D&reserved=0 >>>>>>>> >>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725748347%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dYv%2Bdvv53Kqb0hkzoQol4d1djJUhzBzi75OBj2WZaUM%3D&reserved=0> >>>>>>>> for more information. >>>>>>>> ----- >>>>>>>> Please remember to CC this list on all your replies. >>>>>>>> You can do this by using Reply-To-List or Reply-All. >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> gnucash-user mailing list >>>>>> [email protected] >>>>>> To update your subscription preferences or to unsubscribe: >>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725748347%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=BOj58l95rJ4TapU5URJfUARDp3Z%2B%2Fwapiv8DCFdLAXM%3D&reserved=0 >>>>>> If you are using Nabble or Gmane, please see >>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725748347%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dYv%2Bdvv53Kqb0hkzoQol4d1djJUhzBzi75OBj2WZaUM%3D&reserved=0 >>>>>> for more information. >>>>>> ----- >>>>>> Please remember to CC this list on all your replies. >>>>>> You can do this by using Reply-To-List or Reply-All. >>>>> >>>> >>> >> >> >> >> ------------------------------ >> Message: 2 >> Date: Fri, 30 Apr 2021 09:21:08 -0700 >> From: John Ralls <[email protected]> >> To: Robert Stocker <[email protected]> >> Cc: Gnucash Users <[email protected]> >> Subject: Re: [GNC] Cut & Paste transaction problem >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset=us-ascii >> >> >> >>> On Apr 30, 2021, at 5:25 AM, Robert Stocker <[email protected]> wrote: >>> >>> I'm running GnuCash version 4.5 (build ID: Flathub 4.5) on Ubuntu 20.10. >>> >>> I experienced this problem: After entering a transaction in the wrong >>> register, I used the Transaction > Cut transaction command, went to the >>> correct register, and used Transaction > Paste transaction. There was an >>> immediately visible problem. While some fields came across intact, several >>> of them were clearly out of order or seemingly random data. As it happens, >>> the first time I noticed this was on a split transaction with 4 or 5 >>> splits, and the data was well and truly mangled beyond recognition. Since, >>> I have verified this with both split and single-line (non-split) >>> transactions in credit card registers, but have not tried every type of >>> account register. >>> >>> For the time being, I recommend using Transaction > Copy transaction >>> followed by Transaction > Paste transaction (a combination which seems to >>> work correctly) and then delete the unwanted original. Because Copy then >>> Paste seems to work, my suspicion is that the bug is in the "Cut" portion >>> of the code. >>> >>> I have not experienced this problem before, and have cut & pasted >>> transactions in this manner plenty of times. >> >> First guess is that cut is destroying the transaction so that the pointer on >> the clipboard isn't valid any more. Some of it has been reallocated to >> something else so it's garbage when paste goes to use it. >> Regards, >> John Ralls >> >> >> >> >> ------------------------------ >> Message: 3 >> Date: Fri, 30 Apr 2021 12:58:39 -0500 (CDT) >> From: Uttam <[email protected]> >> To: [email protected] >> Subject: Re: [GNC] Separate file for each financial year vs single >> file >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset=us-ascii >> >> Dear Pankaj, a fresh year is much easier to create with the new Export >> Accounts facility. On the other hand a fresh year loses auto-complete until >> the data is rebuilt. This can be a significant pain which may influence >> your choice. >> >> I use a fresh year only because in year 8 I will wish to prune the oldest as >> allowed by HMRC UK. It will be a few years before I can contribute >> considered results of my decision. Based on my historic achievements I have >> low expectations. Regards, Uttam >> >> >> What is recommended way to keep accounts? A separate file for each financial >> year. Or a single file that grows with time. >> >> >> >> >> >> -- >> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html >> >> >> ------------------------------ >> Message: 4 >> Date: Fri, 30 Apr 2021 18:59:22 -0400 >> From: "Derek Atkins" <[email protected]> >> To: [email protected], [email protected], >> [email protected] >> Subject: [GNC] [MAINT] Unplanned network outage >> Message-ID: >> <[email protected]> >> Content-Type: text/plain;charset=utf-8 >> >> HI all, >> We had a short service outage today. My power went out (literally the >> power blew a fuse --- at the street corner) around 12:35pm. It was >> restored around 5pm. Unfortunately my UPS battery died around 4:45. Once >> the power came back, the systems all rebooted and came back on their own >> (around 5:15 or so). >> >> Sorry for the inconvenience. >> -derek >> PS: At 12:35 I heard a loud BANG and the power went out! I notified >> people on IRC immediately and went into power-saving mode. They were >> originally supposed to restore power by 3:30, which meant there would not >> have been any outage. Then they pushed it another hour and a half, which >> was just a LITTLE too much for the UPS. Alas. Again, sorry for any >> inconvenience. >> >> >> -- >> Derek Atkins 617-623-3745 >> [email protected] www.ihtfp.com >> Computer and Internet Security Consultant >> >> >> >> ------------------------------ >> Message: 5 >> Date: Sat, 1 May 2021 09:55:21 +0800 >> From: Outlook <[email protected]> >> To: David Reiser <[email protected]> >> Cc: John Ralls <[email protected]>, Gnucash Users >> <[email protected]> >> Subject: Re: [GNC] Finance Quote after a MacOS update >> Message-ID: >> <tyap286mb015478c7ea2837afbb55d13ca1...@tyap286mb0154.jpnp286.prod.outlook.com> >> >> Content-Type: text/plain; charset=utf-8 >> Thanks Dave. >> Just reinstalled CommandLineTools/SDKs/MacOSX11.3.sdk, then followed your >> instructions, did sudo cpan -f -i JSON::Parse, all done now. >> "Get Quote" came back now?? >>> David Reiser <[email protected]> ? 2021?5?1? ??12:23 ??? >>> >>> Apple is not including the Perl headers location in CPATH these days. I?ve >>> never figured out authoritatively how to avoid installing two versions of >>> the Command Line Tools, so if you follow the following recipe, you?ll >>> likely have one set inside XCode and one in /Library/Developer >>> >>> xcode-select ?install >>> export >>> CPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Perl/5.30/darwin-thread-multi-2level/CORE:$CPATH >>> >>> then run the cpan commands >>> -- >>> Dave Reiser >>> [email protected] <mailto:[email protected]> >>> >>> >>> >>> >>> >>>> On Apr 30, 2021, at 11:27 AM, Outlook <[email protected] >>>> <mailto:[email protected]>> wrote: >>>> >>>> sudo /applications/Gnucash.app/Contents/Resources/bin/gnc-fq-check >>>> >>>> Reported >>>> >>>> Can't locate JSON/Parse.pm in @INC (you may need to install the >>>> JSON::Parse module) (@INC contains: >>>> /Library/Perl/5.30/darwin-thread-multi-2level /Library/Perl/5.30 >>>> /Network/Library/Perl/5.30/darwin-thread-multi-2level >>>> /Network/Library/Perl/5.30 >>>> /Library/Perl/Updates/5.30.2/darwin-thread-multi-2level >>>> /Library/Perl/Updates/5.30.2 >>>> /System/Library/Perl/5.30/darwin-thread-multi-2level >>>> /System/Library/Perl/5.30 >>>> /System/Library/Perl/Extras/5.30/darwin-thread-multi-2level >>>> /System/Library/Perl/Extras/5.30) at >>>> /Library/Perl/5.30/Finance/Quote/MorningstarAU.pm line 27. >>>> BEGIN failed--compilation aborted at >>>> /Library/Perl/5.30/Finance/Quote/MorningstarAU.pm line 27. >>>> Compilation failed in require at (eval 293) line 1. >>>> BEGIN failed--compilation aborted at (eval 293) line 1. >>>> at /applications/Gnucash.app/Contents/Resources/bin/gnc-fq-check line 91. >>>> Can't locate object method "methods" via package >>>> "Finance::Quote::MorningstarAU" at /Library/Perl/5.30/Finance/Quote.pm >>>> line 120. >>>> >>>> >>>> sudo cpan -f -i JSON::Parse >>>> >>>> Reported errors as below >>>> >>>> Parse.xs:1:10: fatal error: 'EXTERN.h' file not found >>>> #include "EXTERN.h" >>>> ^~~~~~~~~~ >>>> 1 error generated. >>>> make: *** [Parse.o] Error 1 >>>> BKB/JSON-Parse-0.61.tar.gz >>>> /usr/bin/make -- NOT OK >>>> >>>> Stuck here?? >>>> >>>> >>>>> David Reiser <[email protected] <mailto:[email protected]>> ? >>>>> 2021?4?28? ??5:44 ??? >>>>> >>>>> Done. >>>>> -- >>>>> Dave Reiser >>>>> [email protected] <mailto:[email protected]> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> On Apr 27, 2021, at 12:50 AM, John Ralls <[email protected] >>>>>> <mailto:[email protected]>> wrote: >>>>>> >>>>>> Having seen David's earlier post I did >>>>>> sudo cpan install Test2 >>>>>> sudo /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update >>>>>> >>>>>> which ran successfully, after which >>>>>> /applications/Gnucash.app/Contents/Resources/bin/gnc-fq-check reported >>>>>> the usual list of sources. >>>>>> >>>>>> Anyone care to open an issue at >>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ffinance-quote%2Ffinance-quote&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=9sDi6cFWDrmCFh%2Faky00FAXUg4R65Y9dnLalElAFzCk%3D&reserved=0 >>>>>> >>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ffinance-quote%2Ffinance-quote&data=04%7C01%7C%7C49a331474b364cf1c53608d90bf458db%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637553966550659276%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=3gq5OOubR%2FNtNdwCd4LRRlYbaVmoFgBCZmpKKXpeELk%3D&reserved=0> >>>>>> about them needing to add the dependency on Test2 to the CPAN metadata? >>>>>> >>>>>> Regards, >>>>>> John Ralls >>>>>> >>>>>> >>>>>> >>>>>>> On Apr 26, 2021, at 7:34 PM, David Reiser via gnucash-user >>>>>>> <[email protected] <mailto:[email protected]>> wrote: >>>>>>> >>>>>>> You will have to reinstall Date::Manip again too, but I think all the >>>>>>> error problems in reinstalling Finance::Quote are taken care of by >>>>>>> >>>>>>> upgrade Test 2 >>>>>>> >>>>>>> before >>>>>>> >>>>>>> install Finance::Quote >>>>>>> >>>>>>> inside CPAN (launched with ?sudo CPAN?) >>>>>>> -- >>>>>>> Dave Reiser >>>>>>> [email protected] <mailto:[email protected]> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On Apr 26, 2021, at 10:30 PM, Outlook <[email protected]> wrote: >>>>>>>> >>>>>>>> Just had the same issue after upgrading to MacOS 11.3. (with GNC V4.4) >>>>>>>> >>>>>>>> Message as below: >>>>>>>> >>>>>>>> Test Summary Report >>>>>>>> ------------------- >>>>>>>> t/00-use.t (Wstat: 512 Tests: 1 Failed: 0) >>>>>>>> Non-zero exit status: 2 >>>>>>>> Parse errors: Bad plan. You planned 19 tests but ran 1. >>>>>>>> t/currency_lookup.t (Wstat: 512 Tests: 0 Failed: 0) >>>>>>>> Non-zero exit status: 2 >>>>>>>> Parse errors: Bad plan. You planned 12 tests but ran 0. >>>>>>>> t/quote.t (Wstat: 512 Tests: 0 Failed: 0) >>>>>>>> Non-zero exit status: 2 >>>>>>>> Parse errors: Bad plan. You planned 28 tests but ran 0. >>>>>>>> Files=66, Tests=1, 6 wallclock secs ( 0.11 usr 0.08 sys + 5.09 cusr >>>>>>>> 0.98 csys = 6.26 CPU) >>>>>>>> Result: FAIL >>>>>>>> Failed 3/66 test programs. 0/1 subtests failed. >>>>>>>> make: *** [test_dynamic] Error 255 >>>>>>>> ECOCODE/Finance-Quote-1.49.tar.gz >>>>>>>> 2 dependencies missing (DateTime::Format::Strptime,JSON::Parse); >>>>>>>> additionally test harness failed >>>>>>>> /usr/bin/make test -- NOT OK >>>>>>>> //hint// to see the cpan-testers results for installing this module, >>>>>>>> try: >>>>>>>> reports ECOCODE/Finance-Quote-1.49.tar.gz >>>>>>>> >>>>>>>>> David Reiser via gnucash-user <[email protected] >>>>>>>>> <mailto:[email protected]>> ? 2021?4?27? ??9:04 ??? >>>>>>>>> >>>>>>>>> Found it. Had to >>>>>>>>> upgrade Test2 >>>>>>>>> >>>>>>>>> Perl is so much fun >>>>>>>>> >>>>>>>>> Dave >>>>>>>>> -- >>>>>>>>> Dave Reiser >>>>>>>>> [email protected] <mailto:[email protected]> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> On Apr 26, 2021, at 8:45 PM, David Reiser via gnucash-user >>>>>>>>>> <[email protected] <mailto:[email protected]>> wrote: >>>>>>>>>> >>>>>>>>>> Installing MacOS 11.3 seems to have blown away Finance-Quote. >>>>>>>>>> My efforts to get it installed via CPAN end with a bunch of errors >>>>>>>>>> /usr/bin/make test -- NOT OK >>>>>>>>>> >>>>>>>>>> It seems to keep thrashing along until it quits with >>>>>>>>>> >>>>>>>>>> ECOCODE/Finance-Quote-1.49.tar.gz : make_test NO one dependency not >>>>>>>>>> OK (DateTime::Format::Strptime); additionally test harness failed >>>>>>>>>> >>>>>>>>>> The DateTime::Format::Strptime installed already is too old (v >>>>>>>>>> 1.25), but it doesn?t upgrade either. >>>>>>>>>> >>>>>>>>>> Suggestions? >>>>>>>>>> >>>>>>>>>> Dave >>>>>>>>>> -- >>>>>>>>>> Dave Reiser >>>>>>>>>> [email protected] <mailto:[email protected]> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> gnucash-user mailing list >>>>>>>>>> [email protected] >>>>>>>>>> To update your subscription preferences or to unsubscribe: >>>>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0 >>>>>>>>>> >>>>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0> >>>>>>>>>> If you are using Nabble or Gmane, please see >>>>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LZSZoX1khlRqkvBnjn52KtPU62d6%2BzJn5%2BGnfiH0nFc%3D&reserved=0 >>>>>>>>>> >>>>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LZSZoX1khlRqkvBnjn52KtPU62d6%2BzJn5%2BGnfiH0nFc%3D&reserved=0> >>>>>>>>>> for more information. >>>>>>>>>> ----- >>>>>>>>>> Please remember to CC this list on all your replies. >>>>>>>>>> You can do this by using Reply-To-List or Reply-All. >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> gnucash-user mailing list >>>>>>>>> [email protected] <mailto:[email protected]> >>>>>>>>> To update your subscription preferences or to unsubscribe: >>>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0 >>>>>>>>> >>>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=wMG2PxDzj8ojji0PfhmGp%2FWE0%2BnObOeJRg4E%2BKbSZzs%3D&reserved=0> >>>>>>>>> If you are using Nabble or Gmane, please see >>>>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725738401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=LZSZoX1khlRqkvBnjn52KtPU62d6%2BzJn5%2BGnfiH0nFc%3D&reserved=0 >>>>>>>>> >>>>>>>>> <https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725748347%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dYv%2Bdvv53Kqb0hkzoQol4d1djJUhzBzi75OBj2WZaUM%3D&reserved=0> >>>>>>>>> for more information. >>>>>>>>> ----- >>>>>>>>> Please remember to CC this list on all your replies. >>>>>>>>> You can do this by using Reply-To-List or Reply-All. >>>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> gnucash-user mailing list >>>>>>> [email protected] >>>>>>> To update your subscription preferences or to unsubscribe: >>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.gnucash.org%2Fmailman%2Flistinfo%2Fgnucash-user&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725748347%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=BOj58l95rJ4TapU5URJfUARDp3Z%2B%2Fwapiv8DCFdLAXM%3D&reserved=0 >>>>>>> If you are using Nabble or Gmane, please see >>>>>>> https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.gnucash.org%2Fwiki%2FMailing_Lists&data=04%7C01%7C%7C16fbc1101b0746a59d3808d909c5a3e0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637551566725748347%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dYv%2Bdvv53Kqb0hkzoQol4d1djJUhzBzi75OBj2WZaUM%3D&reserved=0 >>>>>>> for more information. >>>>>>> ----- >>>>>>> Please remember to CC this list on all your replies. >>>>>>> You can do this by using Reply-To-List or Reply-All. >>>>>> >>>>> >>>> >>> >> >> >> >> ------------------------------ >> Message: 6 >> Date: Thu, 29 Apr 2021 20:53:57 -0400 >> From: Andrew O'Neill <[email protected]> >> To: [email protected] >> Subject: [GNC] Permission to use GNUCash >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset=utf-8 >> >> Hi, >> My name is Andrew and I just started working for an online teaching company >> called Outschool. I am a passionate user of GNUCash for the past two years >> and I am planning to teach the students the basics of tracking their >> finances using GNUCash. I wanted to reach out to you all and ask for >> permission to use GNUCash as a teaching tool. If you can get back to me when >> you get the chance that would be great! >> Thanks so much! >> Andrew O?Neill >> >> ------------------------------ >> Message: 7 >> Date: Sat, 1 May 2021 10:58:27 -0400 >> From: Glenn Fowler <[email protected]> >> To: GnuCash users group <[email protected]> >> Subject: [GNC] Add a donate button in GnuCash >> Message-ID: >> <sj0pr19mb4445d69380ca471e13b3e93e8f...@sj0pr19mb4445.namprd19.prod.outlook.com> >> >> Content-Type: text/plain; charset="UTF-8" >> Hello, >> I think it would be an enhancement if there was a "Donate" button in >> the GnuCash program. This could simply link to the website donate >> page. >> It's unobtrusive, gives users a quick way to donate, and hopefully >> will increase donation awareness and bring in additional funding to >> the project. >> >> This is customary and in many open source software apps & programs. >> Thoughts? >> >> (I also posted this on BugZilla as an enhancement) >> >> ------------------------------ >> Subject: Digest Footer >> _______________________________________________ >> gnucash-user mailing list >> [email protected] >> To update your subscription preferences or to unsubscribe: >> https://lists.gnucash.org/mailman/listinfo/gnucash-user >> If you are using Nabble or Gmane, please see >> https://wiki.gnucash.org/wiki/Mailing_Lists for more information. >> ----- >> Please remember to CC this list on all your replies. >> You can do this by using Reply-To-List or Reply-All. >> >> >> ------------------------------ >> End of gnucash-user Digest, Vol 218, Issue 1 >> ******************************************** >> > > _______________________________________________ > gnucash-user mailing list > [email protected] > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > ----- > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
