Message86601
| Author | rpetrov |
|---|---|
| Recipients | doko, kumba, mirell, rpetrov, theller |
| Date | 2009-04-26.19:30:26 |
| SpamBayes Score | 0.0036724366 |
| Marked as misclassified | No |
| Message-id | <1240774229.07.0.809971819291.issue4305@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thomas, the report is for: ------------ ffi_sources += ffi_platforms['MIPS'] KeyError: 'MIPS' ------------ you may test patch without to cross-compile. As example create two directories. In first one run: ..../Modules/_ctypes/libffi/configure --host=mips-pc-linux F77=no CXX=no and in the second one: ..../Modules/_ctypes/libffi/configure --host=mips-sgi-irix5.0 FC=no Compare directories as example: $ diff -ur --exclude=config.* [DIR1] [DIR2] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-04-26 19:30:29 | rpetrov | set | recipients: + rpetrov, theller, doko, mirell, kumba |
| 2009-04-26 19:30:29 | rpetrov | set | messageid: <1240774229.07.0.809971819291.issue4305@psf.upfronthosting.co.za> |
| 2009-04-26 19:30:27 | rpetrov | link | issue4305 messages |
| 2009-04-26 19:30:26 | rpetrov | create | |