Open
Bug 778269
Opened 13 years ago
Updated 3 years ago
Missing dependency for symbols.def.in
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jesup, Unassigned)
Details
When we turned off MOZ_WEBRTC on Aurora (https://hg.mozilla.org/releases/mozilla-aurora/rev/13235b7f1267), the Windows builds failed on missing symbols from webrtc referenced from symbols.def.in - and those are under #ifdef MOZ_WEBRTC. Clobbering the windows builds fixed it. This implies a missing dependency for symbols.def.in on the result of configure.
Per IRC chat with ted, we should file/dup on any problem needing a clobber to resolve, since they point to missing dependencies. Getting them fixed will make everyone's life happier...
Updated•7 years ago
|
Component: Build Config → General
Product: Toolkit → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•