Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#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 Igor Živković, 11 years ago

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.

comment:2 by Armin K, 11 years ago

Owner: changed from blfs-book@… to Armin K
Status: newassigned
Type: enhancementdefect

That's interesting. I'll take a look.

comment:3 by Armin K, 11 years ago

Resolution: fixed
Status: assignedclosed

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

comment:4 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.