Your message dated Wed, 10 Jul 2024 22:50:48 +0000
with message-id <e1srg9a-00h6kq...@fasolo.debian.org>
and subject line Bug#1074442: fixed in freecad 0.21.2+dfsg1-5
has caused the Debian Bug report #1074442,
regarding freecad: FTBFS with Python 3.12 as default
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.)


-- 
1074442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074442
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: freecad
Version: 0.21.2+dfsg1-4
Severity: serious
Tags: ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

freecad FTBFS with Python 3.12 as the default version [1].  I've
copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://tests.reproducible-builds.org/debian/rb-pkg/freecad.html


/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:
In function 'int& Py::_Py_DebugFlag()':
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:521:63:
warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations]
  521 | PYCXX_EXPORT int &_Py_DebugFlag()                    { return
Py_DebugFlag; }
      |
^~~~~~~~~~~~
In file included from /usr/include/python3.12/Python.h:48,
                 from
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/WrapPython.h:58,
                 from
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.hxx:1,
                 from
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:38:
/usr/include/python3.12/cpython/pydebug.h:8:37: note: declared here
    8 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_DebugFlag;
      |                                     ^~~~~~~~~~~~
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:
In function 'int& Py::_Py_InteractiveFlag()':
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:522:63:
warning: 'Py_InteractiveFlag' is deprecated
[-Wdeprecated-declarations]
  522 | PYCXX_EXPORT int &_Py_InteractiveFlag()              { return
Py_InteractiveFlag; }
      |
^~~~~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/pydebug.h:11:37: note: declared here
   11 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_InteractiveFlag;
      |                                     ^~~~~~~~~~~~~~~~~~
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:
In function 'int& Py::_Py_OptimizeFlag()':
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:523:63:
warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations]
  523 | PYCXX_EXPORT int &_Py_OptimizeFlag()                 { return
Py_OptimizeFlag; }
      |
^~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/pydebug.h:13:37: note: declared here
   13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
      |                                     ^~~~~~~~~~~~~~~
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:
In function 'int& Py::_Py_NoSiteFlag()':
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:524:63:
warning: 'Py_NoSiteFlag' is deprecated [-Wdeprecated-declarations]
  524 | PYCXX_EXPORT int &_Py_NoSiteFlag()                   { return
Py_NoSiteFlag; }
      |
^~~~~~~~~~~~~
/usr/include/python3.12/cpython/pydebug.h:14:37: note: declared here
   14 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_NoSiteFlag;
      |                                     ^~~~~~~~~~~~~
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:
In function 'int& Py::_Py_VerboseFlag()':
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:525:63:
warning: 'Py_VerboseFlag' is deprecated [-Wdeprecated-declarations]
  525 | PYCXX_EXPORT int &_Py_VerboseFlag()                  { return
Py_VerboseFlag; }
      |
^~~~~~~~~~~~~~
/usr/include/python3.12/cpython/pydebug.h:9:37: note: declared here
    9 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_VerboseFlag;
      |                                     ^~~~~~~~~~~~~~
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:
In function 'const char* Py::__Py_PackageContext()':
/build/reproducible-path/freecad-0.21.2+dfsg1/src/CXX/IndirectPythonInterface.cxx:527:63:
error: '_Py_PackageContext' was not declared in this scope; did you
mean '__Py_PackageContext'?
  527 | PYCXX_EXPORT const char *__Py_PackageContext()       { return
_Py_PackageContext; }
      |
^~~~~~~~~~~~~~~~~~
      |
__Py_PackageContext

--- End Message ---
--- Begin Message ---
Source: freecad
Source-Version: 0.21.2+dfsg1-5
Done: Tobias Frost <t...@debian.org>

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

Debian distribution maintenance software
pp.
Tobias Frost <t...@debian.org> (supplier of updated freecad 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: SHA256

Format: 1.8
Date: Thu, 11 Jul 2024 00:19:35 +0200
Source: freecad
Architecture: source
Version: 0.21.2+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Tobias Frost <t...@debian.org>
Closes: 1074442
Changes:
 freecad (0.21.2+dfsg1-5) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS with Python 3.12, importing upstream patch (Closes: #1074442)
Checksums-Sha1:
 799c4662c6800dbdb4953416f62959406a895ced 3414 freecad_0.21.2+dfsg1-5.dsc
 d06d8b7c431bd13b4ad95f459c6cd92be0ad4154 37344 
freecad_0.21.2+dfsg1-5.debian.tar.xz
 3ac5528f7f45f017a0c64747bcb6d06035c9aa83 34029 
freecad_0.21.2+dfsg1-5_amd64.buildinfo
Checksums-Sha256:
 4261869e3fd509f89857921f913bae9499c09045bfd55ad9e4c294e48782e244 3414 
freecad_0.21.2+dfsg1-5.dsc
 f1fdef206a43d8628869dcc3a2d6e477a6e88da6bf8d0af46c23c0d9c63864c1 37344 
freecad_0.21.2+dfsg1-5.debian.tar.xz
 65bf020c3065446cf4faa51e1e59a5d3225662edba2ab26ab1b3b53836153ae2 34029 
freecad_0.21.2+dfsg1-5_amd64.buildinfo
Files:
 0720997d17b91b26a493e7f5865067c1 3414 science optional 
freecad_0.21.2+dfsg1-5.dsc
 c704913d3968b3b49eec9d35d156710e 37344 science optional 
freecad_0.21.2+dfsg1-5.debian.tar.xz
 88241036781405ed75b541f42127257d 34029 science optional 
freecad_0.21.2+dfsg1-5_amd64.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAmaPDKsACgkQkWT6HRe9
XTbR5BAA49519wt+JjhdZcBf0cIyUo6a9tA/Dc+H7G1gp3zuF45SJwuuqwZCKMaJ
fOJipoPOZ2u2FiyqsAWDsIxFyqpiJ6Tno+G7+PW4sdCKcnwaX9x0/HQJCuI69MgP
RCbu0of5sy6g7L1eCV11oBIg3XIpObHS/CYakKRnV2O/vvelUNZraWX1xx2UgUdf
PrGqEvhEUiRX4I9RbaI+EkwpzQrn5LT1TBJYBsRPRSPNvoXGMtjG5wzsNsUhfrcj
pg4ZlAfaFdjPdARzkXL2B8IyDjB+AIfft+lmX3TadNMPjRd0Lqg6zdEIXYXk3geg
PWITt7OM95zCb1mRBx/GSzWGDd+AGr5fo2gGLsr//RvSBaIqqyoakTiREXUG7ycD
7sFRUSddoRuKnbppV6TjHuCUJeaE6e/Yc5JjUsKdlhtJuDVAxLuuxQSPJg7kMZ/+
fuoY2mWM5x0qFULRKM134W5rhz/iJnrRf3ttlxNyjTOopjZ6fhRDvrEBhXhK+8wI
LLpakU5jXE8oe3yRMKiM0F552pVfLQYAFK6AvhTxNzEK/AfmSY0BX6X/HfjzILwP
NW0onUHhpPU5CS2Y7rUbVjKxbS0GHeagL+kglmlBNNr7xSK5oNgoQtRcUD0+RdDv
DrXMnBHgiWnCi1aE+gqDm8owJhHXX/l6sHEnrI19pVfoS+r7QVA=
=nfRY
-----END PGP SIGNATURE-----

Attachment: pgpDei40ogUT1.pgp
Description: PGP signature


--- End Message ---

Reply via email to