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

[gobolinux-devel] ChrootCompile 1.0.1

2007-01-25 Thread Lucas C. Villa Real
And now it's time for ChrootCompile to have a new release. Having been used in the entire compilation of new packages for GoboLinux 013 and for the generation of the new ARM port, this release also presents new scripts for automating the generation of new builds. Testers are welcome, as usual ;-)

[gobolinux-devel] ChrootCompile questions

2006-12-06 Thread Jonas Karlsson
Is ChrootCompile without arguments used anywhere? I'd like to set helpOnNoArguments=yes and add an option -g/--generate-environment to generate environment instead of falling back to that behavior if called on an empty directory Copying recipes to the Recipes directory inside the environemnt

Re: [gobolinux-devel] ChrootCompile

2006-12-05 Thread Lucas C. Villa Real
On 12/4/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On Mon, 04 Dec 2006 09:06:07 +0100, Jonas Karlsson > <[EMAIL PROTECTED]> wrote: > > > > Shouldn't we make ChrootCompile a Scripts citizen? Not include it it > > Scripts, but make it use all the useful functions from Scripts. > > > Somehow I mi

Re: [gobolinux-devel] ChrootCompile

2006-12-04 Thread Jonas Karlsson
On Mon, 04 Dec 2006 09:06:07 +0100, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > Shouldn't we make ChrootCompile a Scripts citizen? Not include it it > Scripts, but make it use all the useful functions from Scripts. > Somehow I missed the fact that this was implemented two days ago... I must l

[gobolinux-devel] ChrootCompile

2006-12-04 Thread Jonas Karlsson
ChrootCompile is really good, but there's two things that I miss about it: * the ability to call it from any directory with a recipe name, i.e. 'ChrootCompile --root=/Files/Myroot KDE-Libs 3.5.5' * the ability to bind any directory inside the mount (how else would one have access to the kernel

Re: [gobolinux-devel] ChrootCompile request for feature

2006-09-04 Thread Fábio Mierlo
On 9/4/06, Andy Feldman <[EMAIL PROTECTED]> wrote: > > From a syntax standpoint, try this instead: > in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts > $name $version || (in_chroot bash ; die "Compilation failed.") > > That should always execute the "die" if the Compile fails, r

Re: [gobolinux-devel] ChrootCompile request for feature

2006-09-04 Thread Andy Feldman
On 9/4/06, Fábio Mierlo <[EMAIL PROTECTED]> wrote: > Will be cool a flag in ChrootCompile that enter in > a chrooted bash for debug purposes before die. > > I'm commenting and uncommenting the follow line > to do that, but it isn't working very well. > > #in_chroot Compile --batch --no-web --no-sym

[gobolinux-devel] ChrootCompile request for feature

2006-09-04 Thread Fábio Mierlo
Will be cool a flag in ChrootCompile that enter in a chrooted bash for debug purposes before die. I'm commenting and uncommenting the follow line to do that, but it isn't working very well. #in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts $name $version || die "Compilation fa

[gobolinux-devel] ChrootCompile and UnionSandbox

2006-05-12 Thread Carlo Calica
Just spent a few minutes with ChrootCompile. There seems to be a problem with ChrootCompile and UnionSandbox. Specifically, UnionSandbox does not like running in a chroot. It is unable to mount dirs because it's view is different than the kernel's. Quick fix is forcing the use of FiboSandbox.