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

2019-05-15 Thread Mathieu Othacehe
Hey, > I think 200 is good. You wouldn’t want the backtrace to be filled with > bytevectors, for instance. Fine with me. Pushed. Thanks for reviewing, Mathieu

bug#35723: guix pull error (was Reporting a bug)

2019-05-15 Thread Giovanni Biscuolo
Hello, Ludovic Courtès writes: [...] > I’ve tried to reproduce the issue with: > > guix pull -p ./test --commit=a430a3501a6d3a565cb78e04a8dbb3ab846ec5fc > > but I didn’t hit the bug. (was not strictly needed but) I confirm that I didn' hit the bug also :-) my two cents, Gio' [...] -- Gio

bug#35743: guix import hackage wai-app-static fails (comment syntax?)

2019-05-15 Thread Robert Vollmert
$ guix import hackage wai-app-static Syntax error: unexpected token : (ghc-options (-Wall)) (at line 106, column 2) The relevant extract of the cabal file is: test-suite runtests […] build-depends: base >= 4&& < 5 […] , mockery

bug#35743: indentation error

2019-05-15 Thread Robert Vollmert
I learned about `guix import hackage --stdin`, and it turns out the problem is with bad indentation in the cabal file. (The offending line is indented by two spaces instead of four spaces for the block before.) It’s unclear to me whether this is a “valid” cabal file as it is.

bug#35744: [wishlist] Add --with-version package transformation option

2019-05-15 Thread pelzflorian (Florian Pelz)
I would like to see a --with-version package transformation option. Currently Guix only supports package transformation options --with-source and --with-commit that are more complicated to use. See for background information. Fo

bug#35719: iso-image-install fails

