Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805230 - dev-python/pypy3-exe-bin is built without sqlite support
Summary: dev-python/pypy3-exe-bin is built without sqlite support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-30 14:39 UTC by Sorrow
Modified: 2021-08-01 13:27 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 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.