Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836033 - app-crypt/gpgme: uses variables banned in scope (VariableScope)
Summary: app-crypt/gpgme: 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: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:36 UTC by Sam James
Modified: 2022-07-15 09:16 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:36:32 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope app-crypt/gpgme
app-crypt/gpgme
  VariableScope: version 1.15.1: variable 'WORKDIR' used in 'pkg_setup', lines 48, 49
  VariableScope: version 1.16.0: variable 'WORKDIR' used in 'pkg_setup', lines 53, 54
  VariableScope: version 1.17.0-r1: variable 'WORKDIR' used in 'pkg_setup', lines 51, 52
Comment 1 Larry the Git Cow gentoo-dev 2022-07-15 09:16:10 UTC
The bug has been closed via the following commit(s):

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

commit 062bda03ee5751477a74d68f6b000e7cb4a3226c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-15 09:16:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-15 09:16:02 +0000

    app-crypt/gpgme: drop 1.16.0
    
    Closes: https://bugs.gentoo.org/836033
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/gpgme/Manifest                           |   2 -
 .../files/gpgme-1.16.0-fix-t-edit-sign-test.patch  | 120 ---------------------
 .../gpgme/files/gpgme-1.16.0-glibc-2.34.patch      |  33 ------
 app-crypt/gpgme/gpgme-1.16.0.ebuild                | 119 --------------------
 4 files changed, 274 deletions(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-15 09:16:42 UTC
Original fix:

commit 2ccb8a744898d5e3b48acfb1c6cb802778ed087b
Author: Sam James <sam@gentoo.org>
Date:   Sun Mar 6 23:36:19 2022 +0000

    app-crypt/gpgme: fix VariableScope, UnusedInherits

    Signed-off-by: Sam James <sam@gentoo.org>