On 1/9/2020 2:54 PM, Douglas R. Reno via blfs-support wrote:

On 1/9/20 1:38 PM, Alan Feuerbacher via blfs-support wrote:
I'm building subversion-1.13.0 in (System V Edition) - Version 2020-01-
08
and have run into a test problem. After executing "make check" I get
this
failure:

[SKIPPED] Python sqlite3 module required

In earlier LFS versions I was able to install Pysqlite this way:

# https://github.com/ghaering/pysqlite
mkdir Pysqlite
mv pysqlite-master.zip Pysqlite/
cd Pysqlite/
unzip pysqlite-master.zip
cd pysqlite-master
python setup.py install

After I do this, the subversion make check still fails.

Any ideas?

Alan


Hi Alan,

Can you try rebuilding Python2 and Python3 now that you have SQLite installed? Subversion-1.13.0 looks for the SQLite module installed by Python itself IIRC. I rebuild both Python2 and Python3 before subversion normally because I have sqlite installed at that point.

- Doug

That worked! Thanks!

Alan

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to