Closed Bug 1060281 Opened 10 years ago Closed 10 years ago

Mac universal build error: "autoconf.mk:3: /config/emptyvars.mk: No such file or directory"

Categories

(Thunderbird :: Build Config, defect)

x86
macOS
defect
Not set
blocker

Tracking

(thunderbird34 fixed)

RESOLVED FIXED
Thunderbird 34.0
Tracking Status
thunderbird34 --- fixed

People

(Reporter: florian, Assigned: florian)

Details

Attachments

(1 file)

Attached patch FixSplinter 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+
https://hg.mozilla.org/comm-central/rev/c90567e2d29c
Assignee: nobody → florian
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 34.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: