View previous topic :: View next topic |
Author |
Message |
stefantalpalaru n00b
Joined: 11 Jan 2009 Posts: 74 Location: Italy
|
Posted: Sun Nov 10, 2024 3:54 pm Post subject: app-emulation/fs-uae-launcher missing dep |
|
|
"app-emulation/fs-uae-launcher" should depend on "dev-python/python-lhafile":
Code: | Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/fsgs/archive.py", line 15, in <module>
from lhafile import LhaFile
ModuleNotFoundError: No module named 'lhafile'
[ARCHIVE] LhaFile module import problem
|
I usually report these problems on bugs.gentoo.org, but my account there was just banned for "Repeated spammy comments advertising, ignoring warnings to stop. Often impolite, rude comments that confuse other contributors." - the "spam" being me writing that I fixed the ebuild in my overlay and the "confusion" me explaining to some dev how he is supposed to build "dev-lang/nim" so it stops failing randomly |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1913
|
Posted: Sun Nov 10, 2024 4:18 pm Post subject: |
|
|
stefantalpalaru wrote: | "app-emulation/fs-uae-launcher" should depend on "dev-python/python-lhafile":
Code: | Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/fsgs/archive.py", line 15, in <module>
from lhafile import LhaFile
ModuleNotFoundError: No module named 'lhafile'
[ARCHIVE] LhaFile module import problem
|
|
I suggest enabling the lha USE flag on the package to do just that. |
|
Back to top |
|
|
stefantalpalaru n00b
Joined: 11 Jan 2009 Posts: 74 Location: Italy
|
Posted: Sun Nov 10, 2024 4:40 pm Post subject: |
|
|
grknight wrote: | I suggest enabling the lha USE flag on the package to do just that. |
Thanks! I missed that USE flag. Should be enabled by default, on account of whdownload.com using that format. |
|
Back to top |
|
|
|