Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 858938 - [dotnet] Ebuild failures occuring in global scope
Summary: [dotnet] 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 Overlays Project
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords:
Depends on:
Blocks: repository-qa-issues repository-qa-bugzie
  Show dependency tree
 
Reported: 2022-07-18 18:39 UTC by Thomas Bracht Laumann Jespersen
Modified: 2022-07-20 12:13 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 Thomas Bracht Laumann Jespersen 2022-07-18 18:39:30 UTC
== == == == == == == == == == == == == == == == == == == == == == == ==
The repository owner is not registered on Bugzilla
Owner: ['dotnet@gentoo.org']
== == == == == == == == == == == == == == == == == == == == == == == ==

Our automated repository checks [1] have detected that the 'dotnet'
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/dotnet.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 2022-07-19 17:43:28 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=f31696cd457f82f81719a015c73958271977789c

commit f31696cd457f82f81719a015c73958271977789c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-19 17:40:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-19 17:40:24 +0000

    dev-lang/mono: treeclean (outdated live ebuild)
    
    Use version from ::gentoo instead.
    
    Bug: https://bugs.gentoo.org/858938
    Closes: https://github.com/gentoo/dotnet/issues/509
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/add_missing_vb_portable_targets.patch    |  20 ----
 dev-lang/mono/files/autofac.patch                  |  24 -----
 ...tExtensions-issue-2710-another-resolution.patch |  48 ---------
 .../files/fix-for-GitExtensions-issue-2710.patch   |  28 -----
 dev-lang/mono/files/fix-for-bug36724.patch         |  13 ---
 dev-lang/mono/files/mono-3.2.1-mdoc-fix.patch      |  12 ---
 ...mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch |  22 ----
 ...ix-mono-dis-makefile-am-when-without-sgen.patch |  15 ---
 .../files/mono-4.0.2.5-fix-ppc-atomic-add-i4.patch |  79 --------------
 dev-lang/mono/files/mono-5.0.1.1-x86_32.patch      |  21 ----
 .../mono/files/mono-5.10.0.179-ncurses61.patch     | 106 -------------------
 dev-lang/mono/files/systemweb3.patch               |  22 ----
 dev-lang/mono/files/try-catch.patch                |  31 ------
 dev-lang/mono/metadata.xml                         |  22 ----
 dev-lang/mono/mono-9999.ebuild                     | 113 ---------------------
 15 files changed, 576 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2022-07-20 01:07:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=9a9bf85f10a46a1478e4e2a012366968be7371f2

commit 9a9bf85f10a46a1478e4e2a012366968be7371f2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:06:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:25 +0000

    net-misc/sparkleshare: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/sparkleshare/Manifest                     |  1 -
 .../files/sparkleshare-1.4-mono-path.patch         | 19 ---------
 net-misc/sparkleshare/metadata.xml                 | 11 -----
 net-misc/sparkleshare/sparkleshare-1.4.ebuild      | 49 ----------------------
 4 files changed, 80 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=46688f648b49d3461095b7173d7e6dd388e861aa

commit 46688f648b49d3461095b7173d7e6dd388e861aa
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:06:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:25 +0000

    net-misc/simpleDLNA: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/simpleDLNA/Manifest                |  1 -
 net-misc/simpleDLNA/metadata.xml            |  8 ----
 net-misc/simpleDLNA/simpleDLNA-1.0.2.ebuild | 62 -----------------------------
 3 files changed, 71 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=294497c987509a1b0042bdb044e8e35db9062d0f

commit 294497c987509a1b0042bdb044e8e35db9062d0f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:06:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:25 +0000

    media-gfx/pinta: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/pinta/Manifest         |  1 -
 media-gfx/pinta/metadata.xml     | 25 ---------------
 media-gfx/pinta/pinta-1.6.ebuild | 68 ----------------------------------------
 3 files changed, 94 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=a3bcd78e0c3a2ebe08993b1a5687d4d7a70ece86

commit a3bcd78e0c3a2ebe08993b1a5687d4d7a70ece86
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:05:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:25 +0000

    dev-util/monodevelop: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/monodevelop/Manifest                      |  10 -
 .../monodevelop/files/5.7-downgrade_to_mvc3.patch  |  47 ---
 dev-util/monodevelop/files/5.9.5-kill-gnome.patch  | 153 ---------
 .../monodevelop/files/5.9.5-skip_merged_tar.patch  |  11 -
 .../files/6.0-aspnet-template-references-fix.patch |  20 --
 dev-util/monodevelop/files/6.0-kill-gnome.patch    | 184 ----------
 .../files/aspnet-template-references-fix.patch     |  73 ----
 .../monodevelop/files/gentoo-dotnet-issue-30.patch |  18 -
 dev-util/monodevelop/files/kill-gnome.patch        | 369 ---------------------
 .../monodevelop/files/kill-qtcurve-warning.patch   |  12 -
 dev-util/monodevelop/files/local-nuget-icons.patch |  31 --
 .../monodevelop/files/mrward-xdt-issue-4.patch     |  35 --
 dev-util/monodevelop/metadata.xml                  |  13 -
 dev-util/monodevelop/monodevelop-5.10.3.51.ebuild  | 148 ---------
 dev-util/monodevelop/monodevelop-6.0.0.4761.ebuild | 122 -------
 dev-util/monodevelop/monodevelop-9999.ebuild       | 113 -------
 16 files changed, 1359 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=dc30339827bd17a58a1eebbbadd7c31ee98d122a

