Hi, Ludovic Courtès <l...@gnu.org> writes:
[...] > ERROR: In procedure scm-error: > ERROR: decompressed-port failure (7) > error: in phase 'unpack': uncaught exception: > srfi-34 #<condition &invoke-error [program: "tar" arguments: ("xvf" > "/gnu/store/ywf5j03423yiawix3z21xa14hyyvd83z-binutils-2.14.tar.xz") > exit-status: 1 term-signal: #f stop-signal: #f] 1215400> > phase `unpack' failed after 0.3 seconds > command "tar" "xvf" > "/gnu/store/ywf5j03423yiawix3z21xa14hyyvd83z-binutils-2.14.tar.xz" failed > with status 1 > builder for > `/gnu/store/fwz150xjaqbh8n02z6gsmpm9w8lxckak-binutils-mesboot0-2.14.drv' > failed with exit code 1 > > Maxime, does that ring a bell? Could it be that this bootstrap ‘xz’ is > less capable, or could it be a Gash-Utils bug? >From my IRC logs: 2020-09-20 22:32:01 apteryx janneke: haha! the xz-bootstrap supports --memlimit with % after all, my mistake was really silly... forgetting a space between the args passed as XZ_DEFAULTS I recall a similar error I had hit when working on adding multi-core compression support to xz, but it ended up being just a mistake on my part; the xz-bootstrap supported the required arguments just fine after all. HTH, Maxim