Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836053 - dev-lang/R: uses variables banned in scope (VariableScope)
Summary: dev-lang/R: uses variables banned in scope (VariableScope)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on: 843221
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:38 UTC by Sam James
Modified: 2022-06-01 15:10 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-03-26 03:38:03 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope dev-lang/R
dev-lang/R
  VariableScope: version 4.0.5-r1: variable 'EROOT' used in 'src_install', lines 186, 187
  VariableScope: version 4.0.5-r1: variable 'EROOT' used in 'src_prepare', lines 100, 128, 131
  VariableScope: version 4.1.0-r2: variable 'EROOT' used in 'src_install', lines 178, 179
  VariableScope: version 4.1.0-r2: variable 'EROOT' used in 'src_prepare', lines 91, 119, 122
Comment 1 Michael Orlitzky gentoo-dev 2022-05-07 17:07:17 UTC
These EROOTs already been removed from newer dev-lang/R ebuilds. We just need to stabilize one of them and drop the perpetrators.
Comment 2 Michael Orlitzky gentoo-dev 2022-05-08 00:38:34 UTC
(In reply to Michael Orlitzky from comment #1)
> These EROOTs already been removed from newer dev-lang/R ebuilds. We just
> need to stabilize one of them and drop the perpetrators.

bug 843221
Comment 3 Larry the Git Cow gentoo-dev 2022-06-01 15:10:35 UTC
The bug has been closed via the following commit(s):

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

commit 092a26e7dbe69f39481dbbdd86fc978aa2d94e46
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2022-06-01 15:07:05 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2022-06-01 15:07:05 +0000

    dev-lang/R: remove old "unused" R-4.0.5-r1.ebuild.
    
    Closes: https://bugs.gentoo.org/836053
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 dev-lang/R/Manifest          |   1 -
 dev-lang/R/R-4.0.5-r1.ebuild | 243 -------------------------------------------
 2 files changed, 244 deletions(-)