[GNC] Finance::Quote on Mac M1 OSX Ventura

2023-05-17 Thread Bruce Schuck
While testing an install of Finance::Quote on a somewhat fresh out of the box MacBook Pro running Ventura 13.3.1, some issues with the bundled Perl were discovered. At first I thought it may have been prerequisites not properly defined for DateTime::Locale, but a deeper analysis showed that th

Re: [GNC] Finance::Quote on Mac M1

2021-08-21 Thread Peter West
my install of GnuCash was done the standard way - >>>>> downloading the DMG from the website. >>>>> >>>>> Also, to make the solution crystal clear to those who are not as good on >>>>> the command line, there was a typo in John’s mos

Re: [GNC] Finance::Quote on Mac M1

2021-08-21 Thread Peter West
install of GnuCash was done the standard way - >>>> downloading the DMG from the website. >>>> >>>> Also, to make the solution crystal clear to those who are not as good on >>>> the command line, there was a typo in John’s most recent advice of the

Re: [GNC] Finance::Quote on Mac M1

2021-08-21 Thread David Reed via gnucash-user
So does this mean a future official build of gnucash will have an ARM version and we'll be able to get quotes again? That would be great! Thanks, Dave > On Aug 19, 2021, at 5:43 PM, John Ralls wrote: > > You can't escape the problems. ;-) > > FWIW I just completed building on an M1 with Mont

Re: [GNC] Finance::Quote on Mac M1

2021-08-20 Thread davelist--- via gnucash-user
Never mind, I see the other post from Colin about the minor typo in the commands and now it does seem to work. Thank you! Dave > On Aug 20, 2021, at 4:58 PM, davelist--- via gnucash-user > wrote: > > Sorry, I did try those commands but I'm not certain it worked as I do see: > > Tests succee

Re: [GNC] Finance::Quote on Mac M1

2021-08-20 Thread davelist--- via gnucash-user
Sorry, I did try those commands but I'm not certain it worked as I do see: Tests succeeded but one dependency not OK (Test::Perl::Critic) I am have not installed another Perl version so it must be using the system Perl. When I launch GnuCash the "Get Quotes" button is still inactive for me. I b

Re: [GNC] Finance::Quote on Mac M1

2021-08-20 Thread Peter West
ry gratefully, >>> Colin >>> >>>> On Aug 19, 2021, at 8:36 PM, gnucash-user-requ...@gnucash.org wrote: >>>> >>>> Message: 5 >>>> Date: Thu, 19 Aug 2021 20:36:28 -0700 >>>> From: John Ralls mailto:jra...@ceridwen.us>&g

Re: [GNC] Finance::Quote on Mac M1

2021-08-20 Thread John Ralls
y, >> Colin >> >>> On Aug 19, 2021, at 8:36 PM, gnucash-user-requ...@gnucash.org wrote: >>> >>> Message: 5 >>> Date: Thu, 19 Aug 2021 20:36:28 -0700 >>> From: John Ralls mailto:jra...@ceridwen.us>> >>> To: davel...@mac.com <

Re: [GNC] Finance::Quote on Mac M1

2021-08-20 Thread Peter West
:36:28 -0700 >> From: John Ralls mailto:jra...@ceridwen.us>> >> To: davel...@mac.com <mailto:davel...@mac.com> >> Cc: Mailing List Gnucash > <mailto:gnucash-user@gnucash.org>> >> Subject: Re: [GNC] Finance::Quote on Mac M1 >> Message-ID: <4e108262-4136-47

Re: [GNC] Finance::Quote on Mac M1

2021-08-19 Thread Colin
19 Aug 2021 20:36:28 -0700 > From: John Ralls mailto:jra...@ceridwen.us>> > To: davel...@mac.com <mailto:davel...@mac.com> > Cc: Mailing List Gnucash <mailto:gnucash-user@gnucash.org>> > Subject: Re: [GNC] Finance::Quote on Mac M1 > Message-ID: <4e108262

Re: [GNC] Finance::Quote on Mac M1

2021-08-19 Thread John Ralls
You didn't read my letter very carefully: You should be able to get quotes now if you do `sudo cpan -i Test2; sudo cpan -f -i B::keywords; sudo cpan -i Finance::Quote`. The system perl is a universal binary and works in both native and Rosetta2 environments. Perl from other sources may or may no

Re: [GNC] Finance::Quote on Mac M1

2021-08-19 Thread davelist--- via gnucash-user
So does this mean a future official build of gnucash will have an ARM version and we'll be able to get quotes again? That would be great! Thanks, Dave > On Aug 19, 2021, at 5:43 PM, John Ralls wrote: > > You can't escape the problems. ;-) > > FWIW I just completed building on an M1 with Monte

