bug#40282: tegola has bundled libraries

2025-02-12 Thread Sharlatan Hellseher
Hi, Nicolas has initiated the unbundling process in https://issues.guix.gnu.org/76146. I'd rather close this issue for now as it will be noted in package definition after 76146 is merged. Tegola requires way too many missing packages which may be added on volunteers free time. Thanks, Oleg

bug#73980: GNU Shepherd download link broken in savannah

2025-02-12 Thread Ludovic Courtès
Hi, Nikolaos Chatzikonstantinou skribis: > After the rename of shepherd, the links are now broken in savannah. > > For example in https://savannah.gnu.org/git/?group=shepherd the > Download link is broken as well as the cvs links. I’ve finally reported it to the Savannah admins:

bug#74395: 'mumi send-email' fails to detect created issue number

2025-02-12 Thread Arun Isaac
Hi Maxim, > The reason is that mumi on the server side attempts to reindex the > complete 20 GiB something of mail archives every 5 minutes, which takes > 20 minutes to complete. > > We need a finer grained mechanism to process only newly added mails and > avoid doing a full reindex, which is to

bug#74395: 'mumi send-email' fails to detect created issue number

2025-02-12 Thread Arun Isaac
> I can come up with something, but do you have any suggestions off the > bat? My first instinct would be to look at the timestamps of changed log files and only reindex those. Maybe that could work. Do you wish to work on this, or do you prefer I did it? Let me know. Thanks!

bug#74395: 'mumi send-email' fails to detect created issue number

2025-02-12 Thread Maxim Cournoyer
Hi Arun, Arun Isaac writes: > Hi Maxim, > >> The reason is that mumi on the server side attempts to reindex the >> complete 20 GiB something of mail archives every 5 minutes, which takes >> 20 minutes to complete. >> >> We need a finer grained mechanism to process only newly added mails and >> a

bug#65111: GnuCash cannot get online quotes

2025-02-12 Thread Maxim Cournoyer
Hi, Tomas Volf <~@wolfsden.cz> writes: [...] > Should be fixed by 75317, so I will merge the bugs. Well done, closing! -- Thanks, Maxim

bug#74395: 'mumi send-email' fails to detect created issue number

2025-02-12 Thread Maxim Cournoyer
Hi Arun, Arun Isaac writes: >> I can come up with something, but do you have any suggestions off the >> bat? > > My first instinct would be to look at the timestamps of changed log > files and only reindex those. Maybe that could work. Do you wish to work > on this, or do you prefer I did it? Le

bug#56567: [BUG] Gnome doesn't recognize applications path for flatpak

2025-02-12 Thread Maxim Cournoyer
Hi, Csepp writes: > Liliana Marie Prikler writes: > >> Am Sonntag, dem 17.07.2022 um 06:03 + schrieb Jacob Hrbek: >>> Why is making a user configuration saner in comparison to making it >>> work out of the box? >> Because in this instance "making it work out of the box" entails >> statefuln

bug#76233: Jami 20240524.0 not working on Guix System but working on foreign distro

2025-02-12 Thread Giovanni Biscuolo via Bug reports for GNU Guix
Hello, on my two work machines (one desktop and one laptop) I use guix as package manager on top of Debian, I installed jami on both and it works perfectly: I'm really impressed by Jami! I'm testing Jami on a Guix System I installed on a test machine (on the very same network of my work machines)

bug#76231: Jami 20240524.0 not working on Guix System but working on foreign distro

2025-02-12 Thread Giovanni Biscuolo via Bug reports for GNU Guix
Hello, on my two work machines (one desktop and one laptop) I use guix as package manager on top of Debian, I installed jami on both and it works perfectly: I'm really impressed by Jami! I'm testing Jami on a Guix System I installed on a test machine (on the very same network of my work machines)

bug#74632: [PATCH 1/2] gnu: Remove font-iosevka-comfy.

2025-02-12 Thread Divya Ranjan via Bug reports for GNU Guix
* gnu/packages/fonts.scm (font-iosevka-comfy): Delete variable. --- gnu/packages/fonts.scm | 19 --- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index c32f2ef5fb..16ab0af70e 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fon

bug#76215: Error Installing GuixOS - #installer-dump-20c5640a

2025-02-12 Thread Faisal Shaheen via Bug reports for GNU Guix
Dear Guix Team, I have been facing an issue regarding partition creation while installing Guix using the guided entire disk option. The manual option wouldn't allow me to boot the system, either. I have uploaded the dump installer-dump-20c5640a for your reference. This is the exact build I'm at

bug#74632: [PATCH 2/2] gnu: Add font-aporetic.

2025-02-12 Thread Divya Ranjan via Bug reports for GNU Guix
* gnu/packages/fonts.scm (font-aporetic): New variable. --- gnu/packages/fonts.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 16ab0af70e..50a51d8289 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm

bug#76243: [shepherd] Lines not ending in #\newline are not logged

2025-02-12 Thread Tomas Volf
Hi :) When you execute the following code: --8<---cut here---start->8--- herd spawn transient -- $(which sh) -c 'printf x' --8<---cut here---end--->8--- The `x' is nowhere to be found in the log: --8<---cut he

bug#74632: [PATCH 1/2] gnu: Remove font-iosevka-comfy.

2025-02-12 Thread Divya Ranjan via Bug reports for GNU Guix
Sorry Ludo, I mistyped the bug number when sending the patches. They are supposed to be sent to #76232. Apologies. If there's a way of deleting the last two patches from this issue, please do so. Regards, On 12 February 2025 17:27:00 GMT, Divya Ranjan wrote: >* gnu/packages/fonts.scm (font-io

bug#76244: Shepherd does not support UTF-8 in the log output

2025-02-12 Thread Tomas Volf
Hi :) Shepherd does not seem to support UTF-8 output (Japanese in my case) in the log output. I noticed the issue with timers, but can be reproduced with transient as well: --8<---cut here---start->8--- $ herd spawn transient -- $(which sh) -c 'echo "猫"' Spa