Closed Bug 780421 Opened 12 years ago Closed 12 years ago

[Error 193] %1 is not a valid Win32 application

Categories

(Firefox Build System :: General, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla17

People

(Reporter: drexler, Assigned: rain1)

References

Details

Attachments

(2 files)

Drexler@DREXLER-PC /c/Repos/MozRepo/src
$ hg tip
changeset:   101439:0a17cde2a4b6
tag:         tip
parent:      101355:d75ca2cb6a2c
parent:      101438:c801b99d726f
user:        Ed Morley <emorley@mozilla.com>
date:        Sat Aug 04 19:10:28 2012 +0100
summary:     Merge last PGO-green changeset of mozilla-inbound to mozilla-central

This revision causes build failures. It seems to be related to changes made in Bug 774032
Blocks: 774032
A missing $(PYTHON) somewhere?
Are you using Pymake, Andrew?
Also, a log of the build failure would be good.
Attached file build log
(In reply to Siddharth Agarwal [:sid0] from comment #2)
> Are you using Pymake, Andrew?

Yes. Attached is the build log.
Comment on attachment 649037 [details]
build log

Looks like Pymake's trying to execute config.status at https://mxr.mozilla.org/mozilla-central/source/config/rules.mk#1164. Since Pymake tries its level best not to go through sh for recipes, it's failing there.

If a shell script is executed from a Makefile, it should have the shell name prefixed to it. glandium?
Might not help, but I'm experiencing the same problem ... WIN7 ... MStudio 2010 ... just pulled from mozilla-central prior to the issue
Blocks: 593585
Attached patch possible patchSplinter Review
I believe I've covered all the places config.status is used -- trunk's still building though.
Attachment #649049 - Flags: review?(mh+mozilla)
Pymake builds should work with this patch.
Attachment #649049 - Flags: review?(mh+mozilla) → review+
Assignee: nobody → sagarwal
Somebody please check this in. I'm away from the computer all of today.
Attachment #649049 - Flags: checkin?
Attachment #649049 - Flags: checkin? → checkin+
https://hg.mozilla.org/mozilla-central/rev/043cc75b3a4c
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.