2019-05-15 Thread Ludovic Courtès
Hello Danny, Danny Milosavljevic skribis: > /gnu/store/3c4y81fr7r6lk5d4fpx1cyqkl4x64kz5-iso-image-installer-builder:1: > FAIL shell and user commands > > ;;; (services (udev term-tty1 console-font-tty1 term-tty2 term-tty6 > console-font-tty6 console-font-tty2 console-font-tty5 console-font-tty

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

2019-05-15 Thread Ludovic Courtès
Ludovic Courtès skribis: > 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, thi

bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-05-15 Thread Ricardo Wurmus
Hi Maxim, I would very much like to see your improvements to the pypi importer to be merged. Have you been able to separate the independent changes as suggested by Ludo? -- Ricardo

bug#35640: Make USB modems just work on Guix

2019-05-15 Thread pelzflorian (Florian Pelz)
On Mon, May 13, 2019 at 10:57:20PM +0200, pelzflorian (Florian Pelz) wrote: > On Thu, May 09, 2019 at 05:24:39PM +0200, Ludovic Courtès wrote: > > The comment is unnecessary, but otherwise LGTM! > > > > :) I have attached the patch without the command. > I have attached the patch again without

bug#35660: guix weather runaway memory consumption

2019-05-15 Thread swedebugia
On 2019-05-14 22:52, Ludovic Courtès wrote: 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 doc

bug#35655: Installer: mount error using btrfs on already formatted partition

2019-05-15 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > On Mon, 13 May 2019 23:51:46 +0200 > Ludovic Courtès wrote: > >> Giovanni Biscuolo skribis: >> >> > summary: AFAIU the installer lacks "force" formatting when using btrfs, >> > using "mkfs.btrfs -f " solved the problem (see below) >> >> I believe th

bug#35640: Make USB modems just work on Guix

2019-05-15 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > From 061c976e38b8b332602e84ac74717384aab57d56 Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Mon, 13 May 2019 22:51:28 +0200 > Subject: [PATCH] services: Include ModemManager in %desktop-services. > > * gnu/services/desktop.scm (%desktop-services):

bug#35640: Make USB modems just work on Guix

2019-05-15 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" skribis: > On Tue, May 14, 2019 at 10:35:55AM +0200, Danny Milosavljevic wrote: [...] >> The problem is there's a use-modules cycle somewhere. >> Try putting usb-modeswitch in another module (a new one if necessary). >> > > Using a new module helps, thank you!

bug#35691: [bug-guix] remote configure failure due to bad pathnames for crt*.o

2019-05-15 Thread Ludovic Courtès
Hi Nelson, "Nelson H. F. Beebe" skribis: > configure: error: C compiler cannot create executables > See `config.log' for more details What does ‘config.log’ show? What does ‘guix package --list-installed’ return? Please make sure that only ‘gcc-toolchain’ is in your profile, and n

bug#35746: Evolution calendar gets the timezone wrong

2019-05-15 Thread Ben Sturmfels
Hi Folks, My Guix System is configured with (timezone "Australia/Melbourne") which is reflected by the `date` command as well as the Gnome clock. $ date Wed May 15 23:03:34 AEST 2019 In Evolution though, all my calendar events show up in UTC time, so I have appointments showing up at eg. 1am. W

bug#35640: Make USB modems just work on Guix

2019-05-15 Thread pelzflorian (Florian Pelz)
On Wed, May 15, 2019 at 03:01:04PM +0200, Ludovic Courtès wrote: > Could you send an updated patch? > Thank you very much! Will do later, today or tomorrow. > Is USB_ModeSwitch needed for proper use of ModemManager? I’d say “no” > but I’m unsure. > Only on some modems. > Thanks for working

bug#35750: `guix import hackage` is unaware of metadata revisions

2019-05-15 Thread Robert Vollmert
As far as I can tell, `guix import hackage` imports the first revision of a hackage release. I suggest aiming to import the latest cabal revision from hackage, as already supported by haskell-build-system via the #:cabal-version argument. In the meantime, documenting this in the `guix import hac

bug#35662: Really relocatable binaries crash with Permission denied

2019-05-15 Thread Giovanni Biscuolo
Hello Ludovic and Florian, I cannot help here, just some thoughts as you probably already know, Florian, ZFS is not supported in Linux for various reasons, above all for a controversial licensing problem [1] so using zfsonlinux (the ZFS Linux unofficial kernel module) is basically calling for pr

bug#35751: "guix environment -s" doesn't set %current-system in gnu/packages

2019-05-15 Thread Danny Milosavljevic
Hi, when doing "guix environment -s armhf-linux", apparently it doesn't set %current-system to "armhf-linux" for packages in gnu/packages at toplevel context. That would be convenient for development, f.e. instead of "guix build" I often use "guix environment" inside the git checkout of the packa

bug#35754: guix build silent failure for unterminated string

2019-05-15 Thread Robert Vollmert
I suspect this had to do with the size of the file, but I’m not really sure what was going on. $ guix build -f postgrest.scm $ echo $? 1 The unterminated string is within the definition of `ghc-string-conversions`, line 1169. File attached. postgrest.scm Description: Binary data

bug#35662: Really relocatable binaries crash with Permission denied

2019-05-15 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" skribis: > Do I understand correctly that user namespaces are not really disabled > (?) but fail on ZFS? Correct. Specifically, read-only bind mounts of (and to?) files that reside on ZFS fail with EACCESS, which is normally “impossible.” It would be great if

bug#35691: [bug-guix] remote configure failure due to bad pathnames for crt*.o

2019-05-15 Thread Nelson H. F. Beebe
>> ... >> > configure: error: C compiler cannot create executables >> > See `config.log' for more details >> >> What does config.log show? >> >> What does guix package --list-installed return? >> >> Please make sure that only gcc-toolchain in your profile, and not gcc. >> ... The co

bug#35691: [bug-guix] remote configure failure due to bad pathnames for crt*.o

2019-05-15 Thread Ludovic Courtès
Hi Nelson, (Please keep the bug Cc’d.) "Nelson H. F. Beebe" skribis: > Here is what I find about installed gcc-related packages: > > $ guix package --list-installed |grep gcc > gccgo 4.9.4 out > /gnu/store/7108fl31hfj9lb4y76g89sxdb43c1wpc-gccgo-4.9.4 > gcc-objc

bug#35655: Installer: mount error using btrfs on already formatted partition

2019-05-15 Thread Giovanni Biscuolo
Hello, Ludovic Courtès writes: [...] > I’ve tested it and I confirm that it successfully creates and mounts a > btrfs partition. I've tested also (on bare-metal) and it works now! kudos, Gio' -- Giovanni Biscuolo Xelera IT Infrastructures signature.asc Description: PGP signature

bug#35690: Installer error: Unable to locate keymap update file

2019-05-15 Thread Giovanni Biscuolo
Ave Matt, Lorem Ipsum writes: [...] > $ gpg --verify guix-system-install-1.0.0.x86_64-linux.iso.xz.sig > gpg: assuming signed data in > 'guix-system-install-1.0.0.x86_64-linux.iso.xz'gpg: Signature made > Wed, May 1, 2019 4:12:23 PM EDT gpg: > u

bug#35655: Installer: mount error using btrfs on already formatted partition

2019-05-15 Thread Ludovic Courtès
Giovanni Biscuolo skribis: > Ludovic Courtès writes: > > [...] > >> I’ve tested it and I confirm that it successfully creates and mounts a >> btrfs partition. > > I've tested also (on bare-metal) and it works now! Awesome, thanks for testing! Ludo’.

bug#35691: [bug-guix] remote configure failure due to bad pathnames for crt*.o

2019-05-15 Thread Nelson H. F. Beebe
OK, I've made this change to /etc/config.scm ;; Old clause from GUIX 1.0 installation ;; (packages ;;(list (specification->package "nss-certs"))) ;; New clause suggested in e-mail from Ludo Cortes Wed, 15 May 2019 18:29:06 +0200 (packages (append (list (specification->package "nss-certs"))

bug#34176: X200 kernel panic on S3 resume (linux-libre > 4.18.9)

2019-05-15 Thread Mike Gerwitz
close 34176 thanks This is no longer a problem on my X200 with Libreboot. On Sun, May 12, 2019 at 10:16:12 -0400, Mike Gerwitz wrote: > In 5.x this doesn't appear to be a problem anymore---the first message > still happens, but it no longer causes a panic. I don't know precisely > when it was fi

bug#35759: [Manual installation] ‘mount /mnt’'s in the ‘Partitioning’ section.

2019-05-15 Thread Tobias Geerinckx-Rice
Guix, [This is for after 1.0.1, but I'd forget otherwise.] This happened to a new user on IRC tonight, and I understand their logic. After guided partitioning (using the installer), installation failed, and they decided to continue manually. Here's where they started: 3.6 Manual Installat

bug#35606: Gajim

2019-05-15 Thread Ricardo Wurmus
Raghav Gururajan writes: >> I fixed this with commit a624c3631077aa3fa5c05849579932c5b67b985c. When >> GAJIM_PLUGIN_PATH is not set it will not be added to the list of >> directories that are searched for plugins. > > Thank you very much Ricardo! Just to be clear, the path get > automatically a