Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 759583 - games-roguelike/stone-soup-0.25.1-r1 : ModuleNotFoundError: No module named yaml
Summary: games-roguelike/stone-soup-0.25.1-r1 : ModuleNotFoundError: No module named yaml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-12 09:42 UTC by Toralf Förster
Modified: 2020-12-12 13:51 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.21 KB, text/plain)
2020-12-12 09:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,194.19 KB, text/plain)
2020-12-12 09:42 UTC, Toralf Förster
Details
environment (environment,139.04 KB, text/plain)
2020-12-12 09:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.88 KB, application/x-bzip)
2020-12-12 09:42 UTC, Toralf Förster
Details
games-roguelike:stone-soup-0.25.1-r1:20201212-071618.log (games-roguelike:stone-soup-0.25.1-r1:20201212-071618.log,4.58 KB, text/plain)
2020-12-12 09:42 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.17 KB, application/x-bzip)
2020-12-12 09:42 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 2020-12-12 09:42:09 UTC
  File "/var/tmp/portage/games-roguelike/stone-soup-0.25.1-r1/work/stone_soup-0.25.1/source/util/species-gen.py", line 23, in <module>
    import yaml  # pip install pyyaml
ModuleNotFoundError: No module named 'yaml'
make: *** [Makefile:1706: species-data.h] Error 1
 * ERROR: games-roguelike/stone-soup-0.25.1-r1::gentoo failed (compile phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20201207-114500

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.9
  [2]   python3.8 (fallback)
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.48.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Dec 12 07:05:12 AM UTC 2020

emerge -qpvO games-roguelike/stone-soup
[ebuild  N    ] games-roguelike/stone-soup-0.25.1-r1  USE="ncurses tiles -debug -sound -test" PYTHON_TARGETS="python3_8 -python3_6 -python3_7 -python3_9"
Comment 1 Toralf Förster gentoo-dev 2020-12-12 09:42:10 UTC
this seems to be either still an issue or a similarity to the one reported in bug 693012
Comment 2 Toralf Förster gentoo-dev 2020-12-12 09:42:11 UTC
Created attachment 678157 [details]
emerge-info.txt
Comment 3 Toralf Förster gentoo-dev 2020-12-12 09:42:13 UTC
Created attachment 678160 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-12-12 09:42:14 UTC
Created attachment 678163 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-12-12 09:42:16 UTC
Created attachment 678166 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-12-12 09:42:16 UTC
Created attachment 678169 [details]
games-roguelike:stone-soup-0.25.1-r1:20201212-071618.log
Comment 7 Toralf Förster gentoo-dev 2020-12-12 09:42:17 UTC
Created attachment 678172 [details]
logs.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-12-12 13:51:27 UTC
The bug has been closed via the following commit(s):

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

commit 7542a3cf9697be8b69c850961d644e6d52954dae
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2020-12-12 13:51:11 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2020-12-12 13:51:11 +0000

    games-roguelike/stone-soup: Correctly use python eclasses for bdeps
    
    Had omitted this version in previous fix.
    
    Closes: https://bugs.gentoo.org/759583
    Closes: https://bugs.gentoo.org/693012
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
    Package-Manager: Portage-3.0.12, Repoman-3.0.2

 .../stone-soup/stone-soup-0.25.1-r1.ebuild           | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)