commit dc30339827bd17a58a1eebbbadd7c31ee98d122a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:05:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:25 +0000

    dev-lang/ironscheme: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/ironscheme/ironscheme-0.9.99659.ebuild | 26 -------------------------
 dev-lang/ironscheme/metadata.xml                | 14 -------------
 2 files changed, 40 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=de14652537dc511fb39f561b9dfd85c04aa176e8

commit de14652537dc511fb39f561b9dfd85c04aa176e8
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:05:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:18 +0000

    dev-dotnet/soup-sharp: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-dotnet/soup-sharp/Manifest                     |  1 -
 .../files/soup-sharp-2.42.2-4404312-libdir.patch   | 16 -----------
 .../files/soup-sharp-2.42.2-5898dab-mcs.patch      | 13 ---------
 dev-dotnet/soup-sharp/metadata.xml                 | 11 --------
 dev-dotnet/soup-sharp/soup-sharp-2.42.2.ebuild     | 33 ----------------------
 5 files changed, 74 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=07f98dc510c47ea5989a173accf8630668a03f5c

commit 07f98dc510c47ea5989a173accf8630668a03f5c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:05:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:18 +0000

    dev-dotnet/mono-addins: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-dotnet/mono-addins/Manifest                    |  3 --
 dev-dotnet/mono-addins/files/gmcs.patch            | 15 -------
 dev-dotnet/mono-addins/metadata.xml                |  8 ----
 dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild | 42 ------------------
 dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild   | 50 ----------------------
 dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild    | 50 ----------------------
 6 files changed, 168 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=5a72fd81db4f3ca5b6a24975cbe51ccaa88573db

commit 5a72fd81db4f3ca5b6a24975cbe51ccaa88573db
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:05:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:18 +0000

    dev-dotnet/hyena: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-dotnet/hyena/Manifest         |  1 -
 dev-dotnet/hyena/hyena-0.5.ebuild | 27 ---------------------------
 dev-dotnet/hyena/metadata.xml     |  8 --------
 3 files changed, 36 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=4243420b9fd5f0cc4b3357f1700eae37a42aa760

commit 4243420b9fd5f0cc4b3357f1700eae37a42aa760
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:05:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:18 +0000

    dev-dotnet/gtk-sharp-beans: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-dotnet/gtk-sharp-beans/Manifest                |  1 -
 .../gtk-sharp-beans-2.14.0-r2.ebuild               | 39 ----------------------
 dev-dotnet/gtk-sharp-beans/metadata.xml            |  8 -----
 3 files changed, 48 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=74a37fc43bc412505010bb4e3477198691e56218

commit 74a37fc43bc412505010bb4e3477198691e56218
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:04:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:18 +0000

    dev-dotnet/gkeyfile-sharp: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-dotnet/gkeyfile-sharp/Manifest                 |  1 -
 .../gkeyfile-sharp/gkeyfile-sharp-0.1-r1.ebuild    | 32 ----------------------
 dev-dotnet/gkeyfile-sharp/metadata.xml             |  8 ------
 3 files changed, 41 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=1d0c20177bfabdab527ba8d7ebc1a97934edcdc2

commit 1d0c20177bfabdab527ba8d7ebc1a97934edcdc2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:04:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:18 +0000

    dev-dotnet/gio-sharp: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-dotnet/gio-sharp/Manifest                |  1 -
 dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 44 ----------------------------
 dev-dotnet/gio-sharp/metadata.xml            |  8 -----
 3 files changed, 53 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=71da269acfcb103977ac772042a14f43e3c2140a

commit 71da269acfcb103977ac772042a14f43e3c2140a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:04:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:07:18 +0000

    dev-dotnet/fake: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-dotnet/fake/Manifest           |  1 -
 dev-dotnet/fake/fake-3.23.0.ebuild | 71 --------------------------------------
 dev-dotnet/fake/metadata.xml       | 15 --------
 3 files changed, 87 deletions(-)

https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=5912b5c5ca3b2e10814da0869dc1a6290ff47fab

commit 5912b5c5ca3b2e10814da0869dc1a6290ff47fab
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-20 01:03:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 01:03:50 +0000

    app-shells/pash: treeclean (broken)
    
    Bug: https://bugs.gentoo.org/858938
    Signed-off-by: Sam James <sam@gentoo.org>

 app-shells/pash/Manifest                    |   2 -
 app-shells/pash/files/template.csproj       |  49 ------------
 app-shells/pash/metadata.xml                |  11 ---
 app-shells/pash/pash-0.0-r20150618.ebuild   |  47 ------------
 app-shells/pash/pash-0.0_p2016060606.ebuild | 114 ----------------------------
 5 files changed, 223 deletions(-)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-20 01:54:27 UTC
I've pruned the worst of it (a lot of them had unsolvable deps, like long-gone GNOME packages in ::gentoo) and at least cache generation succeeds now.
Comment 4 Thomas Bracht Laumann Jespersen 2022-07-20 12:13:52 UTC
Thanks!