firefox version 4.0+nobinonly-0ubuntu1 failed to build on i386
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Fix Released
|
Medium
|
|||
firefox (Ubuntu) |
Fix Released
|
High
|
Chris Coulson | ||
Oneiric |
Fix Released
|
High
|
Chris Coulson |
Bug Description
firefox version 4.0+nobinonly-
Link to failed build: https:/
Direct link to the build log: https:/
This log snippet might be of interest, since it triggered the matcher 'Purging chroot-autobuild'.
Excerpt 12387 lines into the build log:
/build/
make[6]: *** [nsEnumeratorUt
make[6]: Leaving directory `/build/
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/build/
make[4]: *** [libs_tier_
make[4]: Leaving directory `/build/
make[3]: *** [tier_platform] Error 2
make[3]: Leaving directory `/build/
make[2]: *** [default] Error 2
make[2]: Leaving directory `/build/
make[1]: *** [build] Error 2
make[1]: Leaving directory `/build/
make: *** [debian/
dpkg-buildpackage: error: debian/rules build gave error exit status 2
*******
Build finished at 20110414-1644
FAILED [dpkg-buildpackage died]
Purging chroot-
Changed in firefox (Ubuntu): | |
importance: | Undecided → High |
Changed in firefox (Ubuntu): | |
assignee: | nobody → Chris Coulson (chrisccoulson) |
status: | New → In Progress |
Changed in firefox: | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |
Created attachment 501245
patch
nsSimpleUnichar StreamFactory is missing a user defined constructor, tream.cpp a const variable of this type is defined.
but in nsUnicharInputS
This is not valid c++. For more information see "Default initialization of clang.llvm. org/compatibili ty.html# c++
const variable of a class type requires user-defined default constructor" in
http://