bug#33656: Hard locks on boot (uefi system) via usb

2018-12-06 Thread Ryan Bach
I used sudo dd if=guixsd-install-0.16.0.x86_64-linux.iso of=/dev/sdb to make the usb work in uefi mode Here are my specs: (from my machine current distro): inxi -Fx System: Host: linux-6d12 Kernel: 4.19.5-1-default x86_64 bits: 64 compiler: gcc v: 8.2.1 Desktop: Gnome 3.30.2 Distro: openSUSE

bug#33647: First `guix pull' behaves unexpectedly

2018-12-06 Thread Ludovic Courtès
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 showing the hash of >> the latest commit. > >

bug#33509: core-updates: arc-theme fails with "Invalid GNOME version: 3.24"

2018-12-06 Thread Maxim Cournoyer
Björn Höfling writes: > On Wed, 28 Nov 2018 00:24:15 +0100 > Björn Höfling wrote: > >> With your question, I double checked that this is really dead and >> found in the bug tracker a link to a new, active fork: >> >> https://github.com/NicoHood/arc-theme >> > > Patch submitted as: > >

bug#33639: ISO installer image is broken on i686

2018-12-06 Thread Thomas Schmitt
Hi, > Based on this and on a suggestion Ricardo made on IRC, I passed > “-padding 10m” and that solved the problem. \o/ Ouchers. Do all files bear their expected content ? Especially the last one: /var/guix/db/db.sqlite If so, then something truncates the output stream of libisofs via libburn.

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#33639: ISO installer image is broken on i686

2018-12-06 Thread Thomas Schmitt
Hi, i see that probably the kernel log talks of blocks of 512 bytes. So the minimum missing size shrinks to 2.3 and 1.4 MiB, respectively. I wrote: > > Please consider local reasons for truncated ISO images. Ludovic Courtès wrote: > I’ve thought about this but that seem highly unlikely at this

bug#33639: ISO installer image is broken on i686

2018-12-06 Thread Ludovic Courtès
Hi again, "Thomas Schmitt" skribis: >> [ 215.199357] loop0: rw=524288, want=1903876, limit=1899264 > > This looks much like a truncated ISO image. (For what reason ever.) > > There are at least 4612 blocks = ~ 9 MiB missing. > In the original message of https://issues.guix.info/issue/33639 the

bug#33639: ISO installer image is broken on i686

2018-12-06 Thread Ludovic Courtès
Hi Thomas, Thanks for the quick and insightful reply! "Thomas Schmitt" skribis: >> [ 215.199357] loop0: rw=524288, want=1903876, limit=1899264 > > This looks much like a truncated ISO image. (For what reason ever.) > > There are at least 4612 blocks = ~ 9 MiB missing. > In the original message

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--- >> root@tapuakh ~# guix system

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#33639: ISO installer image is broken on i686

2018-12-06 Thread Thomas Schmitt
Hi, > [ 215.199357] loop0: rw=524288, want=1903876, limit=1899264 This looks much like a truncated ISO image. (For what reason ever.) There are at least 4612 blocks = ~ 9 MiB missing. In the original message of https://issues.guix.info/issue/33639 the the minimum missing size is about 5 MiB.

bug#33645: ldb build fails

2018-12-06 Thread Danny Milosavljevic
WAF_MAKE=1 PATH=buildtools/bin:../../buildtools/bin:$PATH waf test make test called, but ldb was built --without-ldb-lmdb pgpn3WVKlLLbd.pgp Description: OpenPGP digital signature

bug#33639: ISO installer image is broken on i686

2018-12-06 Thread Ludovic Courtès
Dear Xorriso hackers, While building an ISO for i686, running Xorriso 1.5.0 built for i686 (actually ‘grub-mkrescue’, but that’s just a wrapper around Xorriso) in qemu-system-i386, we end up with an ISO image containing files that lead to I/O errors (“attempt to access beyond end of device”):

bug#33639: ISO installer image is broken on i686

2018-12-06 Thread swedebugia
On 2018-12-06 01:02, Ludovic Courtès wrote: snip > Indeed, if you spawn the image and run “cat /var/guix/db/db.sqlite”, it > fails with EIO and “attempt to access beyond end of device.” I suspect > the bugs Mark reported at and >