On 7/16/07, MJ Ray <[EMAIL PROTECTED]> wrote: > I just tried to Compile GCC-Java from my rc shell and it failed with > an error like "export: not found" (apologies for not recording the > exact error). Rebuilding from bash seems to cure it. > > Is there any way to note a Compile dependency like that? > Should the recipe be changed to force a Bourne-like shell?
I'm wondering here if the implicit Bourne-dependency happened in the recipe, in gcj or in Compile. Is the 'export' written somewhere in the recipe, its resource files, patches? If it's in gcj, I think you may be able to do the following in the recipe: environment=( SHELL=/bin/sh ) If it's in Compile, then it's a Compile bug and we should make it explicit, I guess. -- Hisham _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel