bug#48146: Getting diverted to non-updated branches: a limitation of the authentication mechanism?

2021-05-01 Thread Leo Famulari
On Sat, May 01, 2021 at 11:40:01PM +0200, Maxime Devos wrote: > Tags: + security > > Hi guix, > > Consider the following situation: Check this blog post and The Update Framework's concept of "indefinite freeze attacks", which I think is what you are describing:

bug#48152: no code for module (json) on guix upgrade

2021-05-01 Thread Nathan Dehnel
bzip2 -dkc /var/log/guix/drvs/00/1p94i7q8kks3pngjah0b2v4fzl3npr-module-import-compiled.drv.bz2 [ 1/26] Loading './guix/base16.scm'... [ 2/26] Loading './guix/base64.scm'... [ 3/26] Loading './guix/build/download-nar.scm'... [ 4/26] Loading './guix/build/download.scm'... [ 5/26] Loading

bug#48131: build failure: 1.3.0rc1 on Debian i386 with guile-2.2

2021-05-01 Thread Vagrant Cascadian
On 2021-04-30, Vagrant Cascadian wrote: > I've been unable to build version 1.3.0rc1 for i386 on Debian: > > [ 70%] GUILEC gnu/packages/direct-connect.go > [ 70%] GUILEC gnu/packages/disk.go > GC Warning: Failed to expand heap by 8388608 bytes > GC Warning: Failed to expand heap by

bug#48142: [PATCH] gnu: gupnp: Add missing input.

2021-05-01 Thread Leo Prikler
From: Jack Hill Fixes . Reported by Shyam Saran . This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not installed", which causes builds to fail. * gnu/packages/gnome.scm (gupnp)[inputs]: Add gsettings-desktop-schemas. ---

bug#48142: gupnp build test failed while doing reconfiguring system

2021-05-01 Thread Shyam Saran
After fix 90b4890c630637d1eb4711a7a57f610bbf9cfa57 still error persist $ guix describe 8s Generation 102 May 02 2021 03:35:52 (current) nonguix f997be6 repository URL: https://gitlab.com/nonguix/nonguix branch: master

bug#48142: [PATCH v2] gnu: gupnp: Add missing input.

2021-05-01 Thread Jack Hill
Fixes . Reported by Shyam Saran . This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not installed", which causes builds to fail. * gnu/packages/gnome.scm (gupnp)[inputs]: Add gsettings-desktop-schemas. --- gnu/packages/gnome.scm | 4 +++- 1 file

bug#48146: Getting diverted to non-updated branches: a limitation of the authentication mechanism?

2021-05-01 Thread Maxime Devos
Tags: + security Hi guix, Consider the following situation: Premises: 1. There are no known security vulnerabilities known to the attacker at the moment. 2. Thus, the attacker instead will try to trick the system of the user into not updating, and exploit vulnerabilities once

bug#48142: [PATCH] gnu: gupnp: Add missing input.

2021-05-01 Thread Jack Hill
On Sat, 1 May 2021, Jack Hill wrote: This change resolves the GLib-GIO-FATAL-ERROR: Settings schema 'org.gnome.system.proxy'` error, by adding the package that provides org.gnome.system.proxy to the inputs. I've also tested that this patch allows other gupnp packages (I tested gupnp-dlna).

bug#48127: appstream-glib build tests fail

2021-05-01 Thread Jack Hill
As of Guix 10ecae4503addec38439a01868e641110a548082 appstream-glib builds for me, and I was able to sucessfully update my profile and reconfigure my system. It was fixed by Leo Prikler in 90b4890c630637d1eb4711a7a57f610bbf9cfa57 Best, Jack

bug#48142: [PATCH] gnu: gupnp: Add missing input.

2021-05-01 Thread Jack Hill
* gnu/packages/gnome.scm (gupnp)[inputs]: Add gsettings-desktop-schemas. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) This change resolves the GLib-GIO-FATAL-ERROR: Settings schema 'org.gnome.system.proxy'` error, by adding the package that provides org.gnome.system.proxy to

bug#48142: gupnp build test failed while doing reconfiguring system

2021-05-01 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Shyam Saran 写道: Bail out! GLib-GIO-FATAL-ERROR: Settings schema 'org.gnome.system.proxy' is not installed For the record: appstream-glib fails with the same error here. Kind regards, T G-R signature.asc Description: PGP signature

bug#48140: Icedove 78.10.0 Failed to build

2021-05-01 Thread bo0od
> Did you run 'guix pull' before upgrading icedove? What does 'guix > describe' report? yes. check the uploaded image. Tobias Geerinckx-Rice: Thanks. Did you run 'guix pull' before upgrading icedove?  What does 'guix describe' report? Kind regards, T G-R Sent from a Web browser. Excuse

bug#48127: appstream-glib build tests fail

2021-05-01 Thread Jack Hill
Some (but not much) additional info: lfam on IRC [0] noticed that Gentoo also has a bug report of appstream-glib test failure [1]. [0] https://logs.guix.gnu.org/guix/2021-04-30.log#233351 [1] https://bugs.gentoo.org/701980 Best, Jack

bug#48142: gupnp build test failed while doing reconfiguring system

2021-05-01 Thread Shyam Saran
$ bzcat /var/log/guix/drvs/iv/b42vz3rqrp0fxkncz1nrrhjii2ccny-gupnp-1.2.4.drv.bz2 | tail -200 gupnp-1.2.4/tests/test-browsing.c gupnp-1.2.4/tests/test-introspection.c gupnp-1.2.4/tests/test-proxy.c gupnp-1.2.4/tests/test-server.c gupnp-1.2.4/tests/test-white-list.c gupnp-1.2.4/tools/

bug#48140: Icedove 78.10.0 Failed to build

2021-05-01 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Thanks. Did you run 'guix pull' before upgrading icedove? What does 'guix describe' report? Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity.

bug#48094: strace-5.8 build fails

2021-05-01 Thread Ludovic Courtès
Hi, Bone Baboon skribis: > Ludovic Courtès writes: >> Since the “dumping logs” phase failed, could you try to access the build >> logs under /tmp/guix-build-strace*? (You need to build with >> ‘--keep-failed’; see >> .)

bug#48140: Icedove 78.10.0 Failed to build

2021-05-01 Thread bo0od
> Could you post the build log? (the ...-import-compiled.drv.bz2) --> /var/log/guix/drvs/00/1p94i7q8kks3pngjah0b2v4fzl3npr-module-import-compiled.drv.bz2 <-- [ 1/26] Loading './guix/base16.scm'... [ 2/26] Loading './guix/base64.scm'... [ 3/26] Loading

bug#48140: Icedove 78.10.0 Failed to build

2021-05-01 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
bo0od, Thanks for the report! Please also attach the .bz2 file mentioned after "View build log at". It will have the details, if any. Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity.

bug#48140: Icedove 78.10.0 Failed to build

2021-05-01 Thread Maxime Devos
bo0od schreef op za 01-05-2021 om 12:22 [+]: > Hi There, > > Trying to upgrade my packages but i got this error (check the uploaded > image) Could you post the build log? (the ...-import-compiled.drv.bz2) If it is too large, you could send the last ~100 of lines or so, which should probably

bug#33848: Store references in SBCL-compiled code are "invisible"

2021-05-01 Thread Pierre Neidhardt
Hi Mark, thanks for the update and thanks for getting your hands dirty, this is a very valuable contribution to the core of Guix! Cheers! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature