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

Bug 836033

Summary: app-crypt/gpgme: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
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: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>