Closed
Bug 549043
Opened 16 years ago
Closed 15 years ago
unable to build on ubuntu 9.10
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: david, Unassigned)
Details
(Whiteboard: [CLOSEME 2011-1-30])
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/5.0.333.0 Safari/533.1
Build Identifier: changeset: 38775:5cc86c09dbd3 tag: tip
I have not been able to build out of hg for the last week or so
Generated C++ headers will be generated relative to "_ipdlheaders"
Generated C++ sources will be generated in "."
Parsing specification ../../dom/plugins/PPluginModule.ipdl
Traceback (most recent call last):
File "../../config/pythonpath.py", line 40, in <module>
execfile(script, {'__name__': '__main__', '__file__': script})
File "./ipdl.py", line 90, in <module>
ast = ipdl.parse(specstring, filename, includedirs=includedirs)
File "/mnt/firefox/src/ipc/ipdl/ipdl/__init__.py", line 49, in parse
return Parser().parse(specstring, os.path.abspath(filename), includedirs, errout)
File "./ipdl/parser.py", line 94, in parse
tabmodule="ipdl_yacctab")
File "/mnt/firefox/src/other-licenses/ply/ply/yacc.py", line 2718, in yacc
m.func = ldict[p[2]]
KeyError: 'p_ManagerStmtOpt'
make[4]: *** [export] Error 1
make[4]: Leaving directory `/mnt/firefox/src/ipc/ipdl'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/mnt/firefox/src/ipc'
make[2]: *** [export_tier_gecko] Error 2
make[2]: Leaving directory `/mnt/firefox/src'
make[1]: *** [tier_gecko] Error 2
make[1]: Leaving directory `/mnt/firefox/src'
make: *** [default] Error 2
Reproducible: Always
Steps to Reproduce:
1. hg pull
2. hg update
3. make distclean; ./configure --enable-application=browser --disable-necko-wifi --enable-necko-small-buffers --enable-libxul --enable-strip --enable-faststart --disable-dbus --enable-official-branding; make -j4
Actual Results:
Generated C++ headers will be generated relative to "_ipdlheaders"
Generated C++ sources will be generated in "."
Parsing specification ../../dom/plugins/PPluginModule.ipdl
Traceback (most recent call last):
File "../../config/pythonpath.py", line 40, in <module>
execfile(script, {'__name__': '__main__', '__file__': script})
File "./ipdl.py", line 90, in <module>
ast = ipdl.parse(specstring, filename, includedirs=includedirs)
File "/mnt/firefox/src/ipc/ipdl/ipdl/__init__.py", line 49, in parse
return Parser().parse(specstring, os.path.abspath(filename), includedirs, errout)
File "./ipdl/parser.py", line 94, in parse
tabmodule="ipdl_yacctab")
File "/mnt/firefox/src/other-licenses/ply/ply/yacc.py", line 2718, in yacc
m.func = ldict[p[2]]
KeyError: 'p_ManagerStmtOpt'
make[4]: *** [export] Error 1
make[4]: Leaving directory `/mnt/firefox/src/ipc/ipdl'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/mnt/firefox/src/ipc'
make[2]: *** [export_tier_gecko] Error 2
make[2]: Leaving directory `/mnt/firefox/src'
make[1]: *** [tier_gecko] Error 2
make[1]: Leaving directory `/mnt/firefox/src'
make: *** [default] Error 2
Expected Results:
sucessful build
Comment 1•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
You can also try to reproduce in Firefox 4 Beta 8 or later, there are many improvements in the new version, http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: [CLOSEME 2011-1-30]
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.13 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•