bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-09 Thread Diego Nicola Barbato
Hi Liliana, Liliana Marie Prikler writes: > Am Dienstag, dem 08.03.2022 um 13:33 -0500 schrieb Philip McGrath: [...] >> I don't know what the most correct way would be to write this code, >> but I think we could defer the error until someone attempts to build >> the package for the

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Diego Nicola Barbato
Hi Liliana, Liliana Marie Prikler writes: > Hi, > > Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola Barbato: >> Hi Guix, >> >> Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the >> package cache hook, on i686-linux. > This

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Diego Nicola Barbato
Hi Guix, Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the package cache hook, on i686-linux. I.e. the following command --8<---cut here---start->8--- guix pull --commit=e8518c43 --system=i686-linux -p /tmp/guix --8<---cut

bug#52513: php build failure

2021-12-16 Thread Diego Nicola Barbato
Hi Mathieu, Mathieu Othacehe writes: > Hello, > > The php package test suite is failing this way on master: > > = > > = > FAILED TEST SUMMARY >

bug#48686: games: pioneer fails to start

2021-06-21 Thread Diego Nicola Barbato
Hi, Luis Felipe writes: > STEPS TO REPRODUCE > > 1. guix install pioneer > 2. run pioneer from a terminal > > > EXPECTED RESULT > > The game starts and I can play it. > > > UNEXPECTED RESULT > > The game starts, but fails while loading assets. It displays a message that > says: > > Error

bug#40406: python-matplotlib fails to build on i686-linux

2020-06-08 Thread Diego Nicola Barbato
Hey, Diego Nicola Barbato writes: [...] > Apparently there is nothing wrong with the slider. Instead matrix > multiplication, which is used under the hood for transformations, seems > to sometimes produce incorrect results on i686-linux. I have reported > this as a separat

bug#41675: ant-bootstrap fails to build on i686-linux

2020-06-02 Thread Diego Nicola Barbato
Hey Guix, Since the recent core-updates merge (commit 4bdf418) ant-bootstrap fails to build on i686-linux. I've attached the build log. Regards, Diego snb6jmz4sd0l8rga6bhnzgzxy999ay-ant-bootstrap-1.8.4.drv.bz2 Description: ant-bootstrap-1.8.4.drv.bz2

bug#41665: python-numpy: incorrect results on i686-linux

