bug#35267: Evolution

2019-04-15 Thread Timothy Sample
Hello, Luther Thompson writes: > On Mon, 15 Apr 2019 21:40:18 +0200 > Ludovic Courtès wrote: > >> "The Philosopher" skribis: >> >> > While adding account, evolution is throwing error "The name >> > org.gnome.evolution.dataserver.Sources5 was not provided by any >> > .service files". >> >>

bug#35267: Evolution

2019-04-15 Thread Luther Thompson
On Mon, 15 Apr 2019 21:40:18 +0200 Ludovic Courtès wrote: > "The Philosopher" skribis: > > > While adding account, evolution is throwing error "The name > > org.gnome.evolution.dataserver.Sources5 was not provided by any > > .service files". > > Can you explain the actions you took to reach

bug#35296: gdm doesn't always start at boot

2019-04-15 Thread Julien Lepiller
Hi, I've recently reconfigured my system and now have the default gdm login screen. Unfortunately, it doesn't always shouw up at boot (waiting a few minutes doesn't help), so I end up having to log in on the tty and restart the xorg-server service (which is marked as running).

bug#35274: guix unable to pull or reconfigure as root

2019-04-15 Thread timothyhobbs
Hi, thanks for the quick response: # guix describe guix describe: error: failed to determine origin $ guix describe Generation 7    Apr 14 2019 14:46:29    (current)   guix cabe8f1     repository URL: https://git.savannah.gnu.org/git/guix.git     branch: master     commit:

bug#35267: Evolution

2019-04-15 Thread Ludovic Courtès
Hello, "The Philosopher" skribis: > While adding account, evolution is throwing error "The name > org.gnome.evolution.dataserver.Sources5 was not provided by any > .service files". Can you explain the actions you took to reach that error? > Also, isn't the package name should be

bug#33639: ISO installer image is broken on i686

2019-04-15 Thread Thomas Schmitt
Hi, Florian Pelz wrote: > Well this is strange. I got fine ISO images each time (fine with no > complaints from xorriso or fdisk and bootable in QEMU without errors), > but after dd’ing them to different USB flash drives each time I get > kernel output when inserting the flash drive: > [

bug#33639: ISO installer image is broken on i686

2019-04-15 Thread pelzflorian (Florian Pelz)
On Sat, Apr 13, 2019 at 03:46:09PM +0200, pelzflorian (Florian Pelz) wrote: > Yes, it seems fixed, I can confirm. Well this is strange. I got fine ISO images each time (fine with no complaints from xorriso or fdisk and bootable in QEMU without errors), but after dd’ing them to different USB

bug#35271: system disk-image symlink root parent directory duplicated

2019-04-15 Thread rendaw
On 4/16/19 1:07 AM, Ludovic Courtès wrote: > Hello, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> CWD is `.../server` >> >> The directory `.../server/temp` exists >> >> The specified -r is: `temp/image-2019-4-14` >> >> I would expect the destination to be: `.../server/temp/image-2019-4-14`

bug#35271: system disk-image symlink root parent directory duplicated

2019-04-15 Thread Ludovic Courtès
Hello, rendaw <7e9wc56emja...@s.rendaw.me> skribis: > CWD is `.../server` > > The directory `.../server/temp` exists > > The specified -r is: `temp/image-2019-4-14` > > I would expect the destination to be: `.../server/temp/image-2019-4-14` > (joining `.../server` `temp/image-2019-4-14`) > > The

bug#35271: system disk-image symlink root parent directory duplicated

2019-04-15 Thread rendaw
On 4/15/19 9:57 PM, Ludovic Courtès wrote: > Hi, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> guix system disk-image .../server/tmpudkxw7og.scm -r >> temp/image-2019-4-14 --on-error=backtrace >> >> in the `server` directory which has a subdirectory `temp` fails with >> this error: >> >>

bug#35271: system disk-image symlink root parent directory duplicated

2019-04-15 Thread rendaw
On 4/15/19 9:57 PM, Ludovic Courtès wrote: > Hi, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> guix system disk-image .../server/tmpudkxw7og.scm -r >> temp/image-2019-4-14 --on-error=backtrace >> >> in the `server` directory which has a subdirectory `temp` fails with >> this error: >> >>

bug#35274: guix unable to pull or reconfigure as root

2019-04-15 Thread Ludovic Courtès
Hello, skribis: > building directory of Info manuals... > Backtrace: >   10 (primitive-load "/gnu/store/0f4zf4bnfasysq3lsc0a6rfcsp6?") > In ice-9/eval.scm: >    721:20  9 (primitive-eval (begin (use-modules (guix build #) ?) ?)) > In ice-9/psyntax.scm: >   1235:36  8

bug#35271: system disk-image symlink root parent directory duplicated

2019-04-15 Thread Ludovic Courtès
Hi, rendaw <7e9wc56emja...@s.rendaw.me> skribis: > guix system disk-image .../server/tmpudkxw7og.scm -r > temp/image-2019-4-14 --on-error=backtrace > > in the `server` directory which has a subdirectory `temp` fails with > this error: > > successfully built >

bug#33639: ISO installer image is broken on i686

2019-04-15 Thread Thomas Schmitt
Hi, it seems to help if you explicitely set the timestamps of the "/" directory export SOURCE_DATE_EPOCH=1555311212 xorriso -outdev test.iso -map x /x \ -alter_date b-c 19700101 / -- \ -alter_date c 19700101 / -- ISOs made with these xorriso commands

bug#33639: ISO installer image is broken on i686

2019-04-15 Thread Thomas Schmitt
Hi, I wrote: > > If all files and directories have the same names and the same content, > > then xorriso runs with the same arguments and the same SOURCE_DATE_EPOCH > > value are supposed to create byte-identical result ISOs. Ludovic Courtès wrote: > I’ve tried setting it but that doesn’t make

bug#35283: ISO images are not reproducible

2019-04-15 Thread Ludovic Courtès
As noted by Florian in , images created by ‘guix system disk-image --file-system-type=iso9660’ are not bit-reproducible. Ludo’.

bug#33639: ISO installer image is broken on i686

2019-04-15 Thread pelzflorian (Florian Pelz)
On Sun, Apr 14, 2019 at 11:43:54PM +0200, Ludovic Courtès wrote: > How did you visualize differences, Florian? Diffoscope fails for me > here (missing tools and scalability issue.) > For me diffoscope failed too. I used cmp as described here: