Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926216 - dev-util/android-tools: python gki module is not installed
Summary: dev-util/android-tools: python gki module is not installed
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-05 19:53 UTC by qwinci222
Modified: 2024-06-01 21:00 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qwinci222 2024-03-05 19:53:38 UTC
The python gki module that comes with dev-util/android-tools isn't installed, causing errors like `ModuleNotFoundError: No module named 'gki'` when trying to run mkbootimg and other python tools that come with this package.
Comment 1 qwinci222 2024-06-01 20:21:21 UTC
ping. the gki module is in vendor/mkbootimg (the gki folder).
Comment 2 Zac Medico gentoo-dev 2024-06-01 21:00:47 UTC
Hi, I've looked into it and I found the cmake only installs mkbootimg/gki/generate_gki_certificate.py from the gki directory here:

https://github.com/nmeum/android-tools/blob/master/vendor/CMakeLists.mkbootimg.txt

The cmake build system comes from this project, so could you report the issue there as well?

https://github.com/nmeum/android-tools/issues

Please post the full ModuleNotFoundError traceback so we can see how it's being called.