On Tue, Mar 26, 2019 at 05:14:10PM -0500, Bruce Dubbs via blfs-dev wrote:
> On 3/26/19 4:52 PM, Douglas R. Reno via blfs-dev wrote:
> >
> > On 3/26/19 2:22 PM, Bruce Dubbs via blfs-dev wrote:
> > > Building ff-66.0.1 I get:
> > >
> > > 0:04.37 Traceback (most recent call last):
> > > 0:04.37 File "/build/firefox/firefox-66.0.1/configure.py", line
> > > 124, in <module>
> > > 0:04.37 sys.exit(main(sys.argv))
> > > 0:04.37 File "/build/firefox/firefox-66.0.1/configure.py", line
> > > 30, in main
> > > 0:04.37 sandbox.run(os.path.join(os.path.dirname(__file__),
> > > 'moz.configure'))
> > > 0:04.37 File
> > > "/build/firefox/firefox-66.0.1/python/mozbuild/mozbuild/configure/__init__.py",
> > > line 457, in run
> > > 0:04.37 raise InvalidOptionError(msg)
> > > 0:04.37 mozbuild.configure.options.InvalidOptionError: Unknown
> > > option: --with-google-api-keyfile
> > > 0:04.66 *** Fix above errors and then restart with\
> > > 0:04.66 "./mach build"
> > >
> > > When I comment out the
> > >
> > > ac_add_options --with-google-api-keyfile=$PWD/google-key
> > >
> > > line, the build starts up OK. Has anybody else seen this?
>
> > I've had mine disabled since 60.0. That's when I originally encountered
> > this error.
>
> It worked fine for me at ff-65.0.2.
>
> -- Bruce
My memory is getting shorter: I think it was last week that I
noted that the definitive way to list options in mozilla is still
'./configure --help' and then I forgot about it.
With 66.0.1 I can see the following references to api:
--with-mozilla-api-keyfile
Use the secret key contained in the given keyfile
for Mozilla API requests
--with-google-location-service-api-keyfile
Use the secret key contained in the given keyfile
for Google Location Service API requests
* * * * * *
--with-google-safebrowsing-api-keyfile
Use the secret key contained in the given keyfile
for Google Safebrowsing API requests
--with-bing-api-keyfile Use the client id and secret key contained in the
given keyfile for Bing API requests
--with-pocket-api-keyfile
Use the secret key contained in the given keyfile
for Pocket API requests
as well as a couple of references to sdk-keyfiles.
If you are minded to try, does
--with-google-location-service-api-keyfile work ?
If so, please update the page.
ĸen
--
It is said that there are two great unsolved problems in computer
science: naming, cache invalidation, and off-by-one errors.
-- Ben Bullock
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page