Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831364 - dev-libs/udis86-1.7.2-r1 - ModuleNotFoundError: No module named pyexpat
Summary: dev-libs/udis86-1.7.2-r1 - 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: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 822354
  Show dependency tree
 
Reported: 2022-01-17 15:48 UTC by Toralf Förster
Modified: 2022-06-23 05:19 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.99 KB, text/plain)
2022-01-17 15:48 UTC, Toralf Förster
Details
dev-libs:udis86-1.7.2-r1:20220117-153532.log (dev-libs:udis86-1.7.2-r1:20220117-153532.log,11.33 KB, text/plain)
2022-01-17 15:48 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,111.29 KB, text/plain)
2022-01-17 15:48 UTC, Toralf Förster
Details
environment (environment,118.94 KB, text/plain)
2022-01-17 15:48 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,21.46 KB, application/x-bzip)
2022-01-17 15:48 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.57 KB, application/x-bzip)
2022-01-17 15:48 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,32.15 KB, application/x-bzip)
2022-01-17 15:48 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-17 15:48:45 UTC
  File "/usr/lib/python3.10/xml/parsers/expat.py", line 4, in <module>
Traceback (most recent call last):
  File "/var/tmp/portage/dev-libs/udis86-1.7.2-r1/work/udis86-1.7.2/scripts/ud_itab.py", line 369, in <module>
    from pyexpat import *
ModuleNotFoundError: No module named 'pyexpat'
    main()
  File "/var/tmp/portage/dev-libs/udis86-1.7.2-r1/work/udis86-1.7.2/scripts/ud_itab.py", line 365, in main

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

  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 c375b6f8ee7782ff9231ecfc6b1449fd6e7392be
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Jan 17 13:21:54 2022 +0000

    2022-01-17 13:21:52 UTC

emerge -qpvO dev-libs/udis86
[ebuild  N    ] dev-libs/udis86-1.7.2-r1  USE="-test" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2022-01-17 15:48:46 UTC
Created attachment 762415 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-17 15:48:47 UTC
Created attachment 762416 [details]
dev-libs:udis86-1.7.2-r1:20220117-153532.log
Comment 3 Toralf Förster gentoo-dev 2022-01-17 15:48:48 UTC
Created attachment 762417 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-01-17 15:48:50 UTC
Created attachment 762418 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-01-17 15:48:51 UTC
Created attachment 762419 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-01-17 15:48:52 UTC
Created attachment 762420 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-01-17 15:48:53 UTC
Created attachment 762421 [details]
temp.tar.bz2
Comment 8 Sebastian Pipping gentoo-dev 2022-02-15 21:40:39 UTC
I think this may need dev-lang/python[xml] i.e. PYTHON_REQ_USE="xml" ?
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-23 05:11:16 UTC
(In reply to Sebastian Pipping from comment #8)
> I think this may need dev-lang/python[xml] i.e. PYTHON_REQ_USE="xml" ?

yep
Comment 10 Larry the Git Cow gentoo-dev 2022-06-23 05:19:58 UTC
The bug has been closed via the following commit(s):

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

commit c887902fb664de7d5e67908aefe05574f2e6964b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-23 05:12:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-23 05:12:09 +0000

    dev-libs/udis86: needs python[xml(+)]
    
    Closes: https://bugs.gentoo.org/831364
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/udis86/udis86-1.7.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)