bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-14 Thread Meiyo Peng
Hi Ludovic, Ludovic Courtès writes: > Meiyo Peng skribis: > >> I was surprised last week (maybe the week before that) when I found out >> that glibc-utf8-locales only provides locales for de_DE, el_GR, en_US, >> fr_FR, tr_TR. And in our manual, we tell people to install >> glibc-utf8-locales

bug#35542: Installer does not display full backtrace on error

2019-05-14 Thread Ludovic Courtès
Hi Mathieu, Mathieu Othacehe skribis: >> That would ensure we’re only changing Guile’s notion of the terminal >> width and not interfering with other tools we might launch as child >> processes. >> >> Thoughts? > > Seems like a better idea indeed. Here's an update patch. > > About using 200 or

bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-14 Thread Ludovic Courtès
Hi, Meiyo Peng skribis: > I was surprised last week (maybe the week before that) when I found out > that glibc-utf8-locales only provides locales for de_DE, el_GR, en_US, > fr_FR, tr_TR. And in our manual, we tell people to install > glibc-utf8-locales after installing Guix on a foreign distro

bug#35662: Really relocatable binaries crash with Permission denied

2019-05-14 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > On Mon, May 13, 2019 at 10:45:24PM +0200, pelzflorian (Florian Pelz) wrote: >> On Mon, May 13, 2019 at 10:39:21PM +0200, Ludovic Courtès wrote: >> > I suspect ZFS-on-Linux (right?) is doing something unusual here: >> >> I suppose it is ZFS on Linux; it is

bug#35660: guix weather runaway memory consumption

2019-05-14 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > The failure mode here is very very bad. Guix will consume all available > memory and then start on the swap, at which point the computer will > become unresponsive to any input and the user can't save any open > documents and has to kill the power to

bug#35662: Really relocatable binaries crash with Permission denied

2019-05-14 Thread pelzflorian (Florian Pelz)
On Tue, May 14, 2019 at 10:43:56PM +0200, Ludovic Courtès wrote: > "pelzflorian (Florian Pelz)" skribis: > > > On Mon, May 13, 2019 at 10:45:24PM +0200, pelzflorian (Florian Pelz) wrote: > >> On Mon, May 13, 2019 at 10:39:21PM +0200, Ludovic Courtès wrote: > >> > I suspect ZFS-on-Linux (right?)

bug#35640: Make USB modems just work on Guix

2019-05-14 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > + #:use-module ((gnu packages tcl) #:prefix tcl:) In short, you cannot do that for (gnu packages …) modules. But if you remove that #:prefix, it’s hopefully fine? Thanks, Ludo’.

bug#35640: Make USB modems just work on Guix

