Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797016 - [bircoph] Ebuild failures occuring in global scope
Summary: [bircoph] 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: Andrew Savchenko
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords:
Depends on:
Blocks: repository-qa-issues
  Show dependency tree
 
Reported: 2021-06-20 22:07 UTC by Michał Górny
Modified: 2021-07-15 07:59 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 2021-06-20 22:07:04 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2021-07-15 07:42:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=130adc86b9022d7ba41ff3ccd8a5ea3637f7a5ad

commit 130adc86b9022d7ba41ff3ccd8a5ea3637f7a5ad
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2021-07-15 07:41:01 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2021-07-15 07:41:01 +0000

    sys-cluster/orangefs: drop old version
    
    Bug: https://bugs.gentoo.org/797016
    
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 sys-cluster/orangefs/Manifest                      |   1 -
 .../orangefs/files/orangefs-2.8.6-layout.patch     | 123 -----------
 sys-cluster/orangefs/orangefs-2.8.7.ebuild         | 233 ---------------------
 3 files changed, 357 deletions(-)

https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=03fa155efd60f9d52798c5c9a66605d983e21d66

commit 03fa155efd60f9d52798c5c9a66605d983e21d66
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2021-07-15 07:38:28 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2021-07-15 07:38:28 +0000

    net-ftp/vsftpd: sync with portage version
    
    This also solves EAPI deprecation problem.
    
    Bug: https://bugs.gentoo.org/797016
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 net-ftp/vsftpd/Manifest                            |  2 +-
 net-ftp/vsftpd/files/vsftpd-3.0.3-sparc.patch      | 16 ++++
 .../vsftpd/files/vsftpd-3.0.4-dont-link-caps.patch | 17 ++++
 .../files/vsftpd-disable-seccomp-sandbox.patch     | 15 ++++
 net-ftp/vsftpd/metadata.xml                        | 22 +----
 .../{vsftpd-3.0.3.ebuild => vsftpd-3.0.4.ebuild}   | 94 +++++++++++++---------
 6 files changed, 105 insertions(+), 61 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2021-07-15 07:59:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=b8fdb983d1933e9e721dbf9079be6529455d8147

commit b8fdb983d1933e9e721dbf9079be6529455d8147
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2021-07-15 07:59:05 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2021-07-15 07:59:05 +0000

    sys-cluster/orangefs: update ebuild
    
    - EAPI 7 update
    - deps update
    
    Closes: https://bugs.gentoo.org/797016
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 sys-cluster/orangefs/metadata.xml                      |  2 --
 ...0-r1.ebuild => orangefs-2.9_beta20130530-r2.ebuild} | 18 ++++++++----------
 2 files changed, 8 insertions(+), 12 deletions(-)