Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887853 - dev-python/breathe-4.34.0 fails tests (DASH-SYSTEM)
Summary: dev-python/breathe-4.34.0 fails tests (DASH-SYSTEM)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-22 08:09 UTC by Agostino Sarubbo
Modified: 2022-12-23 11:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,190.86 KB, text/plain)
2022-12-22 08:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-22 08:09:20 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/breathe-4.34.0 fails tests (DASH-SYSTEM).
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-22 08:09:23 UTC
Created attachment 844627 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-22 08:09:23 UTC
Error(s) that match a know pattern:


E       AttributeError: 'MockState' object has no attribute 'memo'
FAILED tests/test_renderer.py::test_render_c_function_typedef - AttributeErro...
FAILED tests/test_renderer.py::test_render_c_typedef - AttributeError: 'MockS...
FAILED tests/test_renderer.py::test_render_const_func - AttributeError: 'Mock...
FAILED tests/test_renderer.py::test_render_const_lvalue_func - AttributeError...
FAILED tests/test_renderer.py::test_render_const_rvalue_func - AttributeError...
FAILED tests/test_renderer.py::test_render_define_initializer - AttributeErro...
FAILED tests/test_renderer.py::test_render_define_no_initializer - AttributeE...
FAILED tests/test_renderer.py::test_render_func - AttributeError: 'MockState'...
FAILED tests/test_renderer.py::test_render_lvalue_func - AttributeError: 'Moc...
FAILED tests/test_renderer.py::test_render_rvalue_func - AttributeError: 'Moc...
FAILED tests/test_renderer.py::test_render_typedef - AttributeError: 'MockSta...
FAILED tests/test_renderer.py::test_render_using_alias - AttributeError: 'Moc...
FAILED tests/test_renderer.py::test_render_variable_initializer - AttributeEr...
Comment 3 Larry the Git Cow gentoo-dev 2022-12-23 11:25:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397592b19dc3350bfb70423f573ce9a40de7d013

commit 397592b19dc3350bfb70423f573ce9a40de7d013
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-12-23 11:20:20 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-12-23 11:24:56 +0000

    dev-python/breathe: Backport fix for testing w/ Sphinx 5.3.0
    
    Closes: https://bugs.gentoo.org/887853
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/breathe/breathe-4.34.0.ebuild           |  4 ++
 .../files/breathe-4.34.0-sphinx-5.3.0.patch        | 43 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)