#13721: firefox-78.0esr
-------------------------+-----------------------
 Reporter:  ken@…        |       Owner:  ken@…
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  9.2
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by pierre.labastie):

 Tried to install, but it fails early with (just the end of a long
 backtrace):
 {{{
   File "/usr/lib/python3.8/sqlite3/dbapi2.py", line 27, in <module>
     from _sqlite3 import *
   File "/sources/firefox/firefox-78.0/build/mach_bootstrap.py", line 475,
 in __call__
     module = self._original_import(name, globals, locals, fromlist, level)
 ModuleNotFoundError: No module named '_sqlite3'
 }}}
 What seems weird is that the ''from _sqlite3 import *'' line is from a
 system installed file, but the call seems to go through a source file.
 Anyway, short googling showed the _sqlite3 is built by the Python build
 system if the sqlite headers are present. So I rebuilt Python3. And the
 build (still running) seems to have gone past that point...

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/13721#comment:5>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to