[gobolinux-devel] Patchs for: DisableProgram, RemoveProgram, GoboLinux

2007-04-03 Thread Aitor Pérez Iturri
Here comes patchs to add support for detached programs: Changes: * Added some functions to GoboLinux: - UnlinkCurrent :: unlinks the current - UnlinkProgram :: Remove links for program - RemoveProgram :: Remove directories for program - IsDetached :: Tells if a pro

Re: [gobolinux-devel] Detached Programs support (general)

2007-04-03 Thread Aitor Pérez Iturri
El Wed, 4 Apr 2007 00:57:49 -0300 "Hisham Muhammad" <[EMAIL PROTECTED]> escribi__: I have prepared both scripts. RemoveProgram has now --follow option to follow links in /Programs when remove, but by default it only disable detached programs. I have a little question, there is any special reason t

Re: [gobolinux-devel] Upgrading Glibc

2007-04-03 Thread Hisham Muhammad
On 4/4/07, Carlo Calica <[EMAIL PROTECTED]> wrote: > On 4/3/07, Michael Homer <[EMAIL PROTECTED]> wrote: > > On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > > > > > > http://www.gobolinux.org/download/kernel/ has only 2.6.17. I will look > > > in Manager when I get a chance and see if it's th

Re: [gobolinux-devel] Detached Programs support (general)

2007-04-03 Thread Hisham Muhammad
On 4/3/07, Carlo Calica <[EMAIL PROTECTED]> wrote: > On 4/3/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > > On 4/3/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > > > - When removing programs under NFS or similiar i will not delete files > > > under NFS, but it's supposed that user has writ

Re: [gobolinux-devel] [gobolinux-commits] tools/BuildLiveCD/Data Packages-List-GoboLinuxT...

2007-04-03 Thread Lucas C. Villa Real
On 4/4/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > Please, don't include CVS snapshots in a pre-release. When you decide > the state of CVS is good for inclusion in a pre-release, bump versions > and make releases. Doing otherwise is just asking for support trouble > later. Ok, will do that t

Re: [gobolinux-devel] [gobolinux-commits] tools/BuildLiveCD/Data Packages-List-GoboLinuxT...

2007-04-03 Thread Hisham Muhammad
On 4/3/07, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Please keep both Packages-List-GoboLinuxTools-Stable and > > Packages-List-GoboLinuxTools. > > > > Packages from Packages-List-GoboLinuxTools are fetched from CVS. I > > don't see

Re: [gobolinux-devel] Upgrading Glibc

2007-04-03 Thread Carlo Calica
On 4/3/07, Michael Homer <[EMAIL PROTECTED]> wrote: > On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > > > > http://www.gobolinux.org/download/kernel/ has only 2.6.17. I will look > > in Manager when I get a chance and see if it's there anyway. > > I wasn't even aware that existed. I assume it

Re: [gobolinux-devel] Detached Programs support (general)

2007-04-03 Thread Carlo Calica
On 4/3/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 4/3/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > > - When removing programs under NFS or similiar i will not delete files > > under NFS, but it's supposed that user has write access to that files, > > in this case a simple RemoveBro

Re: [gobolinux-devel] Upgrading Glibc

2007-04-03 Thread Michael Homer
On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > On 4/4/07, Michael Homer <[EMAIL PROTECTED]> wrote: > > > Are there any updated kernels I can/should download? > > You need at least 2.6.20; InstallPackage Linux/Compile Linux will pull > > that in for you. You need to be running it when you ins

Re: [gobolinux-devel] Upgrading Glibc

2007-04-03 Thread Lucas C. Villa Real
On 4/3/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > On 4/4/07, Michael Homer <[EMAIL PROTECTED]> wrote: > > > Are there any updated kernels I can/should download? > > You need at least 2.6.20; InstallPackage Linux/Compile Linux will pull > > that in for you. You need to be running it when you ins

Re: [gobolinux-devel] Upgrading Glibc

2007-04-03 Thread Jeremy Visser
On 4/4/07, Michael Homer <[EMAIL PROTECTED]> wrote: > > Are there any updated kernels I can/should download? > You need at least 2.6.20; InstallPackage Linux/Compile Linux will pull > that in for you. You need to be running it when you install the new > Glibc, so you'll have to restart in between.

Re: [gobolinux-devel] Upgrading Glibc

2007-04-03 Thread Michael Homer
On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > This seems to still be an issue. I am running GoboLinux 013 on a virtual > machine, and when upgrading Glibc, I too got the "kernel too old" error. > > Are there any updated kernels I can/should download? You need at least 2.6.20; InstallPackage

[gobolinux-devel] Some fixes for AttachProgram

2007-04-03 Thread Aitor Pérez Iturri
Fixed Pass_Away function call and Dependencies script call. Now, AttachProgram has some python error, i wiil take a look later. greets. Has DisableProgram support for Dettached programs? Aitor. -- ... Bardulia quae nunc vocatur Castella ... AttachProgram.patch Description: Binary data ___

[gobolinux-devel] Python stuff

2007-04-03 Thread John E . Rose
I wanted to look at the Installer package to learn something about AbsTk, but I ran into a couple problems. I have updated to Python 2.5, so I wasn't too suprised when AbsTk complained about something that seemed like a 2.4 vs. 2.5 problem. When I tried to update by running "make" in /Programs/

Re: [gobolinux-devel] Detached Programs support (general)

2007-04-03 Thread Hisham Muhammad
On 4/3/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > I'm going to make both scripts (RemoveProgram and DisableProgram) > similar, patches i wrote i think can't manege mixed programs, i have > programs detached and programs that don't, so i will try to add that > feature too. I have some quest

Re: [gobolinux-devel] Recommended method for a GDC (Gnu D Compiler) recipe?

2007-04-03 Thread Lucas C. Villa Real
On 4/3/07, mpb <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to write a recipe to install GDC, the Gnu D Compiler. The > GDC sources are an add-on to GCC. > > I'm wondering whether: > > 1) GDC should get its own recipe (that would, in terms of the files > installed, be largely redundant with GCC)

[gobolinux-devel] Recommended method for a GDC (Gnu D Compiler) recipe?

2007-04-03 Thread mpb
Hi, I'd like to write a recipe to install GDC, the Gnu D Compiler. The GDC sources are an add-on to GCC. I'm wondering whether: 1) GDC should get its own recipe (that would, in terms of the files installed, be largely redundant with GCC) or 2) the GCC recipe should be updated to (perhaps optio

Re: [gobolinux-devel] [gobolinux-commits] tools/BuildLiveCD/Data Packages-List-GoboLinuxT...

2007-04-03 Thread detsch
Packages-List-GoboLinuxTools-CVS sounds good. I'll update the occurrences of the file name in the BuildLiveCD scripts. On 4/3/07, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Please keep both Packages-List-GoboLinuxTools-Stable and >

Re: [gobolinux-devel] [gobolinux-commits] tools/BuildLiveCD/Data Packages-List-GoboLinuxT...

2007-04-03 Thread Lucas C. Villa Real
On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Please keep both Packages-List-GoboLinuxTools-Stable and > Packages-List-GoboLinuxTools. > > Packages from Packages-List-GoboLinuxTools are fetched from CVS. I > don't see a reason for doing so in the case of (at least) > Compile > Listener

Re: [gobolinux-devel] [gobolinux-commits] tools/BuildLiveCD/Data Packages-List-GoboLinuxT...

2007-04-03 Thread detsch
Please keep both Packages-List-GoboLinuxTools-Stable and Packages-List-GoboLinuxTools. Packages from Packages-List-GoboLinuxTools are fetched from CVS. I don't see a reason for doing so in the case of (at least) Compile Listener Manager Scripts This might change if we start having changes that mo

[gobolinux-devel] Detached Programs support (general)

2007-04-03 Thread Aitor Pérez Iturri
I'm going to make both scripts (RemoveProgram and DisableProgram) similar, patches i wrote i think can't manege mixed programs, i have programs detached and programs that don't, so i will try to add that feature too. I have some questions: - I'm going to make some functions to share beetwen them,

Re: [gobolinux-devel] Patch for RemovePrograms

2007-04-03 Thread Aitor Pérez Iturri
El Tue, 03 Apr 2007 08:10:15 +0200 "Jonas Karlsson" <[EMAIL PROTECTED]> escribi__: > Yes, I believe that those two script should be identical, with the > simple difference that RemoveProgram does a 'rm -rf' instead of 'mv > foo foo-disabled'. which DisableProgram does. Therefore I also think > tha