Hi!
Every so often when updating tor-browser I see errors like this (new in 10.0):
checking for vcs source checkout... no checking for a shell... /scratch/nih/tor-browser/work/.tools/bin/sh checking for host system type... x86_64--netbsd checking for target system type... x86_64--netbsd checking whether cross compiling... no Traceback (most recent call last): File "/scratch/nih/tor-browser/work/firefox-tor-browser-78.3.0esr-10.0-2-build2/configure.py", line 181, in <module> sys.exit(main(sys.argv)) File "/scratch/nih/tor-browser/work/firefox-tor-browser-78.3.0esr-10.0-2-build2/configure.py", line 52, in main sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure')) File "/scratch/nih/tor-browser/work/firefox-tor-browser-78.3.0esr-10.0-2-build2/python/mozbuild/mozbuild/configure/__init__.py", line 494, in run raise InvalidOptionError(msg) mozbuild.configure.options.InvalidOptionError: Unknown option: --enable-webrender *** Error code 1
1. how do I fix this? (previously I saw this due to lines added by .mozconfig, but this time it's not coming from there)
2. what am I doing differently than the standard Linux build so that only I (and I think OpenBSD ports) see this?
Cheers, Thomas
On Tue, Oct 06, 2020 at 10:48:55AM +0200, Thomas Klausner wrote:
Every so often when updating tor-browser I see errors like this (new in 10.0):
Hi Thomas!
I asked one of the tor browser devs, and they had two responses:
(A) The tbb-dev@ list is the better venue for asking Tor Browser questions: https://lists.torproject.org/pipermail/tbb-dev/ (this tor-packagers@ list is mainly about packaging Tor)
And
(B) """ there is no --enable-webrender anymore since https://bugzilla.mozilla.org/show_bug.cgi?id=1563311 that is firefox 69
i guess there is an outdated mozconfig or so on thomas' side that pulls that in
we don't set it """
Hope that helps! --Roger
On Tue, Oct 06, 2020 at 06:06:00PM -0400, Roger Dingledine wrote:
On Tue, Oct 06, 2020 at 10:48:55AM +0200, Thomas Klausner wrote:
Every so often when updating tor-browser I see errors like this (new in 10.0):
Hi Thomas!
I asked one of the tor browser devs, and they had two responses:
(A) The tbb-dev@ list is the better venue for asking Tor Browser questions: https://lists.torproject.org/pipermail/tbb-dev/ (this tor-packagers@ list is mainly about packaging Tor)
Ah! Sorry, I had probably heard that before. Sorry for the post to the wrong list.
And
(B) """ there is no --enable-webrender anymore since https://bugzilla.mozilla.org/show_bug.cgi?id=1563311 that is firefox 69
i guess there is an outdated mozconfig or so on thomas' side that pulls that in
we don't set it """
Yes, it does. Thanks Roger! Thomas
tor-packagers@lists.torproject.org