Your message dated Wed, 29 Mar 2023 11:34:18 +0000
with message-id <[email protected]>
and subject line Bug#1028780: fixed in zimlib 8.1.1-0.1
has caused the Debian Bug report #1028780,
regarding python-libzim: FTBFS: libzim/libwrapper.h:161:29: error: ‘class
zim::Archive’ has no member named ‘getMediaCount’
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1028780: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028780
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-libzim
Version: 2.1.0+ds-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230113 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
> -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g
> -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -Ilibzim -I/usr/include/python3.10 -c
> libzim/libwrapper.cpp -o
> build/temp.linux-x86_64-cpython-310/libzim/libwrapper.o -std=c++11 -Wall
> -Wextra
> In file included from libzim/libwrapper.cpp:24:
> libzim/libwrapper.h: In member function ‘zim::size_type
> wrapper::Archive::getMediaCount(ARGS&& ...) const’:
> libzim/libwrapper.h:161:29: error: ‘class zim::Archive’ has no member named
> ‘getMediaCount’
> 161 | FORWARD(zim::size_type, getMediaCount)
> | ^~~~~~~~~~~~~
> libzim/libwrapper.h:92:101: note: in definition of macro ‘FORWARD’
> 92 | #define FORWARD(OUT, NAME) template<class... ARGS> OUT NAME(ARGS&&...
> args) const { return mp_base->NAME(std::forward<ARGS>(args)...); }
> |
> ^~~~
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
>
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:388: build: plugin pyproject failed with: exit code=1:
> python3.10 -m build --skip-dependency-check --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_libzim
> I: pybuild plugin_pyproject:107: Building wheel for python3.11 with "build"
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_libzim
> * Building wheel...
> Using system installed library; Assuming CFLAGS/LDFLAGS are correctly set.
> running bdist_wheel
> running build
> running build_py
> running egg_info
> writing libzim.egg-info/PKG-INFO
> writing dependency_links to libzim.egg-info/dependency_links.txt
> writing top-level names to libzim.egg-info/top_level.txt
> reading manifest file 'libzim.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'lib/libzim.8.dylib'
> warning: no files found matching 'lib/libzim.so.8'
> warning: no files found matching 'libzim/*.cxx'
> warning: no files found matching 'libzim/*.py'
> warning: no previously-included files matching '__pycache__/*' found anywhere
> in distribution
> adding license file 'LICENSE'
> writing manifest file 'libzim.egg-info/SOURCES.txt'
> creating build/lib.linux-x86_64-cpython-311
> creating build/lib.linux-x86_64-cpython-311/libzim
> copying libzim/libwrapper.cpp -> build/lib.linux-x86_64-cpython-311/libzim
> copying libzim/libwrapper.h -> build/lib.linux-x86_64-cpython-311/libzim
> copying libzim/libzim.cpp -> build/lib.linux-x86_64-cpython-311/libzim
> copying libzim/libzim.h -> build/lib.linux-x86_64-cpython-311/libzim
> copying libzim/libzim.pyx -> build/lib.linux-x86_64-cpython-311/libzim
> copying libzim/libzim_api.h -> build/lib.linux-x86_64-cpython-311/libzim
> copying libzim/zim.pxd -> build/lib.linux-x86_64-cpython-311/libzim
> running build_ext
> building 'libzim' extension
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/libzim
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g
> -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ilibzim
> -I/usr/include/python3.11 -c libzim/libwrapper.cpp -o
> build/temp.linux-x86_64-cpython-311/libzim/libwrapper.o -std=c++11 -Wall
> -Wextra
> In file included from libzim/libwrapper.cpp:24:
> libzim/libwrapper.h: In member function ‘zim::size_type
> wrapper::Archive::getMediaCount(ARGS&& ...) const’:
> libzim/libwrapper.h:161:29: error: ‘class zim::Archive’ has no member named
> ‘getMediaCount’
> 161 | FORWARD(zim::size_type, getMediaCount)
> | ^~~~~~~~~~~~~
> libzim/libwrapper.h:92:101: note: in definition of macro ‘FORWARD’
> 92 | #define FORWARD(OUT, NAME) template<class... ARGS> OUT NAME(ARGS&&...
> args) const { return mp_base->NAME(std::forward<ARGS>(args)...); }
> |
> ^~~~
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
>
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:388: build: plugin pyproject failed with: exit code=1:
> python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_libzim
> dh_auto_build: error: pybuild --build -i python{version} -p "3.10 3.11"
> returned exit code 13
> make: *** [debian/rules:6: binary] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/01/13/python-libzim_2.1.0+ds-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: zimlib
Source-Version: 8.1.1-0.1
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
zimlib, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <[email protected]> (supplier of updated zimlib package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 29 Mar 2023 12:57:28 +0200
Source: zimlib
Architecture: source
Version: 8.1.1-0.1
Distribution: experimental
Urgency: medium
Maintainer: Kunal Mehta <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1028780
Changes:
zimlib (8.1.1-0.1) experimental; urgency=medium
.
* Non-maintainer upload
* New upstream version 8.1.1 (Closes: #1028780)
Checksums-Sha1:
a2ec66542d2ddd34be8f8226c5f4e4a0b6818381 1865 zimlib_8.1.1-0.1.dsc
245118a2e1dda57206dfb73ef576cab507526539 242258 zimlib_8.1.1.orig.tar.gz
ab4cd348ebe729a1c4f1e914e7f8e3a46d716067 11912 zimlib_8.1.1-0.1.debian.tar.xz
59acfe02a6c631d9a60939875288b633519217dc 6313 zimlib_8.1.1-0.1_source.buildinfo
Checksums-Sha256:
0372077d73e8e32a630afcd8120b727408070f5ab8af09cca3e1f9cb5380d618 1865
zimlib_8.1.1-0.1.dsc
0d5ecb9b53c5511524a2726e5b6034541d3cab4afb2bc4c532da5a5fff45bcd9 242258
zimlib_8.1.1.orig.tar.gz
f85569efac51b85a2a5c94d4ed600a6684be12c79faf5df4f1ab883021d8be19 11912
zimlib_8.1.1-0.1.debian.tar.xz
2d0381084a1b10bcfc6d4fda7297c56331c1cd701729f22c66076af26c0f5751 6313
zimlib_8.1.1-0.1_source.buildinfo
Files:
9afd99c2e483720396529aafee1a1ace 1865 libs optional zimlib_8.1.1-0.1.dsc
29cf506ddd25ebcff94bf24431239cf8 242258 libs optional zimlib_8.1.1.orig.tar.gz
ec2d44565316df9590f8bf6c09d7b04e 11912 libs optional
zimlib_8.1.1-0.1.debian.tar.xz
399740ec63c4b7f457c1ae30e1075bc2 6313 libs optional
zimlib_8.1.1-0.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmQkHz4QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFKZRDADLYZ2gZhdvIOtGZAWk6cljdmTr37wOjNa4
J7zIsnpuvo+ovcg/jRDTSqgnd8emmxM6+QZnN84Mow4iA1puVGw8jA7sZj8nKnOj
rdSkG2LSq6Q+kHi9APmCmwSHQBmJzfw8/ERmtZT/jbKAUuWV6xqR/w6rDcgKFCyb
hPeL2w3TBox2HCcINM4Y9+vCrVIvc+RpT/1MGh4nrorpM5xbeucavkQzPs1a0ZOW
J9CIYsa7gnKIGzUT2yfEPLbJpzAVkh9ubAPG8sVijbtJOOeIA1nufQC6/cggoorl
ioDkw4+ke5+IWUq9JP/rHRHYt9KTU/vegLCz0HI8cHhcrugfwy70qpjIYKBL6sdf
uQH+g1iHFgovVBDu7CswYr4LfBryzZ03cBf/zyT5uQBg14HfPBIpO5mLYCKER+5d
BHfiB/7X7Iatjjil5i0nheRxIqIWBfp9VchAYaRo2MocjYmIofX5IRlNohR716hk
ZdMG6AP482w5FScsl8Ub3F8M5RDBW9c=
=IlRL
-----END PGP SIGNATURE-----
--- End Message ---