[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-17 Thread Didier Roche
** Changed in: compiz-core Status: New = Fix Released ** Changed in: compiz-core Assignee: Sam Spilsbury (smspillaz) = Didier Roche (didrocks) -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdelibs in Ubuntu.

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-16 Thread Didier Roche
Let's unbock the situation right now and not build the kde decorator. As Jonathan told, kde guys are more willing to use kwin which is integrated to kde anyway. Later, we can reenable it if the compiz kde plugin is well maintained again. -- You received this bug notification because you are a

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-16 Thread Launchpad Bug Tracker
** Branch linked: lp:compiz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931500 Title: post 0.9.7 snapshot: FTBFS on armel To manage notifications about this bug go to:

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/compiz -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdelibs in Ubuntu. https://bugs.launchpad.net/bugs/931500 Title: post 0.9.7 snapshot: FTBFS on armel To manage notifications about this bug go to:

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-15 Thread Jonathan Riddell
It's a cast-align error which is something to do with is something to do with how members in a struct are placed in memory. I have not come across one before and neither has agateau or an experienced ARM porter working on Maemo. It could be worked around by turning off -Werror=cast-align but

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-15 Thread Jonathan Riddell
Another KDE guy says he compiles without -Werror=cast-align, is causes too many problems ** Changed in: compiz-core Status: Invalid = New ** Changed in: kdelibs (Ubuntu) Assignee: Jonathan Riddell (jr) = (unassigned) -- You received this bug notification because you are a member

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-15 Thread Sam Spilsbury
Alright. Is there a -Wno-cast-align of some sort? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931500 Title: post 0.9.7 snapshot: FTBFS on armel To manage notifications about this bug go to:

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-15 Thread Daniel van Vugt
Unaligned memory access of any sort will cause a crash on many (most?) CPU architectures (but not x86). It's best to fix the code, because even if you get around the warning it's then likely to crash on most non-x86 systems. -- You received this bug notification because you are a member of

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-14 Thread Didier Roche
Johnathan, it seems there is a cast issue in kdelibs (/usr/include/kpluginfactory.h), can you have a look from here so that compiz can build on armel as well? Thanks :) ** Also affects: kdelibs (Ubuntu) Importance: Undecided Status: New ** Changed in: kdelibs (Ubuntu) Assignee:

[Bug 931500] Re: post 0.9.7 snapshot: FTBFS on armel

2012-02-14 Thread Jonathan Riddell
Such problems are hard to debug without having an actual ARM machine to test on I have uploaded a kde4libs to a private ARM PPA with a possible fix/debugging aid so I'll see if that tells me anything more. Worst case we could just drop compiz kde support, I suspect it's largely unused. -- You