FTBFS fix on ARM for gnome-power-manager
Bug #380508 reported by
Michael Casadevall
on 2009-05-26
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| gnome-power-manager (Ubuntu) |
High
|
Michael Casadevall |
Bug Description
gnome-power-manager currently FTBFSes due to -Werror. On ARM, it generates a warning because it needs to resize a structure to be larger; as g-p-m isn't using that structure to send something to another machine this resize is safe, and the warning can be ignored.
Michael Casadevall (mcasadevall) wrote : | #1 |
Changed in gnome-power-manager (Ubuntu): | |
assignee: | nobody → Michael Casadevall (mcasadevall) |
importance: | Undecided → High |
status: | New → Triaged |
Michael Casadevall (mcasadevall) wrote : | #2 |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package gnome-power-manager - 2.27.1-0ubuntu3
---------------
gnome-power-manager (2.27.1-0ubuntu3) karmic; urgency=low
* debian/rules: (LP: #380508)
- Added CFLAGS on -Wno-cast-align to disable a warning on ARM that's
generated when GCC changes the size of a struct due to alignment
-- Michael Casadevall <email address hidden> Mon, 15 Jun 2009 11:29:59 +0200
Changed in gnome-power-manager (Ubuntu): | |
status: | Triaged → Fix Released |
To post a comment you must log in.
I attached an updated bazaar tree with has the necessary ARM FTBFS fix.