bug#43306: roffit is missing a dependency

2020-09-14 Thread Efraim Flashner
On Thu, Sep 10, 2020 at 02:44:55PM +0200, raingloom wrote: > ``` > Can't locate HTML/Entities.pm in @INC (you may need to install the > HTML::Entities module) (@INC contains: > /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/site_perl/5.30.2/x86_64-linux-thread-multi > /gnu/store/

bug#43232: [PATCH] gnu: jack-2: Update to 1.9.14.

2020-09-14 Thread Efraim Flashner
On Mon, Sep 14, 2020 at 09:25:25PM -0700, Mike Rosset wrote: > * gnu/packages/audio.scm (jack-2): Update to 1.9.14. > [arguments]: new 'declare-for-int phase after unpack that declares 'i in the > for initialize statement. Add -lstdc++ to LDFLAGS 'set-linkflags phase > ensures -lstdc++ is at the t

bug#43232: [PATCH] gnu: jack-2: Update to 1.9.14.

2020-09-14 Thread Mike Rosset
* gnu/packages/audio.scm (jack-2): Update to 1.9.14. [arguments]: new 'declare-for-int phase after unpack that declares 'i in the for initialize statement. Add -lstdc++ to LDFLAGS 'set-linkflags phase ensures -lstdc++ is at the tail. This fixes issues that cause jack-2 to not build on system aarh

bug#43366: "error: rmdir: Device or resource busy" when using btrfs

2020-09-14 Thread Maxim Cournoyer
Hi Fredrik, I just sent a patch now, but here's a bit more background on what led to it. Fredrik Salomonsson writes: > When you have separate btrfs subvolumes for /gnu and /var/guix, you'll > encounter this error running `guix system init /mnt/etc/config.scm /mnt` > when it tries to copy things

bug#43366: [PATCH core-updates] utils: Do not raise exceptions in delete-file-recursively.

2020-09-14 Thread Maxim Cournoyer
This makes it so that delete-file-recursively honors its docstring, which says it should "report but ignore errors". Fixes . * guix/build/utils.scm (warn-on-error): New syntax. (delete-file-recursively): Use it to catch exceptions and print warning messages. Re

bug#43291: ntp or nptd services on aarch64

2020-09-14 Thread Vitaliy Shatrov
Sorry for delay. Just a day more... -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

bug#42740: Segfault in libssh during ‘guix copy’

2020-09-14 Thread Maxim Cournoyer
Hello, What is the manifestation of the current guile-ssh remaining problems? Is it like the error message below? --8<---cut here---start->8--- guix offload: error: corrupt input while restoring archive from # --8<---cut here---end-

bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2020-09-14 Thread Ricardo Wurmus
The attached patch seems to fix the worst problems. I’m marking up each line in a message with a “span” tag and a “line” class; then I use CSS to visually separate the lines. Simple browsers that don’t support this CSS rely on “span” to be an inline tag; likewise they rely on “div” to be a block

bug#41575: [bug#43371] [PATCH] doc: prevent host/container nscd mismatch

2020-09-14 Thread conjaroy
Sure, I'm happy to take a stab at this. Jason On Mon, Sep 14, 2020 at 3:28 AM Ludovic Courtès wrote: > In that case, we can have ‘containerized-operating-system’ provide its > own NSS configuration with a reduced cache size (or without cache since > there’s caching happening on the host for hos

bug#43406: Emacs 27.1 memory consumption grows indefinitely

2020-09-14 Thread zimoun
> > emacs 27.1out > > /gnu/store/ipgb6s3phz3n740xlcdzaxnbgvncdh11-emacs-27.1 With the exact store item, M-x emacs-uptime says "3 days, 3 hours, 4 minutes, 7 seconds". My kernel is 4.19.0-10 from Debian. I use these packages: "diminish" "yasnippet" "s

bug#43277: [PATCH] gnu: emacs-next: Fix load path and version

2020-09-14 Thread Morgan . J . Smith
From: Morgan Smith * gnu/packages/emacs.scm (emacs): [strip-double-wrap] Modify to work with emacs-next * gnu/packages/emacs.scm (emacs-next): [version] Change version from 28.0.50.1 to 28.0.50 [arguments] Removed field [native-search-paths] New field --- The problem turned out to be that EMACS

bug#43398: r-rgraphviz is not Reproducible

2020-09-14 Thread zimoun
Thanks for explaining. Cheers, simon

bug#43406: Emacs 27.1 memory consumption grows indefinitely

2020-09-14 Thread Ricardo Wurmus
Ludovic Courtès writes: > Since I upgraded to Emacs 27.1, its memory consumption grows without > bounds, to the point that it gets OOM-killed after just a couple of > hours (meaning that it’s used most of the 16G of RAM of my laptop!). […] > $ guix package -I ^emacs$ > emacs 27.1out /

bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2020-09-14 Thread Ricardo Wurmus
zimoun writes: > Dear Mark, > > On Mon, 14 Sep 2020 at 22:58, Mark H Weaver wrote: > >> For what it's worth: not everyone uses Emacs, and it would be good to >> support users who choose to use simpler software. I guess that it would >> be quite easy to modify the software behind 'issues.guix.

bug#43398: r-rgraphviz is not Reproducible

2020-09-14 Thread Ricardo Wurmus
zimoun writes: > For my learning process, how do you find it is a date issue? Read the > source and look for something? Or first have a clue with diffoscope? I guessed it would be one of the usual suspects, so I unpacked the sources and grep’ed for DATE. I only use diffoscope when there’s n

bug#43403: Blender crashes on clicking 'Video Editing'. Segmentation fault

2020-09-14 Thread Leo Famulari
On Mon, Sep 14, 2020 at 05:18:16PM +, zna...@disroot.org wrote: > $ guix describe > Generation 34 Aug 07 2020 21:03:07 (current) > guix 672b9bb > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 672b9bb210808e27ab9c87a29e2de36240128151 > Deletion of confi

bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2020-09-14 Thread zimoun
Dear Mark, On Mon, 14 Sep 2020 at 22:58, Mark H Weaver wrote: > For what it's worth: not everyone uses Emacs, and it would be good to > support users who choose to use simpler software. I guess that it would > be quite easy to modify the software behind 'issues.guix.gnu.org' to > generate HTML

bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2020-09-14 Thread Mark H Weaver
Maxim Cournoyer writes: > Vitaliy Shatrov writes: > > Closing since a dedicated tool for use in Emacs (emacs-debbugs) exists, > which works around the shortcomings of the Emacs web browsers (Probably > CSS related, as Mark pointed out). For what it's worth: not everyone uses Emacs, and it would

bug#43406: Emacs 27.1 memory consumption grows indefinitely

2020-09-14 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès writes: > Since I upgraded to Emacs 27.1, its memory consumption grows without > bounds, to the point that it gets OOM-killed after just a couple of > hours (meaning that it’s used most of the 16G of RAM of my laptop!). > > Does that ring a bell to anyone? I have 50+

bug#43398: r-rgraphviz is not Reproducible

2020-09-14 Thread zimoun
Hey, On Mon, 14 Sep 2020 at 21:25, Ricardo Wurmus wrote: > > The package ’r-rgraphivz’ does not seems reproducible with Guix 4a2cb3f. > > It is now with commit 62881beb4d. Cool! Thank you. For my learning process, how do you find it is a date issue? Read the source and look for something? Or

bug#43403: Blender crashes on clicking 'Video Editing'. Segmentation fault

2020-09-14 Thread Efraim Flashner
On Mon, Sep 14, 2020 at 05:18:16PM +, zna...@disroot.org wrote: > Hi! I had workable blender long time ago when I used it (in summer). Now, it > crashes every time I click 'Video Editing' from menu. > Terminal says this: > > $ blender > Color management: using fallback mode for management > C

bug#43406: Emacs 27.1 memory consumption grows indefinitely

2020-09-14 Thread Ludovic Courtès
Hello, Since I upgraded to Emacs 27.1, its memory consumption grows without bounds, to the point that it gets OOM-killed after just a couple of hours (meaning that it’s used most of the 16G of RAM of my laptop!). Does that ring a bell to anyone? I have 50+ ^emacs- packages in my profile; any clu

bug#43132: [GUIX SYSTEM]: Malfunction

2020-09-14 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > I took Raghav to #btrfs last week, where with the help of gentle folks a > failing drive was established as the most likely culprit. > > In other words, Btrfs checksuming capabilities helped quickly > discovering a hardware problem which might otherwise have silent

bug#32548: Cuirass: Performance monitoring

2020-09-14 Thread Ludovic Courtès
Hi! Mathieu Othacehe skribis: > I just pushed support for computing and displaying metrics in Cuirass. I > started with two metrics: > > * Builds per day > * Average evaluation speed per specification. > > Those metrics can now be seen at: > > https://ci.guix.gnu.org/metrics > > and are updated

bug#43398: r-rgraphviz is not Reproducible

2020-09-14 Thread Ricardo Wurmus
Hi simon, > The package ’r-rgraphivz’ does not seems reproducible with Guix 4a2cb3f. It is now with commit 62881beb4d. -- Ricardo

bug#43403: Blender crashes on clicking 'Video Editing'. Segmentation fault

2020-09-14 Thread znavko
$ lscpu Architecture:x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 39 bits physical, 48 bits virtual CPU(s): 6 On-line CPU(s) list: 0-5 Thread(s) per cor

bug#23874: duplicates in manifests are “installed” more than once

2020-09-14 Thread zimoun
Dear, Reminder: the manifest containing duplicates packages, such that: --8<---cut here---start->8--- (use-package-modules admin) ;; so stressed! (packages->manifest (list stress stress stress)) --8<---cut here---end--->8--

bug#25952: offloading empty machines file

2020-09-14 Thread zimoun
Dear, On Tue, 26 May 2020 at 00:43, zimoun wrote: > On Mon, 25 May 2020 at 22:32, Tobias Geerinckx-Rice wrote: > >> The issue is that files such as /etc/guix/machines.scm (but this >> applies equally to /etc/guix/acl & so on) are expected to evaluate >> to a sexp. >> >> An empty file does not a

bug#43344: "basic" system tests fail (and all the other ones) on guix master

2020-09-14 Thread Danny Milosavljevic
Hi Mathieu, On Mon, 14 Sep 2020 15:26:52 +0200 Mathieu Othacehe wrote: > Anything special with your hardware? KVM support disabled maybe? The culprit had been the Linux kernel update to 5.8.8. After downgrading to 5.8.7 it works just fine--no other changes done. Previously, I had tried also t

bug#43403: Blender crashes on clicking 'Video Editing'. Segmentation fault

2020-09-14 Thread Leo Famulari
On Mon, Sep 14, 2020 at 05:18:16PM +, zna...@disroot.org wrote: > Hi! I had workable blender long time ago when I used it (in summer). Now, it > crashes every time I click 'Video Editing' from menu. > Terminal says this: What CPU architecture are you using?

bug#43403: Blender crashes on clicking 'Video Editing'. Segmentation fault

2020-09-14 Thread znavko
Hi! I had workable blender long time ago when I used it (in summer). Now, it crashes every time I click 'Video Editing' from menu. Terminal says this: $ blender Color management: using fallback mode for management Color management: Error could not find role data role. Read prefs: /home/bob/.confi

bug#43398: r-rgraphviz is not Reproducible

2020-09-14 Thread zimoun
Dear, The package ’r-rgraphivz’ does not seems reproducible with Guix 4a2cb3f. --8<---cut here---start->8--- guix build r-rgraphivz guix build r-rgraphivz --check --no-grafts -K --8<---cut here---end--->8--- Then: --8<-

bug#43402: [BUG] python-gssapi-1.6.5 not building

2020-09-14 Thread Kurt
Greetings, ERROR: test_add_with_impersonate (gssapi.tests.test_high_level.CredsTestCase) -- Traceback (most recent call last): File "/gnu/store/zc5mv2h8b7p3lzd4cx3pcbcn9ix25vk5-python-k5test- 0.9.2/lib/python3.8/site-packages/k

bug#28087: "guix build: error: no build log for gnu-store-pathto.drv" with previously offloaded successful build

2020-09-14 Thread zimoun
Dear, On Mon, 08 Jan 2018 at 15:36, l...@gnu.org (Ludovic Courtès) wrote: > I’d suggest closing this bug unless you have more info to provide. Since, it was 2 years ago, I am closing this bug. Feel free to re-open if there is more info to provide. All the best, simon

bug#43132: [GUIX SYSTEM]: Malfunction

2020-09-14 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hey Raghav, > > Did you eventually find what went wrong? Should we close this bug or at > least retitle it? > > Thanks, > Ludo’. I took Raghav to #btrfs last week, where with the help of gentle folks a failing drive was established as the most likely culprit.

bug#32548: Cuirass: Performance monitoring

2020-09-14 Thread zimoun
Hi Mathieu, Really cool! On Mon, 14 Sep 2020 at 15:35, Mathieu Othacehe wrote: > * Builds per day > * Average evaluation speed per specification. Something interesting could be: min and max (of 100 evaluations). The standard error deviation too but I am not sure it is easy to interpret with a

bug#32548: Cuirass: Performance monitoring

2020-09-14 Thread Mathieu Othacehe
Hello, I just pushed support for computing and displaying metrics in Cuirass. I started with two metrics: * Builds per day * Average evaluation speed per specification. Those metrics can now be seen at: https://ci.guix.gnu.org/metrics and are updated every hour. I plan to add more metrics s

bug#43344: "basic" system tests fail (and all the other ones) on guix master

2020-09-14 Thread Mathieu Othacehe
Hello Danny, > 1. &invoke-error: > program: "parted" > arguments: ("--script" "/dev/vda" "mklabel" "msdos" "mkpart" "primary" > "e) So it looks like the parted script failed inside the VM, while running "initialize-partition-table". This work fine both on the build farm and on m

bug#42436: [indent-code.el]: Not detecting non-public variables

2020-09-14 Thread Maxim Cournoyer
Hello Raghav! Raghav Gururajan writes: > Hello Guix! > > I just found out that `./etc/indent-code.el` in a bootstrapped guix git, > does not detect packages, whose variables are not public. Note that it is no longer necessary to 'bootstrap' the Guix checkout in order to use indent-code.el. > I

bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2020-09-14 Thread Maxim Cournoyer
Hi Vitaliy, Vitaliy Shatrov writes: Closing since a dedicated tool for use in Emacs (emacs-debbugs) exists, which works around the shortcomings of the Emacs web browsers (Probably CSS related, as Mark pointed out). Thanks, Maxim

bug#33958: Gnucash 3.3 segfaults when attempting to edit the register

2020-09-14 Thread Maxim Cournoyer
Maxim Cournoyer writes: > Apparently, this would be a bug in GTK. The segfault occurs in the > function `gdk_window_has_impl' and has been reported upstream [0]. > > There doesn't seem to be a solution readily available, unfortunately. > > [0] https://gitlab.gnome.org/GNOME/gtk/issues/61 The l

