Re: Unportable use of tar

2010-03-30 Thread Ian Lynagh
On Tue, Mar 30, 2010 at 08:21:22AM +0200, Matthias Kilian wrote: > On Tue, Mar 30, 2010 at 03:34:11PM +1100, Roman Leshchinskiy wrote: > > boot-pkgs contains this line: > > > > tar -zxf ../../$tarball > > > > This fails at least on Solaris where we want gtar. We probably > > want

Re: Unportable use of tar

2010-03-29 Thread Matthias Kilian
On Tue, Mar 30, 2010 at 03:34:11PM +1100, Roman Leshchinskiy wrote: > boot-pkgs contains this line: > > tar -zxf ../../$tarball > > This fails at least on Solaris where we want gtar. We probably > want to look for gnutar, gtar and then for tar, just like in > configure. Or just u

Unportable use of tar

2010-03-29 Thread Roman Leshchinskiy
boot-pkgs contains this line: tar -zxf ../../$tarball This fails at least on Solaris where we want gtar. We probably want to look for gnutar, gtar and then for tar, just like in configure. Roman ___ Cvs-ghc mailing list Cvs-ghc@haske