Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842396 - app-text/xiphos-4.2.1 - ModuleNotFoundError: No module named libxml2
Summary: app-text/xiphos-4.2.1 - ModuleNotFoundError: No module named libxml2
Status: RESOLVED DUPLICATE of bug 842297
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-03 09:24 UTC by Toralf Förster
Modified: 2022-05-03 21:08 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.45 KB, text/plain)
2022-05-03 09:24 UTC, Toralf Förster
Details
app-text:xiphos-4.2.1:20220503-041403.log (app-text:xiphos-4.2.1:20220503-041403.log,129.83 KB, text/plain)
2022-05-03 09:24 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,118.21 KB, application/x-bzip)
2022-05-03 09:24 UTC, Toralf Förster
Details
environment (environment,95.57 KB, text/plain)
2022-05-03 09:24 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,51.45 KB, application/x-bzip)
2022-05-03 09:24 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.94 KB, application/x-bzip)
2022-05-03 09:24 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,30.32 KB, application/x-bzip)
2022-05-03 09: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-05-03 09:24:37 UTC
too long lines were shrinked:

cd /var/tmp/portage/app-text/xiphos-4.2.1/work/xiphos-4.2.1_build/help/C && /usr/bin/msgfmt -o /var/tmp/portage/app-text/xiphos-4.2.1/work/xiphos-4.2.1_build/help/fa/fa.mo /var/tmp/portage/app-text/xiphos-4.2.1/work/xiphos-4.2.1_build/help/fa/fa.po && /usr/bin/cmake -E env d="/var/tmp/portage/app-te
Traceback (most recent call last):
  File "/usr/bin/itstool", line 27, in <module>
    import libxml2
ModuleNotFoundError: No module named 'libxml2'
ERROR: [Errno 2] No such file or directory: 'container-exception-logger'
[111/175] cd /var/tmp/portage/app-text/xiphos-4.2.1/work/xiphos-4.2.1_build/help/C && /usr/bin/msgfmt -o /var/tmp/portage/app-text/xiphos-4.2.1/work/xiphos-4.2.1_build/help/fr/fr.mo /var/tmp/portage/app-text/xiphos-4.2.1/work/xiphos-4.2.1_build/help/fr/fr.po && /usr/bin/cmake -E env d="/var/tmp/port

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20220424-070005

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-10.3.1
 [3] x86_64-pc-linux-gnu-11.3.0 *
clang/llvm (if any):
/usr/lib/llvm/14
14.0.3
Python 3.9.12
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.60.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 9dbf973fa9d00adceec6c14147bd98b88d06d0da
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue May 3 03:48:03 2022 +0000

    2022-05-03 03:48:03 UTC

emerge -qpvO app-text/xiphos
[ebuild  N    ] app-text/xiphos-4.2.1  USE="dbus -debug"
Comment 1 Toralf Förster gentoo-dev 2022-05-03 09:24:38 UTC
Created attachment 776360 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-05-03 09:24:39 UTC
Created attachment 776363 [details]
app-text:xiphos-4.2.1:20220503-041403.log
Comment 3 Toralf Förster gentoo-dev 2022-05-03 09:24:40 UTC
Created attachment 776366 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-05-03 09:24:42 UTC
Created attachment 776369 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-05-03 09:24:43 UTC
Created attachment 776372 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-05-03 09:24:43 UTC
Created attachment 776375 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-05-03 09:24:45 UTC
Created attachment 776378 [details]
temp.tar.bz2
Comment 8 Bernd Feige 2022-05-03 16:53:25 UTC
Stumbled upon the same thing today - gnumeric won't compile because it uses itstool which then cannot import libxml2.

The reason is that current dev-libs/libxml2-2.9.14 installs to /usr/lib64 - which seems to be okay, but installing the python support files to /usr/lib64/python3.10/site-packages is not, since that path is not searched (I have dev-lang/python-3.10.4). Nearly all of the other python packages install to /usr/lib/python3.10/site-packages. The two other exceptions on my machine are:
media-libs/opencolorio
media-libs/osl

Both python modules aren't found either.
Comment 9 Bernd Feige 2022-05-03 16:57:58 UTC
Sorry, the gnumeric problem is here: https://bugs.gentoo.org/842390
Also https://bugs.gentoo.org/842393 and https://bugs.gentoo.org/842297
Comment 10 Marek Szuba archtester gentoo-dev 2022-05-03 21:08:28 UTC

*** This bug has been marked as a duplicate of bug 842297 ***