bug#47479: inkscape retains a reference to imagemagick, even though it is in native-inputs

2021-03-30 Thread Leo Famulari
On Tue, Mar 30, 2021 at 06:48:16PM -0400, Mark H Weaver wrote: > I don't think we can remove the old Inkscape, because 'inkscape' is an > input of 'dblatex/stable', which 'gtk-doc/stable' depends on. > > There might or might not be other reasons to keep an older version of > 'inkscape' around, but

bug#47510: cflow is vulnerable to CVE-2019-16165 and CVE-2019-16166

2021-03-30 Thread Léo Le Bouter via Bug reports for GNU Guix
I asked the maintainer to fix the issues because they were unfixed since a while, they have done so recently: https://git.savannah.gnu.org/cgit/cflow.git/commit/?id=b9a7cd5e9d4efb54141dd0d11c319bb97a4600c6 They have not made a recently, also it seems they fixed other issues that could be security

bug#47509: OpenEXR may be vulnerable to CVE-2021-3474, CVE-2021-3476 and CVE-2021-3475

2021-03-30 Thread Léo Le Bouter via Bug reports for GNU Guix
CVE-2021-3474 30.03.21 20:15 There's a flaw in OpenEXR in versions before 3.0.0-beta. A crafted input file that is processed by OpenEXR could cause a shift overflow in the FastHufDecoder, potentially leading to problems with application availability. Fix: https://github.com/AcademySoftwareFound

bug#44541: Blender addon can't find Python libraries

2021-03-30 Thread raingloom
On Tue, 30 Mar 2021 13:31:39 +0900 Sébastien Lerique wrote: > Hi raingloom, > > > Reproduce by installing an addon like AnimationNodes. Or just > > open thescripting REPL and enter 'import numpy'. > > I just hit this, and calling blender with > `--python-use-system-env` works as a workaroun

bug#47479: inkscape retains a reference to imagemagick, even though it is in native-inputs

2021-03-30 Thread Mark H Weaver
Hi Leo, Leo Famulari writes: > On Tue, Mar 30, 2021 at 04:55:13AM -0400, Mark H Weaver wrote: >> I wonder if the 'inkscape' variable should be renamed 'inkscape/stable' >> (for use in packages such as 'dblatex/stable'), and then 'inkscape' >> could be repurposed to point to the latest stable ver

bug#47480: gprolog: hash mismatch

2021-03-30 Thread Ludovic Courtès
Hi! zimoun skribis: > Basically, most seems a Copyright update and a documentation > regeneration. Except this: > > $ diff -r --no-dereference from-ci/src/Ma2Asm/x86_64_any.c > from-upstream/src/Ma2Asm/x86_64_any.c > 213,214c213,216 > < #if defined(M_x86_64_darwin) || defined(M_x86_64_bsd) ||

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

2021-03-30 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > Many grafting issues with Nyxt have been reported recently: > > https://github.com/atlas-engineer/nyxt/issues/1257 > > Seems that glib is being grafted, which breaks cl-cffi-gtk and thus > Nyxt. > > Is there a way to disable grafting for a given package? This wou

bug#47502: perl build commencment

2021-03-30 Thread testdell...@yahoo.com
I am trying to build a updated skeleton version of perl in a GUIX_PACKAGE-PATH folder, tweaking as necessary. I set up an inferior to add necessary packages. When I try to bulid the package,  i get this error :~/.config/guix/local$ guix build -f perl_barebones.scm -K Updating channel

bug#47458: [PATCH] gnu: emacs: Wrap EMACSLOADPATH.

