Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630194 - [lisp] Ebuild failures occuring in global scope
Summary: [lisp] 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)
Deadline: 2017-12-08
Assignee: Gentoo Lisp Project
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords:
: 615660 (view as bug list)
Depends on:
Blocks: repository-qa-issues
  Show dependency tree
 
Reported: 2017-09-07 14:55 UTC by Michał Górny
Modified: 2018-03-09 21:35 UTC (History)
2 users (show)

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 2017-09-07 14:55:29 UTC
Our automated repository checks [1] have detected that the 'lisp'
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/lisp.html

In particular, please look for highlighted '!!! ERROR' and '!!! caught
exception' lines. The former usually mean failures coming from eclasses
and the ebuild itself, while exceptions usually mean malformed ebuilds
or metadata.xml.

Please note that due to technical limitations of pkgcore, the processing
stops on the first error found. Once solved, please wait ~30 minutes for
the report to refresh in case new errors may appear.

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 Chema Alonso Josa (RETIRED) gentoo-dev 2017-09-08 07:19:08 UTC
@amynka: This seems scheme related. Can you take a look a it?

Thanks.
Comment 2 Chema Alonso Josa (RETIRED) gentoo-dev 2017-10-31 20:02:26 UTC
*** Bug 615660 has been marked as a duplicate of this bug. ***
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-11-28 11:39:35 UTC
Ping.
Comment 4 Chema Alonso Josa (RETIRED) gentoo-dev 2017-11-29 14:52:38 UTC
I'll drop the package in the following days if noone opposes.
Comment 5 Amy Liffey gentoo-dev 2017-11-29 18:01:22 UTC
(In reply to Chema Alonso Josa from comment #4)
> I'll drop the package in the following days if noone opposes.

Go for it.

Thank you
Comment 6 Larry the Git Cow gentoo-dev 2017-11-29 19:43:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ebf8f809c4cac4918d4b52a56aed8091b902226e

commit ebf8f809c4cac4918d4b52a56aed8091b902226e
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2017-11-29 19:40:11 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2017-11-29 19:40:11 +0000

    dev-lisp/chibi-scheme: Drops package
    
    Closes: https://bugs.gentoo.org/630194

 dev-scheme/chibi-scheme/Manifest                  |  4 --
 dev-scheme/chibi-scheme/chibi-scheme-0.6.1.ebuild | 64 ---------------------
 dev-scheme/chibi-scheme/chibi-scheme-0.7.ebuild   | 68 -----------------------
 3 files changed, 136 deletions(-)
Comment 7 Larry the Git Cow gentoo-dev 2017-11-30 10:22:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0e262ff19ebd33a8ce4b1e424067b88c64aeeb54

commit 0e262ff19ebd33a8ce4b1e424067b88c64aeeb54
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2017-11-30 10:19:07 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2017-11-30 10:19:07 +0000

    dev-lisp/larceny*: Drops larceny packages
    
    Closes: https://bugs.gentoo.org/630194

 dev-scheme/larceny-petit/Manifest                  |   5 -
 .../files/larceny-petit-0.97-stackfix.patch        |  13 --
 .../files/larceny-petit-0.97-textrelfix.patch      |  76 --------
 dev-scheme/larceny-petit/larceny-petit-0.97.ebuild | 207 ---------------------
 dev-scheme/larceny/Manifest                        |   6 -
 .../larceny/files/larceny-0.961-stackfix.patch     |  13 --
 .../larceny/files/larceny-0.961-textrelfix.patch   |  76 --------
 dev-scheme/larceny/larceny-0.97.ebuild             |  77 --------
 dev-scheme/larceny/larceny-9999.ebuild             |  78 --------
 9 files changed, 551 deletions(-)
Comment 8 Larry the Git Cow gentoo-dev 2018-03-09 17:41:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/lisp.git/commit/?id=474ec4a6174efb1a1b5bf8a4d74160b60fea936e

commit 474ec4a6174efb1a1b5bf8a4d74160b60fea936e
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2017-11-30 10:19:07 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2018-03-09 17:38:42 +0000

    dev-lisp/larceny*: Drops larceny packages
    
    Closes: https://bugs.gentoo.org/630194

 dev-scheme/larceny-petit/Manifest                  |   5 -
 .../files/larceny-petit-0.97-stackfix.patch        |  13 --
 .../files/larceny-petit-0.97-textrelfix.patch      |  76 --------
 dev-scheme/larceny-petit/larceny-petit-0.97.ebuild | 207 ---------------------
 dev-scheme/larceny/Manifest                        |   6 -
 .../larceny/files/larceny-0.961-stackfix.patch     |  13 --
 .../larceny/files/larceny-0.961-textrelfix.patch   |  76 --------
 dev-scheme/larceny/larceny-0.97.ebuild             |  77 --------
 dev-scheme/larceny/larceny-9999.ebuild             |  78 --------
 9 files changed, 551 deletions(-)

https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f15f2003ac69f944bdc28e8df254a70660531f7a

commit f15f2003ac69f944bdc28e8df254a70660531f7a
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2017-11-29 19:40:11 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2018-03-09 17:38:42 +0000

    dev-lisp/chibi-scheme: Drops package
    
    Closes: https://bugs.gentoo.org/630194

 dev-scheme/chibi-scheme/Manifest                  |  4 --
 dev-scheme/chibi-scheme/chibi-scheme-0.6.1.ebuild | 64 ---------------------
 dev-scheme/chibi-scheme/chibi-scheme-0.7.ebuild   | 68 -----------------------
 3 files changed, 136 deletions(-)
Comment 9 Larry the Git Cow gentoo-dev 2018-03-09 21:35:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/lisp.git/commit/?id=198edcac148f45b94b3f18abc605504031f3b34c

commit 198edcac148f45b94b3f18abc605504031f3b34c
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2017-11-30 10:19:07 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2018-03-09 21:34:20 +0000

    dev-lisp/larceny*: Drops larceny packages
    
    Closes: https://bugs.gentoo.org/630194

 dev-scheme/larceny-petit/Manifest                  |   5 -
 .../files/larceny-petit-0.97-stackfix.patch        |  13 --
 .../files/larceny-petit-0.97-textrelfix.patch      |  76 --------
 dev-scheme/larceny-petit/larceny-petit-0.97.ebuild | 207 ---------------------
 dev-scheme/larceny/Manifest                        |   6 -
 .../larceny/files/larceny-0.961-stackfix.patch     |  13 --
 .../larceny/files/larceny-0.961-textrelfix.patch   |  76 --------
 dev-scheme/larceny/larceny-0.97.ebuild             |  77 --------
 dev-scheme/larceny/larceny-9999.ebuild             |  78 --------
 9 files changed, 551 deletions(-)

https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0d74ffdc3ece70da1e902d731ed19dea4ad7020f

commit 0d74ffdc3ece70da1e902d731ed19dea4ad7020f
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2017-11-29 19:40:11 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2018-03-09 21:34:20 +0000

    dev-lisp/chibi-scheme: Drops package
    
    Closes: https://bugs.gentoo.org/630194

 dev-scheme/chibi-scheme/Manifest                  |  4 --
 dev-scheme/chibi-scheme/chibi-scheme-0.6.1.ebuild | 64 ---------------------
 dev-scheme/chibi-scheme/chibi-scheme-0.7.ebuild   | 68 -----------------------
 3 files changed, 136 deletions(-)