Re: Boostrap tar cannot exec xz

2016-10-03 Thread Ludovic Courtès
csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > Hi Ludo, > >> So apparently, tar 1.27 did not execute xz via /bin/sh, but current tar >> does not either: >> > > It does not when extracting, but seems to do when compressing (which is > what causes my bootstrapping problem). Your experi

Re: Boostrap tar cannot exec xz

2016-10-03 Thread Carlos Sánchez de La Lama
Hi Ludo, > So apparently, tar 1.27 did not execute xz via /bin/sh, but current tar > does not either: > It does not when extracting, but seems to do when compressing (which is what causes my bootstrapping problem). Your experiment yields similar results here: --8<---cut here-

Re: Boostrap tar cannot exec xz

2016-10-01 Thread Ludovic Courtès
Hi! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: >> In ‘raw-build’ in bootstrap.scm, we run: >> >> xz -dc thing.tar.xz | tar xv > > If I have understood correctly the code, raw-build is only used for > %bootstrap-guile. However, the problem arises when building make (I do > not ha

Re: Boostrap tar cannot exec xz

2016-09-30 Thread Carlos Sánchez de La Lama
Hi! >> still trying too bootstrap linux-powerpc. > > This is exciting, BTW! Yes, my plan is to make a full GuixSD install at some point. But step by step, first thing is bootstrapping on top of my debian. >> That commit also added the substitution of "/bin/sh" to >> "/bin/sh" in src/system.c whe

Re: Boostrap tar cannot exec xz

2016-09-30 Thread Ludovic Courtès
Hi! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > still trying too bootstrap linux-powerpc. This is exciting, BTW! > I find the boostrap binary "tar" fails to execute xz (which is un turn > required to build make on continue the bootstrap process), because it > can not find bash.

Boostrap tar cannot exec xz

2016-09-30 Thread Carlos Sánchez de La Lama
Hi Ludo, still trying too bootstrap linux-powerpc. I find the boostrap binary "tar" fails to execute xz (which is un turn required to build make on continue the bootstrap process), because it can not find bash. The problem was introduced in your commit 74d637397b44a90d2dbc2ac100b38591dd4f81eb w