From: Efraim Flashner <efraim@flashner.co.il>
To: "Carlos Sánchez de La Lama" <csanchezdll@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Cross-building bootstrap binaries fail in current master
Date: Thu, 20 Oct 2016 12:12:55 +0300 [thread overview]
Message-ID: <20161020091255.GC17867@macbook42.flashner.co.il> (raw)
In-Reply-To: <7tmvhzxubh.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3675 bytes --]
On Thu, Oct 20, 2016 at 11:07:14AM +0200, Carlos Sánchez de La Lama wrote:
> Hi all,
>
> with current master (1dc30f92320c5e1b528a7eec2b0a4ce529f70c56), trying
>
> guix build --target=i686-linux bootstrap-tarballs
>
> fails with
>
> --8<---------------cut here---------------start------------->8---
> starting phase `unpack'
> In execvp of tar: No such file or directory
> phase `unpack' failed after 0.0 seconds
> builder for
> `/gnu/store/cyr61arxvjxdaxgy8rk8rzibyi2hg3pq-make-boot0-4.2.drv' failed
> with exit code 1
> @ build-failed
> /gnu/store/cyr61arxvjxdaxgy8rk8rzibyi2hg3pq-make-boot0-4.2.drv - 1
> builder for
> `/gnu/store/cyr61arxvjxdaxgy8rk8rzibyi2hg3pq-make-boot0-4.2.drv' failed
> with exit code 1
> cannot build derivation
> `/gnu/store/s3ax042hlvymvl749hksalir695vphjm-gcc-cross-boot0-4.9.3.drv':
> 1 dependencies couldn't be built
> guix build: error: build failed: build of
> `/gnu/store/s3ax042hlvymvl749hksalir695vphjm-gcc-cross-boot0-4.9.3.drv'
> failed
> --8<---------------cut here---------------end--------------->8---
>
> This used to work previously (like couple of weeks ago). Unfortunately,
> I updated my all my branches to send last patches, so I am not sure
> which commit I was using before.
>
> Apparently, guile fails to execvp "tar".
>
> Seems related to this:
> https://lists.gnu.org/archive/html/guix-devel/2015-01/msg00162.html
>
> Any clues?
>
> BR
>
> Carlos
>
strace isn't particularly helpful here, here's what I get trying to
bootstrap from x86_64 -> aarch64
read(10, "phase `install-locale' succeeded"..., 51) = 51
read(10, "\0\0\0\0\0", 5) = 5
write(2, "phase `install-locale' succeeded"..., 51) = 51
read(10, "gmlo\0\0\0\0", 8) = 8
read(10, "\30\0\0\0\0\0\0\0", 8) = 8
read(10, "starting phase `unpack'\n", 24) = 24
write(2, "starting phase `unpack'\n", 24) = 24
read(10, "gmlo\0\0\0\0", 8) = 8
read(10, ",\0\0\0\0\0\0\0", 8) = 8
read(10, "In execvp of tar: No such file o"..., 44) = 44
read(10, "\0\0\0\0", 4) = 4
write(2, "In execvp of tar: No such file o"..., 44) = 44
read(10, "gmlo\0\0\0\0", 8) = 8
read(10, "(\0\0\0\0\0\0\0", 8) = 8
read(10, "phase `unpack' failed after 0.0 "..., 40) = 40
write(2, "phase `unpack' failed after 0.0 "..., 40) = 40
read(10, "gmlo\0\0\0\0", 8) = 8
read(10, "e\0\0\0\0\0\0\0", 8) = 8
read(10, "builder for `/gnu/store/ckqpd9w4"..., 101) = 101
read(10, "\0\0\0", 3) = 3
write(2, "builder for `/gnu/store/ckqpd9w4"..., 101) = 101
read(10, "gmlo\0\0\0\0", 8) = 8
read(10, "\267\0\0\0\0\0\0\0", 8) = 8
read(10, "@ build-failed /gnu/store/ckqpd9"..., 183) = 183
read(10, "\0", 1) = 1
write(2, "@ build-failed /gnu/store/ckqpd9"..., 183) = 183
read(10, "gmlo\0\0\0\0", 8) = 8
read(10, "\202\0\0\0\0\0\0\0", 8) = 8
read(10, "cannot build derivation `/gnu/st"..., 130) = 130
read(10, "\0\0\0\0\0\0", 6) = 6
write(2, "cannot build derivation `/gnu/st"..., 130) = 130
read(10, "ptxc\0\0\0\0", 8) = 8
read(10, "W\0\0\0\0\0\0\0", 8) = 8
read(10, "build of `/gnu/store/z4460vrlg1i"..., 87) = 87
read(10, "\0", 1) = 1
read(10, "d", 1) = 1
read(10, "\0\0\0\0\0\0\0", 7) = 7
close(10) = 0
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next prev parent reply other threads:[~2016-10-20 9:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-20 9:07 Cross-building bootstrap binaries fail in current master Carlos Sánchez de La Lama
2016-10-20 9:12 ` Efraim Flashner [this message]
2016-10-20 13:50 ` Ludovic Courtès
2016-10-21 12:17 ` Carlos Sánchez de La Lama
2016-10-31 21:59 ` Ludovic Courtès
2017-11-28 4:31 ` bug#24841: " Chris Marusich
2017-11-28 4:31 ` Chris Marusich
2018-02-22 9:47 ` bug#24841: Status: " Chris Marusich
2018-02-27 23:36 ` Ludovic Courtès
2021-07-02 8:47 ` bug#24841: " zimoun
2021-07-06 3:36 ` Chris Marusich
2021-07-06 8:31 ` zimoun
2021-07-30 6:43 ` bug#24841: close 24841 Chris Marusich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161020091255.GC17867@macbook42.flashner.co.il \
--to=efraim@flashner.co.il \
--cc=csanchezdll@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.