Your message dated Tue, 14 Jun 2022 03:04:41 -0600
with message-id
<CABrvRiH+FHvXzbw0VzE_QHBrrsY=ivtfvrftj8ibptx4i4n...@mail.gmail.com>
and subject line Bug#1011838: markexonsh: FTBFS: ModuleNotFoundError: No module
named 'attr'
has caused the Debian Bug report #1011838,
regarding xonsh: FTBFS: ModuleNotFoundError: No module named 'attr'
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.)
--
1011838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xonsh
Version: 0.12.4+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> sphinx-build -b html -d _build/doctrees . _build/html
> Running Sphinx v4.5.0
>
> Exception occurred:
> File "/usr/lib/python3/dist-packages/myst_parser/main.py", line 3, in
> <module>
> import attr
> ModuleNotFoundError: No module named 'attr'
> The full traceback has been saved in /tmp/sphinx-err-f46ojpq1.log, if you
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> A bug report can be filed in the tracker at
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> make[2]: *** [Makefile:39: html] Error 2
The full build log is available from:
http://qa-logs.debian.net/2022/05/25/xonsh_0.12.4+dfsg-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&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 marking 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: myst-parser
Source-Version: 0.17.2-1
Done: Emmanuel Arias <eam...@yaerobi.com>
This FTBFS in xonsh, which was caused by myst-parser introduction of
"from attr import Attribute" without the corresponding dependency on
python3-attr, was fixed by the upload of myst-parser/0.17.2-1 where
`attrs` was replaced with `dataclasses` (part of
libpython3.10-stdlib).
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 1011...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Cheers!
myst-parser (0.17.2-1) unstable; urgency=medium
* New upstream version.
* d/patches: Remove patches, all of them are in the new upstream release.
* d/control: Bump Standards-Version to 4.6.1 (from 4.6.0.1; no further
changes).
* d/control: Use flit instead of python3-setuptools to build package.
* d/control: Add python3-typing-extensions as Build Depends.
* d/rules: Ignore tests that use pytest_param_files that is not in Debian
yet.
- d/tests/unittests: Also ignore them in autopkgtest run.
* d/tests/control: Write explicitly the packages that are need for run
autopkgtest instead of use @builddeps@.
-- Emmanuel Arias <eam...@yaerobi.com> Sat, 28 May 2022 10:45:26 -0300
--- End Message ---