#3851 closed defect (fixed)
Firefox build stops if cURL is not found and crash reporter is not disabled
Reported by: | Igor Živković | Owned by: | Armin K |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | firefox curl |
Cc: |
Description
checking for curl/curl.h... no configure: error: Couldn't find curl/curl.h which is required for the crash reporter. Use --disable-crashreporter to disable the crash reporter. * Fix above errors and then restart with "make -f client.mk build" make[2]: * [configure] Error 1 make[2]: Leaving directory `/sources/BLFS/mozilla-release' make[1]: * [obj-x86_64-unknown-linux-gnu/Makefile] Error 2 make[1]: Leaving directory `/sources/BLFS/mozilla-release' make: * [build] Error 2
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Type: | enhancement → defect |
That's interesting. I'll take a look.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added cURL to the optional deps as it is not required for current mozconfig. And crashreporter is useless on distro packages - they (Mozilla) only use it in the binaries they provide.
Fixed in r11167
I've just noticed that "ac_add_options --disable-crashreporter" is in the book's configuration file. So the build fails even with disabled crash reporter.
By the way, cURL is not listed in optional dependencies.