Unable to cross build lumina for Raspberry Pi

I'm using ports-mgmt/poudriere to cross build packages for my Raspberry Pi, which is working very nicely at the moment. Unfortunately I'm unable to compile the lumina desktop though. It fails building devel/qmake5.

The relevant part of the problem seems to be a spate of messages like the following:

Code:
/tmp/qdatetime-340e89.s:8973: Error: selected processor does not support `movw r5,#49096'

Does anyone have any ideas as to how I can fix this, as it would be nice to get a desktop working on the Pi?
 

Attachments

Last edited by a moderator:
This looks like it needs to be fixed upstream. It's also possible it's due to failures with Clang. You could try setting it to use GCC instead. As for a desktop, x11/lxde-meta builds fine, I haven't had a chance to test it though.
 
Back
Top