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

Bug 836043

Summary: dev-cpp/libodb: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Mark Wright <gienah>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
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:37:17 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope dev-cpp/libodb
dev-cpp/libodb
  VariableScope: version 2.5.0_beta19: variable 'D' used in 'src_configure', line 94
Comment 1 Larry the Git Cow gentoo-dev 2022-03-27 00:23:58 UTC
The bug has been closed via the following commit(s):

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

commit 3d03e75f4c8c09002eb62d9849207de0e92f000a
Author:     Mark Wright <gienah@gentoo.org>
AuthorDate: 2022-03-27 00:17:07 +0000
Commit:     Mark Wright <gienah@gentoo.org>
CommitDate: 2022-03-27 00:23:51 +0000

    dev-cpp/libodb: Move config.install.chroot="${D}" to src_install.
    
    Closes: https://bugs.gentoo.org/836043
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Mark Wright <gienah@gentoo.org>

 ...mol-vtable-for-match_any_but_newline-exec.patch | 38 ++++++++++++++++++++++
 dev-cpp/libodb/libodb-2.5.0_beta19.ebuild          |  7 ++--
 2 files changed, 42 insertions(+), 3 deletions(-)