Fix compilation issue when using gcc-14 (i.e. debian/testing used in the
CI):
> × Building wheel for multidict (pyproject.toml) did not run successfully.
> │ exit code: 1
> [...]
> note: This error originates from a subprocess, and is likely not a problem with pip.
> ERROR: Failed building wheel for multidict
> [...]
> Failed to build multidict
> ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (multidict)
> make: Leaving directory '/home/build/dlrepo'
> make: *** [Makefile:18: .venv/.stamp] Error 1
Release notes seem harmless, so no regression is expected.
Note: version 6.1.0 is out, but release notes are more scary. Only focus
on fixing CI for now.
Link: https://github.com/aio-libs/multidict/releases/tag/v6.0.5
Link: https://github.com/aio-libs/multidict/issues/926
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
Acked-by: Julien Floret <julien.floret@6wind.com>
---
requirements-dev.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 00bee1c0a43c..5f82f5ae00f2 100644
--- a/requirements-dev.txt+++ b/requirements-dev.txt
@@ -19,7 +19,7 @@ Jinja2==3.1.2
lazy-object-proxy==1.10.0
MarkupSafe==2.1.3
mccabe==0.7.0
-multidict==6.0.4+multidict==6.0.5mypy-extensions==1.0.0
packaging==23.2
pathspec==0.12.1
--
2.43.GIT
Thomas Faivre <thomas.faivre@6wind.com> wrote:
> Fix compilation issue when using gcc-14 (i.e. debian/testing used in the> CI):>> > × Building wheel for multidict (pyproject.toml) did not run successfully.> > │ exit code: 1> > [...]> > note: This error originates from a subprocess, and is likely not a problem with pip.> > ERROR: Failed building wheel for multidict> > [...]> > Failed to build multidict> > ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (multidict)> > make: Leaving directory '/home/build/dlrepo'> > make: *** [Makefile:18: .venv/.stamp] Error 1>> Release notes seem harmless, so no regression is expected.>> Note: version 6.1.0 is out, but release notes are more scary. Only focus> on fixing CI for now.>> Link: https://github.com/aio-libs/multidict/releases/tag/v6.0.5> Link: https://github.com/aio-libs/multidict/issues/926> Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>> Acked-by: Julien Floret <julien.floret@6wind.com>> ---
Acked-by: Robin Jarry <robin@jarry.cc>
Applied, thanks.
To git@git.sr.ht:~rjarry/dlrepo
2e0de6ea9e1a..1140c1b3dcc9 main -> main