2021-03-30 Thread Leo Prikler
With this, the search path specification of EMACSLOADPATH does no longer depend on the version of Emacs, which should make upgrading major versions less painful. See also: - - * gnu/packages/emacs.scm (emacs)[#:phases]: Add ‘wrap-load-path

bug#47479: inkscape retains a reference to imagemagick, even though it is in native-inputs

2021-03-30 Thread Leo Famulari
On Tue, Mar 30, 2021 at 04:55:13AM -0400, Mark H Weaver wrote: > I see now that I'm using an older version, although I would have > preferred the newer one. I refer to the variable name 'inkscape' from > my manifest file, and I expected that to point to the latest stable > version. However, it se

bug#42001: “SQLite database is busy”: contention on the store database

2021-03-30 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > On berlin.guix.gnu.org, we’ve seen a lot of contention on the store > database for a month or so, with messages like: > > warning: SQLite database is busy > > More often than not, everything slows down to a halt, and builds don’t > proceed. I think we can now cl

bug#47448: lualatex doesn't find libzzip-0.so.13 (easy bug?)

2021-03-30 Thread Sergiu Ivanov
Perfect, works like a charm! Thanks a lot! - Sergiu Thus quoth Efraim Flashner on Tue Mar 30 2021 at 10:06 (+0200): > Bug fixed with commit 9098745b181b3022587a35afd255f7ff1d41ac86.

bug#41930: ‘guix pull’ shows raw build log output

2021-03-30 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > ‘guix pull’ & co. show raw “detailed log” output for things > built/downloaded while building ‘compute-guix-derivation.drv’: > > $ guix time-machine -- build … > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... [...]

bug#47480: gprolog: hash mismatch

2021-03-30 Thread zimoun
Hi, On Mon, 29 Mar 2021 at 23:37, Ludovic Courtès wrote: > zimoun skribis: > >> It is probably an upstream in-place replacement. This kind of thing is >> really annoying because it means that people using substitutes do not >> notice whereas people building from source do. > > Could you send a

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-30 Thread Ben Sturmfels via Bug reports for GNU Guix
On Tue, 30 Mar 2021, Ben Sturmfels wrote: >> 3. Work out why python-pytest-6/python-pytest-xdist/python-pytest-forked >> in Guix seem to be incompatible. After this our test suite should run >> 100% with only dependencies from Guix! > > Discovered we'll also need to upgrade Guix's python-wtforms,

bug#47479: inkscape retains a reference to imagemagick, even though it is in native-inputs

2021-03-30 Thread Efraim Flashner
On Tue, Mar 30, 2021 at 04:55:13AM -0400, Mark H Weaver wrote: > Hi Efraim, > > Efraim Flashner writes: > > It is the case for inkscape@1.0.2 > > I see now that I'm using an older version, although I would have > preferred the newer one. I refer to the variable name 'inkscape' from > my manifes

bug#46769: guix pull fails when quoted symbol is the 'name' of dependent channel

2021-03-30 Thread Ludovic Courtès
Ozhap skribis: > So for eg, this: > > (channel > (version 0) > (dependencies > (channel >(name 'some-collection) >... >))) > > ...as given in info:guix#Declaring_Channel_Dependencies causes 'guix > pull' to fail ("channels.scm:719:22"). But when the value is unquoted: > > (channel

bug#45316: [WIP PATCH 3/3] gnu: emacs-libgit: Adjust to changes in emacs-build-system.

2021-03-30 Thread Leo Prikler
* gnu/packages/emacs-xyz.scm (emacs-libgit)[set-libgit--module-file]: Adjust libgit--module-file path. --- gnu/packages/emacs-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f45507c647..3712429651 100644 --

bug#45316: [WIP PATCH 1/3] profiles: Add hook for Emacs subdirs.

2021-03-30 Thread Leo Prikler
* guix/profiles.scm (emacs-subdirs): New variable. (%default-profile-hooks): Add it here. * guix/status.scm (hook-message): Add a message for emacs-subdirs. --- guix/profiles.scm | 41 + guix/status.scm | 2 ++ 2 files changed, 43 insertions(+) diff --gi

bug#45316: [WIP PATCH 2/3] build-system: emacs: Use subdirectories again.

2021-03-30 Thread Leo Prikler
With this, Emacs libraries are installed in the ELPA_NAME-VERSION subdirectory of site-lisp and potential subdirectories should no longer collide. * guix/build/emacs-build-system.scm (build, patch-el-files, make-autoloads): Use ELPA name and version to construct subdirectories of %install-dir. (in

bug#47479: inkscape retains a reference to imagemagick, even though it is in native-inputs

2021-03-30 Thread Mark H Weaver
Hi Efraim, Efraim Flashner writes: > It is the case for inkscape@1.0.2 I see now that I'm using an older version, although I would have preferred the newer one. I refer to the variable name 'inkscape' from my manifest file, and I expected that to point to the latest stable version. However, it

bug#47257: mariadb is vulnerable to CVE-2021-27928 (RCE)

2021-03-30 Thread zimoun
Hi Léo, On Tue, 30 Mar 2021 at 02:26, Léo Le Bouter wrote: > I pushed 00c67375b17f4a4cfad53399d1918f2e7eba2c7d to core-updates. Your > patch. Thank you for it. Let's watch for upstream zstd fix also. Thanks. It mitigates zstd, even if it does not solve MariaDB. One foot, then another. :-) >

bug#46871: [bug#47407] [PATCH] gnu: guix: Fix openrc init scripts.

2021-03-30 Thread zimoun
Hi Efraim, On Tue, 30 Mar 2021 at 09:32, Efraim Flashner wrote: > > Thanks. Patch pushed. Thanks. Cheers, simon

bug#47448: lualatex doesn't find libzzip-0.so.13 (easy bug?)

2021-03-30 Thread Efraim Flashner
Bug fixed with commit 9098745b181b3022587a35afd255f7ff1d41ac86. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

bug#47212: texlive: luatex missing shared library: libzzip-0.so.13

2021-03-30 Thread Efraim Flashner
Bug fixed with commit 9098745b181b3022587a35afd255f7ff1d41ac86. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

bug#47492: texlive: texlua fails to run

2021-03-30 Thread Efraim Flashner
Bug fixed with commit 9098745b181b3022587a35afd255f7ff1d41ac86. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

bug#47458: Terrible UX upgrading Emacs in Guix

2021-03-30 Thread Ludovic Courtès
Hello, Maxim Cournoyer skribis: > Ludovic Courtès writes: [...] >> Ouch. “It used to be” (speaking like a veteran :-)) that Emacs in Guix >> would not use EMACSLOADPATH. Then we switched to EMACSLOADPATH, which >> had some advantages, but necessarily has this drawback. >> >> IIUC,

bug#46871: [bug#47407] [PATCH] gnu: guix: Fix openrc init scripts.

2021-03-30 Thread Efraim Flashner
Thanks. Patch pushed. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

bug#47479: inkscape retains a reference to imagemagick, even though it is in native-inputs

2021-03-30 Thread Efraim Flashner
On Mon, Mar 29, 2021 at 05:16:01PM -0400, Mark H Weaver wrote: > Hi Maxime, > > Maxime Devos writes: > > > On > > $ guix --version > >> guix (GNU Guix) 510e24f973a918391d8122fd6ad515c0567bf23e > > > > with > > $ guix graph --type=references inkscape > > > > it can be seen inkscape retains the re