Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-09-05 Thread Thomas Petazzoni
Hi, [ Sorry for answering so late. I discovered your e-mail by Googling to try to solve another toolchain-related problem. ] Le Thu, 26 Jun 2008 13:59:34 -0500, E Robertson <[EMAIL PROTECTED]> a écrit : > I'm creeping along here but this one is beyond me. I'm not familiar > with fakeroot code. I

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-26 Thread E Robertson
On Thursday 26 June 2008 03:32:26 am Jussi Hakala wrote: > You can try something like [1] to figure out what's exactly happening > when gcc is executed. > > That should reveal at least some of the potential pitfalls and help > adjust your toolchain... > > Regards, > >Jussi > > > [1] echo '' | g

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-26 Thread Jussi Hakala
You can try something like [1] to figure out what's exactly happening when gcc is executed. That should reveal at least some of the potential pitfalls and help adjust your toolchain... Regards, Jussi [1] echo '' | gcc -v -x c - 2>&1 | less E Robertson wrote: On Wednesday 25 June 2008 0

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-25 Thread E Robertson
On Wednesday 25 June 2008 08:26:24 am Jussi Hakala wrote: > E Robertson wrote: > > I get this when I run that comand: > > > > sb-conf: No fakeroot versions found for compiler: host-gcc > > Ah, yes. > > I don't know what I was thinking when I wrote that, sorry :) > > Is the error message the same if

Re: [Scratchbox-users] Using Foriegn Toolchain error ...fixed

2008-06-25 Thread E Robertson
On Wednesday 25 June 2008 08:26:24 am Jussi Hakala wrote: > E Robertson wrote: > > I get this when I run that comand: > > > > sb-conf: No fakeroot versions found for compiler: host-gcc > > Ah, yes. > > I don't know what I was thinking when I wrote that, sorry :) > > Is the error message the same if

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-25 Thread E Robertson
On Wednesday 25 June 2008 08:26:24 am Jussi Hakala wrote: > E Robertson wrote: > > I get this when I run that comand: > > > > sb-conf: No fakeroot versions found for compiler: host-gcc > > Ah, yes. > > I don't know what I was thinking when I wrote that, sorry :) > > Is the error message the same if

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-25 Thread Jussi Hakala
E Robertson wrote: I get this when I run that comand: sb-conf: No fakeroot versions found for compiler: host-gcc Ah, yes. I don't know what I was thinking when I wrote that, sorry :) Is the error message the same if you try to run anything else under fakeroot, for example: $ fakeroot ls -

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-24 Thread E Robertson
On Tuesday 24 June 2008 11:08:56 am E Robertson wrote: > On Tue, Jun 24, 2008 at 10:17 AM, Jussi Hakala <[EMAIL PROTECTED]> wrote: > > Interesting error. > > > > Try [1], and see if that solves your problem. > > > > Regards, > > > > Jussi > > > > [1] sb-conf in HOST -F > > I get this when I run t

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-24 Thread E Robertson
On Tuesday 24 June 2008 11:08:56 am E Robertson wrote: > On Tue, Jun 24, 2008 at 10:17 AM, Jussi Hakala <[EMAIL PROTECTED]> wrote: > > Interesting error. > > > > Try [1], and see if that solves your problem. > > > > Regards, > > > > Jussi > > > > [1] sb-conf in HOST -F > > I get this when I run t

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-24 Thread E Robertson
On Tue, Jun 24, 2008 at 10:17 AM, Jussi Hakala <[EMAIL PROTECTED]> wrote: > Interesting error. > > Try [1], and see if that solves your problem. > > Regards, > > Jussi > > [1] sb-conf in HOST -F > I get this when I run that comand: sb-conf: No fakeroot versions found for compiler: host-gcc > E

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-24 Thread Jussi Hakala
Interesting error. Try [1], and see if that solves your problem. Regards, Jussi [1] sb-conf in HOST -F E Robertson wrote: Hi All, I'm attempting to use a foreign toolchain and I seem to be stuck at building the auxiliary tools. I followed all the instructions so far, and unless I'm missing