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

Bug 836044

Summary: dev-cpp/libodb-sqlite: 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:22 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-sqlite
dev-cpp/libodb-sqlite
  VariableScope: version 2.5.0_beta19: variable 'D' used in 'src_configure', line 100
Comment 1 Larry the Git Cow gentoo-dev 2022-03-27 00:23:59 UTC
The bug has been closed via the following commit(s):

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

commit 8107eb8df72295b074f999339b97257efdec82e6
Author:     Mark Wright <gienah@gentoo.org>
AuthorDate: 2022-03-27 00:19:56 +0000
Commit:     Mark Wright <gienah@gentoo.org>
CommitDate: 2022-03-27 00:23:52 +0000

    dev-cpp/libodb-sqlite: Move config.install.chroot="${D}" to src_install.
    
    Closes: https://bugs.gentoo.org/836044
    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 ++++++++++++++++++++++
 .../libodb-sqlite-2.5.0_beta19.ebuild              |  7 ++--
 2 files changed, 42 insertions(+), 3 deletions(-)