https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-electronics/kicad-8.0.6 fails tests. Discovered on: amd64 (internal ref: gcc15_tinderbox) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 913914 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Created attachment 913915 [details] 1-LastTest.log 1-LastTest.log
Error(s) that match a know pattern in addition to what has been reported in the summary: 1 - qa_python (Failed) The following tests FAILED:
``` Start testing: Dec 13 14:52 CET ---------------------------------------------------------- 1/8 Testing: qa_python 1/8 Test: qa_python Command: "/usr/bin/python3.12" "-m" "pytest" "/var/tmp/portage/sci-electronics/kicad-8.0.6/work/kicad-8.0.6/qa/tests/pcbnewswig" Directory: /var/tmp/portage/sci-electronics/kicad-8.0.6/work/kicad-8.0.6/qa/tests "qa_python" start time: Dec 13 14:52 CET Output: ---------------------------------------------------------- /usr/bin/python3.12: No module named pytest <end of output> Test time = 0.02 sec ---------------------------------------------------------- Test Failed. "qa_python" end time: Dec 13 14:52 CET "qa_python" time elapsed: 00:00:00 ```
My system has dev-python/pytest installed (pulled in by some other package) so testing never failed. Adding as a dependency for testing flag should fix this.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec66aa7718d1e0a08db5fc34e89875517921547 commit 9ec66aa7718d1e0a08db5fc34e89875517921547 Author: Jakov Smolić <jsmolic@gentoo.org> AuthorDate: 2025-05-07 14:16:39 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-05-11 14:50:05 +0000 sci-electronics/kicad: Add dev-python/pytest as test dependency Closes: https://bugs.gentoo.org/946360 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41983 Closes: https://github.com/gentoo/gentoo/pull/41983 Signed-off-by: Sam James <sam@gentoo.org> sci-electronics/kicad/kicad-9.0.0-r1.ebuild | 3 ++- sci-electronics/kicad/kicad-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)