Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831565 - dev-python/botocore-1.23.39 - ModuleNotFoundError: No module named botocore
Summary: dev-python/botocore-1.23.39 - ModuleNotFoundError: No module named botocore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 822354
  Show dependency tree
 
Reported: 2022-01-20 10:37 UTC by Toralf Förster
Modified: 2022-01-20 14:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.27 KB, text/plain)
2022-01-20 10:37 UTC, Toralf Förster
Details
dev-python:botocore-1.23.39:20220120-093820.log (dev-python:botocore-1.23.39:20220120-093820.log,178.22 KB, text/plain)
2022-01-20 10:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,133.53 KB, text/plain)
2022-01-20 10:37 UTC, Toralf Förster
Details
environment (environment,123.24 KB, text/plain)
2022-01-20 10:37 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,11.60 KB, application/x-bzip)
2022-01-20 10:37 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,41.36 KB, application/x-bzip)
2022-01-20 10:37 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-20 10:37:49 UTC
  File "/usr/lib/python3.9/site-packages/sphinx/config.py", line 340, in eval_config_file
    exec(code, namespace)
  File "/var/tmp/portage/dev-python/botocore-1.23.39/work/botocore-1.23.39/docs/source/conf.py", line 15, in <module>
    from botocore.session import get_session
ModuleNotFoundError: No module named 'botocore'

 * ERROR: dev-python/botocore-1.23.39::gentoo failed (compile phase):

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20220119-020004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.10
Available Rust versions:
  [1]   rust-bin-1.58.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 11.0.13_p8 [openjdk-bin-11]
Available Java Virtual Machines:
  [1]   openjdk-bin-11  system-vm

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

  HEAD of ::gentoo
commit 4b2e5b566d606c057306423caadebdca8052425a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Jan 20 09:21:52 2022 +0000

    2022-01-20 09:21:50 UTC

emerge -qpvO dev-python/botocore
[ebuild  N    ] dev-python/botocore-1.23.39  USE="doc -test" PYTHON_TARGETS="python3_9 -python3_8 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2022-01-20 10:37:50 UTC
Created attachment 762800 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-01-20 10:37:52 UTC
Created attachment 762801 [details]
dev-python:botocore-1.23.39:20220120-093820.log
Comment 3 Toralf Förster gentoo-dev 2022-01-20 10:37:53 UTC
Created attachment 762802 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-01-20 10:37:54 UTC
Created attachment 762803 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-01-20 10:37:55 UTC
Created attachment 762804 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-01-20 10:37:57 UTC
Created attachment 762805 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-01-20 14:38:20 UTC
The bug has been closed via the following commit(s):

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

commit f6a17acb8b7ce70a24991a7ac75b43bbd0383fc8
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-01-20 14:31:37 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-01-20 14:38:17 +0000

    python-utils-r1.eclass: Run sphinx-build via EPYTHON
    
    Run sphinx-build via EPYTHON to ensure that the correct Python
    executable is being used.  Otherwise, sphinx-build runs via
    /usr/bin/python* and does not respect the virtualenv boundaries.
    
    Closes: https://bugs.gentoo.org/831565
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 eclass/python-utils-r1.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)