Your message dated Fri, 05 Jul 2024 11:49:05 +0000
with message-id <e1sphr3-006h2p...@fasolo.debian.org>
and subject line Bug#1073384: fixed in tpm2-pytss 2.3.0-1
has caused the Debian Bug report #1073384,
regarding tpm2-pytss: FTBFS: make: *** [debian/rules:17: binary] Error 25
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 ow...@bugs.debian.org
immediately.)


-- 
1073384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073384
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tpm2-pytss
Version: 2.2.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=pybuild --with python3,sphinxdoc
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:311: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tpm2_pytss  
> * Building wheel...
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:27: SyntaxWarning: invalid escape 
> sequence '\('
>   s = re.sub("#define TSS2_RC_LAYER\(level\).*", "", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:28: SyntaxWarning: invalid escape 
> sequence '\('
>   s = re.sub("(#define.*)TSS2_RC_LAYER\(0xff\)", "\g<1>0xff0000", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:28: SyntaxWarning: invalid escape 
> sequence '\g'
>   s = re.sub("(#define.*)TSS2_RC_LAYER\(0xff\)", "\g<1>0xff0000", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:31: SyntaxWarning: invalid escape 
> sequence '\*'
>   s = re.sub("/\*.*?\*/", "", s, flags=re.MULTILINE)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:34: SyntaxWarning: invalid escape 
> sequence '\('
>   s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\) \(.*?\)\)", "\g<1>...", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:34: SyntaxWarning: invalid escape 
> sequence '\g'
>   s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\) \(.*?\)\)", "\g<1>...", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:35: SyntaxWarning: invalid escape 
> sequence '\('
>   s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\).*?\) ", "\g<1>...", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:35: SyntaxWarning: invalid escape 
> sequence '\g'
>   s = re.sub("(#define [A-Za-z0-9_]+) +\(\(.*?\).*?\) ", "\g<1>...", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:37: SyntaxWarning: invalid escape 
> sequence '\)'
>   "(#define [A-Za-z0-9_]+) .*\n.*?.*\)\)", "\g<1>...", s, flags=re.MULTILINE
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:37: SyntaxWarning: invalid escape 
> sequence '\g'
>   "(#define [A-Za-z0-9_]+) .*\n.*?.*\)\)", "\g<1>...", s, flags=re.MULTILINE
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:39: SyntaxWarning: invalid escape 
> sequence '\g'
>   s = re.sub("(#define [A-Za-z0-9_]+) .*", "\g<1>...", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:42: SyntaxWarning: invalid escape 
> sequence '\['
>   s = re.sub("\[.+?\]", "[...]", s)
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:77: SyntaxWarning: invalid escape 
> sequence '\)'
>   "#define TPM2_MAX_TAGGED_POLICIES.*\n.*TPMS_TAGGED_POLICY\)\)",
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:270: SyntaxWarning: invalid 
> escape sequence '\s'
>   "TSS2_RC\s+Tss2_MU_BYTE_Marshal\(.+?\);", s, re.DOTALL | re.MULTILINE
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:274: SyntaxWarning: invalid 
> escape sequence '\s'
>   "TSS2_RC\s+Tss2_MU_BYTE_Marshal\(.+?\);", "", s, 1, re.DOTALL | re.MULTILINE
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:278: SyntaxWarning: invalid 
> escape sequence '\s'
>   "TSS2_RC\s+Tss2_MU_BYTE_Unmarshal\(.+?\);", s, re.DOTALL | re.MULTILINE
> /<<PKGBUILDDIR>>/scripts/prepare_headers.py:282: SyntaxWarning: invalid 
> escape sequence '\s'
>   "TSS2_RC\s+Tss2_MU_BYTE_Unmarshal\(.+?\);",
> adding path: /<<PKGBUILDDIR>>/scripts
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
> line 373, in <module>
>     main()
>   File 
> "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
> line 357, in main
>     json_out["return_val"] = hook(**hook_input["kwargs"])
>                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
> line 271, in build_wheel
>     return _build_backend().build_wheel(
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 434, 
> in build_wheel
>     return self._build_with_temp_dir(
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 419, 
> in _build_with_temp_dir
>     self.run_setup()
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 341, 
> in run_setup
>     exec(code, locals())
>   File "<string>", line 285, in <module>
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 107, in 
> setup
>     return distutils.core.setup(**attrs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 147, in setup
>     _setup_distribution = dist = klass(attrs)
>                                  ^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 485, in 
> __init__
>     _Distribution.__init__(
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 283, in __init__
>     self.finalize_options()
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 926, in 
> finalize_options
>     ep(self)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 946, in 
> _finalize_setup_keywords
>     ep.load()(self, ep.name, value)
>   File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 216, in 
> cffi_modules
>     add_cffi_module(dist, cffi_module)
>   File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 49, in 
> add_cffi_module
>     execfile(build_file_name, mod_vars)
>   File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 25, in 
> execfile
>     exec(code, glob, glob)
>   File "scripts/libtss2_build.py", line 69, in <module>
>     ffibuilder.cdef(open("libesys.h").read())
>   File "/usr/lib/python3/dist-packages/cffi/api.py", line 112, in cdef
>     self._cdef(csource, override=override, packed=packed, pack=pack)
>   File "/usr/lib/python3/dist-packages/cffi/api.py", line 126, in _cdef
>     self._parser.parse(csource, override=override, **options)
>   File "/usr/lib/python3/dist-packages/cffi/cparser.py", line 389, in parse
>     self._internal_parse(csource)
>   File "/usr/lib/python3/dist-packages/cffi/cparser.py", line 396, in 
> _internal_parse
>     self._process_macros(macros)
>   File "/usr/lib/python3/dist-packages/cffi/cparser.py", line 479, in 
> _process_macros
>     raise CDefError(
> cffi.CDefError: only supports one of the following syntax:
>   #define TPM2_HR_PCR ...     (literally dot-dot-dot)
>   #define TPM2_HR_PCR NUMBER  (with NUMBER an integer constant, 
> decimal/hex/octal)
> got:
>   #define TPM2_HR_PCR ...<< TPM2_HR_SHIFT)
> 
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
> python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_tpm2_pytss  
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:311: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_tpm2_pytss  
> * Building wheel...
> adding path: /<<PKGBUILDDIR>>/scripts
> Traceback (most recent call last):
>   File 
> "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
> line 373, in <module>
>     main()
>   File 
> "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
> line 357, in main
>     json_out["return_val"] = hook(**hook_input["kwargs"])
>                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
> line 271, in build_wheel
>     return _build_backend().build_wheel(
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 434, 
> in build_wheel
>     return self._build_with_temp_dir(
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 419, 
> in _build_with_temp_dir
>     self.run_setup()
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 341, 
> in run_setup
>     exec(code, locals())
>   File "<string>", line 285, in <module>
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 107, in 
> setup
>     return distutils.core.setup(**attrs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 147, in setup
>     _setup_distribution = dist = klass(attrs)
>                                  ^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 485, in 
> __init__
>     _Distribution.__init__(
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 283, in __init__
>     self.finalize_options()
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 926, in 
> finalize_options
>     ep(self)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 946, in 
> _finalize_setup_keywords
>     ep.load()(self, ep.name, value)
>   File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 216, in 
> cffi_modules
>     add_cffi_module(dist, cffi_module)
>   File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 49, in 
> add_cffi_module
>     execfile(build_file_name, mod_vars)
>   File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 25, in 
> execfile
>     exec(code, glob, glob)
>   File "scripts/libtss2_build.py", line 69, in <module>
>     ffibuilder.cdef(open("libesys.h").read())
>   File "/usr/lib/python3/dist-packages/cffi/api.py", line 112, in cdef
>     self._cdef(csource, override=override, packed=packed, pack=pack)
>   File "/usr/lib/python3/dist-packages/cffi/api.py", line 126, in _cdef
>     self._parser.parse(csource, override=override, **options)
>   File "/usr/lib/python3/dist-packages/cffi/cparser.py", line 389, in parse
>     self._internal_parse(csource)
>   File "/usr/lib/python3/dist-packages/cffi/cparser.py", line 396, in 
> _internal_parse
>     self._process_macros(macros)
>   File "/usr/lib/python3/dist-packages/cffi/cparser.py", line 479, in 
> _process_macros
>     raise CDefError(
> cffi.CDefError: only supports one of the following syntax:
>   #define TPM2_HR_PCR ...     (literally dot-dot-dot)
>   #define TPM2_HR_PCR NUMBER  (with NUMBER an integer constant, 
> decimal/hex/octal)
> got:
>   #define TPM2_HR_PCR ...<< TPM2_HR_SHIFT)
> 
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
> python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_tpm2_pytss  
> dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.11" 
> returned exit code 13
> make: *** [debian/rules:17: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/tpm2-pytss_2.2.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&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: tpm2-pytss
Source-Version: 2.3.0-1
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
tpm2-pytss, 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 1073...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated tpm2-pytss 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 05 Jul 2024 13:30:38 +0200
Source: tpm2-pytss
Architecture: source
Version: 2.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1073384
Changes:
 tpm2-pytss (2.3.0-1) unstable; urgency=medium
 .
   * Team upload
   * Apply pre-release version mangling
   * New upstream version 2.3.0 (Closes: #1073384)
Checksums-Sha1:
 1e20603f94825584580606c83443b242a597fda1 2563 tpm2-pytss_2.3.0-1.dsc
 0a0e33cf7785d41318fa9d606e8a2de4a789beb8 210816 tpm2-pytss_2.3.0.orig.tar.gz
 a91bf1bcab4983cd46ca48f3769c6f12c55baf2a 11552 tpm2-pytss_2.3.0-1.debian.tar.xz
 fb7b520595d1ac5ed62962be409b36b73f71e46f 11178 
tpm2-pytss_2.3.0-1_source.buildinfo
Checksums-Sha256:
 ba55dcef57f8c03d39d1c92cf04c6a94edaec95c3bc8158c96df6b1a2c67c829 2563 
tpm2-pytss_2.3.0-1.dsc
 d101e7c4c9b4c27ccc572e8a16a68d725fdc3fd30fd3e338f21dbf8db83d8bbc 210816 
tpm2-pytss_2.3.0.orig.tar.gz
 affb748a7bba2ceb7d0d41d3e326e1754f0bc89db6f624ef0f80392768f36b14 11552 
tpm2-pytss_2.3.0-1.debian.tar.xz
 d39dd395269464036e6f3f3ecd0111c6f4118abfd11917b91acc267399a8950b 11178 
tpm2-pytss_2.3.0-1_source.buildinfo
Files:
 a1ab2e5514a7d18b17c537282849b51d 2563 python optional tpm2-pytss_2.3.0-1.dsc
 2b599f0caf7ac5664815571f7bb4f0a5 210816 python optional 
tpm2-pytss_2.3.0.orig.tar.gz
 e21e20a236890d0cf696c28f426e1d7e 11552 python optional 
tpm2-pytss_2.3.0-1.debian.tar.xz
 9d70ff9aa8aeebd5d8e66ff4142aab87 11178 python optional 
tpm2-pytss_2.3.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmaH2YkQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFN1zC/9NJ77LenylO03VkwP3c7EVM709LyxE5CLq
LzgBelrPBNFp183bhJt0mgqExvog5HhXYfujY5KzK5LggnOTQyXLOEoc21ynUzgy
Xhjr1fUG/ICasxUErNT2+Ekw5mG6uNCUUjJC7vA2PT5iS1KJIE5NNkLAZsDSkkg3
1oWArQcZNWiOePyana0z/88e2uSugSWg9uc9jTsmHMC8dGhFF4eUg8uRcR07ib19
nefBzZ5BbeBQmsIpxBcq1sfriKYRSfEKqcgaohGWyk8aGYY5/3ObLQB5aYPo8Y0d
g/bTrkN9hU4IpKDcfPaNk1gnHtCL6U5Dr5syt4/fWfYBranzRk+xSe29ZWElLNhJ
mX9E3ddDmrzJXCM03vNz1B5VGudiaJpNtr53Bu91jH1YnGdoriFD/ci3Colyy62W
e6lVVvkS73jBNq468ApwVxTn1n2FWii6QA3k2y73l73touxVzaZG1mbg98RJQg2J
ShBV1ed1tZdAobl5yaeT6nMMT9oAwVQ=
=4vah
-----END PGP SIGNATURE-----

Attachment: pgpWlCgYBpg20.pgp
Description: PGP signature


--- End Message ---

Reply via email to