[slightly offtopic now]
On Mon, Apr 12, 2010 at 11:43:23AM +0200, Gabor PALI wrote:
> Ironically, I needed to hack my systems under the build slaves towards
> the GNU direction to see other interesting things like built snapshots
> :) I installed bash, and symlinked to /usr/bin/bash;
To my knowledge, you really don't need bash execpt for boot-pkgs.
And instead of symlinking it to /usr/bin, just create a bin directory
local to your buildbot directory, create the symlink there, and put
that directory in front of you PATH.
> I installed
> libiconv, and symlinked headers and libraries to /usr/{include,lib};
That should be done by putting
ICONV_INCLUDE_DIRS=/usr/local/include
ICONV_LIB_DIRS=/usr/local/lib
into the environment.
> finally I renamed make(1) to bmake (as it is a BSD make), installed
> GNU make as gmake, and symlinked make to gmake (ouch!).
Same as above, just put a symlink to /usr/local/bin/gmake into your
buildbots bin directory. Yes, it's still a workaround, but at least
you don't break your system.
Ciao,
Kili
--
If you want to remove the joy from programming, just use Ada.
-- Neil Mitchell on [email protected]
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc