On Tue, Sep 17, 2013 at 08:20:13AM +0200, [email protected] wrote: > Hi again, > > I'm trying to build Firefox 23.0.1, and it fails with an undefined symbol > nsWifiMonitor::DoScan. I installed all the recommended dependencies, but due > to a previous build error with sqlite, I commented out the system sqlite in > mozconfig : > > #ac_add_options --enable-system-sqlite > > Below is the detailed log, I just removed some 4.000 INPUT(...) lines) to > keep it readable. Any idea what is missing here ? Some other dependency maybe > ? Or some configuration switch that I can set (I *do* need wifi to work, it's > my only net access :-) ? > > Joao >
I guess that for most BLFS users who use wifi, they have some method of bringing up the wifi and don't rely on firefox to try to connect (e.g. you might want to get mail, or to use wget). The key part is this : > > ../../netwerk/wifi/nsWifiMonitor.o: In function `nsWifiMonitor::Run()': > /root/src/mozilla-release/netwerk/wifi/nsWifiMonitor.cpp:152: undefined > reference to `nsWifiMonitor::DoScan()' > /usr/bin/ld: libxul.so: hidden symbol `nsWifiMonitor::DoScan()' isn't defined > /usr/bin/ld: final link failed: Bad value > collect2: ld returned 1 exit status > make[5]: *** [libxul.so] Error 1 Did you install Wireless Tools ? To be honest, I've no idea what you will lose by disabling necko wifi. According to https://bugzilla.mozilla.org/show_bug.cgi?id=617389 the browser still works fine, but any XUL applications will stay offline - I don't know what those XUL applications are. ĸen -- das eine Mal als Tragödie, dieses Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
