Re: [gobolinux-devel] ChrootCompile behavior

2007-05-03 Thread Aitor Pérez Iturri
El Wed, 2 May 2007 20:11:38 -0300 "Lucas C. Villa Real" <[EMAIL PROTECTED]> escribió > Great, that's where the symlink should point to. Do you have a patch > so that I can update the script? > I'm making some more changes relatives to no standard places, i will commit a patch with all changes th

Re: [gobolinux-devel] ChrootCompile behavior

2007-05-02 Thread Lucas C. Villa Real
On 5/2/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > El Wed, 02 May 2007 12:01:11 +0200 > "Jonas Karlsson" <[EMAIL PROTECTED]> escribió > > > On Wed, 02 May 2007 11:46:23 +0200, Aitor Pérez Iturri > > <[EMAIL PROTECTED]> wrote: > > > > > Hi all. > > > > > > I'm looking the code for ChrootComp

Re: [gobolinux-devel] ChrootCompile behavior

2007-05-02 Thread Aitor Pérez Iturri
El Wed, 02 May 2007 12:01:11 +0200 "Jonas Karlsson" <[EMAIL PROTECTED]> escribió > On Wed, 02 May 2007 11:46:23 +0200, Aitor Pérez Iturri > <[EMAIL PROTECTED]> wrote: > > > Hi all. > > > > I'm looking the code for ChrootCompile. > > > > Function create_root tries to create at the end a symlink

Re: [gobolinux-devel] ChrootCompile behavior

2007-05-02 Thread Jonas Karlsson
On Wed, 02 May 2007 11:46:23 +0200, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > Hi all. > > I'm looking the code for ChrootCompile. > > Function create_root tries to create at the end a symlink to a non > existent directory: > >ln -nfs .. $rootdir/$prefix > > rootdir as been yet set

[gobolinux-devel] ChrootCompile behavior

2007-05-02 Thread Aitor Pérez Iturri
Hi all. I'm looking the code for ChrootCompile. Function create_root tries to create at the end a symlink to a non existent directory: ln -nfs .. $rootdir/$prefix rootdir as been yet set to $1/$2 where $1 is set to: "/Mount/HDB1/Epia/Bootstrap/chroot/Area-UClibc-0.9.26-r2/" and