Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Jonas Karlsson
On Wed, 04 Apr 2007 05:58:54 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > 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/kern

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Benjamin Bruheim
I recently gave out that url for somebody who needed to install the ISO kernel sources for compiling a network driver. So there's a valid scenario why somebody wants the 2.6.17 package. ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org

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

2007-04-04 Thread Aitor Pérez Iturri
El Wed, 4 Apr 2007 06:35:36 +0200 Aitor Pérez Iturri <[EMAIL PROTECTED]> escribi__: > Here comes patchs to add support for detached programs: > > Changes: > > * Added some functions to GoboLinux: > - UnlinkCurrent :: unlinks the current > - UnlinkProgram :: Remove links for program >

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

2007-04-04 Thread Hisham Muhammad
On 4/4/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > 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

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Hisham Muhammad
On 4/4/07, Benjamin Bruheim <[EMAIL PROTECTED]> wrote: > I recently gave out that url for somebody who needed to install the > ISO kernel sources for compiling a network driver. So there's a valid > scenario why somebody wants the 2.6.17 package. Wouldn't the kernel headers linked at http://goboli

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

2007-04-04 Thread Hisham Muhammad
On 4/4/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: > El Wed, 4 Apr 2007 06:35:36 +0200 > Aitor Pérez Iturri <[EMAIL PROTECTED]> escribi__: > > > Here comes patchs to add support for detached programs: > > > > Changes: > > > > * Added some functions to GoboLinux: > > - UnlinkCurrent :: u

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Jeremy Visser
On 4/5/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 4/4/07, Benjamin Bruheim <[EMAIL PROTECTED]> wrote: > > I recently gave out that url for somebody who needed to install the > > ISO kernel sources for compiling a network driver. So there's a valid > > scenario why somebody wants the 2.6.17

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Benjamin Bruheim
On 4/4/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > Wouldn't the kernel headers linked at > http://gobolinux.org/?page=downloads > suffice? You are right. This is the link I was looking for hehe. ___ gobolinux-devel mailing list gobolinux-devel@lists

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Lucas C. Villa Real
On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > On 4/5/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > > On 4/4/07, Benjamin Bruheim <[EMAIL PROTECTED]> wrote: > > > I recently gave out that url for somebody who needed to install the > > > ISO kernel sources for compiling a network driver. S

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Jeremy Visser
Lucas C. Villa Real wrote: > Just run 'InstallPackage Linux' and it will download the package for > you. The kernel image/modules is now handled by the standard > GoboLinux tools, not needing to be in a separate repository/directory > anymore. OK, done. So far, it appears to work fine, thanks!

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Hisham Muhammad
On 4/5/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > Lucas C. Villa Real wrote: > > Just run 'InstallPackage Linux' and it will download the package for > > you. The kernel image/modules is now handled by the standard > > GoboLinux tools, not needing to be in a separate repository/directory > > a

Re: [gobolinux-devel] Upgrading Glibc

2007-04-04 Thread Jeremy Visser
Hisham Muhammad wrote: >> /System/Links/Executables/Compile: line 398: Arg: command not found > > Ouch. Compile depends on a recent Scripts package as well. Looks like > that dependency is not specified in Compile's Dependencies file as it > should. OK, will try upgrading Scripts as well. FYI,