warning: SQLite database is busy

2018-12-22 Thread swedebugia
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

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-22 Thread swedebugia
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

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-22 Thread Danny Milosavljevic
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

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-22 Thread swedebugia
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

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-22 Thread Danny Milosavljevic
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

Re: New Gash build Bash without Bash, Coreutils, and a few others

2018-12-22 Thread Joshua Branson
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

RE: Trustworthiness of build farms (was Re: CDN performance)

2018-12-22 Thread Jeremiah
> 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

Re: New Gash build Bash without Bash, Coreutils, and a few others

2018-12-22 Thread Jan Nieuwenhuizen
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

GNOME 3.30: help needed!

2018-12-22 Thread Ricardo Wurmus
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

Re: bug#33676: GuixSD on eoma68-a20?

2018-12-22 Thread swedebugia
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-