Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831393 - dev-util/spirv-tools-1.2.198 - ModuleNotFoundError: No module named pyexpat
Summary: dev-util/spirv-tools-1.2.198 - ModuleNotFoundError: No module named pyexpat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 822354
  Show dependency tree
 
Reported: 2022-01-18 08:27 UTC by Toralf Förster
Modified: 2022-01-18 23:16 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.09 KB, text/plain)
2022-01-18 08:27 UTC, Toralf Förster
Details
dev-util:spirv-tools-1.2.198:20220118-021901.log (dev-util:spirv-tools-1.2.198:20220118-021901.log,17.72 KB, text/plain)
2022-01-18 08:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,147.09 KB, text/plain)
2022-01-18 08:27 UTC, Toralf Förster
Details
environment (environment,139.82 KB, text/plain)
2022-01-18 08:27 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.49 KB, application/x-bzip)
2022-01-18 08:27 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.64 KB, application/x-bzip)
2022-01-18 08:27 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,33.92 KB, application/x-bzip)
2022-01-18 08:27 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-01-18 08:27:23 UTC
  File "/usr/lib/python3.10/xml/etree/ElementTree.py", line 1527, in __init__
    from xml.parsers import expat
  File "/usr/lib/python3.10/xml/parsers/expat.py", line 4, in <module>
    from pyexpat import *
ModuleNotFoundError: No module named 'pyexpat'

During handling of the above exception, another exception occurred:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20220116-190004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.0
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.58.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK JRE 11.0.13_p8 [openjdk-jre-bin-11]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit b9b7e446a826236cb28a99d9db3436da6c93f2bd
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Jan 17 23:51:56 2022 +0000

    2022-01-17 23:51:55 UTC

emerge -qpvO dev-util/spirv-tools
[ebuild  N    ] dev-util/spirv-tools-1.2.198  ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2022-01-18 08:27:24 UTC
Created attachment 762470 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-18 08:27:26 UTC
Created attachment 762471 [details]
dev-util:spirv-tools-1.2.198:20220118-021901.log
Comment 3 Toralf Förster gentoo-dev 2022-01-18 08:27:27 UTC
Created attachment 762472 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-01-18 08:27:28 UTC
Created attachment 762473 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-01-18 08:27:29 UTC
Created attachment 762474 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-01-18 08:27:30 UTC
Created attachment 762475 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-01-18 08:27:31 UTC
Created attachment 762476 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-01-18 23:16:58 UTC
The bug has been closed via the following commit(s):

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

commit f5da8a19ce91f49996f5b4b13ad6979815ce325a
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2022-01-18 23:15:51 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2022-01-18 23:16:36 +0000

    dev-util/spirv-tools: Require Python with xml support
    
    Closes: https://bugs.gentoo.org/831393
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 dev-util/spirv-tools/spirv-tools-1.2.198.ebuild  | 3 ++-
 dev-util/spirv-tools/spirv-tools-99999999.ebuild | 9 +++++----
 2 files changed, 7 insertions(+), 5 deletions(-)