bug#70174: OpenEXR is vulnerable to CVE-2023-5841 and CVE-2021-45942

2024-04-03 Thread Vinicius Monego
OpenEXR suffers from these vulnerabilities which were fixed in version 3.2.2 [1] and 3.1.4 [2], respectively, while our version is currently 3.1.3. The package contains 448 dependents, and a change in derivation shouldn't be pushed to master, at least according to the patch submission

bug#62645: Failing `guix install gnash`.

2024-03-28 Thread Vinicius Monego
Hi, Gnash is incompatible with Boost 1.80.0. The latest commit in Gnash, from 2019, says: -This is the README file for the Gnash-0.8.8 release (or snapshot). +Gnash is currently not being actively maintained, as most of the internet +has moved to using HTML5. There are literally millions of

bug#64827: Texlive-biber not installable

2023-08-15 Thread Vinicius Monego
Hi, I have a similar issue when trying to modify a profile containing jupyter or python-jupyterlab-server: guix shell jupyter python-jupyterlab-server Error: building TeX Live font maps... -builder for `/gnu/store/q6gakg3lp5rgmcyhmlf5fz7vnhw0vvaz-texlive-font- maps.drv' failed with exit code 1

bug#53502: Pre-commit package is duplicate

2023-03-16 Thread Vinicius Monego
Fixed in 831baaf81e57ce9d9053ba6f9e0653a2d27298c4. Closing.

bug#53502: Pre-commit package is duplicate

2022-01-24 Thread Vinicius Monego
Guix is offering pre-commit in two different packages and versions 1. pre-commit (at 2.16.0) 2. python-pre-commit (at 2.10.0) Some Python projects add pre-commit as a dependency in setup.py, but it's only used for development. It's not a requirement for tests or runtime. There are 6 packages

bug#50356: python-hy / python-funcparserlib / tox config file

2021-12-29 Thread Vinicius Monego
Fixed in 06e39eafd7d8279b0b97424c9c32f60a31bfce30 by updating funcparserlib to the alpha version and Hy to 0.20.0. When the next stable version of funcparserlib is released I will do another update.

bug#50433: shotcut 21.06.29 missing bin files

2021-12-26 Thread Vinicius Monego
Fixed in bc74c191df789ff200da6f81c3cf599eae39ca8e. Closing.

bug#50356: python-hy / python-funcparserlib / tox config file

2021-12-22 Thread Vinicius Monego
Em qua, 2021-12-22 às 16:00 +0100, Jelle Licht escreveu: > Vinicius Monego writes: > > > Em sex, 2021-09-17 às 14:32 +0200, Jelle Licht escreveu: > > > > > > Hello Andreas, > > > > > > Andreas Reuleaux writes: > > > > > >

bug#50356: python-hy / python-funcparserlib / tox config file

2021-12-22 Thread Vinicius Monego
Em sex, 2021-09-17 às 14:32 +0200, Jelle Licht escreveu: > > Hello Andreas, > > Andreas Reuleaux writes: > > > Hi, > > > > python-hy fails to install for me - because there are issues with > > python-funcparserlib, as I understand (or tox - cf the end of the > > log below). > > > > It seems

bug#50433: shotcut 21.06.29 missing bin files

2021-11-16 Thread Vinicius Monego
thub.com/mltframework/shotcut/blob/ef7830846d03fb3557e8780057608cd9f1c8bd77/src/jobs/meltjob.cpp#L97 From 19fac8591375a5fb99c40d546dacd519a0a438c2 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Tue, 16 Nov 2021 22:33:14 -0300 Subject: [PATCH] gnu: shotcut: Find ffmpeg and mlt at runtime. * gnu/pac

bug#50853: python-feedparser

2021-11-09 Thread Vinicius Monego
Em seg, 2021-09-27 às 22:00 +0200, Lio Novelli escreveu: > This patch provides a bit more than just bugfix: >  - Add two python package definitions sgmllib3k, sgqlc >  - updates python-feedparser Hi, Could you format these patches with git-format-patch and submit as a series of 4 to

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

2021-07-05 Thread Vinicius Monego
Hi, I found [1] which lists which versions of OpenEXR are vulnerable to which CVE. All the CVEs mentioned here were fixed in version 2.5.4 [2], while we are currently tracking version 2.5.5, for which there are no known CVEs. I will close this issue. Feel free to reopen if I missed anything.

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Sending a v2 removing readline from inputs because it's unused now. From 7dc50ffb272c391cb2afa8b874f6d487e6020423 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Tue, 22 Jun 2021 09:46:32 -0300 Subject: [PATCH v2 1/2] gnu: libngspice: Fix KiCad compilation. * gnu/packages/engineering.scm

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Em ter, 2021-06-22 às 12:01 +, Guillaume Le Vaillant escreveu: > Vinicius Monego skribis: > > > > In particular the /gnu/store/...-libngspice-34/include/config.h > > > seems suspicious. > > > > Good catch. Indeed, that file should be removed. > >

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
> In particular the /gnu/store/...-libngspice-34/include/config.h > seems suspicious. Good catch. Indeed, that file should be removed. Kicad takes a long time to build on my machine. I am attaching a diff that removes config.h and should fix the compilation if anyone can confirm. diff --git

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Hi, I found suggestions that disabling --with-readline in libngspice should work around the issue, though I couldn't test it yet. This seems to be a problem in version 34 specifically. Downgrading to 33 could also work. Em ter, 2021-06-22 às 08:36 +0200, Brice Waegeneire escreveu: > Hello bdju,

bug#49161: kicad-5.1.6 fails to build

2021-06-22 Thread Vinicius Monego
Hi, I found suggestions that disabling --with-readline in libngspice should work around the issue, though I couldn't test it yet. This seems to be a problem in version 34 specifically. Downgrading to 33 could also work. Em ter, 2021-06-22 às 08:36 +0200, Brice Waegeneire escreveu: > Hello bdju,

bug#46669: Godot fails to start

2021-03-18 Thread Vinicius Monego
Hello, libx11 was grafted in 826428ab5bd347954ee6be70a6a6596000f8583 due to a CVE, and as a side effect Godot is now working fine. I will close this issue then. Thanks for the comments!

bug#46669: Godot fails to start

2021-02-20 Thread Vinicius Monego
Godot fails to start with the following message: > Godot Engine v3.2.3.stable.custom_build - https://godotengine.org > Input method doesn't support any styles > free(): invalid pointer > Aborted I read it's a bug in libx11 version 1.6.10. It should be fixed by upgrading to 1.6.12: