Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2008-02-20 Thread Lucas C. Villa Real
On Tue, Feb 19, 2008 at 1:26 PM, André Detsch <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 5:08 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > > -in_chroot bash > > > -exit 0 > > > +#in_chroot bash > > > +#exit 0 > > > > > Why? I use it almost every time ChrootCompile dies while in the >

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2008-02-19 Thread André Detsch
On Feb 19, 2008 6:34 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > Heh, you're right. I had been staring on a monitor for too long, wasn't > really awake. :) Staring at the monitor is certainly not as harmful as doing quotes fixing for some hours :) Great work, BTW. -- Andre Detsch __

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2008-02-19 Thread Jonas Karlsson
On Tue, 19 Feb 2008 22:26:38 +0100, André Detsch <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 5:08 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> > -in_chroot bash >> > -exit 0 >> > +#in_chroot bash >> > +#exit 0 >> > >> Why? I use it almost every time ChrootCompile dies while in the >> sandbox.

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2008-02-19 Thread André Detsch
On Feb 19, 2008 5:08 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > -in_chroot bash > > -exit 0 > > +#in_chroot bash > > +#exit 0 > > > Why? I use it almost every time ChrootCompile dies while in the > sandbox. At least make it optional. Because this was placed _before_ the Compile command. It

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2008-02-19 Thread Jonas Karlsson
On 19/02/2008, André Detsch <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: AndrÃ(c) Detsch 08/02/19 17:15:40 > > Modified files: > ChrootCompile/bin: ChrootCompile > > Log message: > Commented out code used for debug. >

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile MiniInsta...

2008-02-13 Thread Lucas C. Villa Real
On Wed, Feb 13, 2008 at 9:54 PM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On Thu, 14 Feb 2008 06:41:47 +0100, Lucas C. Villa Real <[EMAIL PROTECTED]> > wrote: > > > CVSROOT: /sources/goboscripts > > Module name: tools > > Changes by: Lucas C. Villa Real08/02/14 05:41:47 > > > >

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile MiniInsta...

2008-02-13 Thread Jonas Karlsson
On Thu, 14 Feb 2008 06:41:47 +0100, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > CVSROOT: /sources/goboscripts > Module name: tools > Changes by: Lucas C. Villa Real08/02/14 05:41:47 > > Modified files: > ChrootCompile/bin: ChrootCompile MiniInstallPackage > > Log message: >

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-06-13 Thread Jonas Karlsson
On Wed, 13 Jun 2007 21:01:39 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > > Hi Jonas, > > While you are on this, could you please replace references to > /F/C/LocalRecipes with $compileLocalRecipesDir instead? There's also a > variable named $compileGetRecipeDir, which is set to /F/C/Re

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-06-13 Thread Lucas C. Villa Real
On 6/13/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: Jonas Karlsson 07/06/13 18:45:15 > > Modified files: > ChrootCompile/bin: ChrootCompile > > Log message: > ChrootCompile should Die if no re

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-03-06 Thread Lucas C. Villa Real
On 3/6/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: Jonas Karlsson 07/03/07 01:25:48 > > Modified files: > ChrootCompile/bin: ChrootCompile > > Log message: > Fixing that dependencies from reci

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-02-12 Thread Jonas Karlsson
2007/2/11, Lucas C. Villa Real <[EMAIL PROTECTED]>: > On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > > How about making "setup-environment" taking an argument and default to > > $PDW if no argument is given? > > Just took a time to see that again, and we already have this > functionality

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-02-11 Thread Lucas C. Villa Real
On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > How about making "setup-environment" taking an argument and default to > $PDW if no argument is given? Just took a time to see that again, and we already have this functionality by combining --setup-environment and --use-directory. If one do

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-02-10 Thread Jonas Karlsson
2007/2/10, Lucas C. Villa Real <[EMAIL PROTECTED]>: > On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > > +if [ ! -z "`ls`" ] > > > +then Die "Your ChrootCompile dir is not empty. Please correct and > > > then rerun ChrootCompile." > > > +fi > > > +if [ "$chrootCompileDir"

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-02-10 Thread Lucas C. Villa Real
On 2/10/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > +if [ ! -z "`ls`" ] > > +then Die "Your ChrootCompile dir is not empty. Please correct and then > > rerun ChrootCompile." > > +fi > > +if [ "$chrootCompileDir" ] > > +then dirname="$chrootCompileDir" > > +else dirnam

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2007-02-10 Thread Jonas Karlsson
2007/2/4, Lucas C. Villa Real <[EMAIL PROTECTED]>: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: Lucas C. Villa Real07/02/04 03:20:32 > > Modified files: > ChrootCompile/bin: ChrootCompile > > Log message: > Added 'setup-environment' flag and s

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2006-12-20 Thread detsch
Things break after compilation in some cases. I had this change locally for a long time, so I can't remember exactly, but examples include bash. That's probably related to recipes which require safe linking, but maybe we should avoid adding in ChrootCompile Recipes interpretation logic. Additionall

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2006-12-19 Thread Hisham Muhammad
On 12/19/06, André Detsch <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: André Detsch06/12/19 21:17:42 > > Modified files: > ChrootCompile/bin: ChrootCompile > > Log message: > Removed --no-symlink for Compile, as syml

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2006-12-18 Thread Ricardo Nabinger Sanchez
On Mon, 18 Dec 2006 14:51:52 -0200 "Lucas C. Villa Real" <[EMAIL PROTECTED]> wrote: > > > Log message: > > > Inclusion of $goboVariable/lock, as some builds expects it (eg: ^^ > > > Minicom) > > > > > > ... > > > mkdir -p $rootdir/

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2006-12-18 Thread Lucas C. Villa Real
On 12/18/06, Ricardo Nabinger Sanchez <[EMAIL PROTECTED]> wrote: > On Mon, 18 Dec 2006 16:25:35 + > "Lucas C. Villa Real" <[EMAIL PROTECTED]> wrote: > > > Log message: > > Inclusion of $goboVariable/lock, as some builds expects it (eg: > > Minicom) > > > > ... > > mkdir -p $rootdir/Sy

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2006-12-18 Thread Ricardo Nabinger Sanchez
On Mon, 18 Dec 2006 16:25:35 + "Lucas C. Villa Real" <[EMAIL PROTECTED]> wrote: > Log message: > Inclusion of $goboVariable/lock, as some builds expects it (eg: > Minicom) > > ... > mkdir -p $rootdir/System/Variable > mkdir -p $rootdir/System/Variable/tmp > mkdir -p $rootdir

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile bin/ChrootCompile Resources...

2006-12-05 Thread Hisham Muhammad
On 12/5/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On 12/4/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > > + if [ ! -z "${chrootCompileDir}" ] > > + then > > + cd "${chrootCompileDir}" > > I would suggest to use 'Quiet pushd' (and to add the missing 'Quiet > popd' afte

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile bin/ChrootCompile Resources...

2006-12-04 Thread Jonas Karlsson
On Tue, 05 Dec 2006 04:09:55 +0100, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On 12/4/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> -chrootcompileMode="gobo" >> -[ -e "./Compile.conf" ] && chrootcompileCompileConf="./Compile.conf" >> - >> +Parse_Conf Compile.conf >> # allows one to ov

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile bin/ChrootCompile Resources...

2006-12-04 Thread Lucas C. Villa Real
On 12/4/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > --- bin/ChrootCompile 4 Dec 2006 18:47:14 - 1.15 > +++ bin/ChrootCompile 4 Dec 2006 21:02:11 - 1.16 > @@ -15,17 +15,18 @@ > Add_Option_Boolean "l" "local-repository" "Look at the local repository for > recipes." "" >

Re: [gobolinux-devel] [gobolinux-commits] tools/ChrootCompile/bin ChrootCompile

2006-10-23 Thread Lucas C. Villa Real
On 10/22/06, André Detsch <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: André Detsch06/10/22 22:17:01 > > Modified files: > ChrootCompile/bin: ChrootCompile > > Log message: > Added experimental '--local-programs' opt