On Tue, Feb 17, 2015 at 11:30 AM, Libertas libertas@mykolab.com wrote:
Has anyone looked into this? I talked to the maintainer of the OpenBSD Firefox port, but he wasn't very interested and pointed out the difficulty caused by the deterministic build system.
I can verify that it doesn't work out of the box, but haven't had time to play with it much more than that. I think that the Tor Browser is an increasingly important tool, and that it's a problem that it isn't available on the BSDs.
pcbsd bug search yielded no such tickets, but tpo and freebsd do have tickets, there may be other tickets out there you can find and add their links in to this thread. Try working up some new content to reopen 178281 and inquiry to freebsd lists/forum for help.
- Torbrowser 3.x doesn't work in freebsd 9+ https://trac.torproject.org/projects/tor/ticket/10763 - Request for a Native Torbrowser Port https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178281
Long term, looking at the porting issues may be better than relying on linux libs, however FF and deterministic are some more initial work.
http://svnweb.freebsd.org/ports/head/www/firefox http://svnweb.freebsd.org/ports/head/www/firefox-esr
But as a hack you may be able to build/find the needed glibc on linux and copy them in for use by the freebsd 10.1 linux module. Note going forward that f10 has been deprecated in favor of c6.
http://svnweb.freebsd.org/ports/head/www/linux-firefox http://svnweb.freebsd.org/ports/head/emulators/linux_base-c6/
FreeBSD linux kernel module does not yet support 64bit. For reference, 32bit: https://svnweb.freebsd.org/base/head/sys/compat/linux/ https://svnweb.freebsd.org/base/head/sys/i386/linux/ https://svnweb.freebsd.org/base/head/sys/amd64/linux32/