Closed
Bug 1060281
Opened 11 years ago
Closed 11 years ago
Mac universal build error: "autoconf.mk:3: /config/emptyvars.mk: No such file or directory"
Categories
(Thunderbird :: Build Config, defect)
Tracking
(thunderbird34 fixed)
RESOLVED
FIXED
Thunderbird 34.0
| Tracking | Status | |
|---|---|---|
| thunderbird34 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
Details
Attachments
(1 file)
|
2.04 KB,
patch
|
florian
:
review+
|
Details | Diff | Splinter Review |
The last 2 Instantbird Mac nightlies have failed with this error:
set -e; \
for mkfile in build/macosx/universal/flight.mk; do \
make -f /Users/buildbot/buildslave/macosx/build/$mkfile postflight_all TOPSRCDIR=/Users/buildbot/buildslave/macosx/build MOZ_OBJDIR=/Users/buildbot/buildslave/macosx/build/obj-instantbird MOZ_BUILD_PROJECTS='i386 x86_64'; \
done
/Users/buildbot/buildslave/macosx/build/obj-instantbird/i386/config/autoconf.mk:3: /config/emptyvars.mk: No such file or directory
make[1]: *** No rule to make target `/config/emptyvars.mk'. Stop.
make: *** [build] Error 2
Some paths need fixing, and we need to port http://hg.mozilla.org/mozilla-central/rev/2248290342c9#l1.12 (ie. add the DEPTH variable in flight.mk).
We discussed this on IRC, and Mark said "rs=me once you've tested on your im builders".
Attachment #8481167 -
Flags: review+
| Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → florian
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 34.0
Updated•11 years ago
|
status-thunderbird34:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•