Closed Bug 560825 Opened 14 years ago Closed 14 years ago

Places branch OS X builds constantly failing

Categories

(Release Engineering :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mak, Unassigned)

Details

i did a merge today, and os x is failing builds with this error:

make[7]: execvp: /builds/moz2_slave/places-macosx-debug/build/js/src/ctypes/libffi/install-sh: Permission denied
make[7]: *** [src/.dirstamp] Error 127
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [export] Error 2
make[3]: *** [export_tier_js] Error 2
make[2]: *** [tier_js] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2
program finished with exit code 2
There's a problem with the merge - compare the 755 mode on m-c
 http://hg.mozilla.org/mozilla-central/file/tip/js/src/ctypes/libffi/install-sh
with 644 in the places repo
 http://hg.mozilla.org/projects/places/file/tip/js/src/ctypes/libffi/install-sh
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
uh, we never touched that code, i have no idea how that could have happened
You could try asking Unfocused (Blair McBride) about this, I know he's hit it in the past.
i just want to note that in my local repository (that i used to push) it has the right mode
-rwxr-xr-x 1 mak Administrators 9231 Apr 21 09:22 install-sh
i was reading http://mercurial.selenic.com/bts/issue1802
looks like pushing a script with execute rights from Windows does not set it correctly and an extension is needed...
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.