Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836037 - app-emulation/virtualbox-guest-additions: uses variables banned in scope (VariableScope)
Summary: app-emulation/virtualbox-guest-additions: uses variables banned in scope (Var...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Viorel Munteanu
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:36 UTC by Sam James
Modified: 2022-07-10 22:52 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:36:50 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope app-emulation/virtualbox-guest-additions
app-emulation/virtualbox-guest-additions
  VariableScope: version 6.1.24: variable 'S' used in 'pkg_setup', line 67
  VariableScope: version 6.1.28: variable 'S' used in 'pkg_setup', line 67
  VariableScope: version 6.1.30: variable 'S' used in 'pkg_setup', line 67
  VariableScope: version 6.1.32: variable 'S' used in 'pkg_setup', line 67
Comment 1 Larry the Git Cow gentoo-dev 2022-07-10 22:51:33 UTC
The bug has been closed via the following commit(s):

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

commit 4d871ba0037304177576fb06c6bb007e9c0f6c24
Author:     Viorel Munteanu <ceamac.paragon@gmail.com>
AuthorDate: 2022-07-10 14:25:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-10 22:50:41 +0000

    app-emulation/virtualbox-guest-additions: fix VariableScope
    
    Closes: https://bugs.gentoo.org/836037
    Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/26326
    Signed-off-by: Sam James <sam@gentoo.org>

 .../virtualbox-guest-additions-6.1.34-r3.ebuild                        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)