2019-05-14 Thread pelzflorian (Florian Pelz)
On Tue, May 14, 2019 at 10:35:55AM +0200, Danny Milosavljevic wrote: > Should be > >(inputs `(("libusb" ,libusb) > ("tcl" ,tcl:tcl))) > Yes I did mean that with comma, sorry. > But I guess you meant that anyway. > > The problem is there's a use-modules cycle somewhere. > Try

bug#35735: guix import hackage cassava fails (cabal brace syntax)

2019-05-14 Thread Robert Vollmert
$ guix import hackage cassava … Syntax error: unexpected token : { (at line 8, column 0) Syntax error: unexpected end of input guix import: error: failed to download cabal file for package ‘cassava’ The same happens with stackage import. The reason seems to be unusal syntax in the description

bug#35722: Filesystem error in the installer

2019-05-14 Thread Danny Milosavljevic
Hi Graham, On Tue, 14 May 2019 18:37:38 +0100 Graham Lee wrote: > Thanks Danny, I appreciate you pushing a fix. I will find out how to make an > updated installer and try again :). > Just to clear up, though, I was going through the guided partitioning, so > didn’t either select to format

bug#35722: Filesystem error in the installer

2019-05-14 Thread Danny Milosavljevic
Root cause analysis: (user-partitions (append (auto-partition disk #:scheme scheme) (create-special-user-partitions (disk-partitions disk) <--- (define

bug#30993: OpenSSH sshd killed by Shepherd 0.4.0

2019-05-14 Thread Leo Famulari
On Tue, May 14, 2019 at 03:33:59PM +0200, Ludovic Courtès wrote: > There are reasons to believe that this issue is fixed by the Shepherd 0.6.1: > > https://issues.guix.info/issue/35550 > > Could you check somehow if the bug shows up again? The bug disappeared for me a couple of reboots after

bug#35722: Filesystem error in the installer

2019-05-14 Thread Graham Lee
Hi, > On 14 May 2019, at 18:00, Danny Milosavljevic wrote: > > Or just not let the user select "Format this partition" if we don't know how > to > format it. > Also not let the user specify a mount point if we don't know how to mount it. Thanks Danny, I appreciate you pushing a fix. I will

bug#35722: Filesystem error in the installer

2019-05-14 Thread Danny Milosavljevic
Or just not let the user select "Format this partition" if we don't know how to format it. Also not let the user specify a mount point if we don't know how to mount it. pgp_24ZZzXxdp.pgp Description: OpenPGP digital signature

bug#35722: Filesystem error in the installer

2019-05-14 Thread Danny Milosavljevic
> Anyway I think this is fixed by commit > 628d09ae53047ea666f4f84ae5e5be911647fe8c, which Danny just pushed. :-) Yeah, but I fixed it by adding the file system type--which is kinda a sledgehammer approach. We really don't want to include every file system known to man in the installer. In

bug#35731: Installer: EBUSY while mounting /mnt/boot/efi

2019-05-14 Thread Ludovic Courtès
Ludovic Courtès skribis: > Sometimes, the installer crashes with the attached backtrace: EBUSY > while mounting /mnt/boot/efi. Strangely, if I go to a console at that > point and run ‘mount’, I see that /mnt/boot/efi is already mounted. More specifically, this happens every time I start from a

bug#35722: Filesystem error in the installer

2019-05-14 Thread Ludovic Courtès
Hello, Graham Lee skribis: > I'm trying to install from the GNU GUIX 1.0.0 ISO, which I've copied to > USB. I pick the graphical installer, run through the language, > timezone, and keyboard choices. Then I either pick "guided" or "guided > with encryption" partition scheme, and I choose one

bug#35542: Installer does not display full backtrace on error

2019-05-14 Thread Danny Milosavljevic
Hi Mathieu, On Sat, 04 May 2019 11:43:28 +0200 Mathieu Othacehe wrote: > Hello, > > > I believe I read about Guile error messages not doing line wrapping in > > terminals on the Guix or Guile mailing lists recently, but I cannot > > find it. Proper line wrapping may be the better solution.

bug#35728: Tor & IceCat's TorButton shows it's connected but doesn't route the traffic

2019-05-14 Thread sirmacik
swedebugia dixit (2019-05-14, 17:01): > On 2019-05-14 15:19, sirmacik wrote: > > Hey Guix! > > > > There seems to be a problem with Tor and TorButton in GNU IceCat's > > package. Torsocks works for other apps, TorButton shows notification > > that it's connected to the Tor server but when I go to

bug#35728: Tor & IceCat's TorButton shows it's connected but doesn't route the traffic

2019-05-14 Thread swedebugia
On 2019-05-14 15:19, sirmacik wrote: Hey Guix! There seems to be a problem with Tor and TorButton in GNU IceCat's package. Torsocks works for other apps, TorButton shows notification that it's connected to the Tor server but when I go to check.torproject.org I'm not routed through tor. This

bug#35606: Gajim

2019-05-14 Thread Raghav Gururajan
> Thank you Ricardo for fixing and Raghav for reporting this bug I introduced! > > Sorry not to have more time to work on it at the moment. All good :) Regards, RG.

bug#35606: Gajim

2019-05-14 Thread Clément Lassieur
Thank you Ricardo for fixing and Raghav for reporting this bug I introduced! Sorry not to have more time to work on it at the moment. Clément On Tue, May 14, 2019, 2:13 PM Ricardo Wurmus wrote: > > Raghav Gururajan writes: > > >> I fixed this with commit

bug#30993: OpenSSH sshd killed by Shepherd 0.4.0

2019-05-14 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > One interesting tidbit is that the PID file '/var/run/sshd.pid' is not > created anymore. And if I create an empty PID file by hand, it is > removed after trying to start the ssh-daemon service. Also, the sshd > user's home '/var/run/sshd' does not exist, and is

bug#35728: Tor & IceCat's TorButton shows it's connected but doesn't route the traffic

2019-05-14 Thread sirmacik
Hey Guix! There seems to be a problem with Tor and TorButton in GNU IceCat's package. Torsocks works for other apps, TorButton shows notification that it's connected to the Tor server but when I go to check.torproject.org I'm not routed through tor. This problem doesn't appear in Archlinux or

bug#35554: No network GUI installed by default on XFCE

2019-05-14 Thread Ludovic Courtès
Hello! Calle Kabo skribis: > 1 install guix 1.0.0, only pick xfce desktop environment > 2 when you log in there's no "Network Connections" in Applications > > Settings, and there's no network applet in the panel Fixed in 05d907ac6fc6e139389a91ab5540c0dc573a8ce7. Thank you! Ludo’.

bug#35542: Installer does not display full backtrace on error

2019-05-14 Thread Mathieu Othacehe
Hey Ludo, > That would ensure we’re only changing Guile’s notion of the terminal > width and not interfering with other tools we might launch as child > processes. > > Thoughts? Seems like a better idea indeed. Here's an update patch. About using 200 or a much larger value as Danny suggested,

bug#35727: Connecting Geiser to Guile listening to a socket: No prompt found! (.guile to blame)

2019-05-14 Thread sirgazil
Hi, I'm getting a "No prompt found!" error when I try to connect Geiser to a Guile REPL like this: 1. In a terminal, run "$ guile --listen=/tmp/guile-socket" 2. In Emacs, "M-x geiser-connect-local", then "guile", and finally "/tmp/guile-socket" When the Guile REPL start in Emacs, I get a "No

bug#35716: Password security bugs in LUKS configuration during guided install

2019-05-14 Thread Ludovic Courtès
Hi sirmacik, sirmacik skribis: > I've asked on IRC if those bugs were known but apparently no, so here > they are: > > - during guided installation with LUKS encryption one is not able to > enter password longer then length of field; Good catch! Commit

bug#35640: Make USB modems just work on Guix

2019-05-14 Thread Danny Milosavljevic
Hi Florian, On Mon, 13 May 2019 23:04:43 +0200 "pelzflorian (Florian Pelz)" wrote: > On Mon, May 13, 2019 at 10:57:20PM +0200, pelzflorian (Florian Pelz) wrote: > > Also attached is my current work-in-progress package for > > USB_ModeSwitch. It does *not* work because I cannot figure out how

bug#35701: guix size should account for hard links in its disk space calculation

2019-05-14 Thread Ludovic Courtès
Salut Maxim, Maxim Cournoyer skribis: > Conclusion: the size of grafts is added multiple times even though they > should be very light on disk usage given that they are mostly hard links > to the original, ungrafted output. I think there should be an option to take hard links into account, but

bug#35723: Reporting a bug

2019-05-14 Thread Ludovic Courtès
Hello, j...@fossilfreecanada.ca skribis: >The program told me to write to you about this. > > error: You found a bug: the program > '/gnu/store/3p3p50xmgp21xfd6hvxkyn69v5lmbk5y-compute-guix-derivation' > failed to compute the derivation for Guix (version: >

bug#35662: Really relocatable binaries crash with Permission denied

2019-05-14 Thread pelzflorian (Florian Pelz)
On Mon, May 13, 2019 at 10:45:24PM +0200, pelzflorian (Florian Pelz) wrote: > On Mon, May 13, 2019 at 10:39:21PM +0200, Ludovic Courtès wrote: > > I suspect ZFS-on-Linux (right?) is doing something unusual here: > > I suppose it is ZFS on Linux; it is Linux, I can ask the admins if it > could be

bug#35683: wishlist: addessing statefulness of .cache(s)

2019-05-14 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > Better would be if the cache directory contained a "cache-protocol-version" > file or something and make the client program heed it and make it clear the > cache if it's the wrong version, without any Guix special case (the problem > is not not

bug#35640: Make USB modems just work on Guix

2019-05-14 Thread pelzflorian (Florian Pelz)
On Mon, May 13, 2019 at 11:04:43PM +0200, pelzflorian (Florian Pelz) wrote: > gnu/packages/libusb.scm:655:12: In procedure inputs: > error: tcl:tcl: unbound variable > This tcl:tcl gets resolved all right elsewhere in the libusb.scm file. There must be something special about definitions or

bug#35723: Reporting a bug

2019-05-14 Thread jg
Hi there, The program told me to write to you about this. error: You found a bug: the program '/gnu/store/3p3p50xmgp21xfd6hvxkyn69v5lmbk5y-compute-guix-derivation' failed to compute the derivation for Guix (version: "a430a3501a6d3a565cb78e04a8dbb3ab846ec5fc"; system: "x86_64-linux"; host

bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-14 Thread Ludovic Courtès
Hi! Ludovic Courtès skribis: > Ludovic Courtès skribis: > >> I noticed that on Debian 9, ‘guix-daemon.service’ (systemd) runs under >> the C.UTF-8 locale by default, even if the machine is otherwise >> configured with another locale. Consequently, ‘guix substitute’ keeps >> complaining about