bug#37071: guix import pypi httpie fails

2019-08-30 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hi, > > Robert Vollmert skribis: > >> $ guix import pypi httpie >> …0.2.tar.gz 83KiB 291KiB/s 00:00 [##] >> 100.0% >> ….py3-none-any.whl 58KiB201KiB/s 00:00 [##] >> 100.0% >> guix import:

bug#37128: guix system reconfigure stops output after "Evaluating user expression..."

2019-08-30 Thread Jakob L. Kreuze
Pierre Neidhardt writes: > Isn't there a more extensive log for "guix system reconfigure"? You could look at the .scm files produced by "guix system reconfigure" (the store paths should be printed to stdout). I'm afraid that, aside from Shepherd's own messages, the console output is the

bug#36747: Official MesCC bootstrap binaries differ from my locally built ones

2019-08-30 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès writes: > Mark H Weaver skribis: > >> Thanks. The next evaluation got further, but eventually failed. Again, >> there seems no way to get any details on what went wrong from the web >> interface: >> >> https://ci.guix.gnu.org/jobset/core-updates-core-updates >>

bug#37237: mcron randomly stops running jobs

2019-08-30 Thread Robert Vollmert
This is the third time I’ve seen this, and this time I’m sure that nothing else happened. I have numerous mcron jobs configured, many of which run every 15 minutes, and one which runs once a minute. Just now, at 19:22, I noticed the minutely cron job didn’t seem to run, and saw that one

bug#37226: previously working system config fails to build

2019-08-30 Thread Jesse Gibbons
On Thu, 2019-08-29 at 21:32 -0600, Jesse Gibbons wrote: > I try to run guix system reconfigure and get this error: > > guix system: error: #< type: dce bv: #vu8(51 12 55 214 249 221 > 79 > 112 186 51 233 64 103 99 34 57)>: invalid G-expression input > > > Here's the minimum of what I feed it to

bug#37233: lsblk not up to date in util-linux

2019-08-30 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Bengt, Sorry you had to debug that! Bengt Richter 写道: …then I get the desired output above. The difference is apparently util-linux 2.32.1 vs the newer 2.34, where the newer one understands more field names for -o ... […] Hope somebody can update it. I think I found the updated version

bug#37232: git pull warns of http redirection

2019-08-30 Thread Bengt Richter
On +2019-08-30 10:40:43 +0200, Gábor Boskovits wrote: > Hello, > > Bengt Richter ezt írta (időpont: 2019. aug. 30., P, 9:54): > > > Hi all, > > > > It seems to be working, but I like to > > eliminate warnings ;-) > > > > To reproduce, cd into your repo dir, then: [...] > > $ git config -l > >

bug#37233: lsblk not up to date in util-linux

2019-08-30 Thread Bengt Richter
Very annoying, since I made a little script called ls-mounts to show info about currently mounted devices. It should make output like this: MOUNTPOINT KNAME LABELPARTLABEL SIZE FSAVAIL FSUSE% UUID /boot nvme0n1p1 PhantoV1EFI PhantoNv1EFI 1G 510.4M

bug#37232: git pull warns of http redirection

2019-08-30 Thread Gábor Boskovits
Hello, Bengt Richter ezt írta (időpont: 2019. aug. 30., P, 9:54): > Hi all, > > It seems to be working, but I like to > eliminate warnings ;-) > > To reproduce, cd into your repo dir, then: > > $ git status > On branch master > Your branch is up to date with 'origin/master'. > > nothing to

bug#37232: git pull warns of http redirection

2019-08-30 Thread Bengt Richter
Hi all, It seems to be working, but I like to eliminate warnings ;-) To reproduce, cd into your repo dir, then: $ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean $ git config -l core.editor=emacs user.name=Bengt Richter