bug#43387: sxiv package missing sxiv.desktop file

2020-09-14 Thread Efraim Flashner
On Sun, Sep 13, 2020 at 02:27:03PM -0500, bdju via Bug reports for GNU Guix wrote: > I need the sxiv.desktop file so that I can set it as the default program > in xdg to open jpg and png files. > guix (GNU Guix) 58a2c8084c66d9949933950fbf316eb95a46b1a4 > sxiv 26 Fixed with d67a3beb522f62720bbcaa1

bug#41575: [bug#43371] [PATCH] doc: prevent host/container nscd mismatch

2020-09-14 Thread Ludovic Courtès
Hi, conjaroy skribis: > A separate nscd per container also seems like a reasonable option. However, > for the sake of machines hosting many long-lived containers, perhaps we > should consider reducing the cache size: currently it's 32MB for each name > service type, with an expiration of 12-24 h

bug#41575: [bug#43371] [PATCH] doc: prevent host/container nscd mismatch

2020-09-14 Thread Edouard Klein
Hi ! Ludovic Courtès writes: > Hi, > > e...@beaver-labs.com skribis: > >> doc/guix.texi: (Name Service Switch) add a workaround for bug #41575 >> --- >> doc/guix.texi | 16 +++- >> 1 file changed, 15 insertions(+), 1 deletion(-) >> >> diff --git a/doc/guix.texi b/doc/guix.texi >> ind