Closed Bug 1595995 Opened 5 years ago Closed 5 years ago

MOZ_CONFIGURE_OPTIONS value is not unicode.

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox-esr68 unaffected, firefox70 wontfix, firefox71 wontfix, firefox72 fixed)

RESOLVED FIXED
mozilla72
Tracking Status
firefox-esr68 --- unaffected
firefox70 --- wontfix
firefox71 --- wontfix
firefox72 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Running configure standalone, from a separate directory, with no options, fails with:

MOZ_CONFIGURE_OPTIONS value is not unicode.
substs value is not unicode.
Configuration should be all unicode.
Please file a bug for the above.

This is similar to bug 1580533, but missed by bug 1580533.

Because quote([]) returns an empty byte string, configure currently
fails. While ideally, quote would return an unicode string, it is not
guaranteed that all uses of quote would actually handle this properly.

Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/0e1844d65a25
Set MOZ_CONFIGURE_OPTIONS to an empty unicode string when it's empty. r=dmajor
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: