Closed
Bug 647146
Opened 14 years ago
Closed 14 years ago
Cannot compile mozilla on maemo6 after tracemonkey merge
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: romaxa, Unassigned)
Details
Attachments
(1 file)
|
62.43 KB,
text/plain
|
Details |
changeset: 70252:300e998d0291 - bad
parent: 69941:53ab33f0fd8c
parent: 70250:e6c5a67da7ae
user: Chris Leary <cdleary@mozilla.com>
date: Tue Mar 29 09:05:25 2011 -0700
summary: Merge mozilla-central to tracemonkey.
changeset: 70251:6e3e86e4533e - good
user: Brian Hackett <bhackett1024@gmail.com>
date: Mon Mar 28 20:05:23 2011 -0700
summary: Check for functions in instanceof fast path, bug 642174.
../../staticlib/components/libgklayout.a(mozJSComponentLoader.o): In function `mozJSComponentLoader::WriteScript(mozilla::scache::StartupCache*, JSObject*, nsIFile*, nsIURI*, JSContext*)':
/home/romaxa/microbcomponent/meego/mozilla-central/js/src/xpconnect/loader/mozJSComponentLoader.cpp:916: undefined reference to `mozilla::scache::NS_NewObjectOutputWrappedStorageStream(nsIObjectOutputStream**, nsIStorageStream**)'
/home/romaxa/microbcomponent/meego/mozilla-central/js/src/xpconnect/loader/mozJSComponentLoader.cpp:926: undefined reference to `mozilla::scache::NS_NewBufferFromStorageStream(nsIStorageStream*, char**, unsigned int*)'
Comment 1•14 years ago
|
||
The tree looks good on Maemo 5, which we automate. Do you have a patch for Maemo 6?
Comment 2•14 years ago
|
||
This doesn't look like an error related to the change in question, it looks like something that needs a clobber. Have you clobbered recently?
| Reporter | ||
Comment 3•14 years ago
|
||
yep, cleaning build obj tree helps
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 4•14 years ago
|
||
Doesn't build for me on MeeGo X86. Still get the same error.
Comment 5•14 years ago
|
||
Works fine with the updated version.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•