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 #21 from Toshio Ernie Kuratomi a.badger@gmail.com 2010-11-30 16:54:00 EST --- Okay, finally, a build that completes: http://koji.fedoraproject.org/koji/taskinfo?taskID=2635254
The CFLAGS were *very* finicky. I removed these two flags last: -e 's/-march=i686//' -e 's/-mtune=atom//' which seems to be a bit of overkill (and has no effect on x86_64 where mtune and march are different) I'll try to build this again locally tonight so that tomorrow I have a local copy to play around with.
Issues that I'll personally keep working on:
* FHS compliance: Need to either move the %{_datadir}/pypy-1.4 directory to %{_libdir} or test that pypy finds modules in both %{_libdir}/pypy-1.4 and %{_datadir}/pypy-1.4.
* Include files: The generated files are supposed to end up in the toplevel include directory after translation is done. I'll try to do an install of that directory.
fijal: Would it be okay to place those in /usr/include/pypy-1.4/ ? Or /usr/include/pypy/ ? Or some other scheme?
* CFLAGS: I've got to figure out precisely which CFLAGS are not okay and then exclude just those. Hopefully this will be easy to knock out tomorrow after I have a local build.