Closed
Bug 856778
Opened 12 years ago
Closed 9 years ago
building embedlite-components fails
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alphasix, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130218165301
Steps to reproduce:
I'm trying to build IPCLiteAPI as instructed here : https://wiki.mozilla.org/Embedding/IPCLiteAPI
Actual results:
I cloned the needed repositories, then started compiling. I build xulrunner & installed the built packages without problems. Then I issued
"cd ~/mozembed/embedlite-components
dpkg-buildpackage -us -uc -b -nc"
to build embedlite-components but I ran into error
[.........]
config.status: executing depfiles commands
config.status: executing libtool commands
touch configure-armel-stamp
dh_testdir
export echo=echo
cd objdir-armel && /scratchbox/tools/bin/make
make[1]: Entering directory `/home/maemo/mozilla/embed/xulrunner-package/embedlite-components-0282dd143fff11b91d2d9b66857b0022321e3101/objdir-armel'
/scratchbox/tools/bin/make all-recursive
make[2]: Entering directory `/home/maemo/mozilla/embed/xulrunner-package/embedlite-components-0282dd143fff11b91d2d9b66857b0022321e3101/objdir-armel'
Making all in history
make[3]: Entering directory `/home/maemo/mozilla/embed/xulrunner-package/embedlite-components-0282dd143fff11b91d2d9b66857b0022321e3101/objdir-armel/history'
python /usr/lib/xulrunner-devel-22.0a1/sdk/bin/header.py -I/usr/share/idl/xulrunner-22.0a1 -I. ../../history/nsIEmbedLiteHistory.idl -o nsIEmbedLiteHistory.h
File "/usr/lib/xulrunner-devel-22.0a1/sdk/bin/header.py", line 339
'args': '' if not a.implicit_jscontext else 'JSContext* cx',
^
SyntaxError: invalid syntax
make[3]: *** [nsIEmbedLiteHistory.h] Error 1
make[3]: Leaving directory `/home/maemo/mozilla/embed/xulrunner-package/embedlite-components-0282dd143fff11b91d2d9b66857b0022321e3101/objdir-armel/history'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/maemo/mozilla/embed/xulrunner-package/embedlite-components-0282dd143fff11b91d2d9b66857b0022321e3101/objdir-armel'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/maemo/mozilla/embed/xulrunner-package/embedlite-components-0282dd143fff11b91d2d9b66857b0022321e3101/objdir-armel'
make: *** [build-armel-stamp] Error 2
[sbox-FREMANTLE_ARMEL_GCC472: ~/mozilla/embed/xulrunner-package/embedlite-components] >
I opened "/usr/lib/xulrunner-devel-22.0a1/sdk/bin/header.py", line 339 but Syntax seemed right for me
Expected results:
Building should have succeeded
Comment 1•9 years ago
|
||
Marking a bunch of bugs in the "Embedding: APIs" component INCOMPLETE in preparation to archive that component. If I have done this incorrectly, please reopen the bugs and move them to a more correct component as we don't have "embedding" APIs any more.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•