Hi
Today I got this warning when running simultaneously these two commands:
time nice -19 ~/src/guix/pre-inst-env guix system build ~/config.scm
./pre-inst-env guix system disk-image --system=armhf-linux -e '(begin
(use-modules (gnu system) (gnu bootloader) (gnu bootloader u-boot) (gnu
system in
On 2018-12-22 00:09, Danny Milosavljevic wrote:
> Now I get:
>
> $ # commit 39c676c4a3507863f4edf20b225ace4cbf646ed6
> $ ./pre-inst-env guix system disk-image --system=armhf-linux -e
> '(begin (use-modules (gnu system) (gnu bootloader) (gnu bootloader
> u-boot) (gnu system install)) (operating-sys
Please add to your /etc/config.scm to the "services" section:
(service qemu-binfmt-service-type
(qemu-binfmt-configuration
(platforms (lookup-qemu-platforms "arm"))
(guix-support? #t)))
pgpNYpbaqnEr8.pgp
Description: OpenPGP digi
On 2018-12-22 09:33, swedebu...@riseup.net wrote:
> On 2018-12-22 00:09, Danny Milosavljevic wrote:
>> Now I get:
>>
>> $ # commit 39c676c4a3507863f4edf20b225ace4cbf646ed6
>> $ ./pre-inst-env guix system disk-image --system=armhf-linux -e
>> '(begin (use-modules (gnu system) (gnu bootloader) (gnu b
Did you reconfigure?
# guix system reconfigure /etc/config.scm
If so, that's weird.
>I'm on x86_64 hardware running a i686 guix
Yeah, "--system" is using qemu to emulate the target architecture and the build
job then runs in there.
pgpFwnBuOYzyx.pgp
Description: OpenPGP digital signature
Timothy Sample writes:
> Hi Guix,
>
> Here’s an update about bootstrapping for you.
Way to go! That's pretty awesome!
>
> I am very pleased to announce that Gash (having absorbed Geesh) is now
> capable of building Bash without Bash, Coreutils, Grep, Sed, or Tar.
> That is, Gash provides alter
> I agree that a mathematical proof is what we should be aiming for, and
> the only kind of proof that I could trust in, in this scenario.
A formal proof would be just one piece used in building layers of trust,
each of them indpendent and reinforcing of each other like layers of
kevlar in a bulle
Timothy Sample writes:
> Here’s an update about bootstrapping for you.
Yay!
> I am very pleased to announce that Gash (having absorbed Geesh) is now
> capable of building Bash without Bash, Coreutils, Grep, Sed, or Tar.
> That is, Gash provides alternatives, written in Scheme, to all the
> utili
Hi Guix,
I just pushed the branch “wip-gnome3.30” to Savannah. It is based on
“wip-gnome-upgrades”, but upgrades our GNOME packages to version 3.30.
Unfortunately, I haven’t been able to figure out how to start a GNOME
session with this version. I’m pretty sure it’s just a matter of
setting the
On 2018-12-22 09:44, Danny Milosavljevic wrote:
> Please add to your /etc/config.scm to the "services" section:
>
> (service qemu-binfmt-service-type
> (qemu-binfmt-configuration
>(platforms (lookup-qemu-platforms "arm"))
>(guix-
10 matches
Mail list logo