armhf FTBFS in precise
Bug #943281 reported by
Jani Monoses
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
chromium-browser (Ubuntu) |
Fix Released
|
High
|
Micah Gersten | ||
Precise |
Fix Released
|
High
|
Micah Gersten |
Bug Description
The chromium 17 build system apparently passes -mfloat-abi=softfp to all arm builds. This causes FTBFS on armhf as /usr/linux/
Some of the upstream .gyp/.gypi files need patching to not force softfp (maybe easiest is removing the explicit -mfloat-abi=softfp' lines and gcc use the appropriate defaults.
These files seem to contain the explicit -mfloat-abi=softfp lines
./build-
./build-
./build-
I am now trying a build with these files changed to see how it goes.
tags: | added: armhf |
tags: | added: ftbfs |
Changed in chromium-browser (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Jani Monoses (jani) |
tags: | added: patch |
To post a comment you must log in.
It built fine, I'll prepare a patch.