Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 844337 - app-metrics/node_exporter: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Summary: app-metrics/node_exporter: uses deprecated EGO_SUM (DeprecatedEclassVariable)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 844238
  Show dependency tree
 
Reported: 2022-05-14 23:15 UTC by Sam James
Modified: 2022-07-22 23:37 UTC (History)
1 user (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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:15:16 UTC
This package uses the deprecated EGO_SUM go-module.eclass variable. It must be migrated to dep tarballs (see eclassdocs) or vendored deps if upstream provide them.

$ pkgcheck scan -k DeprecatedEclassVariable app-metrics/node_exporter
app-metrics/node_exporter
  DeprecatedEclassVariable: version 1.1.2-r1: uses deprecated variable on line 12: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 1.2.0: uses deprecated variable on line 12: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 1.2.2: uses deprecated variable on line 12: EGO_SUM (no replacement)
  DeprecatedEclassVariable: version 1.3.1: uses deprecated variable on line 12: EGO_SUM (no replacement)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-14 23:57:54 UTC
William asked that I comment on all of these bugs to note you don't need to revbump to fix it as it'll be successfully installed already.
Comment 2 Larry the Git Cow gentoo-dev 2022-07-18 02:22:59 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8882d8fc6d88789f0f95a3701ef48f93ca483c0

commit f8882d8fc6d88789f0f95a3701ef48f93ca483c0
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-18 02:22:13 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-18 02:22:53 +0000

    app-metrics/node_exporter: convert to dependency tarball
    
    Bug: https://bugs.gentoo.org/844337
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-metrics/node_exporter/Manifest                 | 335 +----------
 .../node_exporter/node_exporter-1.2.0.ebuild       | 620 ---------------------
 .../node_exporter/node_exporter-1.2.2.ebuild       | 620 ---------------------
 .../node_exporter/node_exporter-1.3.1.ebuild       | 583 +------------------
 4 files changed, 2 insertions(+), 2156 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2022-07-22 23:37:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d9da6e2ca7a6697a41e99135624fc913c9847f

commit 78d9da6e2ca7a6697a41e99135624fc913c9847f
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-22 23:36:45 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-22 23:36:45 +0000

    app-metrics/node_exporter: drop 1.1.2-r1
    
    Closes: https://bugs.gentoo.org/844337
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-metrics/node_exporter/Manifest                 | 562 -------------------
 .../node_exporter/node_exporter-1.1.2-r1.ebuild    | 610 ---------------------
 2 files changed, 1172 deletions(-)