On 6 October 2010 20:35, Juliano Bittencourt <[email protected]> wrote: > > I've been helping Hellanio to get his build with kdelibs and koffice. I > hit awkward error in preimage.90.core.sh > > After some investigation I isolated the error when olpc-os-build compile > the python bytecode > > /usr/lib/python2.6/site-packages/nose/proxy.py:93: SyntaxWarning: assertion > is always true, perhaps remove parentheses? > > Any clue on how to solve that?
Take a look at the file..what's it choking on? If you're compiling with optimizations, see if it compiles without optimizations. Or vice versa if you're compiling without optimizations, see if it compiles with optimizations. If you speak python you can probably take a stab at fixing or at least understanding it. Daniel _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
