Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678284 - =dev-python/pypy3-bin-7.0.0-r1 - ./pypy3-c: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/tmp/portage/dev-python/pypy3-bin-7.0.0-r1/work/pypy3.5-v7.0.0-src/libpypy3-c.so)
Summary: =dev-python/pypy3-bin-7.0.0-r1 - ./pypy3-c: /lib64/libc.so.6: version `GLIBC_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-18 10:23 UTC by ngg
Modified: 2019-02-18 16:12 UTC (History)
1 user (show)

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 ngg 2019-02-18 10:23:18 UTC
During the build pypy3-c is used which requires GLIBC_2.28.

Relevant part of the build output output:
./pypy3-c: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/tmp/portage/dev-python/pypy3-bin-7.0.0-r1/work/pypy3.5-v7.0.0-src/libpypy3-c.so)
 * ERROR: dev-python/pypy3-bin-7.0.0-r1::gentoo failed (compile phase):
 *   Generation of Grammar and PatternGrammar pickles failed
 * 
 * Call stack:
 *     ebuild.sh, line 124:  Called src_compile
 *   environment, line 2256:  Called die
 * The specific snippet of code:
 *       ./pypy3-c -c "import lib2to3.pygram, lib2to3.patcomp; lib2to3.patcomp.PatternCompiler()" || die "Generation of Grammar and PatternGrammar pickles failed";
Comment 1 Larry the Git Cow gentoo-dev 2019-02-18 16:12:03 UTC
The bug has been closed via the following commit(s):

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

commit d8ef6eef47917fa0ed34cc82d4877624423b2b7d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-02-18 16:10:58 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-02-18 16:11:54 +0000

    dev-python/pypy3-bin: Require glibc-2.28
    
    Closes: https://bugs.gentoo.org/678284
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pypy3-bin/pypy3-bin-7.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)