Re: [GNC] Finance::Quote on Mac M1

2021-08-19 Thread John Ralls
You can't escape the problems. ;-) FWIW I just completed building on an M1 with Monterey. Amazingly, there were only a few minor problems, one of which has nothing to do with M1 or Monterey: Boost's download site changed. Libdbi and libdbi-drivers last release tarballs were made in 2013 and inc

Re: [GNC] Finance::Quote on Mac M1

2021-08-19 Thread Peter West
Hi John, I had already run into problems trying to build GnuCash on MacPorts. I was encouraged to try to build by reading . Peter — Peter West p...@ehealth.id.au “For behold, when the sound of your greeting came to my ears, the baby in my womb leaped

Re: [GNC] Finance::Quote on Mac M1

2021-08-16 Thread John Ralls
Support for gtk-osx is on its mailing list, https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list, but before you go there I'll remind you that one of gtk-osx's basic requirements is that you must not have Homebrew or MacPorts visible to it. Since you have MacPorts installed already the s

Re: [GNC] Finance::Quote on Mac M1

2021-08-16 Thread Peter West
I removed the offending PREFIX line from jhbuildrc-custom, and immediately ran into a similar problem. File "/Users/gtkdev/Source/jhbuild/jhbuild/config.py", line 194, in load execfile(filename, config) File "/Users/gtkdev/Source/jhbuild/jhbuild/utils/compat.py", line 67, in execfile e

Re: [GNC] Finance::Quote on Mac M1

2021-08-16 Thread Peter West
I’ve decided to go the whole hog and build GNC. Hopefully, I can get M1-specific GNC and Finance::Quote working together without any mysterious issues. After gtk-osx-setup.sh, I try to run jhbuild bootstrap-gtk-osx, and it fails immediately. ~ 20:14:24$ jhbuild bootstrap-gtk-osx Loading .env e

Re: [GNC] Finance::Quote on Mac M1

2021-08-04 Thread Geoff
Yes, I don't like doing forced installations either, but this particular module isn't very important in the overall Finance::Quote scheme of events. Here are two suggestions. (1) Hack. I'm not familiar with MAC directory structures, but I had a look at the particular test that is failing, and

Re: [GNC] Finance::Quote on Mac M1

2021-08-04 Thread Peter West
It sill reports the same failure, even though I run sudo cpan -f -i B::Keywords — Peter West p...@ehealth.id.au But immediately Jesus spoke to them, saying, “Take heart; it is I. Do not be afraid.” > On 4 Aug 2021, at 5:53 pm, Geoff wrote: > > Try and force the installation of B::Keywords: >

Re: [GNC] Finance::Quote on Mac M1

2021-08-04 Thread Peter West
I thought about that, even though it’s against my religion. I’ll let you know what happens. — Peter West p...@ehealth.id.au But immediately Jesus spoke to them, saying, “Take heart; it is I. Do not be afraid.” > On 4 Aug 2021, at 5:53 pm, Geoff wrote: > > Try and force the installation of B:

Re: [GNC] Finance::Quote on Mac M1

2021-08-04 Thread Geoff
Try and force the installation of B::Keywords: cpan> force install B::Keywords From: https://www.thegeekstuff.com/2013/06/cpan-force-install-perl-module/ If that works, try to reinstall Finance::Quote normally. Fingers crossed. Geoff = On 4/08/2021 5:24 pm, Peter West wrote: Here’s the

Re: [GNC] Finance::Quote on Mac M1

2021-08-04 Thread Peter West
Here’s the output. Rosie:.30/darwin-thread-multi-2level 16:53:50$ sudo cpan -i Finance::Quote Password: Loading internal logger. Log::Log4perl recommended for better logging CPAN::SQLite not installed, trying to work without Reading '/Users/pbw/.cpan/sources/authors/01mailrc.txt.gz' .

Re: [GNC] Finance::Quote on Mac M1

2021-08-04 Thread Geoff
Hi Peter How about sending through some diagnostics please? Screenshot or error log. Thanks Geoff = On 4/08/2021 5:03 pm, Peter West wrote: I have been trying to get Finance::Quote installed on my Mac M1, without success. I have tried installing using cpan -i Date::Manip cpan -i Finance

[GNC] Finance::Quote on Mac M1

2021-08-04 Thread Peter West
I have been trying to get Finance::Quote installed on my Mac M1, without success. I have tried installing using cpan -i Date::Manip cpan -i Finance::Quote Installing Date::Manip works, but Finance::Quote fails installing B::Keywords. Any ideas? — Peter West p...@ehealth.id.au But immediately J