I think I've installed all the required and recommended packages, plus I installed the optional SQLite-3.7.14.1, NSPR-4.9.3 and NSS-3.14 packages. I am trying to build firefox-16.0.1 in LFS-7.2 without using Xulrunner-16.0.1. When I try to compile I get an error message that it can't find something called "pysqlite" - should that be part of SQLite?
Here is the error message I get, thanks for any help: ----------------------------------------------------------- Installed /sources/firefox/mozilla-release/testing/mozbase/mozprofile Processing dependencies for mozprofile==0.4 Searching for pysqlite Reading http://pypi.python.org/simple/pysqlite/ Download error: [Errno -2] Name or service not known -- Some packages may not be found! Couldn't find index page for 'pysqlite' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ Download error: [Errno -2] Name or service not known -- Some packages may not be found! No local packages or download links found for pysqlite Best match: None Traceback (most recent call last): File "setup.py", line 58, in <module> """, File "/usr/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "build/bdist.linux-i686/egg/setuptools/command/develop.py", line 27, in run File "build/bdist.linux-i686/egg/setuptools/command/develop.py", line 102, in install_for_development File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 519, in process_distribution File "build/bdist.linux-i686/egg/pkg_resources.py", line 563, in resolve File "build/bdist.linux-i686/egg/pkg_resources.py", line 799, in best_match File "build/bdist.linux-i686/egg/pkg_resources.py", line 811, in obtain File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 434, in easy_install File "build/bdist.linux-i686/egg/setuptools/package_index.py", line 475, in fetch_distribution AttributeError: 'NoneType' object has no attribute 'clone' make[3]: *** [default] Error 1 make[3]: Leaving directory `/sources/firefox/mozilla-release/firefox-build-dir/build/virtualenv' *** Fix above errors and then restart with "make -f client.mk build" make[2]: *** [configure] Error 1 make[2]: Leaving directory `/sources/firefox/mozilla-release' make[1]: *** [/sources/firefox/mozilla-release/firefox-build-dir/Makefile] Error 2 make[1]: Leaving directory `/sources/firefox/mozilla-release' make: *** [build] Error 2 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
