Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835755 - dev-libs/zziplib-0.13.72-r1 - ModuleNotFoundError: No module named pyexpat
Summary: dev-libs/zziplib-0.13.72-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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-21 18:24 UTC by Toralf Förster
Modified: 2022-10-28 07:17 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.67 KB, text/plain)
2022-03-21 18:24 UTC, Toralf Förster
Details
dev-libs:zziplib-0.13.72-r1:20220321-181547.log (dev-libs:zziplib-0.13.72-r1:20220321-181547.log,50.21 KB, text/plain)
2022-03-21 18:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,26.41 KB, text/plain)
2022-03-21 18:24 UTC, Toralf Förster
Details
environment (environment,118.59 KB, text/plain)
2022-03-21 18:24 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.50 KB, application/x-bzip)
2022-03-21 18:24 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.64 KB, application/x-bzip)
2022-03-21 18:24 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,31.76 KB, application/x-bzip)
2022-03-21 18:24 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-03-21 18:24:27 UTC
  File "/usr/lib/python3.10/xml/etree/ElementTree.py", line 1529, 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-j4-20220321-160039

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
Python 3.9.11
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby31 (with Rubygems) *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit c700813980c4f60ae229a8338eaf2301f5917d2e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Mar 21 18:04:33 2022 +0000

    2022-03-21 18:04:32 UTC

emerge -qpvO dev-libs/zziplib
[ebuild  N    ] dev-libs/zziplib-0.13.72-r1  USE="-sdl -static-libs"
Comment 1 Toralf Förster gentoo-dev 2022-03-21 18:24:29 UTC
Created attachment 767528 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-03-21 18:24:30 UTC
Created attachment 767529 [details]
dev-libs:zziplib-0.13.72-r1:20220321-181547.log
Comment 3 Toralf Förster gentoo-dev 2022-03-21 18:24:32 UTC
Created attachment 767530 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-03-21 18:24:33 UTC
Created attachment 767531 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-03-21 18:24:34 UTC
Created attachment 767532 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-03-21 18:24:35 UTC
Created attachment 767533 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-03-21 18:24:36 UTC
Created attachment 767534 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-10-28 07:17:46 UTC
The bug has been closed via the following commit(s):

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

commit 20503a2f0881b3b519ebfdc32b25ec8bf99ad3c2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-28 07:15:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-28 07:17:19 +0000

    dev-libs/zziplib: fix Python dep; workaround Clang 16 failure
    
    Closes: https://bugs.gentoo.org/835755
    Closes: https://bugs.gentoo.org/869980
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/zziplib-0.13.72-Wint-conversion.patch    | 22 +++++++++
 dev-libs/zziplib/zziplib-0.13.72-r2.ebuild         | 52 ++++++++++++++++++++++
 2 files changed, 74 insertions(+)