Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836044 - dev-cpp/libodb-sqlite: uses variables banned in scope (VariableScope)
Summary: dev-cpp/libodb-sqlite: uses variables banned in scope (VariableScope)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:37 UTC by Sam James
Modified: 2022-03-27 00:23 UTC (History)
0 users

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