Closed
Bug 771922
Opened 13 years ago
Closed 13 years ago
Otoro builds are failing - error: ‘ALOGD’ was not declared in this scope
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Unassigned)
Details
Full log at http://builder1.ateam.phx1.mozilla.com/job/build-otoro/33/console
frameworks/base/tools/aapt/ZipEntry.cpp: In member function ‘android::status_t android::ZipEntry::initFromCDE(FILE*)’:
frameworks/base/tools/aapt/ZipEntry.cpp:50: error: ‘ALOGD’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:60: error: ‘ALOGD’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:66: error: ‘ALOGD’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:93: error: ‘ALOGW’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp: In member function ‘bool android::ZipEntry::compareHeaders() const’:
frameworks/base/tools/aapt/ZipEntry.cpp:283: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:287: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:291: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:295: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:299: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:303: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:307: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:311: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:315: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp:326: error: ‘ALOGV’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp: In member function ‘android::status_t android::ZipEntry::LocalFileHeader::read(FILE*)’:
frameworks/base/tools/aapt/ZipEntry.cpp:416: error: ‘ALOGD’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp: In member function ‘void android::ZipEntry::LocalFileHeader::dump() const’:
frameworks/base/tools/aapt/ZipEntry.cpp:509: error: ‘ALOGD’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp: In member function ‘android::status_t android::ZipEntry::CentralDirEntry::read(FILE*)’:
frameworks/base/tools/aapt/ZipEntry.cpp:552: error: ‘ALOGD’ was not declared in this scope
frameworks/base/tools/aapt/ZipEntry.cpp: In member function ‘void android::ZipEntry::CentralDirEntry::dump() const’:
frameworks/base/tools/aapt/ZipEntry.cpp:678: error: ‘ALOGD’ was not declared in this scope
make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/ZipEntry.o] Error 1
make: *** Waiting for unfinished jobs....
| Reporter | ||
Comment 1•13 years ago
|
||
This error first showed up on July 6.
Comment 2•13 years ago
|
||
FWIW, I can't reproduce this on my Ubuntu machine with the latest git pull, repo sync, and trunk from mozilla-central. I'm still using Gingerbread.
| Reporter | ||
Comment 3•13 years ago
|
||
mdas did some investigation on this; it appears that the code on the builder that manages default.xml's got confused when the otoro manifest was changed to pin platform/frameworks/base to a particular (older) version.
I've attempted a fix and am respinning builds now.
| Reporter | ||
Comment 4•13 years ago
|
||
This has been fixed by an update to the Jenkins script used by the builders.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•