Summary: | www-client/chromium-94.0.4606.41 needs third_party/catapult/third_party/webencodings-0.5.1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alex Xu (Hello71) <alex_y_xu> |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alex Xu (Hello71)
2021-09-11 19:11:27 UTC
Do you have set PYTHONPATH somewhere? Full build.log and emerge --info would be helpful too. hm, you are right, this is odd. i thought this is new in .41 but looks like catapult had no changes between .31 (which built fine) and .41. i also tried ebuild configure and manual ninja gen/content/browser/tracing/about_tracing.js gen/content/browser/tracing/about_tracing.html which is ok. seems like third_party/catapult/third_party/webencodings-0.5.1/webencodings exists but as empty directory, which is enough to successfully import? i don't really want to rebuild chromium again, so i'll assume it was some random bitflip. it could also be related to FEATURES=keepwork but not sure how. Reopening. We had something like this already in bug #789021. With transition to Python 3 I dropped setting PYTHONPATH. Need to override PYTHONPATH again, because we only use setuptools from system. Anything else is bundled. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd95389a13d2c51f12f6b09115543962a00ac58e commit bd95389a13d2c51f12f6b09115543962a00ac58e Author: Stephan Hartmann <sultan@gentoo.org> AuthorDate: 2021-09-14 16:49:27 +0000 Commit: Stephan Hartmann <sultan@gentoo.org> CommitDate: 2021-09-14 16:50:07 +0000 www-client/chromium: don't inherit PYTHONPATH from environment Closes: https://bugs.gentoo.org/812689 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stephan Hartmann <sultan@gentoo.org> www-client/chromium/chromium-93.0.4577.63.ebuild | 3 +++ www-client/chromium/chromium-93.0.4577.82.ebuild | 3 +++ www-client/chromium/chromium-94.0.4606.41.ebuild | 3 +++ www-client/chromium/chromium-95.0.4636.4.ebuild | 3 +++ 4 files changed, 12 insertions(+) |