Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709226 - [vdr-devel] Ebuild failures occuring in global scope
Summary: [vdr-devel] Ebuild failures occuring in global scope
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords:
Depends on:
Blocks: repository-qa-issues
  Show dependency tree
 
Reported: 2020-02-10 22:14 UTC by Michał Górny
Modified: 2020-02-12 22:21 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-02-10 22:14:07 UTC
Our automated repository checks [1] have detected that the 'vdr-devel'
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/vdr-devel.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
Comment 1 Larry the Git Cow gentoo-dev 2020-02-12 22:21:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=2b04e42f2ee24891151e92c2862a3f26fe7c9206

commit 2b04e42f2ee24891151e92c2862a3f26fe7c9206
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2020-02-12 22:20:41 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2020-02-12 22:20:41 +0000

    media-tv/oscam: migrate to git-r3.eclass
    
    Closes: https://bugs.gentoo.org/709226
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Manifest-Sign-Key: 0x68C51DE6D770E4A6!
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 media-tv/oscam/Manifest          | 18 +++++++++---------
 media-tv/oscam/oscam-9999.ebuild |  8 ++++----
 2 files changed, 13 insertions(+), 13 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=f324d35c9194aa777ba63b48bd4e15b24fe535bd

commit f324d35c9194aa777ba63b48bd4e15b24fe535bd
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2020-02-12 22:05:54 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2020-02-12 22:05:54 +0000

    media-plugins/xbmc-addon-pvr: migrate to git-r3.eclass
    
    Bug: https://bugs.gentoo.org/709226
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Manifest-Sign-Key: 0x68C51DE6D770E4A6!
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 media-plugins/xbmc-addon-pvr/Manifest              | 22 +++++++++++-----------
 .../xbmc-addon-pvr-0.0.1_p20130110.ebuild          | 12 ++++++------
 .../xbmc-addon-pvr-0.0.1_p20140213.ebuild          | 12 ++++++------
 .../xbmc-addon-pvr/xbmc-addon-pvr-9999.ebuild      |  8 ++++----
 4 files changed, 27 insertions(+), 27 deletions(-)

https://gitweb.gentoo.org/proj/vdr/devel.git/commit/?id=54bdbd72bfb9a370fbeec19e62c64a58767f30d6

commit 54bdbd72bfb9a370fbeec19e62c64a58767f30d6
Author:     Joerg Bornkessel <hd_brummy@gentoo.org>
AuthorDate: 2020-02-12 21:37:56 +0000
Commit:     Joerg Bornkessel <hd_brummy@gentoo.org>
CommitDate: 2020-02-12 21:37:56 +0000

    media-plugins/vdr-softhddevice: migration to git-r3.eclass
    
    Bug: https://bugs.gentoo.org/709226
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Manifest-Sign-Key: 0x68C51DE6D770E4A6!
    Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>

 media-plugins/vdr-softhddevice/Manifest                | 18 +++++++++---------
 .../vdr-softhddevice/vdr-softhddevice-9999.ebuild      |  6 ++++--
 2 files changed, 13 insertions(+), 11 deletions(-)