bug#37361: GHCI fails to run for ghc@8.6.5

2019-09-09 Thread Timothy Sample
Hi Jacob, Jacob MacDonald writes: >> I believe this should be fixed by 83aa656217. > > That does indeed fix both bugs. In my specific case I'm still running > into an issue with dependency shadowing, but it seems like a separate > issue and I'll open a new one if it's not on my side. > > Thanks.

bug#37318: [PATCH] OpenNTPD generated config is convoluted

2019-09-09 Thread Maxim Cournoyer
Hello, Efraim Flashner writes: > On Sat, Sep 07, 2019 at 01:21:27PM +0900, Maxim Cournoyer wrote: >> Hello, >> >> The attached patches fix this issue as well as the openntpd package not >> being able to load the CA cert used to authenticate constraint servers. >> >> It depends on the NTP patch

bug#37361: GHCI fails to run for ghc@8.6.5

2019-09-09 Thread Jacob MacDonald
> I believe this should be fixed by 83aa656217. That does indeed fix both bugs. In my specific case I'm still running into an issue with dependency shadowing, but it seems like a separate issue and I'll open a new one if it's not on my side. Thanks.

bug#37361: GHCI fails to run for ghc@8.6.5

2019-09-09 Thread Timothy Sample
Hi Jacob, Jacob MacDonald writes: > To reproduce, just guix environment --ad-hoc ghc -- ghci. ghc@8.4.3 > works. Seems like this may be related to some Prelude changes upstream > (https://gitlab.haskell.org/ghc/ghc/issues/16563), but I'm not > familiar enough with GHC internals to really tell wh

bug#37064: Ghc 8.6.5 fails to find core package database

2019-09-09 Thread Timothy Sample
Hi again, Timothy Sample writes: > Gabriel Giamarchi writes: > >> Installing only 'ghc 8.6.5' (Glasgow Haskell compiler) and sourcing >> >> '~/.guix-profile/etc/profile' leads to ghc not finding core modules. >> ('ghci' doesn't find System.IO for instance). >> >> This is due to $GHC_PACKAGE_PAT

bug#26302: [website] translations

2019-09-09 Thread sirgazil via Bug reports for GNU Guix
On Sun, 08 Sep 2019 12:16:38 -0500 pelzflorian (Florian Pelz) wrote > > Regarding URLs, I would prefer using IRIs, like follows: > > > > /IETF-LANGUAGE-TAG/path/to/resource/ > > > > So: > > > > /es-ES/vídeos/ > > /es-CO/videos/ > > > > As I understand

bug#37363: emacs and other programs do not display special characters

2019-09-09 Thread quiliro
As per nckx's question on IRC, this is the output to locale on both Emacs shell and BASh: quiliro@GSD3 ~/magit/prueba0$ locale LANG=es_EC.UTF-8 LC_CTYPE="es_EC.UTF-8" LC_NUMERIC="es_EC.UTF-8" LC_TIME="es_EC.UTF-8" LC_COLLATE="es_EC.UTF-8" LC_MONETARY="es_EC.UTF-8" LC_MESSAGES="es_EC.UTF-8" LC_PAPE

bug#37363: emacs and other programs do not display special characters

2019-09-09 Thread quiliro
Hello Guix: I am reporting this because there are no other similar cases on the mailing list and because I think this might be a bug and not my error. Emacs Magit and Emacs shell don't dispaly special characters (such as ñ, í, ó) on their output. It is strange because a command that includes a sp

bug#37357: Guix gc removes next-gtk-webkit input with next installed

2019-09-09 Thread Ricardo Wurmus
Dimakakos Dimos writes: > After running gc and trying to launch next-browser I get: […] > [19:11:30] next base.lisp (initialize-port remote-interface fun24) - > Couldn't execute > "/gnu/store/5hh6qpp4lqa6gy1ghdb4ppvjamgb3mbc-next-gtk-webkit-1.3.1/bin/next-gtk-webkit": > No such file or dir

bug#37361: GHCI fails to run for ghc@8.6.5

2019-09-09 Thread Jacob MacDonald
To reproduce, just guix environment --ad-hoc ghc -- ghci. ghc@8.4.3 works. Seems like this may be related to some Prelude changes upstream (https://gitlab.haskell.org/ghc/ghc/issues/16563), but I'm not familiar enough with GHC internals to really tell what's going on. Interestingly, when I try to r

bug#36965: streamlink fails to run.

2019-09-09 Thread Jacob MacDonald
I noticed this bug a while back but didn't think to submit it to debbugs and didn't make the connection to the 2->3 transition. Happy to help you hunt this one, and may take a look in that direction now that you've set me on an unexplored path.

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-09 Thread P via Bug reports for GNU Guix
‐‐‐ Original Message ‐‐‐ On Monday, September 9, 2019 1:15 PM, Jan wrote: > > I got this too when I first installed icecat. > > I am not sure why, but I got no readable presentation > > from icecat until I had done > > guix install font-dejavu > > This one helps, thanks a lot! > > > Jess

bug#37357: Guix gc removes next-gtk-webkit input with next installed

2019-09-09 Thread Dimakakos Dimos
After running gc and trying to launch next-browser I get: [19:11:29] next base.lisp (start) - NEXT::+VERSION+: "1.3.1" [19:11:29] next base.lisp (load-lisp-file form-fun-4) - Loading configuration from /home/bendersteed/.config/next/init.lisp... [19:11:30] next minibuffer.lisp (echo) -

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-09 Thread Jan
> I got this too when I first installed icecat. > I am not sure why, but I got no readable presentation > from icecat until I had done > guix install font-dejavu This one helps, thanks a lot! > Jesse's fc-list suggestion indicates that the Nimbus fonts ought to > come in by > guix install gs-font

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-09 Thread Jan
> Looks like it isn't finding the "Nimbus Sans L" font. Try running > > fc-list | grep "Nimbus Sans L" > > and reply with the output. Here is the output /gnu/store/ag8ilfwcnxn0xnw8bar9ia73h3hg3rra-gs-fonts-8.11/share/fonts/type1/ghostscript/n019004l.pfb: Nimbus Sans L:style=Bold /gnu/store/ag

bug#37249: console shell upon login is not ~/.guix-profile/bash -- is this always/never ok?

2019-09-09 Thread Bengt Richter
On +2019-09-07 16:50:12 +0800, 宋文武 wrote: > Bengt Richter writes: > > > Hello, > > > > In the pursuit of causes for problems as yet not clear enough to > > post as bugs, I am looking for ambivalences in name searches > > in /gnu/... and /(the-rest). > > Hello, I think most guix packages (some wo

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-09 Thread Bengt Richter
On +2019-09-08 19:05:22 -0600, Jesse Gibbons wrote: > Hi Jan, > On Mon, 2019-09-09 at 00:18 +0200, Jan wrote: > > Okay, I found some probably more helpful info - I run icecat in a > > terminal and it throws the following warnings, don't know if they're > > related to this bug though: > > ... > > (/