Summary: | sys-apps/fwupd-1.8.3 calls python directly (dev-lang/python-exec[-native-symlinks]) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Marek Szuba (RETIRED) <marecki> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | asturm, slashbeast |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 762406 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 795077 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: /bin/sh: /var/tmp/portage/sys-apps/fwupd-1.8.3/work/fwupd-1.8.3/contrib/generate-gresource-xml.py: /usr/bin/python3: bad interpreter: No such file or directory FAILED: src/fwupd.gresource.xml Run-time dependency systemd found: NO (tried pkgconfig and cmake) Run-time dependency valgrind found: NO (tried pkgconfig) The script in question is only called when the feature 'gresource_quirks' is enabled, and owing to Bug 861521 we now explicitly disable it. Will make note of this should we want to enable this feature at some point but for now, no longer an issue. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b8556de55fde06faa776bf977556391c25be89 commit f9b8556de55fde06faa776bf977556391c25be89 Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2022-07-28 12:18:38 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2022-07-28 13:03:49 +0000 sys-apps/fwupd: fix Python shebangs in contrib build scripts This includes among others generate-gresource-xml.py, which is used by the feature 'gresource_quirks'. Bug: https://bugs.gentoo.org/861572 Signed-off-by: Marek Szuba <marecki@gentoo.org> sys-apps/fwupd/fwupd-1.8.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) |