Hi,
I just download it and here, and I am getting a small error
/Programs/Scripts/Current/bin/../Functions/GoboLinux: line 640: syntax
error near unexpected token `<'
/Programs/Scripts/Current/bin/../Functions/GoboLinux: line 640: `
done < <(find "${programpath}" -mindepth 2 )'
the error is at
function Get_System_Paths () {
Parameters "$1" programpath
while read path
do
Programs_To_System_Path "${path}"
done < <(find "${programpath}" -mindepth 2 )
}
and with Hisham help I fixed it with:
function Get_System_Paths () {
Parameters "$1" programpath
while read path
do
Programs_To_System_Path "${path}"
done | (find "${programpath}" -mindepth 2 )
}
Cheers,
Guilherme
On Wed, Jan 13, 2010 at 12:40 AM, Michael Homer <[email protected]> wrote:
> Gentle readers,
> A point release of both Scripts and Compile is upcoming, probably this
> weekend. This is the first and hopefully last release candidate. The changes
> are mostly bugfixes, but there are also some improvements to the version-
> handling for alien dependencies contributed by Kevin Quick.
>
> This release candidate also includes a new Alien-Cabal wrapper to incorporate
> the Cabal packaging used by Haskell into the system. Its inclusion in the
> final
> release is contingent on a new GHC recipe with the appropriate configuration
> being available at that point. It is subject to removal and should not be
> relied upon until included in a final release.
>
> The packages can be installed with:
> InstallPackage http://mwh.geek.nz/files/gobo/Scripts--2.10.1rc1--i686.tar.bz2
> and
> InstallPackage http://mwh.geek.nz/files/gobo/Compile--1.13.1rc1--i686.tar.bz2
>
> Please test these candidates and report any bugs you encounter. If there are
> no major issues, the final release will be early this weekend to be in time
> for
> LCA. The 015 tools branch *may* be merged into trunk at that point, but that
> is still up for discussion depending on how 015 progress is going.
>
> Changelogs follow.
>
> Scripts:
> 2010-01-11 16:03 mohjive
>
> * Resources/Defaults/Settings/Scripts/CompatibilityList,
> Resources/Dependencies, bin/PrepareProgram: Ported from 015
> branch:
> Do not break quoted options passed as arguments to
> PrepareProgram.
> Fix installation of man files for autotools projects that have
> not adopted FHS yet.
> Remove Python 3.x from dependencies range.
> It's ok to have Util-Linux-NG as a replacement for Util-Linux but
> the opposite is not true because of libblkid.
>
> 2010-01-08 22:30 mwh
>
> * Functions/Archive: Fix Archive to handle oddly-named files using
> file like it tries to, which requires keeping the full path
> around.
>
> 2010-01-06 00:40 lucasvr
>
> * bin/CreateRootlessEnvironment: Add missing '$' to variable.
> Closes bug #418.
>
> 2010-01-04 03:45 mwh
>
> * bin/Alien-Cabal: Add Alien-Cabal from Kevin Quick, which will be
> usable once the new GHC recipe is available.
>
> 2010-01-04 03:39 mwh
>
> * bin/Alien-LuaRocks, bin/Alien-RubyGems: Update RubyGems and
> LuaRocks Alien (but not CPAN) wrappers for new versioning. Patch
> from Kevin Quick.
>
> 2010-01-04 03:38 mwh
>
> * bin/CheckDependencies: Ask before installing Alien dependencies
> as well. Patch from Kevin Quick.
>
> 2010-01-04 03:37 mwh
>
> * bin/Alien: Better version handling for Alien dependencies. Patch
> from Kevin Quick.
>
> 2010-01-04 03:36 mwh
>
> * src/FindDependencies.c: Alien support for FindDependencies. Patch
> from Kevin Quick.
>
> 2009-12-29 23:16 mwh
>
> * src/CommandNotFound.c: Typo
>
> Compile:
> 2010-01-11 15:52 mohjive
>
> * Resources/Dependencies, bin/Compile: $LIBTOOL should be passed as
> make variable if set in the environment.
> Do not use $archsubdir until set.
> Take Python 3.x out of the dependency range.
>
> 2010-01-04 03:41 mwh
>
> * bin/Compile: Compile support for Alien versioning. Patch from
> Kevin Quick.
>
> 2009-12-30 22:34 mwh
>
> * Functions/BuildType_cabal: Finding Setup.{l,}hs needs to happen
> after fetching and unpacking, so put it in cabal_do_configuration
> instead of init
>
> 2009-12-28 21:30 mwh
>
> * Resources/Dependencies: Fix Scripts dependency to >=
>
> 2009-12-28 06:29 mwh
>
> * Resources/Dependencies, bin/Compile: Bump minimum Scripts version
>
> 2009-12-23 10:17 mohjive
>
> * Functions/BuildType_cabal: Make detection of cabal_setup file
> look in $sourcedir explicitly as we can't be sure where we are
> wen cabal_init() is run.
>
> _______________________________________________
> gobolinux-devel mailing list
> [email protected]
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
>
>
_______________________________________________
gobolinux-devel mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel