public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] failing to arm...-emerge python-2.6.3
@ 2009-10-18 14:37 M. Buchzik
  2009-10-18 18:08 ` David Ford
  0 siblings, 1 reply; 11+ messages in thread
From: M. Buchzik @ 2009-10-18 14:37 UTC (permalink / raw
  To: gentoo-embedded

Hello,

I'm new to this list and also relatively new (several weeks) to
cross-compiling.
I'm trying to create a Gentoo Base system for a Netus G20 (mounted on a
Fox Board G20, http://netus.acmesystems.it/doku.php ).

It's mostly done, but some last ebuilds fail. So I hope, someone here on
this list might help me.
The output of armv5tejl-softfloat-linux-gnueabi-emerge -pv system:
http://php-pro.de/tmp/emerge-system.txt
armv5tejl-softfloat-linux-gnueabi-emerge --info:
http://php-pro.de/tmp/info.txt
And the build log of the "bad guy":
http://php-pro.de/tmp/python-2.6.3-arm-build.log
On the host system, also python 2.6.3 is installed.

one second question is: will I need libtool to be able to continue
emerging on the arm system? it depends on libperl, and libperl also
won't cross-compile and so I would like to do that later on the
arm-system ...

Thanks in advance,
Michael



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-18 14:37 [gentoo-embedded] failing to arm...-emerge python-2.6.3 M. Buchzik
@ 2009-10-18 18:08 ` David Ford
  2009-10-18 22:07   ` Maksim 'max_posedon' Melnikau
  2009-10-19 14:30   ` M. Buchzik
  0 siblings, 2 replies; 11+ messages in thread
