> >Have you re-built Python after installing sqlite? >Regards, >Wayne. >
> > I've always delayed building sqlite until something actually needed >it. I suppose you install it before Python ? > > > Wayne seems to be implying that it is a good idea to rebuild Python >after installing sqlite ? > > >Looking at my logs, I've built sqlite before python every time. I >guess >that's why I've not had issues with firefox. > > -- Bruce > Thanks for the help. I had originally installed Python-2.7.3 before SQLite-3.7.14.1. I went back and rebuilt Python, and now I don't get the pysqlite error when I try to build Firefox-16.0.1. However, the Firefox build now stops with another error. I will append the error message at the end of this email. I guess I will try to install more of the optional packages mentioned in the BLFS book for Firefox. If I can get it to build I will post a list of the additional packages I had to install > >This could mean that you don't have an internet connection or that >something is wrong with your DNS configuration. I guess that build >process requires an active internet connection. > I really hope that is not the case, I am not ready yet to get on the internet. I hope that if I install enough packages locally, the Firefox build will not require an internet connection. (Or will an internet connection be required anyway?) > >Is there something unusual in the mozprofile? > > -- Bruce > Here is the last mozilla config file I tried -- it will change after I add more packages: ------------------------------------------------------------------------ # If you have a multicore machine you can speed up the build by running # several jobs at once, but if you have a single core, delete this line: #mk_add_options MOZ_MAKE_FLAGS="-j4" # # If you have not installed Yasm, uncomment this option: # ac_add_options --disable-webm # If you have installed DBus-Glib delete this option: ac_add_options --disable-dbus # If you have installed wireless-tools delete this option: ac_add_options --disable-necko-wifi # If you have installed libnotify delete this option: ac_add_options --disable-libnotify # If you have installed xulrunner uncomment these two lines: # ac_add_options --with-system-libxul # ac_add_options --with-libxul-sdk=\$(pkg-config --variable=sdkdir libxul) # Note: The backslash above is to facilitate a paste operation. It # should not appear in the mozconfig file. # Uncomment these if you have installed them: # ac_add_options --enable-startup-notification # ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite # ac_add_options --with-system-libevent ac_add_options --with-system-libvpx ac_add_options --with-system-nspr ac_add_options --with-system-nss mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir ac_add_options --enable-official-branding ac_add_options --prefix=/usr # The rest of these options have no effect if you're # building against an already installed xulrunner: ac_add_options --disable-crashreporter ac_add_options --disable-debug ac_add_options --disable-installer ac_add_options --disable-static ac_add_options --disable-tests ac_add_options --disable-updater ac_add_options --enable-shared ac_add_options --enable-system-cairo ac_add_options --enable-system-ffi ac_add_options --with-pthreads ac_add_options --with-system-jpeg ac_add_options --with-system-png ac_add_options --with-system-zlib EOF ------------------------------------------------------ And here is the latest error message I get in the Firefox-16.0.1 build: ------------------------------------------------------ make tier_js make[3]: Entering directory `/sources/firefox/mozilla-release/firefox-build-dir' tier_js: js/src make export_tier_js make[4]: Entering directory `/sources/firefox/mozilla-release/firefox-build-dir' export_tier_js make[5]: Entering directory `/sources/firefox/mozilla-release/firefox-build-dir' cd js/src && /usr/bin/perl /sources/firefox/mozilla-release/build/autoconf/make-makefile -t /sources/firefox/mozilla-release/js/src -d . Makefile /bin/sh: line 0: cd: js/src: No such file or directory make[5]: *** [js/src/Makefile] Error 1 make[5]: Leaving directory `/sources/firefox/mozilla-release/firefox-build-dir' make[4]: *** [export_tier_js] Error 2 make[4]: Leaving directory `/sources/firefox/mozilla-release/firefox-build-dir' make[3]: *** [tier_js] Error 2 make[3]: Leaving directory `/sources/firefox/mozilla-release/firefox-build-dir' make[2]: *** [default] Error 2 make[2]: Leaving directory `/sources/firefox/mozilla-release/firefox-build-dir' make[1]: *** [realbuild] 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
