Open Bug 774908 Opened 12 years ago Updated 2 years ago

mozconfig2client-mk: Fix the above error before continuing

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(Not tracked)

People

(Reporter: joey, Unassigned)

Details

mozconfig2client-mk is setup to detect missing .mozconfig file and will error out reporting a generic message.  Reporting the actual problem (missing file) would help usability as the test is able to fail in places where no error context has been reported:

% gmake -f client.mk check-sync-dirs
client.mk:106: *** Fix above errors before continuing..  Stop.

build/autoconf/mozconfig2client-mk
  # If FOUND_MOZCONFIG isn't set, look for it and make sure the script doesn't error out
  echo '$(error Fix above errors before continuing.)'
MOZCONFIG=404 make -f client.mk
client.mk:104: *** Fix above errors before continuing..  Stop.
(In reply to Jesse Ruderman from comment #1)
> MOZCONFIG=404 make -f client.mk
> client.mk:104: *** Fix above errors before continuing..  Stop.

I got this error. Moving mozconfig to mozilla-central root fixed it. or would have worked by setting MOZCONFIG I guess.
Thank you and  @Joey for pointing this out
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.