Your message dated Wed, 27 Mar 2024 15:34:31 +0000
with message-id <e1rpvin-006ecf...@fasolo.debian.org>
and subject line Bug#1064726: fixed in 0ad 0.0.26-5
has caused the Debian Bug report #1064726,
regarding 0ad: FTBFS: ImportError: cannot import name 'dist' from 'distutils'
(/usr/lib/python3.11/distutils/__init__.py)
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.)
--
1064726: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064726
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: 0ad
Version: 0.0.26-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240224 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> Creating Python 3 environment
> Traceback (most recent call last):
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv.py",
> line 46, in <module>
> run()
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv.py",
> line 40, in run
> from virtualenv.__main__ import run as run_virtualenv
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv/__init__.py",
> line 3, in <module>
> from .run import cli_run, session_via_cli
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv/run/__init__.py",
> line 12, in <module>
> from .plugin.creators import CreatorSelector
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv/run/plugin/creators.py",
> line 6, in <module>
> from virtualenv.create.via_global_ref.builtin.builtin_way import
> VirtualenvBuiltin
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/builtin/builtin_way.py",
> line 7, in <module>
> from virtualenv.create.creator import Creator
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv/create/creator.py",
> line 15, in <module>
> from virtualenv.discovery.cached_py_info import LogCmd
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv/discovery/cached_py_info.py",
> line 16, in <module>
> from virtualenv.discovery.py_info import PythonInfo
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/third_party/python/virtualenv/virtualenv/discovery/py_info.py",
> line 16, in <module>
> from distutils import dist
> ImportError: cannot import name 'dist' from 'distutils'
> (/usr/lib/python3.11/distutils/__init__.py)
> Traceback (most recent call last):
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/../js/src/../../configure.py",
> line 181, in <module>
> sys.exit(main(sys.argv))
> ^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/../js/src/../../configure.py",
> line 52, in main
> sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure'))
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 445, in run
> self.include_file(path)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 436, in include_file
> exec_(code, self)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/util.py",
> line 53, in exec_
> exec(object, globals, locals)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/moz.configure",
> line 7, in <module>
> include('build/moz.configure/init.configure')
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 773, in include_impl
> self.include_file(what)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 436, in include_file
> exec_(code, self)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/util.py",
> line 53, in exec_
> exec(object, globals, locals)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/build/moz.configure/init.configure",
> line 242, in <module>
> @depends('PYTHON3', check_build_environment, mozconfig, '--help')
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 756, in decorator
> depends = DependsFunction(self, func, dependencies, when=when)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 129, in __init__
> sandbox._value_for(self)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 542, in _value_for
> return self._value_for_depends(obj)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/util.py",
> line 1020, in method_call
> cache[args] = self.func(instance, *args)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 551, in _value_for_depends
> value = obj.result()
> ^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/util.py",
> line 1020, in method_call
> cache[args] = self.func(instance, *args)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 155, in result
> return self._func(*resolved_args)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/configure/__init__.py",
> line 1161, in wrapped
> return new_func(*args, **kwargs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/build/moz.configure/init.configure",
> line 357, in virtualenv_python3
> manager.build(python)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/virtualenv.py",
> line 486, in build
> self.create(python)
> File
> "/<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/python/mozbuild/mozbuild/virtualenv.py",
> line 249, in create
> raise Exception(
> Exception: Failed to create virtualenv:
> /<<PKGBUILDDIR>>/libraries/source/spidermonkey/mozjs-78.6.0/build-debug/_virtualenvs/init_py3
> (virtualenv.py retcode: 1)
> ERROR: SpiderMonkey build failed
> make[1]: *** [debian/rules:40: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/02/24/0ad_0.0.26-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240224;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&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: 0ad
Source-Version: 0.0.26-5
Done: Ludovic Rousseau <rouss...@debian.org>
We believe that the bug you reported is fixed in the latest version of
0ad, 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 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ludovic Rousseau <rouss...@debian.org> (supplier of updated 0ad 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: Sat, 23 Mar 2024 14:33:19 +0100
Source: 0ad
Architecture: source
Version: 0.0.26-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Ludovic Rousseau <rouss...@debian.org>
Closes: 1064726
Changes:
0ad (0.0.26-5) unstable; urgency=medium
.
[ David W. Kennedy ]
* Non-maintainer upload.
* Fix FTBFS of mozjs due to missing python3-distutils. (Closes: 1064726)
.
[ Ludovic Rousseau ]
* Build-Depends: pkgconf instead of pkg-config
* d/copyright: update dates
Checksums-Sha1:
e597b3c4c7885dcd2d3dcfa22ca00fb99a5ccefe 2658 0ad_0.0.26-5.dsc
383cfe8b9b0d06de78344f540133c91a590aee1d 5084048 0ad_0.0.26-5.debian.tar.xz
3da4618f206502829d9acdbd614b1d6bbbcae4d3 17650 0ad_0.0.26-5_amd64.buildinfo
Checksums-Sha256:
803efebd49263bcf5ba4935944ba07ae9342f1b3c3f36b2618c274747b906cf5 2658
0ad_0.0.26-5.dsc
3bfc78257b6c6aa4526c95bd1afd187e13a1adb41ae746372137d19b55ad6097 5084048
0ad_0.0.26-5.debian.tar.xz
5ffe2acd89b77bf127d9ef26908e2bcec05ddcb73bb93adbf62f74f909b4c6c7 17650
0ad_0.0.26-5_amd64.buildinfo
Files:
5f27a6fdb94b7d37c7fd7fad3ad598ba 2658 games optional 0ad_0.0.26-5.dsc
f091ddd11289b9ad8d1bdaac4608c612 5084048 games optional
0ad_0.0.26-5.debian.tar.xz
a389aa2f49561da407c168184624c6cc 17650 games optional
0ad_0.0.26-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEE9eEbn/6REUb0HZU9eKG03+j5xX4FAmX+3mYUHHJvdXNzZWF1
QGRlYmlhbi5vcmcACgkQeKG03+j5xX4PEg/+MjNMHRJ8SBbbabE8UD25BVUDXam3
nsqaOStOj3d/d7SufVYgzPM2EThivvfu56RToORegcaT8Qs1jz0IsTRri7lAfLMk
TCc4RWrGRfPuliwtbfHoN7U9qpCjfZcBWCgHjyp7VptKo0+znhjDCdwtiBuJF4lt
vg0ABmAqD3gc4RVaGrlhMyZarSlPAh76XS6EoTChpuE5OE7YHzICw6yeYVlySfii
KTq1ATwIlF7W5a+pSywJAyjhaGpY5HN81YHdGyCVFX7otuC3lsjN26SksgNb8i0N
jKBjIXF7dLcF0IvVh05hJPuXDTLW+pK6zKzwPz/4Wr8KiSygHZK31+kq29mrxFD7
kc5lCQyB5t5136Wsul4ztYHkFAwljdXCkIMPuB205RI8TNjIKS++c4vlDHqEZP8K
5KIPIUWpTzPGJjNA9vL5cspIDHMV5QPOQWtiOI6UVvKz5SFRd08N9Eo2OmlATlY3
ab/TJeYjbZiSP8DIVrANDptVsIZ/i3O7ilHdDbooKMTpR3TOaVeJ25UgrmTF0CEF
nYkrGRWKDOFjAwurzsSC593vMFPUG9Ijpw6/KObVwbROBfgX6VMlcEbVRCfIU9ua
pkSW5ZNE1rP82llosegAN/+bSxb1VwOhiwUvA3NqelxfjNGoabezKr/lewKhJbrS
/RdhSIPgk79Lmnc=
=0rXd
-----END PGP SIGNATURE-----
pgpSUWLlt9Ubo.pgp
Description: PGP signature
--- End Message ---