Our automated repository checks [1] have detected that the 'bircoph' repository contains ebuilds that trigger fatal errors during the cache regeneration. This usually means that the ebuilds call 'die' in global scope indicating serious issues or have other serious QA violations. Global-scope failures prevent the ebuild not only from being installed but also from being properly processed by the Package Manager. Since metadata can not be obtained for those ebuilds, no cache entries are created for them and the Package Manager needs to retry running them every time it stumbles upon them. This involves both a serious slowdown and repeating error output while performing dependency resolution. The most common cause of global-scope failures is use of removed or banned APIs in old ebuilds. In particular, this includes eclasses being removed or removing support for old EAPIs. Nonetheless there are also other issues such as performing illegal operations in global scope (external program calls), malformed bash in ebuilds or malformed metadata.xml. The error log for the repository can be found at: https://qa-reports.gentoo.org/output/repos/bircoph.html In particular, please look for highlighted error messages. Please fix the issue ASAP, possibly via removing unmaintained, old ebuilds. We reserve the right to remove the repository from our list if we do not receive any reply within 4 weeks. [1]:https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=e6f2313fc4a21e537e9a6771e6f214f095dca4fd commit e6f2313fc4a21e537e9a6771e6f214f095dca4fd Author: Andrew Savchenko <bircoph@gentoo.org> AuthorDate: 2022-07-31 09:55:00 +0000 Commit: Andrew Savchenko <bircoph@gentoo.org> CommitDate: 2022-07-31 09:55:00 +0000 sys-cluster/netpipe: added to the tree as net-analyzer/netpipe Closes: https://bugs.gentoo.org/858896 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> sys-cluster/netpipe/Manifest | 1 - sys-cluster/netpipe/files/netpipe-3.7.1-gv.patch | 20 ------ .../netpipe/files/netpipe-3.7.1-makefile.patch | 21 ------ sys-cluster/netpipe/files/netpipe-3.7.2-ipv6.patch | 13 ---- sys-cluster/netpipe/metadata.xml | 19 ------ sys-cluster/netpipe/netpipe-3.7.2.ebuild | 75 ---------------------- 6 files changed, 149 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=3daf2207ef64a48e76050b807656837c842112f6 commit 3daf2207ef64a48e76050b807656837c842112f6 Author: Andrew Savchenko <bircoph@gentoo.org> AuthorDate: 2022-07-31 09:43:51 +0000 Commit: Andrew Savchenko <bircoph@gentoo.org> CommitDate: 2022-07-31 09:45:00 +0000 media-libs/win32codecs: version bump to 20110131 Update to EAPI 8. Bug: https://bugs.gentoo.org/858896 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> media-libs/win32codecs/Manifest | 1 + media-libs/win32codecs/win32codecs-20110131.ebuild | 54 ++++++++++++++++++++++ 2 files changed, 55 insertions(+)