bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2020-12-27 Thread Chris Marusich
Leo Le Bouter writes: > I want to have one last attempt at making the binaries reproducible. > > Could anyone help adjusting this patch so the package definition's hash > does not change on other architectures? So it can be proposed for merge > in master.. > > Thank you > > From e6931a7ebb9cc0681

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2020-12-27 Thread Leo Le Bouter via Bug reports for GNU Guix
Hello! I want to have one last attempt at making the binaries reproducible. Could anyone help adjusting this patch so the package definition's hash does not change on other architectures? So it can be proposed for merge in master.. Thank you From e6931a7ebb9cc0681a3211ac38a1c58c7a176481 Mon Sep

bug#36380: service urandom-seed takes too long on boot

2020-12-27 Thread Stefan
Hi Leo! > What does the argument "filename=/dev/random" do? Does it use the host's > /dev/random to provide entropy to the QEMU guest? Yes, see [1]: “-object rng-random,id=id,filename=/dev/random Creates a random number generator backend which obtains entropy from a device on the host. The id p

bug#36380: service urandom-seed takes too long on boot

2020-12-27 Thread Leo Famulari
On Sun, Dec 27, 2020 at 04:00:23PM +0100, Stefan wrote: > Qemu is invoked with these arguments concerning random: > > -cpu > host,+smap,+rdseed,+erms,+smep,+fsgsbase,+3dnowprefetch,+rdtscp,+pdpe1gb,+rdrand,+osxsave,+xsave,+tsc-deadline,+movbe,+x2apic,+pdcm,+xtpr,+tm2,+est,+vmx,+ds_cpl,+dtes64,+pc

bug#45300: [PATCH] Add option --with-patch

2020-12-27 Thread Ludovic Courtès
Ludovic Courtès skribis: >>From 12c8df7c61537e3834fac4bf0e8e340cbac2d2df Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= > Date: Mon, 21 Dec 2020 14:52:38 +0100 > Subject: [PATCH] transformations: Add '--with-patch'. > > Suggested by Philippe Swartvagher . > > * guix/transfor

bug#36380: service urandom-seed takes too long on boot

2020-12-27 Thread Stefan
Hi! I’m running Guix in qemu on a NAS. The boot takes sometimes more than 30 minutes, probably waiting to start the urandom-seed service. Guix is using virtio_rng: stefan@guix ~$ cat /sys/devices/virtual/misc/hw_random/rng_available virtio_rng.0 stefan@guix ~$ cat /sys/devices/virtual/misc/hw_

bug#45448: Emacs can't load org mode after last update

2020-12-27 Thread Pierre Langlois
Pierre Langlois writes: > Hi! > > Marinus Savoritias writes: > >> I update Guix yesterday and org-mode doesn't load anymore. >> >> The debug trace is this: >> >> Debugger entered--Lisp error: (error "Invalid version syntax: ‘’ (must start >> with a number)") >> signal(error ("Invalid version sy

bug#45453: Error when I try to build a package using a JSON definition

2020-12-27 Thread Ricardo Wurmus
Ricardo Wurmus writes: > I’ll change this to use the Guixy license names first, and only fall > back to SPDX names when that fails. And there should be a proper error > message, of course. This is now fixed with commit 5aae614868. -- Ricardo

bug#45448: Emacs can't load org mode after last update

2020-12-27 Thread Pierre Langlois
Hi! Marinus Savoritias writes: > I update Guix yesterday and org-mode doesn't load anymore. > > The debug trace is this: > > Debugger entered--Lisp error: (error "Invalid version syntax: ‘’ (must start > with a number)") > signal(error ("Invalid version syntax: ‘’ (must start with a number)"))

bug#45453: Error when I try to build a package using a JSON definition

2020-12-27 Thread Ricardo Wurmus
Hey Julien, > I'm surprised guix builds from a json file… it’s a little known feature. I added it a long time ago, half in jest, half in the realization that this removes a common superficial objection to Guix. > If not, it could be that the source derivation is not > fixed-output. After all,

bug#45453: Error when I try to build a package using a JSON definition

2020-12-27 Thread Ricardo Wurmus
Hi Ryan, > Any idea what the issue here is or how I should go about debugging? You were *so* close! The problem is with the license field. Uncharacteristically, we are using spdx-string->license here, so “expat” is not a valid license name. When you replace it with “MIT” it will work. I’ll c

bug#45448: Emacs can't load org mode after last update

2020-12-27 Thread Michael Rohleder
Hello Marinus, thank you for reporting! I can reproduce this. It seems, commit 93a81f5f643782926bd0e87eb4a55efd9c67ad18 broke emacs-org and packages that depend on it. e.g. emacs-org-re-reveal: ... starting phase `build' Checking /gnu/store/vlaq8yndpjmv55y8nwks82x1lnsm0q95-emacs-org-re-reveal-

bug#45316: [PATCH]: Re-introduce Emacs packages specific installation prefix.

2020-12-27 Thread Leo Prikler
Hi Maxim, Am Samstag, den 26.12.2020, 23:44 -0500 schrieb Maxim Cournoyer: > Hi Leo, > > Leo Prikler writes: > > [...] > > > > If you want to have a clearer idea of how packages from ELPA and > > > the > > > likes are installed, you can have a peek into the 'package.el' > > > file > > > shipped