Closed Bug 1155468 Opened 9 years ago Closed 9 years ago

Unable to compile js 32-bit ARM-simulator shells on Mac

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
blocker

Tracking

()

RESOLVED FIXED
mozilla40
Tracking Status
firefox40 --- fixed

People

(Reporter: gkw, Assigned: nbp)

References

Details

(Keywords: regression, Whiteboard: [fuzzblocker])

Attachments

(2 files)

Attached file compilation error
I hit a compile failure when compiling js 32-bit ARM-simulator shell on m-c rev a4650f2e28a2.

LD=ld CROSS_COMPILE=1 CC="clang -Qunused-arguments -msse2 -mfpmath=sse -arch i386" RANLIB=ranlib CXX="clang++ -Qunused-arguments -msse2 -mfpmath=sse -arch i386" AS=$CC AR=ar STRIP="strip -x -S" HOST_CC="clang -Qunused-arguments -msse2 -mfpmath=sse" AUTOCONF=/usr/local/Cellar/autoconf213/2.13/bin/autoconf213 HOST_CXX="clang++ -Qunused-arguments -msse2 -mfpmath=sse" sh /Users/skywalker/trees/mozilla-central/js/src/configure --target=i386-apple-darwin9.2.0 --enable-macos-target=10.5 --enable-arm-simulator --enable-debug --enable-optimize --enable-nspr-build --enable-more-deterministic --with-ccache --enable-gczeal --enable-debug-symbols --disable-tests

===

autoBisect shows this is probably related to the following changeset:

The first bad revision is:
changeset:   https://hg.mozilla.org/mozilla-central/rev/a4650f2e28a2
user:        Nicolas B. Pierron
date:        Mon Apr 13 16:31:15 2015 +0200
summary:     Bug 1135629 - Rename Register::code to Register::encoding for Assembler functions. r=jandem

Nicolas, is bug 1135629 a likely regressor? This blocks fuzzing 32-bit ARM simulator builds on Mac.
Flags: needinfo?(nicolas.b.pierron)
Let me know if a more comprehensive log is needed.
I don't know why we did not caught that on treeherder.
I will fix that.
Assignee: nobody → nicolas.b.pierron
Status: NEW → ASSIGNED
Flags: needinfo?(nicolas.b.pierron)
Attachment #8593918 - Flags: feedback?(gary)
Comment on attachment 8593918 [details] [diff] [review]
Fix Register::GetName typedef issue with clang.

This fixes the issue. Thanks! :)
Attachment #8593918 - Flags: feedback?(gary) → feedback+
Attachment #8593918 - Flags: review?(jdemooij) → review+
Target Milestone: --- → mozilla40
https://hg.mozilla.org/mozilla-central/rev/cb25e0475da5
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: