Alfred Wingate
Alfred Wingate
PMS doesnt touch this issue, which I interpret to be due to choosing your profile falling under package manager configuration. > "This document does not specify any user or package...
docs/readthedocs.org:pydocstyle ``` Error Problem in your project's configuration. No default configuration file found at repository's root. ``` Doesn't appear to be my fault? Edit: Yep, config file is required after...
``` python3.12 -m tokenize
```` python3.12 -m tokenize
It will be fatal in the next portage release https://github.com/gentoo/portage/commit/76a7c3c61f6e3779452b6b3675c32bda02c8c88c
GentooLTO is practically dead, either stop using it and manage over rides manually or fork GentooLTO to fix uses of portageq in the portage hooks. To actually fix ltoize would...
> https://github.com/InBetweenNames/gentooLTO/issues/883#issuecomment-1779837803 The only thing I currently have disabled lto on is for per, ghc and zig. ghc I know it real as I saw it get failing symbols in...
> > > You can also replace the offending line with this: > > > `local lto_overlay_dir="$("$(command -pv portageq)" get_repo_path ${PORTAGE_CONFIGROOT} lto-overlay)"` > > > > > > portageq seems...
Alternatively importlib.metadata could be used, its not available in the now EOL python3.7 but it does have a backport. pkg_resources is discouraged either way by setuptools https://setuptools.pypa.io/en/latest/pkg_resources.html. The use here...
Adding package.mask to your repository won't apply to profiles in the main repository (portage wont care). You would have to get that into the main tree for it to work....