Re: [gobolinux-devel] Possible Groff bug in pdfroff with Ghostscript

2006-08-07 Thread André Detsch
On 8/7/06, MJ Ray <[EMAIL PROTECTED]> wrote: "Lucas C. Villa Real" <[EMAIL PROTECTED]> > That's fine. I've taken the time to modify the recipe store, creating > both AFPL-GhostScript and GhostScript (which uses the GPL tarball) > recipes. Both are available in versions 8.13, 8.53 and 8.54. Thank

[gobolinux-devel] Re: [gobolinux-commits] bug in CheckDependencies

2006-08-07 Thread André Detsch
On 8/6/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: CheckDependencies doesn't use HasCompatiblePackages or look in CompatibilityList for compatible packages. I've just added CompatibilityList support at CheckDependencies, simulating the old behaviour of Dependencies. I.e.: when a given package

Re: [gobolinux-devel] Possible Groff bug in pdfroff with Ghostscript

2006-08-07 Thread MJ Ray
"Lucas C. Villa Real" <[EMAIL PROTECTED]> > That's fine. I've taken the time to modify the recipe store, creating > both AFPL-GhostScript and GhostScript (which uses the GPL tarball) > recipes. Both are available in versions 8.13, 8.53 and 8.54. Thanks. I've noticed that http://gobo.calica.com/re

Re: [gobolinux-devel] Re: Compile Util-Linux 2.12r failed

2006-08-07 Thread MJ Ray
"Hisham Muhammad" <[EMAIL PROTECTED]> > like it needs a GCC-4 compatibility patch, but from a quick search, I > couldn't fine none around. We may need to roll our own, or try > 2.13-pre7. Sadly, 2.13-pre7 has the same problem. I'll email its maintainer Adrian Bunk and ask. -- MJR __

Re: [gobolinux-devel] MailRecipe - OK to add to CVS?

2006-08-07 Thread MJ Ray
I don't understand why Opera Mail and googlemail would make a simple task (pipe or save message text) as hard as it sounds like the do. As well as my previous three benefits, it also sounds like it would remove one step of ReviewRecipe and the RecipeLint change seems worth doing anyway. "Jonas Ka

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

2006-08-07 Thread Jonas Karlsson
On Tue, 08 Aug 2006 00:23:46 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: * moved exit(0) out of cleanup (one might want to do things after wrapup) * moved call of post_install to after wrapup - files are installed in wrapup

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

2006-08-07 Thread Hisham Muhammad
On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: * moved exit(0) out of cleanup (one might want to do things after wrapup) * moved call of post_install to after wrapup - files are installed in wrapup I liked the invariant that wrapup was always guaranteed to be the last thi

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

2006-08-07 Thread Lucas C. Villa Real
On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: Ah, now I remember what the difference is... I tried to change tab width in jed to be three spaces. Somehow I managed to get it to convert every three spaces to tabs (or similar)... How stupid. :-) -- Lucas powered by /dev/dsp _

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

2006-08-07 Thread Jonas Karlsson
On Mon, 07 Aug 2006 23:20:57 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: ## > # Options and configuration > @@ -221,6 +222,8 @@ >fi > Log_Normal "Packing recipe direct

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

2006-08-07 Thread Lucas C. Villa Real
On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: ## > # Options and configuration > @@ -221,6 +222,8 @@ >fi > Log_Normal "Packing recipe directory..." > + # remove any backup file before

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

2006-08-07 Thread Jonas Karlsson
On Mon, 07 Aug 2006 23:05:23 +0200, Jonas Karlsson <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/goboscripts Module name:tools Changes by: Jonas Karlsson 06/08/07 21:05:23 Modified files: Compile/bin: Compile Log message: * added some cleanup before packin

Re: [gobolinux-devel] Another GCC problem

2006-08-07 Thread Lucas C. Villa Real
On 8/5/06, MJ Ray <[EMAIL PROTECTED]> wrote: "Lucas C. Villa Real" <[EMAIL PROTECTED]> > On 8/1/06, MJ Ray <[EMAIL PROTECTED]> wrote: > > To fix this, I added to the recipe the patch mailed to gcc's list in > > http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01179.html > > > > Is it OK to include th

Re: [gobolinux-devel] Re: "backlinked" variable

2006-08-07 Thread Jonas Karlsson
Having some time to think through this and some other things to shed light on it I can now reply to this and describe why I made the post the first time. On Wed, 26 Jul 2006 21:52:15 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 7/16/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:

Re: [gobolinux-devel] Bug in Compile

2006-08-07 Thread Jonas Karlsson
On Mon, 07 Aug 2006 21:56:32 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: There's another problem, which I don't know only affects fibosandbox, but it's the only one I can confirm this behaviour on atm, where the settings folder

Re: [gobolinux-devel] Bug in Compile

2006-08-07 Thread Lucas C. Villa Real
On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: There's another problem, which I don't know only affects fibosandbox, but it's the only one I can confirm this behaviour on atm, where the settings folder is left, or rather a link to a settings folder. I couldn't find the code responsible but

[gobolinux-devel] Bug in Compile

2006-08-07 Thread Jonas Karlsson
I'm going to post a mail about a bugtracker later tonight, but atm I'm busy. There's a bug in Compile, when installation fails. It doesn't clean up the files it creates. I recently deleted about 40(!) unionsandbox mount points in my /. I found them by accident as they all begins with a dot (h

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

2006-08-07 Thread Lucas C. Villa Real
On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > Where's compileSupportedArchitectures being declared? Or is it coming > in another patch? > Sorry, forgot to commit that. Yes, it's in another patch, coming any time now. :) Good! :) >> +do >> + if [ -f $newrecipedir/$arch/Recipe ] >> +

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

2006-08-07 Thread Jonas Karlsson
On Mon, 07 Aug 2006 15:18:10 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/goboscripts Module name:tools Changes by: Jonas Karlsson 06/08/07 10:49:22 Modified files: Compile/bin:

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

2006-08-07 Thread Lucas C. Villa Real
On 8/7/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/goboscripts Module name:tools Changes by: Jonas Karlsson 06/08/07 10:49:22 Modified files: Compile/bin: NewVersion Log message: Added some support for arch-specific recipes CVSWeb

[gobolinux-devel] Re: Placement of UnmanagedFiles

2006-08-07 Thread Hisham Muhammad
On 8/6/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: On Sun, 06 Aug 2006 06:21:55 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > On 8/5/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: >> Making use of unmanaged files I noticed that, in recipes, one has to >> specify the unmanaged files in a v