Closed Bug 381820 Opened 17 years ago Closed 17 years ago

mozilla2: mercurial (hg) doesn't build out of the box due to missing extensions

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Mook, Assigned: ted)

Details

Attachments

(1 file)

make[4]: *** No rule to make target `/home/luser/build/buildbot-slave/mozilla2/build/extensions/xmlextras/Makefile.in', needed by `extensions/xmlextras/Makefile'. Stop.

etc.  (okay, I copied that out of IRC)

Last time I tried to build hg (April 14), I had to build it with:

ac_add_options --disable-xmlextras
ac_add_options --disable-webservices
ac_add_options --enable-extensions=default,-xml-rpc

because the default (in configure.in) wants those things, which are not in the hg repo.  Might be useful to change the hg version of configure.in to not want those things by default.
Patches accepted
Status: NEW → ASSIGNED
This removes those options from configure.  I'm able to build from a hg pull without tweaking my mozconfig with this patch.
Attachment #265962 - Flags: review?(benjamin)
Attachment #265962 - Flags: review?(benjamin) → review+
Checked in as changeset 849:  	e2cabae2f338
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.