Closed Bug 310539 Opened 19 years ago Closed 19 years ago

Checkin for Bug 280769 broke AIX tinderbox

Categories

(Core :: JavaScript Engine, defect)

Other
AIX
defect
Not set
major

Tracking

()

VERIFIED FIXED

People

(Reporter: pkwarren, Assigned: igor)

References

Details

(Keywords: fixed-aviary1.0.8, fixed1.7.13, fixed1.8)

Attachments

(2 files)

Here is the error from the tinderbox build:

"/home/tbox/sb/tinderbox/AIX_5.1_Clobber/mozilla/js/src/jsregexp.c", line 206.9:
1506-213 (S) Macro name ARG_MAX cannot be redefined.
gmake[4]: *** [jsregexp.o] Error 1
The conflict appears to be in /usr/include/limits.h (linked to
/usr/include/sys/limits.h):

./sys/limits.h:#define  ARG_MAX         24576
./limits.h:#define      ARG_MAX         24576

I believe a simple:

#ifdef ARG_MAX
#undef ARG_MAX
#endif

in jsregexp.c will fix this issue.
Severity: critical → major
Attached patch Patch v1 β€” β€” Splinter Review
This fixes the issue.
Attachment #197965 - Flags: superreview?(brendan)
Attachment #197965 - Flags: review?(mrbkap)
Comment on attachment 197965 [details] [diff] [review]
Patch v1

It's too bad we need this :-/. r=mrbkap
Attachment #197965 - Flags: review?(mrbkap) → review+
You're going to want to check this in on the branch as well.
Philip, only one review is needed in js/src (and brendan tends to rubber-stamp
these sorts of fixes anyway), so I think you can go ahead and check this in.
Attached patch No need for ARG_MAX β€” β€” Splinter Review
ARG_MAX was used only to define OFFSET_MAX so the patch simply use in
OFFSET_OFF the definition ARG_MAX removing the latter.
Attachment #198154 - Flags: review?(mrbkap)
Comment on attachment 198154 [details] [diff] [review]
No need for ARG_MAX

Yeah, I like this one better.
Attachment #198154 - Flags: review?(mrbkap) → review+
Comment on attachment 198154 [details] [diff] [review]
No need for ARG_MAX

jsregexp.c should really use standard bytecode macros anyway.  Some other time.
 This should be checked into trunk and branch, it's a good porting fix.

/be
Attachment #198154 - Flags: superreview+
Attachment #198154 - Flags: approval1.8b5+
Assignee: general → igor.bukanov
Fix checked in on MOZILLA_1_8_BRANCH and trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8
Resolution: --- → FIXED
Flags: testcase-
Status: RESOLVED → VERIFIED
Blocks: 280769
Nominating, needed if bug 280769 is taken
Flags: blocking1.7.13?
Flags: blocking-aviary1.0.8?
Flags: blocking1.7.13?
Flags: blocking1.7.13+
Flags: blocking-aviary1.0.8?
Flags: blocking-aviary1.0.8+
Fix incorporated into the backported patch for bug 280769
Attachment #197965 - Flags: superreview?(brendan)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: