Open
Bug 688139
Opened 13 years ago
Updated 2 years ago
try/configure: conftest err msg reported on mac
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: joey, Unassigned)
Details
builder: try-macosx64
slave: moz2-darwin10-slave12
starttime: 1316539861.56
results: failure (2)
buildid: 20110920103113
builduid: 550fe58c151d44dd8518efd71fd4c416
revision: 5ea649ad24b0
>> rm: conftest.dSYM: is a directory
checking dependency style of gcc-4.2 -arch i386... gcc3
checking whether gcc-4.2 -arch i386 and cc understand -c and -o together... rm: conftest.dSYM: is a directory
yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
configure: WARNING: using cross tools not prefixed with host triplet
checking the name lister (link -dump -symbols) interface... rm: conftest.dSYM: is a directory
BSD nm
checking for i386-apple-darwin10-strip... (cached) strip -x -S -x -S
checking for i386-apple-darwin10-ranlib... ranlib
checking command to parse link -dump -symbols output from gcc-4.2 -arch i386 object... rm: conftest.dSYM: is a directory
Comment 1•13 years ago
|
||
Presumably this is because AC_TRY_COMPILE does "rm conftest*", but the debug info gets built into conftest.dSYM which is a bundle...
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•