* bug#65111: GnuCash cannot get online quotes
@ 2023-08-06 9:30 Altadil via Bug reports for GNU Guix
2023-08-07 14:38 ` Maxim Cournoyer
2024-04-16 20:21 ` Anna Scott
0 siblings, 2 replies; 6+ messages in thread
From: Altadil via Bug reports for GNU Guix @ 2023-08-06 9:30 UTC (permalink / raw)
To: 65111
Hi,
GnuCash 5.3, as packaged in Guix, cannot access quote sources. When adding a new security, it displays "Warning: Finance::Quote not installed properly." and the "Get Online Quotes" checkbox is greyed out.
I am on an up-to-date Guix System and the rest of GnuCash seems to be working fine.
It seems the package perl-finance-quote was not automatically installed with gnucash, so I installed it. I then tried to follow the steps in the upstream doc: https://www.gnucash.org/docs/v4/C/gnucash-help/finance-quote-install.html
But it did not change the result.
The flatpak version of GnuCash from flathub.org (also 5.3) appears to be working (on the same Guix System).
Best regards,
Altadil
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#65111: GnuCash cannot get online quotes
2023-08-06 9:30 bug#65111: GnuCash cannot get online quotes Altadil via Bug reports for GNU Guix
@ 2023-08-07 14:38 ` Maxim Cournoyer
2023-08-08 9:11 ` Altadil via Bug reports for GNU Guix
2025-01-05 21:09 ` Tomas Volf
2024-04-16 20:21 ` Anna Scott
1 sibling, 2 replies; 6+ messages in thread
From: Maxim Cournoyer @ 2023-08-07 14:38 UTC (permalink / raw)
To: 65111; +Cc: Altadil
Hello,
Altadil via Bug reports for GNU Guix <bug-guix@gnu.org> writes:
> Hi,
>
> GnuCash 5.3, as packaged in Guix, cannot access quote sources. When
> adding a new security, it displays "Warning: Finance::Quote not
> installed properly." and the "Get Online Quotes" checkbox is greyed
> out.
>
> I am on an up-to-date Guix System and the rest of GnuCash seems to be working fine.
>
> It seems the package perl-finance-quote was not automatically
> installed with gnucash, so I installed it. I then tried to follow the
> steps in the upstream
> doc: https://www.gnucash.org/docs/v4/C/gnucash-help/finance-quote-install.html
> But it did not change the result.
>
> The flatpak version of GnuCash from flathub.org (also 5.3) appears to
> be working (on the same Guix System).
If other distributions of GnuCash commonly ship with the necessary Perl
modules necessary for this feature to work, perhaps we should too? It
could be done by wrapping the GnuCash binary with the Perl search path
(PERL5LIB, I reckon).
Would you like to give it a try?
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#65111: GnuCash cannot get online quotes
2023-08-07 14:38 ` Maxim Cournoyer
@ 2023-08-08 9:11 ` Altadil via Bug reports for GNU Guix
2023-08-09 9:46 ` Altadil via Bug reports for GNU Guix
2025-01-05 21:09 ` Tomas Volf
1 sibling, 1 reply; 6+ messages in thread
From: Altadil via Bug reports for GNU Guix @ 2023-08-08 9:11 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 65111
------- Original Message -------
On Monday, August 7th, 2023 at 14:38, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
> Hello,
>
> Altadil via Bug reports for GNU Guix bug-guix@gnu.org writes:
>
> > Hi,
> >
> > GnuCash 5.3, as packaged in Guix, cannot access quote sources. When
> > adding a new security, it displays "Warning: Finance::Quote not
> > installed properly." and the "Get Online Quotes" checkbox is greyed
> > out.
> >
> > I am on an up-to-date Guix System and the rest of GnuCash seems to be working fine.
> >
> > It seems the package perl-finance-quote was not automatically
> > installed with gnucash, so I installed it. I then tried to follow the
> > steps in the upstream
> > doc: https://www.gnucash.org/docs/v4/C/gnucash-help/finance-quote-install.html
> > But it did not change the result.
> >
> > The flatpak version of GnuCash from flathub.org (also 5.3) appears to
> > be working (on the same Guix System).
>
>
> If other distributions of GnuCash commonly ship with the necessary Perl
> modules necessary for this feature to work, perhaps we should too? It
> could be done by wrapping the GnuCash binary with the Perl search path
> (PERL5LIB, I reckon).
>
> Would you like to give it a try?
>
> --
> Thanks,
> Maxim
Hi,
I have no idea how this wrapping thing works, but I am willing to look at it. Is there any example of how to do that ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#65111: GnuCash cannot get online quotes
2023-08-08 9:11 ` Altadil via Bug reports for GNU Guix
@ 2023-08-09 9:46 ` Altadil via Bug reports for GNU Guix
0 siblings, 0 replies; 6+ messages in thread
From: Altadil via Bug reports for GNU Guix @ 2023-08-09 9:46 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 65111
> > Hello,
> >
> > Altadil via Bug reports for GNU Guix bug-guix@gnu.org writes:
> >
> > > Hi,
> > >
> > > GnuCash 5.3, as packaged in Guix, cannot access quote sources. When
> > > adding a new security, it displays "Warning: Finance::Quote not
> > > installed properly." and the "Get Online Quotes" checkbox is greyed
> > > out.
> > >
> > > I am on an up-to-date Guix System and the rest of GnuCash seems to be working fine.
> > >
> > > It seems the package perl-finance-quote was not automatically
> > > installed with gnucash, so I installed it. I then tried to follow the
> > > steps in the upstream
> > > doc: https://www.gnucash.org/docs/v4/C/gnucash-help/finance-quote-install.html
> > > But it did not change the result.
> > >
> > > The flatpak version of GnuCash from flathub.org (also 5.3) appears to
> > > be working (on the same Guix System).
> >
> > If other distributions of GnuCash commonly ship with the necessary Perl
> > modules necessary for this feature to work, perhaps we should too? It
> > could be done by wrapping the GnuCash binary with the Perl search path
> > (PERL5LIB, I reckon).
> >
> > Would you like to give it a try?
> >
> > --
> > Thanks,
> > Maxim
>
>
>
> Hi,
>
> I have no idea how this wrapping thing works, but I am willing to look at it. Is there any example of how to do that ?
Hello,
after looking at the package definition, I did see the wrapping code. So the required module should be available. I don’t know why gnucash doesn’t find it. I tried launching the program from the CLI to see more of what’s going on, but it doesn’t print anything when trying to add a new security.
Best regards,
Altadil
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#65111: GnuCash cannot get online quotes
2023-08-06 9:30 bug#65111: GnuCash cannot get online quotes Altadil via Bug reports for GNU Guix
2023-08-07 14:38 ` Maxim Cournoyer
@ 2024-04-16 20:21 ` Anna Scott
1 sibling, 0 replies; 6+ messages in thread
From: Anna Scott @ 2024-04-16 20:21 UTC (permalink / raw)
To: 65111
Hello there … im using GNUCASH 5.3 and have the same problem exactly … can you advise on what to do now?
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#65111: GnuCash cannot get online quotes
2023-08-07 14:38 ` Maxim Cournoyer
2023-08-08 9:11 ` Altadil via Bug reports for GNU Guix
@ 2025-01-05 21:09 ` Tomas Volf
1 sibling, 0 replies; 6+ messages in thread
From: Tomas Volf @ 2025-01-05 21:09 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 65111, Altadil
[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hello,
>
> Altadil via Bug reports for GNU Guix <bug-guix@gnu.org> writes:
>
>> Hi,
>>
>> GnuCash 5.3, as packaged in Guix, cannot access quote sources. When
>> adding a new security, it displays "Warning: Finance::Quote not
>> installed properly." and the "Get Online Quotes" checkbox is greyed
>> out.
>>
>> I am on an up-to-date Guix System and the rest of GnuCash seems to be working fine.
>>
>> It seems the package perl-finance-quote was not automatically
>> installed with gnucash, so I installed it. I then tried to follow the
>> steps in the upstream
>> doc: https://www.gnucash.org/docs/v4/C/gnucash-help/finance-quote-install.html
>> But it did not change the result.
>>
>> The flatpak version of GnuCash from flathub.org (also 5.3) appears to
>> be working (on the same Guix System).
>
> If other distributions of GnuCash commonly ship with the necessary Perl
> modules necessary for this feature to work, perhaps we should too? It
> could be done by wrapping the GnuCash binary with the Perl search path
> (PERL5LIB, I reckon).
>
> Would you like to give it a try?
Should be fixed by 75317, so I will merge the bugs.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-05 21:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-06 9:30 bug#65111: GnuCash cannot get online quotes Altadil via Bug reports for GNU Guix
2023-08-07 14:38 ` Maxim Cournoyer
2023-08-08 9:11 ` Altadil via Bug reports for GNU Guix
2023-08-09 9:46 ` Altadil via Bug reports for GNU Guix
2025-01-05 21:09 ` Tomas Volf
2024-04-16 20:21 ` Anna Scott
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.