Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836074 - media-plugins/hdx-realtime-media-engine: uses variables banned in scope (VariableScope)
Summary: media-plugins/hdx-realtime-media-engine: uses variables banned in scope (Vari...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Henning Schild
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:39 UTC by Sam James
Modified: 2022-10-15 15:13 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:39:43 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope media-plugins/hdx-realtime-media-engine
media-plugins/hdx-realtime-media-engine
  VariableScope: version 2.9.300.2604: variable 'BROOT' used in 'pkg_postinst', lines 90, 92
  VariableScope: version 2.9.400.2702: variable 'BROOT' used in 'pkg_postinst', lines 91, 93
Comment 1 Larry the Git Cow gentoo-dev 2022-10-15 15:13:24 UTC
The bug has been closed via the following commit(s):

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

commit c4abbf5fd1f2475e2bf8df83f7d6aee9d6c27025
Author:     Henning Schild <henning@hennsch.de>
AuthorDate: 2022-07-18 07:20:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-15 15:13:12 +0000

    media-plugins/hdx-realtime-media-engine: switch from BROOT to ROOT
    
    To set the plugin up we run a configuration tools which is part of the
    package in pkg_postinst. Take the tool from ROOT and not BROOT any
    longer.
    
    Closes: https://bugs.gentoo.org/836074
    Signed-off-by: Henning Schild <henning@hennsch.de>
    Closes: https://github.com/gentoo/gentoo/pull/26196
    Signed-off-by: Sam James <sam@gentoo.org>

 .../hdx-realtime-media-engine-2.9.400.2702.ebuild                     | 4 ++--
 .../hdx-realtime-media-engine-2.9.500.2802.ebuild                     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)