On Friday 17 October 2008, Jason wrote:
> Melton, Jason wrote:
> > I have been trying to get Gentoo to run on the Atmel AT91RM9200
> > processor that I have on a custom board.  So far, I have managed to
> > cross compile quite a few packages (some requiring help) for the
> > processor but when it comes to Python, I get the following error:
>
> [snip]
>
> >  * The specific snippet of code:
> >  *           [[ $(python -V 2>&1) != "Python ${PV}" ]] && die
> > "Crosscompiling requires the same host and build versions.";
>
> Version number, _not_ architecture.  Run 'python -V' on the x86 system.
>  is it the same as the python version you are trying to cross-compile?
> For some reason python requires this...

because the python build system requires python in order to build properly.  
and we cant really guarantee that unless the versions are the same.  feel 
free to post a patch that has the ebuild build python twice so the host 
python never gets used ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to