From: David Ford @ 2009-10-18 18:08 UTC (permalink / raw
  To: gentoo-embedded

2.6.3 doesn't compile for me, 2.6.2-r2 does.  i don't know if you have
an overlay for this, but the 2.6.2-r2 out of the openmoko overlay builds
and runs fine.  i think you've already noted that you need to have the
same python version built on target as on host.

i've no idea about libperl, don't want to go there :>

-david

M. Buchzik wrote:
> Hello,
>
> I'm new to this list and also relatively new (several weeks) to
> cross-compiling.
> I'm trying to create a Gentoo Base system for a Netus G20 (mounted on a
> Fox Board G20, http://netus.acmesystems.it/doku.php ).
>
> It's mostly done, but some last ebuilds fail. So I hope, someone here on
> this list might help me.
> The output of armv5tejl-softfloat-linux-gnueabi-emerge -pv system:
> http://php-pro.de/tmp/emerge-system.txt
> armv5tejl-softfloat-linux-gnueabi-emerge --info:
> http://php-pro.de/tmp/info.txt
> And the build log of the "bad guy":
> http://php-pro.de/tmp/python-2.6.3-arm-build.log
> On the host system, also python 2.6.3 is installed.
>
> one second question is: will I need libtool to be able to continue
> emerging on the arm system? it depends on libperl, and libperl also
> won't cross-compile and so I would like to do that later on the
> arm-system ...
>
> Thanks in advance,
> Michael
>
>   




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-18 18:08 ` David Ford
@ 2009-10-18 22:07   ` Maksim 'max_posedon' Melnikau
  2009-10-18 22:10     ` David Ford
  2009-10-19 14:30   ` M. Buchzik
  1 sibling, 1 reply; 11+ messages in thread
From: Maksim 'max_posedon' Melnikau @ 2009-10-18 22:07 UTC (permalink / raw
  To: gentoo-embedded

I'll fix python in openmoko overlay soon(in next few days)

On 10/18/09, David Ford <david@blue-labs.org> wrote:
> 2.6.3 doesn't compile for me, 2.6.2-r2 does.  i don't know if you have
> an overlay for this, but the 2.6.2-r2 out of the openmoko overlay builds
> and runs fine.  i think you've already noted that you need to have the
> same python version built on target as on host.
>
> i've no idea about libperl, don't want to go there :>
>
> -david
>
> M. Buchzik wrote:
>> Hello,
>>
>> I'm new to this list and also relatively new (several weeks) to
>> cross-compiling.
>> I'm trying to create a Gentoo Base system for a Netus G20 (mounted on a
>> Fox Board G20, http://netus.acmesystems.it/doku.php ).
>>
>> It's mostly done, but some last ebuilds fail. So I hope, someone here on
>> this list might help me.
>> The output of armv5tejl-softfloat-linux-gnueabi-emerge -pv system:
>> http://php-pro.de/tmp/emerge-system.txt
>> armv5tejl-softfloat-linux-gnueabi-emerge --info:
>> http://php-pro.de/tmp/info.txt
>> And the build log of the "bad guy":
>> http://php-pro.de/tmp/python-2.6.3-arm-build.log
>> On the host system, also python 2.6.3 is installed.
>>
>> one second question is: will I need libtool to be able to continue
>> emerging on the arm system? it depends on libperl, and libperl also
>> won't cross-compile and so I would like to do that later on the
>> arm-system ...
>>
>> Thanks in advance,
>> Michael
>>
>>
>
>
>



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-18 22:07   ` Maksim 'max_posedon' Melnikau
@ 2009-10-18 22:10     ` David Ford
  0 siblings, 0 replies; 11+ messages in thread
From: David Ford @ 2009-10-18 22:10 UTC (permalink / raw
  To: gentoo-embedded

i have a long list of this-makes-it-work that i wrote up while i was
emerging everything for my 'moko

Maksim 'max_posedon' Melnikau wrote:
> I'll fix python in openmoko overlay soon(in next few days)
>   




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-18 18:08 ` David Ford
  2009-10-18 22:07   ` Maksim 'max_posedon' Melnikau
@ 2009-10-19 14:30   ` M. Buchzik
  2009-10-19 17:42     ` Peter Stuge
  1 sibling, 1 reply; 11+ messages in thread
From: M. Buchzik @ 2009-10-19 14:30 UTC (permalink / raw
  To: gentoo-embedded

thanks for your info.
I installed the openmoko layer, but I don't think it's used.
Is there a way to force the usage of a layer?
http://www.gentoo.org/proj/en/overlays/userguide.xml says ~arch might do
that, but I already use the ~arm-Keyword ...
http://php-pro.de/tmp/python-2.6.2-r2-build.log and
http://php-pro.de/tmp/python-2.6.2-r2-openmoko-build.log don't really
differ.

Thanks,
Michael

David Ford schrieb:
> 2.6.3 doesn't compile for me, 2.6.2-r2 does.  i don't know if you have
> an overlay for this, but the 2.6.2-r2 out of the openmoko overlay builds
> and runs fine.  i think you've already noted that you need to have the
> same python version built on target as on host.
>
> i've no idea about libperl, don't want to go there :>
>
> -david
>
> M. Buchzik wrote:
>   
>> Hello,
>>
>> I'm new to this list and also relatively new (several weeks) to
>> cross-compiling.
>> I'm trying to create a Gentoo Base system for a Netus G20 (mounted on a
>> Fox Board G20, http://netus.acmesystems.it/doku.php ).
>>
>> It's mostly done, but some last ebuilds fail. So I hope, someone here on
>> this list might help me.
>> The output of armv5tejl-softfloat-linux-gnueabi-emerge -pv system:
>> http://php-pro.de/tmp/emerge-system.txt
>> armv5tejl-softfloat-linux-gnueabi-emerge --info:
>> http://php-pro.de/tmp/info.txt
>> And the build log of the "bad guy":
>> http://php-pro.de/tmp/python-2.6.3-arm-build.log
>> On the host system, also python 2.6.3 is installed.
>>
>> one second question is: will I need libtool to be able to continue
>> emerging on the arm system? it depends on libperl, and libperl also
>> won't cross-compile and so I would like to do that later on the
>> arm-system ...
>>
>> Thanks in advance,
>> Michael
>>
>>   
>>     
>
>
>   



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-19 14:30   ` M. Buchzik
@ 2009-10-19 17:42     ` Peter Stuge
  2009-10-19 18:28       ` M. Buchzik
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Stuge @ 2009-10-19 17:42 UTC (permalink / raw
  To: gentoo-embedded

M. Buchzik wrote:
> I installed the openmoko layer, but I don't think it's used.
> Is there a way to force the usage of a layer?

You don't say if you are using layman or added the overlay manually.
Make sure that the overlay is pulled in from make.conf. See layman
docs and make.conf docs.


//Peter



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-19 17:42     ` Peter Stuge
@ 2009-10-19 18:28       ` M. Buchzik
  2009-10-19 18:55         ` Peter Stuge
  0 siblings, 1 reply; 11+ messages in thread
From: M. Buchzik @ 2009-10-19 18:28 UTC (permalink / raw
  To: gentoo-embedded

Peter Stuge schrieb:
> Make sure that the overlay is pulled in from make.conf. See layman
> docs and make.conf docs. You don't say if you are using layman or added the overlay manually.
>   
thanks a lot!
i used layman and thought PORTDIR_OVERLAY="/usr/local/portage" was
enough, but in addition with the exact openmoko-drirectory it now worked
(/usr/local/portage/layman/openmoko/trunk/openmoko-target).

Thank you all! :-)

Michael



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-19 18:28       ` M. Buchzik
@ 2009-10-19 18:55         ` Peter Stuge
  2009-10-19 19:16           ` M. Buchzik
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Stuge @ 2009-10-19 18:55 UTC (permalink / raw
  To: gentoo-embedded

M. Buchzik wrote:
> > Make sure that the overlay is pulled in from make.conf. See
> > layman docs and make.conf docs.
> 
> thanks a lot!
> i used layman and thought PORTDIR_OVERLAY="/usr/local/portage" was
> enough,

Please do read the documentation.

--8<-- man layman
CONFIGURATION
..
       make.conf
..
           prefer having a very small external file that only contains the
           setting for PORTAGE_OVERLAYS. This file is then sourced at the end
           of /etc/make.conf. This is the reason why layman suggests running
           "echo "source /usr/portage/local/layman/make.conf" >>
           /etc/make.conf" after it has been installed.
-->8--


//Peter



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-19 18:55         ` Peter Stuge
@ 2009-10-19 19:16           ` M. Buchzik
  2009-10-19 20:26             ` Peter Stuge
  0 siblings, 1 reply; 11+ messages in thread
From: M. Buchzik @ 2009-10-19 19:16 UTC (permalink / raw
  To: gentoo-embedded

Peter Stuge schrieb:
> Please do read the documentation.
Sorry, reading and understanding are two different things ;-)
I read it, had a look into /usr/portage/local/layman/make.conf and saw
no reason ... my failure :o

Well, nevertheless you helped me a lot, my work - programming the
embedded device - now can begin! thanks to you ...

Michael



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-19 19:16           ` M. Buchzik
@ 2009-10-19 20:26             ` Peter Stuge
  2009-11-29 15:07               ` Maksim 'max_posedon' Melnikau
  0 siblings, 1 reply; 11+ messages in thread
From: Peter Stuge @ 2009-10-19 20:26 UTC (permalink / raw
  To: gentoo-embedded

Hey Michael,

M. Buchzik wrote:
> > Please do read the documentation.
> 
> Sorry, reading and understanding are two different things ;-)

True! Read again and again until it becomes clear. Read slowly.
I have to do that too, and it pays off.


> I read it, had a look into /usr/portage/local/layman/make.conf and
> saw no reason ... my failure :o

The important bit was that about echo and PORTDIR_OVERLAY.


> Well, nevertheless you helped me a lot, my work - programming the
> embedded device - now can begin! thanks to you ...

You're welcome.


//Peter



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-embedded] failing to arm...-emerge python-2.6.3
  2009-10-19 20:26             ` Peter Stuge
@ 2009-11-29 15:07               ` Maksim 'max_posedon' Melnikau
  0 siblings, 0 replies; 11+ messages in thread
From: Maksim 'max_posedon' Melnikau @ 2009-11-29 15:07 UTC (permalink / raw
  To: gentoo-embedded

Hi!

I finally find time for python-2.6.4, and updated patches, so

openmoko overlay now have crosscompile-aware python

On 10/19/09, Peter Stuge <peter@stuge.se> wrote:
> Hey Michael,
>
> M. Buchzik wrote:
>> > Please do read the documentation.
>>
>> Sorry, reading and understanding are two different things ;-)
>
> True! Read again and again until it becomes clear. Read slowly.
> I have to do that too, and it pays off.
>
>
>> I read it, had a look into /usr/portage/local/layman/make.conf and
>> saw no reason ... my failure :o
>
> The important bit was that about echo and PORTDIR_OVERLAY.
>
>
>> Well, nevertheless you helped me a lot, my work - programming the
>> embedded device - now can begin! thanks to you ...
>
> You're welcome.
>
>
> //Peter
>
>



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-11-29 16:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-18 14:37 [gentoo-embedded] failing to arm...-emerge python-2.6.3 M. Buchzik
2009-10-18 18:08 ` David Ford
2009-10-18 22:07   ` Maksim 'max_posedon' Melnikau
2009-10-18 22:10     ` David Ford
2009-10-19 14:30   ` M. Buchzik
2009-10-19 17:42     ` Peter Stuge
2009-10-19 18:28       ` M. Buchzik
2009-10-19 18:55         ` Peter Stuge
2009-10-19 19:16           ` M. Buchzik
2009-10-19 20:26             ` Peter Stuge
2009-11-29 15:07               ` Maksim 'max_posedon' Melnikau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox