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
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
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
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
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
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_
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
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
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)"))
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,
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
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-
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
13 matches
Mail list logo