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

Bug 805230

Summary: dev-python/pypy3-exe-bin is built without sqlite support
Product: Gentoo Linux Reporter: Sorrow <lynx1534>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED INVALID    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sorrow 2021-07-30 14:39:38 UTC
I cannot build pypy3 from source because it takes too long on my old hardware. But I found that there is a binary package for it. I tried installing portage with pypy3 target, but it does not support sqlite, so I had to disable sqlite metadata cache module. And without it (but with pypy3) portage takes about 2 times longer to calculate dependencies, so it does not make sense using pypy3. It would be great if pypy3-exe-bin was built with sqlite support.

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-08-01 10:01:20 UTC
PyPy3's sqlite support is via CFFI, and it should be entirely independent of pypy-exe vs pypy-exe-bin.  Do you have USE=sqlite enabled on dev-python/pypy?
Comment 2 Sorrow 2021-08-01 13:27:32 UTC
Okay. For some reason I thought I saw this flag on dev-python/pypy3-exe package, not on dev-python/pypy3. Oh well.