Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587320 - <sys-libs/glibc-2.27 : calls get_KV, KV_to_int
Summary: <sys-libs/glibc-2.27 : calls get_KV, KV_to_int
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords: PMASKED
Depends on: glibc-2.27-stable
Blocks: 384041
  Show dependency tree
 
Reported: 2016-06-27 18:21 UTC by Michał Górny
Modified: 2019-01-27 20:28 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-06-27 18:21:19 UTC
See tracker bug.
Comment 1 Larry the Git Cow gentoo-dev 2018-01-20 00:51:18 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a05395f7f72e5f30fb9b8b4f765753ead17137

commit 79a05395f7f72e5f30fb9b8b4f765753ead17137
Author:     Andreas K. Huettel <dilfridge@gentoo.org>
AuthorDate: 2018-01-19 20:09:11 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-01-20 00:50:27 +0000

    sys-libs/glibc: Use linux-info.eclass to get running kernel, bug 587320
    
    Bug: https://bugs.gentoo.org/587320
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-libs/glibc/glibc-9999.ebuild | 54 ++++++++++++++++++++++++++++++++++------
 1 file changed, 47 insertions(+), 7 deletions(-)}
Comment 2 Larry the Git Cow gentoo-dev 2018-01-20 16:57:47 UTC
The bug has been referenced in the following commit(s):

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

commit ffbc9b4d0f08a5e46e071542e2034a0961efd94c
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-01-20 16:56:58 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-01-20 16:57:29 +0000

    sys-libs/glibc: On second thought, let's not use linux-info.eclass here.
    
    It introduces too much magic and makes too many assumptions.
    Still, we now do not use any deprecated portage features anymore.
    
    Bug: https://bugs.gentoo.org/587320
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-libs/glibc/glibc-9999.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)}
Comment 3 Larry the Git Cow gentoo-dev 2019-01-27 20:28:00 UTC
The bug has been closed via the following commit(s):

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

commit dd40cfb4721f691b5596e334960dea58b97f986a
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-01-27 20:13:56 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-01-27 20:27:53 +0000

    toolchain-glibc.eclass: avoid using KV_to_int and get_KV
    
    'KV_to_int' and 'get_KV' are portage internals.
    
    This change pulls in implementation of 'KV_to_int' and
    'get_KV' as-is with a rename:
        KV_to_int -> tc_glibc_KV_to_int
        get_KV    -> tc_glibc_get_KV (small API change)
    
    Reported-by: Brian Harring
    Reported-by: Michał Górny
    Bug: https://bugs.gentoo.org/384041
    Closes: https://bugs.gentoo.org/587320
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 eclass/toolchain-glibc.eclass | 54 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 50 insertions(+), 4 deletions(-)