Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 836037

Summary: app-emulation/virtualbox-guest-additions: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Viorel Munteanu <ceamac>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://github.com/gentoo/gentoo/pull/26326
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 775191    

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(-)