Closed Bug 631006 Opened 13 years ago Closed 13 years ago

make-package (make-sourcestamp-file) broken when using MOZ_PKG_PRETTYNAMES=1

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla2.0b12

People

(Reporter: Gavin, Assigned: Gavin)

References

Details

Attachments

(1 file)

This affected beta 11. With MOZ_PKG_PRETTYNAMES=1, PKG_PATH is non-empty, which means that make-sourcestamp-file attempts to write to a file in a non-existent directory:

/bin/sh: ../../dist/win32/en-US//firefox-4.0b11.txt: No such file or directory

We need to create that directory before make-sourcestamp-file tries to use it (via MOZ_SOURCESTAMP_FILE).
Attached patch patch?Splinter Review
http://hg.mozilla.org/mozilla-central/rev/0d93633ce739 is what caused this.
Assignee: nobody → gavin.sharp
Status: NEW → ASSIGNED
For beta 11, we may want to just back out bug 549958's patch on the relbranch.
Attachment #509216 - Flags: review+
We did end up just backing bug 549958 out on the relbranch for b11. Callek landed the fix on the trunk shortly after that:

http://hg.mozilla.org/mozilla-central/rev/a6efb7807896
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b12
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: