Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=588941
--- Comment #33 from Maciej Fijalkowski fijall@gmail.com 2010-12-17 01:16:59 EST --- JVM backend is not mature enough to be shipped. Btw: how did you end up having those files in the first place? Only things that are needed for a binary are ones that are packaged using package.py, which includes stdlib and .h files (and that's about it). Do you put all the source code with the package? If so, why?
Regarding time - it was said here before I think, but using pypy to build pypy is already saving half of the time. That said, what I did when building ubuntu packages was simply replace the translate.py option with copying of already built pypy-c, this way it was much more convinient (do you also build KDE from scratch each time you want to test something on a package building process?)
Cheers, fijal