Re: [gobolinux-devel] Idea for Compile

2006-08-10 Thread Lucas C. Villa Real
On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 23:34:22 +0200, Lucas C. Villa Real >> fibosandbox_options=( >> "--add-alloved=${goboModules}/Current/misc" >> } >> >> unionsandbox_options=( >> "unmanaged_files=(${goboModules}/Current/misc)" >> ) > When I think

Re: [gobolinux-devel] Idea for Compile

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 23:34:22 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: In the discussion about Unmanaged files, we touched the subject of fibosandbox vs unionsandbox. This gave me an idea for two new options in recipes: fibosan

[gobolinux-devel] Re: [gobolinux-commits] tools/Compile/bin NewVersion

2006-08-10 Thread Jonas Karlsson
On Fri, 11 Aug 2006 00:00:13 +0200, Jonas Karlsson <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/goboscripts Module name:tools Changes by: Jonas Karlsson 06/08/10 22:00:13 Modified files: Compile/bin: NewVersion Log message: update compile_version with New

Re: [gobolinux-devel] Idea for Compile

2006-08-10 Thread Lucas C. Villa Real
On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: In the discussion about Unmanaged files, we touched the subject of fibosandbox vs unionsandbox. This gave me an idea for two new options in recipes: fibosandbox_options and unionsandbox_options fibosandbox_options=( "--add-alloved=${goboM

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 22:57:38 +0200, Andy Feldman <[EMAIL PROTECTED]> wrote: On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 18:55:02 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> > SignProgram: Creating FileHash > sudo: no passwd entry for root! > I've seen that, bu

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Andy Feldman
On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 18:55:02 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> > SignProgram: Creating FileHash > sudo: no passwd entry for root! > I've seen that, but haven't been able to track it down. To be honest I haven't spent that much energ

[gobolinux-devel] Scripts 2.4.0, Compile 1.6.0

2006-08-10 Thread Hisham Muhammad
Hi, Another release of Scripts and Compile, integrating many bugfixes and a bunch of cool stuff. Highlights: * fixes problem with endless loop in FindPackage * uses new and more powerful script CheckDependencies, which supports version ranges * new syntax for recipe type declarations (recipe_typ

Re: [gobolinux-devel] Re: problem with findpackage

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 19:22:49 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/10/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On Thu, 10 Aug 2006 17:25:25 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> > wrote: > > > I'm hav

[gobolinux-devel] Re: problem with findpackage

2006-08-10 Thread Hisham Muhammad
On 8/10/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On Thu, 10 Aug 2006 17:25:25 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> > wrote: > > > I'm having a problem with FindPackage. It just stays forever at > > "Downloading updated remo

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonatan Liljedahl
Jonas Karlsson wrote: > On Thu, 10 Aug 2006 18:55:02 +0200, Jonatan Liljedahl > <[EMAIL PROTECTED]> wrote: > >> Jonas Karlsson wrote: >> >>> in short unmanaged files are installed into >>> /Programs/Foo/x.y/Resources/Unmanaged/[System/Kernel/Modules,/Programs/HTTPD/Current/modules,etc] >>> >>> an

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 18:55:02 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: Jonas Karlsson wrote: in short unmanaged files are installed into /Programs/Foo/x.y/Resources/Unmanaged/[System/Kernel/Modules,/Programs/HTTPD/Current/modules,etc] and are copied to their place in the filesystem

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Andy Feldman
On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 15:36:50 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > A note: no, > /Programs/Foo/x.y/Resources/Unmanaged/Programs/HTTPD/Current/modules > is not allowed. Unmanaged files can't install files under /Programs. > The in

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 15:36:50 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 17:37:53 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> It would be best if there where a working solution for fibosandbox too, but is that

Re: [gobolinux-devel] Re: Bugtracking and SCM

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 15:55:07 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 09:15:14 +0200, MJ Ray <[EMAIL PROTECTED]> wrote: > "Jonas Karlsson" <[EMAIL PROTECTED]> >> keeping our software repositories. The discussi

[gobolinux-devel] Re: Bugtracking and SCM

2006-08-10 Thread Hisham Muhammad
On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 09:15:14 +0200, MJ Ray <[EMAIL PROTECTED]> wrote: > "Jonas Karlsson" <[EMAIL PROTECTED]> >> keeping our software repositories. The discussion has been up before, >> which software to use for this. Afaic there's only one al

[gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Hisham Muhammad
On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 17:37:53 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> > Jonas Karlsson wrote: >> On Thu, 10 Aug 2006 16:56:54 +0200, Jonatan Liljedahl >>> Isn't this exactly what unionfs can solve? >>> >> Yes, unionsandbox solves this, but

Re: [gobolinux-devel] Bugtracking and SCM

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 09:15:14 +0200, MJ Ray <[EMAIL PROTECTED]> wrote: "Jonas Karlsson" <[EMAIL PROTECTED]> keeping our software repositories. The discussion has been up before, which software to use for this. Afaic there's only one alternative for SCM: SVN. There is probably those that think di

Re: [gobolinux-devel] problem with findpackage

2006-08-10 Thread Jonatan Liljedahl
MJ Ray wrote: > On Thu, 10 Aug 2006 17:25:25 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> > wrote: > >>I'm having a problem with FindPackage. It just stays forever at >>"Downloading updated remote lists..." > > > Can you reach all of the sites in your configuration? That's happened > to me

Re: [gobolinux-devel] Bugtracking and SCM

2006-08-10 Thread MJ Ray
"Jonas Karlsson" <[EMAIL PROTECTED]> > keeping our software repositories. The discussion has been up before, > which software to use for this. Afaic there's only one alternative for > SCM: SVN. There is probably those that think different and please speak up > if so. (Afaic?) Please, don't

Re: [gobolinux-devel] problem with findpackage

2006-08-10 Thread MJ Ray
On Thu, 10 Aug 2006 17:25:25 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > I'm having a problem with FindPackage. It just stays forever at > "Downloading updated remote lists..." Can you reach all of the sites in your configuration? That's happened to me when one host is down (usuall

[gobolinux-devel] Re: [gobolinux-users] Firefox up to date

2006-08-10 Thread Jonatan Liljedahl
Lucas C. Villa Real wrote: > On 7/28/06, Sean Russell <[EMAIL PROTECTED]> wrote: > >> The discussion was about providing recipes which download non-OpenSource >> binaries, but the concept is the same. > > > I'm not against that. It might be better, though, to store such > recipes in a different

Re: [gobolinux-devel] problem with findpackage

2006-08-10 Thread Lucas C. Villa Real
On 8/10/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Thu, 10 Aug 2006 17:25:25 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > I'm having a problem with FindPackage. It just stays forever at > "Downloading updated remote lists..." > Also InstallPackage just hangs. > If I pass the full

Re: [gobolinux-devel] problem with findpackage

2006-08-10 Thread Jonatan Liljedahl
Jonas Karlsson wrote: > On Thu, 10 Aug 2006 17:25:25 +0200, Jonatan Liljedahl > <[EMAIL PROTECTED]> wrote: > >> I'm having a problem with FindPackage. It just stays forever at >> "Downloading updated remote lists..." >> Also InstallPackage just hangs. >> If I pass the full URL to a package to I

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonatan Liljedahl
Jonas Karlsson wrote: > On Thu, 10 Aug 2006 17:37:53 +0200, Jonatan Liljedahl > <[EMAIL PROTECTED]> wrote: > >> Jonas Karlsson wrote: >> >>> On Thu, 10 Aug 2006 16:56:54 +0200, Jonatan Liljedahl >>> <[EMAIL PROTECTED]> wrote: >>> Jonas Karlsson wrote: > 2006/8/1, Hisham Muhammad <

Re: [gobolinux-devel] problem with findpackage

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 17:25:25 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: I'm having a problem with FindPackage. It just stays forever at "Downloading updated remote lists..." Also InstallPackage just hangs. If I pass the full URL to a package to InstallPackage, it works. Yes, I hav

[gobolinux-devel] Idea for Compile

2006-08-10 Thread Jonas Karlsson
In the discussion about Unmanaged files, we touched the subject of fibosandbox vs unionsandbox. This gave me an idea for two new options in recipes: fibosandbox_options and unionsandbox_options fibosandbox_options=( "--add-alloved=${goboModules}/Current/misc" } unionsandbox_options=( "

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 17:37:53 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: Jonas Karlsson wrote: On Thu, 10 Aug 2006 16:56:54 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: Jonas Karlsson wrote: 2006/8/1, Hisham Muhammad <[EMAIL PROTECTED]>: ... > How about, if using Uni

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonatan Liljedahl
Jonas Karlsson wrote: On Thu, 10 Aug 2006 16:56:54 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: Jonas Karlsson wrote: 2006/8/1, Hisham Muhammad <[EMAIL PROTECTED]>: ... > How about, if using UnionSandbox, mounting /System/Variable to > ${target}/Resources/Unmanaged/System/Variabl

[gobolinux-devel] problem with findpackage

2006-08-10 Thread Jonatan Liljedahl
I'm having a problem with FindPackage. It just stays forever at "Downloading updated remote lists..." Also InstallPackage just hangs. If I pass the full URL to a package to InstallPackage, it works. I'm using the latest Scripts and Compile packages, and my GetAvailable.conf has the correct(?)

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonas Karlsson
On Thu, 10 Aug 2006 16:56:54 +0200, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: Jonas Karlsson wrote: 2006/8/1, Hisham Muhammad <[EMAIL PROTECTED]>: ... > How about, if using UnionSandbox, mounting /System/Variable to > ${target}/Resources/Unmanaged/System/Variable? Listing the stuff you

Re: [gobolinux-devel] Re: Recipe types

2006-08-10 Thread Jonatan Liljedahl
Hisham Muhammad wrote: On 8/3/06, Dan <[EMAIL PROTECTED]> wrote: ... That's a really good question. Unless someone has an objection, I also vote for recipe_type=autoconf I don't have a definite vote for this, but I'd be leaning between autoconf or autotools. I'd vote for 'autotools'. --

Re: [gobolinux-devel] Re: Comments on Unmanaged and third party modules

2006-08-10 Thread Jonatan Liljedahl
Jonas Karlsson wrote: 2006/8/1, Hisham Muhammad <[EMAIL PROTECTED]>: ... > How about, if using UnionSandbox, mounting /System/Variable to > ${target}/Resources/Unmanaged/System/Variable? Listing the stuff you want to be in /S/V in the UnmanagedFiles file should get you the same result. This