2020-06-02 Thread Diego Nicola Barbato
Hi Guix, On i686-linux Numpy produces incorrect results for some matrix products. This minimal reproducer ... --8<---cut here---start->8--- python3 <8--- ... should return: --8<---cut here---start->8--- [0. 0. 1.] [0. 0.

bug#40406: python-matplotlib fails to build on i686-linux

2020-06-02 Thread Diego Nicola Barbato
Hi, Leo Famulari writes: > On Fri, Apr 03, 2020 at 05:20:08PM +0200, Diego Nicola Barbato wrote: >> The package python-matplotlib fails to build during the check phase on >> i686-linux. The test failure appears to be deterministic: I've taken a closer look at the failing test (

bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed

2020-06-02 Thread Diego Nicola Barbato
Hi, Pierre Neidhardt writes: > Guix commit e7b86a0d88760275afefa0c44a3c30602f80aac0 > > $ nm-applet > > (nm-applet:28022): GLib-GIO-ERROR **: 20:18:12.633: Settings schema > 'org.gnome.nm-applet' is not installed > trace/breakpoint trap > > It used to work on commit

bug#41116: Guix deploy fails with new version of Herd

2020-05-07 Thread Diego Nicola Barbato
Hey, Ludovic Courtès writes: > Hello Alex & Marius, > > Marius Bakke skribis: > >> Alex Sassmannshausen via Bug reports for GNU Guix >> writes: >> >>> Hello, >>> >>> I maintain a number of servers using Guix deploy. It seems that the >>> recent upgrade to Herd in Guix, and specifically

bug#41051: [guix-1.1.0] guix system failed

2020-05-04 Thread Diego Nicola Barbato
Hi, wensheng xie writes: > Hi, Marius: > > The problem is not reproduced after I did another 'guix pull'. I attached the > information: > > 1. > root@guix ~# guix describe > Generation 4 May 04 2020 06:21:35 (current) > guix c563f88 > repository URL:

bug#40405: System log files are world readable

2020-04-29 Thread Diego Nicola Barbato
Hi, Ludovic Courtès writes: > Hello, > > Diego Nicola Barbato skribis: > >> Great! Now we can simplify the 'start' method of >> 'syslogd-service-type'. > > Oh right, do you want to take care of it? I already did: https://debbugs.gnu.org/40937 [...] Regards, Diego

bug#39406: emacs-telega on 32bit - "Emacs with wide ints (--with-wide-int) is required"

2020-04-28 Thread Diego Nicola Barbato
Hi, This bug has been fixed in a663b7040c3c7ed12d4f673c4ac090ad8d9b8e20. See https://debbugs.gnu.org/39412 for more details. Please note that for emacs-telega to work on 32-bit systems (i686, armhf) it needs to be installed alongside emacs-wide-int instead of emacs. Regards, Diego

bug#40405: System log files are world readable

2020-04-28 Thread Diego Nicola Barbato
Hi, Ludovic Courtès writes: > Hi, > > Ludovic Courtès skribis: > >> Diego Nicola Barbato skribis: >> >>>>From 43c9ded791ce5b480504ce3528ee34578168f90e Mon Sep 17 00:00:00 2001 >>> From: Diego Nicola Barbato >>> Date: Tue, 7 Apr 2020 13:58

bug#40544: Pulseaudio is not looking for user configuration

2020-04-28 Thread Diego Nicola Barbato
Hi, Ludovic Courtès writes: > Hi Diego, > > Diego Nicola Barbato skribis: > >> pkill9 writes: >> >>> Pulseaudio doesn't read my user configuration files according to strace. >>> >>> Attached is the output of `strace -o /tmp/log.log pulseau

bug#40544: Pulseaudio is not looking for user configuration

2020-04-16 Thread Diego Nicola Barbato
Hey, pkill9 writes: > Pulseaudio doesn't read my user configuration files according to strace. > > Attached is the output of `strace -o /tmp/log.log pulseaudio` - It only > looks for /etc/pulse/daemon.conf. That's a known [0] (but AFAIK undocumented) side effect of the PulseAudio service,

bug#40408: emacs-telega: VoIP doesn't work

2020-04-08 Thread Diego Nicola Barbato
Hi, Leo Famulari writes: > On Fri, Apr 03, 2020 at 06:12:16PM +0200, Diego Nicola Barbato wrote: >> The following error messages in .telega/telega-voip.log seem relevant: >> >> --8<---cut here---start->8--- >> 04-01 20:04:04

bug#40405: System log files are world readable

2020-04-08 Thread Diego Nicola Barbato
Hey, Ludovic Courtès writes: > Hi, > > Diego Nicola Barbato skribis: > >> On Guix System the log files (in /var/log) generated by syslogd are >> currently (commit 151f3d4) world readable. They should probably only be >> readable by root (for the same rea

bug#35324: SDDM shows black screen instead of login prompt

2020-04-04 Thread Diego Nicola Barbato
Hi Marius, Marius Bakke writes: > Diego Nicola Barbato writes: > >> Hello Guix, >> >> As already mentioned on IRC SDDM does not work for me. >> >> This is what I tried: >> >> $ qemu-system-x86_64 -enable-kvm -snapshot -m 6G $(guix system vm-im

bug#40408: emacs-telega: VoIP doesn't work

2020-04-03 Thread Diego Nicola Barbato
Hey Guix, In Telega neither initiating nor accepting a voice call works: If I call someone (who has the Telegram App) they can accept the call, but the app gets stuck connecting. If either I or the other party hang up I get a bunch of assertion failures. If the other party tries to call me I

bug#40406: python-matplotlib fails to build on i686-linux

2020-04-03 Thread Diego Nicola Barbato
Hi Guix, The package python-matplotlib fails to build during the check phase on i686-linux. The test failure appears to be deterministic: --8<---cut here---start->8--- === FAILURES ===

bug#40405: System log files are world readable

2020-04-03 Thread Diego Nicola Barbato
Diego Nicola Barbato writes: > Hey Guix, > > On Guix System the log files (in /var/log) generated by syslogd are > currently (commit 151f3d4) world readable. They should probably only be > readable by root (for the same reason that dmesg can only be run by > root). > >

bug#40405: System log files are world readable

2020-04-03 Thread Diego Nicola Barbato
Hey Guix, On Guix System the log files (in /var/log) generated by syslogd are currently (commit 151f3d4) world readable. They should probably only be readable by root (for the same reason that dmesg can only be run by root). It isn't possible to set the umask with fork-exec-constructor, is it?

bug#38990: Update of tdlib to 1.5.4 breaks emacs-telega

2020-01-16 Thread Diego Nicola Barbato
Hi Guix, I can no longer reproduce this bug (I'm now on commit 5c3d77c). I believe it was fixed with commit cfd0fd9. Regards, Diego

bug#38990: Update of tdlib to 1.5.4 breaks emacs-telega

2020-01-06 Thread Diego Nicola Barbato
Hi Guix, emacs-telega doesn't work with version 1.5.4 of tdlib (last known good commit: df23842; first known bad commit: 70848cd). After starting telega (M-x telega RET) the *Telega Root* buffer looks like this: --8<---cut here---start->8--- Status: Ready

bug#38944: libtgvoip fails to build on i686-linux

2020-01-05 Thread Diego Nicola Barbato
Hi Guix, The package libtgvoip (introduced with commit 494135d) fails to build on i686-linux [0]. Since this appears to be related to SSE2 these two Debian patches [1] [2], which disable SSE2 on i386 (the first patch does something unrelated, but it's required for the second one to apply),

bug#38943: libtgvoip fails to build on armhf-linux

2020-01-05 Thread Diego Nicola Barbato
Hi Guix, The package libtgvoip (introduced with commit 494135d) fails to build on armhf-linux [0]. This bug appears to have been fixed upstream [1]. Regards, Diego [0]: https://ci.guix.gnu.org/log/q4j5kzz25j2knf0vhm8i0bd3g14anv8m-libtgvoip-2.4.2 [1]:

bug#38533: emacs-auctex breaks url package

2019-12-09 Thread Diego Nicola Barbato
Hi Maxim, Maxim Cournoyer writes: > Hello Diego, > > Diego Nicola Barbato writes: > >> Hi Guix, >> >> AUCTeX breaks Emacs' bult-in url package. This bug appears to have been >> introduced with commit 3ffdd00 and can be reproduced as follows: >> >

bug#38533: emacs-auctex breaks url package

2019-12-08 Thread Diego Nicola Barbato
Hi Guix, AUCTeX breaks Emacs' bult-in url package. This bug appears to have been introduced with commit 3ffdd00 and can be reproduced as follows: 1) Install ‘emacs’ and ‘emacs-auctex’. 2) Start Emacs and do M-: (require 'url), which will produce the following backtrace:

bug#38479: Org Mode is borked

2019-12-03 Thread Diego Nicola Barbato
Hi Guix, Our Org Mode package (emacs-org) seems to be broken in a funny way. Here's how to reproduce this bug (on commit dac7928): 1) Install ‘emacs’ and ‘emacs-org’. 2) Start Emacs and work around https://debbugs.gnu.org/38399 by adding the directory containing org to the front of

bug#38399: Recent $EMACSLOADPATH changes break emacs-org

2019-11-28 Thread Diego Nicola Barbato
Hello Maxim, Maxim Cournoyer writes: [...] >> It stands to reason that the elisp libraries provided by Emacs itself >> shouldn’t be in EMACSLOADPATH in the first place as they are already in >> ‘load-path’ to which the directories in EMACSLOADPATH are prepended (as >> described in the Emacs

bug#38399: Recent $EMACSLOADPATH changes break emacs-org

2019-11-27 Thread Diego Nicola Barbato
Hi Guix, Since the recent changes to the way Guix handles Emacs packages Emacs loads the wrong ‘org’ (the one bundled with Emacs instead of the one provided by the ‘emacs-org’ package installed with Guix). This happens because in EMACSLOADPATH the directory containing the bundled ‘org’ precedes

bug#38135: Mate: missing gio-launch-desktop

2019-11-08 Thread Diego Nicola Barbato
Hi Guix, Launching a program from the start menu of the Mate desktop (as provided by the ‘mate-desktop-service-type’) currently (commit: 41ee209) fails. The error message complains about a missing ‘gio-launch-desktop’ (found in the “bin” output of ‘glib’). This can be worked around by adding

bug#37940: endless "try upgrading both" cycles

2019-10-30 Thread Diego Nicola Barbato
Hello Ludo, Ludovic Courtès writes: [...] > Now, it doesn’t sound right that ‘util-linux’ is propagated from glib > and from poppler…? Glib propagates 'util-linux' since it was updated to 2.58.1 (and poppler propagates glib). This isn't the first time it's caused trouble [0]. Marius has

bug#37732: mps-youtube propagates util-linux

2019-10-15 Thread Diego Nicola Barbato
Hello Marius, Marius Bakke writes: [...] > Diego: one work-around you can try in the meantime is to create a > ~/setuid-programs, add it first on PATH, and symlink the required > binaries in there. Sorry for the inconvenience! No worries. I have simply removed 'mps-youtube' from my

bug#37732: mps-youtube propagates util-linux

2019-10-13 Thread Diego Nicola Barbato
Hi Guix, An unfortunate chain of propagated-inputs causes 'util-linux' (mount, umount, etc.) to be installed alongside 'mps-youtube': 'mps-youtube' propagates 'python-pygobject', which propagates 'glib', which propagates 'util-linux'. It seems to have been introduced with commit 6c237a2, when

bug#37569: Mount does not honor 'user' option.

2019-10-04 Thread Diego Nicola Barbato
Diego Nicola Barbato writes: > Hello Danny, > > Danny Milosavljevic writes: > >> Hmm, how is that solved with other distributions? Is "mount" suid root >> there? > > Indeed, in Debian both mount and umount are suid root: > > $ stat -c &qu

bug#37569: Mount does not honor 'user' option.

2019-10-01 Thread Diego Nicola Barbato
Hello Danny, Danny Milosavljevic writes: > Hmm, how is that solved with other distributions? Is "mount" suid root there? Indeed, in Debian both mount and umount are suid root: $ stat -c "%a %U:%G %n" /bin/*mount 4755 root:root /bin/fusermount 4755 root:root /bin/mount 4755 root:root

bug#37569: Mount does not honor 'user' option.

2019-10-01 Thread Diego Nicola Barbato
Hey Guix, I have added the following to `file-systems' in my operating-system config: --8<---cut here---start->8--- (file-system (device "127.0.0.1")

bug#37520: maxima x86_64/linux build failure

2019-09-29 Thread Diego Nicola Barbato
Christopher Howard writes: > Thank you. It is now building fine for me. I'm glad I could help. I'm closing this bug now. Regards, Diego

bug#34484: GCL: segfault on invocation on x86_64 and i686

2019-09-27 Thread Diego Nicola Barbato
Hi Guix, I'm closing this bug since it has been fixed a while ago as a side effect of … something. I don't know how it was fixed or even if it was fixed on purpose, but I'm glad it's gone. Regards, Diego

bug#37520: maxima x86_64/linux build failure

2019-09-26 Thread Diego Nicola Barbato
Hey Christopher, Christopher Howard writes: > Running guix overlaid on Debian 9 amd64. Ran guix pull && guix package -u. > Ran guix install wxmaxima. Build fails with > > / 'configure' phasebuilder for > `/gnu/store/m5r9y68mhya0kv828mp62y28bfm0lrmv-maxima-5.42.2.drv' failed with > exit code

bug#35601: First 'guix pull' does not display 'hash guix' hint

2019-05-06 Thread Diego Nicola Barbato
Hi Guix, Congratulations on 1.0.0! I took the opportunity to revisit bug #33647 [0] and verify that commits 3bbd691 and d1d7283 have the desired effect. Unfortunately they do not: The first time a user runs guix pull on a freshly installed Guix System no hint about running 'hash guix' is

bug#35408: External monitor not working with GDM

2019-04-25 Thread Diego Nicola Barbato
Hi Ben, Ben Sturmfels writes: > Hi Ludovic, > > On Thu, 2019-04-25 at 11:08 +0200, Ludovic Courtès wrote: >> >> Ben Sturmfels skribis: >> >> > I was previously using a 24" Samsung external monitor with my X200 >> > Guix >> > System via VGA. Since the switch to GDM, I no longer seem to be >>

bug#35324: SDDM shows black screen instead of login prompt

2019-04-19 Thread Diego Nicola Barbato
Hello Guix, As already mentioned on IRC SDDM does not work for me. This is what I tried: $ qemu-system-x86_64 -enable-kvm -snapshot -m 6G $(guix system vm-image --image-size=24G config.scm) After booting I get a black screen instead of a greeter. I have attached the config.scm, Xorg.log, and

bug#34892: Ghostscript: Missing text when converting PDF to PS

2019-03-17 Thread Diego Nicola Barbato
Hello Guix, I am closing this as it is a duplicate of bug 34877, which I accidentally submitted twice. Regards, Diego

bug#34877: Ghostscript: Missing text when converting PDF to PS

2019-03-17 Thread Diego Nicola Barbato
Hello Guix, Diego Nicola Barbato writes: > Hello Guix, > > When converting certain PDF files to PostScript pdf2ps (from the > Ghostscript package) will print the following error messages: > > --8<---cut here---start->8--- >*

bug#34484: GCL: segfault on invocation on x86_64 and i686

2019-03-11 Thread Diego Nicola Barbato
Diego Nicola Barbato writes: > Hello Guix, > > GCL segfaults upon execution on x86_64 and i686. This is most likely > the reason why Maxima fails to build on those architectures [0] [1]. > > This is what I tried: > > > diego@GLaDOS ~$ guix build gcl > /gnu/store/5z

bug#29516: Maxima fails to build

2019-02-15 Thread Diego Nicola Barbato
Hello Guix, I am closing this bug in response to Leo’s message on guix-devel [0]. This particular issue has been solved quite some time ago and GCL and Maxima have both been updated since. Maxima currently fails to build for a different reason for which I have opened a new bug report [1].

bug#34484: GCL: segfault on invocation on x86_64 and i686

2019-02-15 Thread Diego Nicola Barbato
Hello Guix, GCL segfaults upon execution on x86_64 and i686. This is most likely the reason why Maxima fails to build on those architectures [0] [1]. This is what I tried: --8<---cut here---start->8--- diego@GLaDOS ~$ guix build gcl

bug#34468: guix pull: wrong %system when using --system flag

2019-02-13 Thread Diego Nicola Barbato
Hello Guix, When running ‘guix pull’ with the --system flag the resulting guix is configured for the host architecture instead of the target architecture (i.e. the %system variable in ‘(guix config)’ is set to the host architecture instead of the target architecture). E.g. after running ‘guix

bug#33647: First `guix pull' behaves unexpectedly

2019-01-22 Thread Diego Nicola Barbato
Hello Ludo, Sorry to bother you with this again. Ludovic Courtès writes: [...] > > Thanks for the heads-up. Commit > 3bbd6919bd84b76686d1aa626ba861faf3fc8ceb changes ‘guix pull’ to display > a hint in this case. > > Ludo’. I just tried to check if this worked. I installed GuixSD in a VM

bug#33647: First `guix pull' behaves unexpectedly

2018-12-19 Thread Diego Nicola Barbato
Hello, Ludovic Courtès writes: > Diego Nicola Barbato skribis: > >> Ludovic Courtès writes: > > [...] > >>> In addition, be aware that Bash maintains a cache of commands it looked >>> up in $PATH. Thus it may be that, say, it had cached that ‘guix’ is

bug#33110: Maxima build fails during check phase

2018-12-17 Thread Diego Nicola Barbato
Hello Guix, I am closing this bug report as this has been fixed a while ago and Maxima has since been updated to version 5.42.1. I completely forgot about this, sorry! Diego

bug#33623: Backtrace when running `guix system roll-back'

2018-12-07 Thread Diego Nicola Barbato
Diego Nicola Barbato writes: > Hello Swedebugia, > > swedebu...@riseup.net writes: > >> On 2018-12-05 12:36, Diego Nicola Barbato wrote: >>> Hello Guix, >>> >>> When I run ‘guix system roll-back’ I get the following backtrace: >>>

bug#33647: First `guix pull' behaves unexpectedly

2018-12-07 Thread Diego Nicola Barbato
Hello, Ludovic Courtès writes: > Hello, > > Ricardo Wurmus skribis: > >>> Hello Guix, >>> >>> The first time a user runs ‘guix pull’ after a fresh install it does not >>> seem to update guix. ‘guix --version’ reports that guix is still >>> version 0.15.0 after running ‘guix pull’, instead of

bug#33647: First `guix pull' behaves unexpectedly

2018-12-06 Thread Diego Nicola Barbato
Hello Ricardo, Thank you for the prompt reply. Ricardo Wurmus writes: > Hi Diego, > >> Hello Guix, >> >> The first time a user runs ‘guix pull’ after a fresh install it does not >> seem to update guix. ‘guix --version’ reports that guix is still >> version 0.15.0 after running ‘guix pull’,

bug#33623: Backtrace when running `guix system roll-back'

2018-12-06 Thread Diego Nicola Barbato
Hello Swedebugia, swedebu...@riseup.net writes: > On 2018-12-05 12:36, Diego Nicola Barbato wrote: >> Hello Guix, >> >> When I run ‘guix system roll-back’ I get the following backtrace: >> >> --8<---cut here---start->8

bug#33647: First `guix pull' behaves unexpectedly

2018-12-06 Thread Diego Nicola Barbato
Hello Guix, The first time a user runs ‘guix pull’ after a fresh install it does not seem to update guix. ‘guix --version’ reports that guix is still version 0.15.0 after running ‘guix pull’, instead of showing the hash of the latest commit. This can be mitigated by logging out and back in,

bug#33623: Backtrace when running `guix system roll-back'

2018-12-05 Thread Diego Nicola Barbato
Hello Guix, When I run ‘guix system roll-back’ I get the following backtrace: --8<---cut here---start->8--- root@tapuakh ~# guix system roll-back Backtrace: 10 (primitive-load "/root/.config/guix/current/bin/guix") In guix/ui.scm: 1603:12 9

bug#33110: Maxima build fails during check phase

2018-10-21 Thread Diego Nicola Barbato
Hello Guix, After the recent (commit: 82cbe4e0467304e5d8f5931ca4d70617a0e323ba) update of maxima to version 5.42.0 ‘guix build maxima’ fails during the ‘check’ phase. I have attached tests/test-suite.log. I run GuixSD (commit: 2c17bd7b2955beef4130d11b33e07e4fb3b234dc) on an x86_64 machine.

bug#32341: EXWM full screen mode broken

2018-08-01 Thread Diego Nicola Barbato
Hello Guix The recent [1] update of EXWM has introduced a bug which causes the wrong window configuration to be restored after closing a full screen window. It has already been reported [2] and fixed [3] upstream. Greetings Diego [1]

bug#31287: qemu-minimal-2.10.2 fails to build

2018-04-29 Thread Diego Nicola Barbato
Diego Nicola Barbato <dnbarb...@posteo.de> writes: > Hello Guix > > Currently `guix build grub --keep-failed' fails with the following error: > > TEST: tests/test-hmp... (pid=13798) > /i386/hmp/pc-0.12: OK >

bug#31085: Unexpected behaviour when running `guix build lilypond'

2018-04-20 Thread Diego Nicola Barbato
Hello l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Diego Nicola Barbato <dnbarb...@posteo.de> skribis: > >> I have experienced some unexpected behaviour when running `guix build >> lilypond': >> After verifying that there was a substitute available wi

bug#31085: Unexpected behaviour when running `guix build lilypond'

2018-04-06 Thread Diego Nicola Barbato
Hello Guix I have experienced some unexpected behaviour when running `guix build lilypond': After verifying that there was a substitute available with `guix weather -m m.scm' (Where m.scm evaluates to a manifest containing only lilypond) I ran `guix build lilypond --dry-run' which claimed that a

bug#30370: guix system init can't find guix-register

2018-02-09 Thread Diego Nicola Barbato
Hello, l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Diego Nicola Barbato <dnbarb...@posteo.de> skribis: > >> Betriebssystem unter »/mnt« wird initialisiert … >> In execvp of >> /gnu/store/d4wwx93gqizx132zjk7h1ir7rzph0pig-guix-0.12.0-10.ba2260

bug#29881: guix system reconfigure fails if config.scm contains LUKS mapped-devices

2017-12-30 Thread Diego Nicola Barbato
Hello Ludo, l...@gnu.org (Ludovic Courtès) writes: > I’m afraid you’ll have to “rm -rf ~/.cache/guile/ccache” (Guile’s > auto-compilation cache) to work around > e2721a05e7d778bdf845b7cb7a42fd9f76095b69. > > Can you confirm? Yes, running `rm -rf ~/.cache/guile/ccache' fixes the issue. Thanks.

bug#29881: guix system reconfigure fails if config.scm contains LUKS mapped-devices

2017-12-28 Thread Diego Nicola Barbato
Hello Guix, When running `guix system reconfigure /etc/config.scm' as root I get the following error: guix system: error: failed to load '/etc/config.scm': /etc/config.scm:24:9: /etc/config.scm:24:9: In procedure allocate-struct: Wrong type argument in position 2: 3 This error appears for the

bug#29516: Maxima fails to build

2017-12-03 Thread Diego Nicola Barbato
Mark H Weaver <m...@netris.org> writes: > Diego Nicola Barbato <dnbarb...@posteo.de> writes: > >> Leo Famulari <l...@famulari.name> writes: >> >>> On Fri, Dec 01, 2017 at 11:53:01AM +0100, Diego Nicola Barbato wrote: >>>> `guix build

bug#29516: Maxima fails to build

2017-12-01 Thread Diego Nicola Barbato
Hello Guix, `guix build maxima' fails during the `check' phase with the following output: starting phase `check' Making check in admin make[1]: Entering directory '/tmp/guix-build-maxima-5.41.0.drv-0/maxima-5.41.0/admin' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory

bug#29212: XLockMore displays wrong time

2017-11-08 Thread Diego Nicola Barbato
Hello Ludo, l...@gnu.org (Ludovic Courtès) writes: > Since GuixSD provides /etc/localtime already, we can actually unset TZ. > And when we do so, setuid binaries simply honor /etc/localtime and don’t > go searching for timezone data elsewhere, and they see the right time. > > Can you confirm

bug#29211: XScreenSaver does not recognise password

2017-11-08 Thread Diego Nicola Barbato
Apparently this is not a bug.

bug#29211: XScreenSaver does not recognise password

2017-11-08 Thread Diego Nicola Barbato
Hello Ludo, l...@gnu.org (Ludovic Courtès) writes: > Hi Diego, > > Diego Nicola Barbato <dnbarb...@posteo.de> skribis: > >> When I lock my screen with XScreenSaver by first running >> `xscreensaver &' and then `xscreensaver-command --lock' I am unable to &

bug#29212: XLockMore displays wrong time

2017-11-08 Thread Diego Nicola Barbato
Hello Guix, XLockMore (as invoked by the command `xlock') displays the wrong time on the lock screen. Instead of honouring the timezone set in `config.scm' (as do other programs e.g. the `date' command) it displays UTC. Greetings Diego

bug#29211: XScreenSaver does not recognise password

2017-11-08 Thread Diego Nicola Barbato
Hello Guix, When I lock my screen with XScreenSaver by first running `xscreensaver &' and then `xscreensaver-command --lock' I am unable to unlock the screen by entering my password. This happens even though I have added `(screen-locker-service xscreensaver "xscreensaver")' to my services in my

bug#28692: Emacs fails to display images

2017-10-06 Thread Diego Nicola Barbato
Marius Bakke <mba...@fastmail.com> writes: > Diego Nicola Barbato <dnbarb...@posteo.de> writes: > >> Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) >> (https://github.com/ImageMagick/ImageMagick/issues/825). It has been >> fixed in

bug#28692: Emacs fails to display images

2017-10-05 Thread Diego Nicola Barbato
Hello Ludo, l...@gnu.org (Ludovic Courtès) writes: > Hello Diego, > > Diego Nicola Barbato <dnbarb...@posteo.de> skribis: > >> Several of emacs image related features have stopped working properly: >> * Eww does not render images showing empty squares instea

bug#28692: Emacs fails to display images

2017-10-05 Thread Diego Nicola Barbato
Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) (https://github.com/ImageMagick/ImageMagick/issues/825). It has been fixed in version 6.9.9-18.

bug#28692: Emacs fails to display images

2017-10-03 Thread Diego Nicola Barbato
Hello! Several of emacs image related features have stopped working properly: * Eww does not render images showing empty squares instead. * When visiting an image in a buffer and pressing n to visit the next image the next image is either not displayed at all (showing an empty square instead)

bug#27572: simultaneous installation of python2 and python3 fails

2017-07-10 Thread Diego Nicola Barbato
Hello Ludo, Thanks for your reply. l...@gnu.org (Ludovic Courtès) writes: > Hello Diego, > > Diego Nicola Barbato <dnbarb...@posteo.de> skribis: > >> When running the command "guix pull && guix package -i python@2 python" >> instead of inst

bug#27572: simultaneous installation of python2 and python3 fails

2017-07-04 Thread Diego Nicola Barbato
When running the command "guix pull && guix package -i python@2 python" instead of installing the latest version of python2 and python3, as it used to do until about four weeks ago, guix gives following error message (hash values replaced with ...): guix package: error: profile contains