bug#52011: pkexec: PATH environment variable

2021-11-27 Thread Hamzeh Nasajpour
Hi Lillana, Thanks for your response and sorry for delay. > We could inject /run/current-system, given that /run likewise ought to be > root-writable > only, but I'm not sure how much that helps. The obvious solution is to > use canonical (store) paths with pkexec. Honestly, I couldn't find

bug#52152: Haskell Hackage importer can create dependency cycles

2021-11-27 Thread John Kehayias via Bug reports for GNU Guix
Hello, While working on importing a bunch of Haskell packages, I came across a cycle created by the importer (twice actually, but forgot the other one). Perhaps this is from the metadata from Hackage, as it doesn't create the cycle when importing from Stackage. Here are the outputs: guix

bug#52002: missing $GUIX_PROFILE/share/emacs/site-lisp in EMACSLOADPATH

2021-11-27 Thread Maxim Cournoyer
Hello, bbb ee writes: > Thanks, the problem is solved. > > ## Possible cause > Initially, I have emacs installed and ~/.guix-profile/etc/profile sourced. > > but when I type "guix package -I | grep emacs". I don't see emacs package > (strange). > > So I reinstall emacs : guix install emacs.

bug#52139: (no subject)

2021-11-27 Thread jgart
Hi Alex, Would you like to submit a patch to remove those environment variables from being set in the jupyter package?

bug#52150: childsplay: ImportError

2021-11-27 Thread Christopher Howard
Hi, after running guix pull today, I tried to run childsplay (using guix shell) but get an error: ``` christopher@nightshade ~ [env]$ childsplay No binary ['/gnu/store/2bkbpnd9jbgmnvd7vy9mdprdn2r0klcj-childsplay- 3.4/share/childsplay/childsplay.py'] pygame 1.9.4 Hello from the pygame community.

bug#52145: guix pull failed

2021-11-27 Thread Maxime Devos
sossu pummi schreef op za 27-11-2021 om 18:51 [+0200]: > [...] > building /gnu/store/9z83x19023jvgqy06llxj1l7q6x8q1s8-disarchive- > 0.3.0.drv... > - 'check' phasebuild-log 625772 53 > command "make" "check" "-j" "4" failed with status 2 [...] Could you run ‘guix build --log-file disarchive’ &

bug#52145: guix pull failed

2021-11-27 Thread sossu pummi
building /gnu/store/qrk7il64y0vng9mnyx3iz9jd0l7jhw5z-guile-3.0.7.tar.xz.drv... building /gnu/store/714fy94b37lpw9146f5n0l5rvkcaf3ib-guile-json-3.5.0.drv... building /gnu/store/a6rmwck41z80gf8hlkdqah63kbis1v19-guile-quickcheck-0.1.0.tar.gz.drv... building

bug#52146: [PATCH] gnu: Update tiramisu

2021-11-27 Thread Justin Veilleux
Hi, this is a patch to update tiramisu to the new vala rewrite. I initially sent this email to the wrong address. Sorry for the inconvenience. >From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Sat, 27 Nov 2021 12:42:11 -0500 Subject: [PATCH] gnu:

bug#52146: [PATCH] gnu: Update tiramisu

2021-11-27 Thread Justin Veilleux
Hi, this is a patch to update tiramisu to the new vala rewrite. >From 0f3b0b1e3678ed96560316ee0cfb8764c0b9b562 Mon Sep 17 00:00:00 2001 From: terramorpha Date: Sat, 27 Nov 2021 12:42:11 -0500 Subject: [PATCH] gnu: tiramisu: Update to 2.0. * gnu/packages/gnome-xyz.scm (tiramisu): Update to 2.0.

bug#52139: jupyter trying to modify /gnu/store

2021-11-27 Thread Alexander Asteroth
I found the cause: in ~/.guix-profile/etc/profile environment variables are set for jupyter: > export > JUPYTER_PATH="${GUIX_PROFILE:-/gnu/store/ichrcarq2k4lhdmm2izc3f1xjbziz49v-profile}/share/jupyter${JUPYTER_PATH:+:}$JUPYTER_PATH" > export >

bug#52002: missing $GUIX_PROFILE/share/emacs/site-lisp in EMACSLOADPATH

2021-11-27 Thread bbb ee
Thanks, the problem is solved. ## Possible cause Initially, I have emacs installed and ~/.guix-profile/etc/profile sourced. but when I type "guix package -I | grep emacs". I don't see emacs package (strange). So I reinstall emacs : guix install emacs. Then I can see 2 emacs-27.1 installation

bug#46242: Guix System is not listed in GNOME Boxes

2021-11-27 Thread Mathieu Othacehe
Hey, The following MR were accepted upstream: https://gitlab.gnome.org/GNOME/gnome-boxes/-/merge_requests/462 https://gitlab.gnome.org/GNOME/gnome-boxes-logos/-/merge_requests/12 https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/360/diffs I applied those patches on c-u-f with:

bug#51787: GC takes more than 9 hours on berlin

2021-11-27 Thread Ludovic Courtès
Hi Chris, Christopher Baines skribis: > So, as I understand it, the WAL is made up of pages, and checking for > this db, I think they're the current default size of 4096 bytes. > > sqlite> PRAGMA page_size; > 4096 > > From looking at the code, the wal_autocheckpoint value is set to 4: > >

bug#51787: GC takes more than 9 hours on berlin

2021-11-27 Thread Ludovic Courtès
Ludovic Courtès skribis: > • Stracing the session’s guix-daemon process during GC suggests that > most of the time goes into I/O from ‘db.sqlite’. It’s not > surprising because that GC phase is basically about browsing the > database, but it does seem to take a little too long for

bug#52140: [core-updates-frozen] tcc fails to build

2021-11-27 Thread Guillaume Le Vaillant
The 'check' phase fails with: --8<---cut here---start->8--- test3 ../tcc -B.. -I../include -I.. -I..

bug#52139: jupyter trying to modify /gnu/store

2021-11-27 Thread Alexander Asteroth
Dear all, yesterday I added jupyter to my profile and it worked perfectly fine. Overnight I shut down the computer and rebooted today. Now jupyter refuses to start with the messages below. It seems that jupyter-notebook tries to create directories (or modifiy them) in the location it is

bug#52135: surf fails to build on core-updates-frozen

2021-11-27 Thread Guillaume Le Vaillant
Fixed in 4967eb97b5f2067e8ea512ad6e87743292859c3c. signature.asc Description: PGP signature

bug#52137: committer.scm wrong type passed to car

2021-11-27 Thread Ricardo Wurmus
Hi Jack, Running the etc/commiter.scm script with the diff of a patch that I recently submitted [0] results in the backtrace below. This might be because I was holding the script wrong, but it would be nice to provide a more friendly message for people like me who don't remember how to