unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bootstrap-tarballs fails
@ 2017-06-29  3:12 rennes
  2017-06-29  8:49 ` ng0
  2017-07-01 13:39 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: rennes @ 2017-06-29  3:12 UTC (permalink / raw)
  To: guix-devel

Hello,

Currently compiling './pre-inst-env guix build --target=i586-pc-gnu  
bootstrap-tarballs' on core-updates fails with:
--
phase `set-paths' succeeded after 0.0 seconds
starting phase `install-locale'
warning: failed to install 'en_US.utf8' locale: Invalid argument
phase `install-locale' succeeded after 0.0 seconds
starting phase `unpack'
In execvp of tar: No such file or directory
phase `unpack' failed after 0.0 seconds
builder for  
`/gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv'  
failed with exit code 1
@ build-failed  
/gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv - 1  
builder for  
`/gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv'  
failed with exit code 1
cannot build derivation  
`/gnu/store/4w89qisfs7s00dmz0wpii1hlnmd653sr-gcc-cross-boot0-5.4.0.drv':  
1 dependencies couldn't be built
guix build: error: build failed: build of  
`/gnu/store/4w89qisfs7s00dmz0wpii1hlnmd653sr-gcc-cross-boot0-5.4.0.drv'  
failed
--

I will continue to review.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bootstrap-tarballs fails
  2017-06-29  3:12 bootstrap-tarballs fails rennes
@ 2017-06-29  8:49 ` ng0
  2017-07-01 13:39 ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: ng0 @ 2017-06-29  8:49 UTC (permalink / raw)
  To: rennes; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

rennes transcribed 1.0K bytes:
> Hello,
> 
> Currently compiling './pre-inst-env guix build --target=i586-pc-gnu
> bootstrap-tarballs' on core-updates fails with:

Some days before you I was able to reproduce this for x86_64.

> --
> phase `set-paths' succeeded after 0.0 seconds
> starting phase `install-locale'
> warning: failed to install 'en_US.utf8' locale: Invalid argument
> phase `install-locale' succeeded after 0.0 seconds
> starting phase `unpack'
> In execvp of tar: No such file or directory
> phase `unpack' failed after 0.0 seconds
> builder for
> `/gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv' failed
> with exit code 1
> @ build-failed
> /gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv - 1 builder
> for `/gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv'
> failed with exit code 1
> cannot build derivation
> `/gnu/store/4w89qisfs7s00dmz0wpii1hlnmd653sr-gcc-cross-boot0-5.4.0.drv': 1
> dependencies couldn't be built
> guix build: error: build failed: build of
> `/gnu/store/4w89qisfs7s00dmz0wpii1hlnmd653sr-gcc-cross-boot0-5.4.0.drv'
> failed
> --
> 
> I will continue to review.
> 

-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
infotropique: https://www.infotropique.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bootstrap-tarballs fails
  2017-06-29  3:12 bootstrap-tarballs fails rennes
  2017-06-29  8:49 ` ng0
@ 2017-07-01 13:39 ` Ludovic Courtès
  2017-07-02 12:32   ` rennes
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2017-07-01 13:39 UTC (permalink / raw)
  To: rennes; +Cc: guix-devel

Hi,

rennes <rennes@openmailbox.org> skribis:

> Currently compiling './pre-inst-env guix build --target=i586-pc-gnu  
> bootstrap-tarballs' on core-updates fails with:
> --
> phase `set-paths' succeeded after 0.0 seconds
> starting phase `install-locale'
> warning: failed to install 'en_US.utf8' locale: Invalid argument
> phase `install-locale' succeeded after 0.0 seconds
> starting phase `unpack'
> In execvp of tar: No such file or directory
> phase `unpack' failed after 0.0 seconds
> builder for  
> `/gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv'  
> failed with exit code 1
> @ build-failed  
> /gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv - 1  
> builder for  
> `/gnu/store/6lg16ay4c6hxhk6w5f8blk6zpnscdzr1-make-boot0-4.2.1.drv'  
> failed with exit code 1
> cannot build derivation  
> `/gnu/store/4w89qisfs7s00dmz0wpii1hlnmd653sr-gcc-cross-boot0-5.4.0.drv':  
> 1 dependencies couldn't be built
> guix build: error: build failed: build of  
> `/gnu/store/4w89qisfs7s00dmz0wpii1hlnmd653sr-gcc-cross-boot0-5.4.0.drv'  
> failed

Something is wrong here: the “*boot0” packages are not cross-compilable,
they should never show up here.

What branch are you on?  On master on GNU/Linux I don’t see them on the
list of things to build:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix build --target=i586-pc-gnu bootstrap-tarballs -n --substitute-urls=https://hydra.gnu.org
substitute: updating list of substitutes from 'https://hydra.gnu.org'... 100.0%
The following derivations would be built:
   /gnu/store/izfignm2h1kby9s6jqljfbba63zjfjvv-bootstrap-tarballs-0.drv
   /gnu/store/mkpxv7n34dml3cwnl8w42za80g5hd8am-binutils-static-stripped-2.27.drv
   /gnu/store/zkgpqbpryr39qn4vm6mybfa265nrm46y-guile-static-stripped-2.0.14.drv
   /gnu/store/dwj6fhq18mb0zzrd5rmkq6apvf1haf3q-glibc-hurd-headers-2.23.drv
   /gnu/store/fxgc6pgrvh91xhzgmdzw15sr02y130h2-gnumach-headers-1.8.drv
   /gnu/store/y17d2w752yzmr1pg4mmk6q3jwk00gj6b-hurd-headers-0.9.drv
   /gnu/store/zmgvsq25ypy96xjxxq27d82dg2hg4xjv-hurd-minimal-0.9.drv
   /gnu/store/7mxixqbrj6r0anszq9gsbb3vywh5wrpc-zlib-1.2.11.drv
   /gnu/store/7sabif2yfvfh0ypyn13wmnjj1s882qd5-mpfr-3.1.5.drv
   /gnu/store/c1809a1f9vh3i0dp4czp78ywxmk6km6g-libelf-0.8.13.drv
   /gnu/store/f142vdgcj7inhzvsbnqrx4aa04ymlzrv-isl-0.11.1.drv
   /gnu/store/i38nqx1jbj6nssfdmfa13h84w3x044bd-cloog-0.18.0.drv
   /gnu/store/vvwkf40asp5jwszsclkvgqmba49bxdz7-mpc-1.0.3.drv
   /gnu/store/v25q4f53kj8h738a7bjwb8wad7r0207g-gcc-static-5.4.0.drv
   /gnu/store/65za26ghhl3j4pxvmq41h0817d7jx26s-gcc-stripped-5.4.0.drv
   /gnu/store/g1hmnhcv7yvabjjzfcipddf18w7qvwb1-pkg-config-i586-pc-gnu-0.29.1.drv
   /gnu/store/rfach6brdz1qnj68w48x02dvj4xcyzck-libatomic-ops-7.4.4.drv
   /gnu/store/46729kjk4nf2mr18hjh168nqavz5cb48-bash-static-4.4.12.drv
   /gnu/store/5b3bz51q1aaaz60fjpmndlnjryz2f5pb-glibc-hurd-headers-cross-i586-pc-gnu-2.23.drv
   /gnu/store/5fmdwf38sl9jc5vkmxc6y95ps00vfa9x-hurd-minimal-cross-i586-pc-gnu-0.9.drv
   /gnu/store/fq40cn5fqf8f3cf0gq9j4rwvvg9v3d30-gnumach-headers-cross-i586-pc-gnu-1.8.drv
   /gnu/store/qmx55vvih1wcb59hj5gvs6jm2097m74f-hurd-headers-cross-i586-pc-gnu-0.9.drv
   /gnu/store/qld3w027871dj6f8myjl0jc7fpd33spz-glibc-2.23-hurd+libpthread-20161218.tar.xz.drv
   /gnu/store/1nmg7p492n7smpvyh81ma7c6xyflfm2s-gcc-cross-i586-pc-gnu-5.4.0.drv
   /gnu/store/b0li723g68bcy3sr9gwgd1wx9h1bh3kp-glibc-cross-i586-pc-gnu-2.23.drv
   /gnu/store/zhwk666jahnmvazlv7irngnhqfb33vcv-hurd-core-headers-cross-i586-pc-gnu-0.9.drv
   /gnu/store/1gp3sjbssvb6bh869gxmfck9dynirhj0-libltdl-2.4.6.drv
   /gnu/store/6hl6m7bl0n4vf5jzyccx4xmlfy76jl2a-libgc-7.6.0.drv
   /gnu/store/jnzxdfd2g9zil70kyk3i57ldkc2kfmwj-gcc-stripped-tarball-5.4.0.drv
   /gnu/store/pbfk8bw1lhq3mklqb509nnpaikhcvzb6-hurd-core-headers-0.9.drv
   /gnu/store/wxc4d9kd7ny66vxgf9hsvg7q8aikzzzi-guile-static-stripped-tarball-2.0.14.drv
   /gnu/store/zz71a3z4k7qxb8al46z1p7i4wl9xi9r0-binutils-static-stripped-tarball-2.27.drv
298.9 MB would be downloaded:
   /gnu/store/d1gwm2axi1bqljc7bd7lciysd32hjaay-binutils-static-2.27
   /gnu/store/dbmqqgn7b1w4rr1jmrj6z3q2xbh9hvyq-libunistring-0.9.7
   /gnu/store/ixccmg8f2q5l96is5j2q2irymnhrs4r9-libunistring-0.9.7
   /gnu/store/kymgmx8amsyf4mghg0ylcapmpj3dlymm-libgc-7.6.0
   /gnu/store/s03f7z2pj7i5gq8dharbz72dl0r79pwb-guile-2.0.14.tar.xz
   /gnu/store/fm90gsph7gx3n86dx2cd1gxfqvdxrl4z-gmp-6.1.2
   /gnu/store/fpsg6xkfp0jrb0lcm5z5iq18hckww22s-guile-static-2.0.14
   /gnu/store/78yzyjxm9dh0msc5axz2yj27fhnvr2br-gmp-6.1.2
   /gnu/store/qbfbvg91xyzpb6wkmmrakc5i79lhwdh5-libltdl-2.4.6
   /gnu/store/y5zii1ldnrgcavvkj5xq1jwljyxls7la-glibc-cross-i586-pc-gnu-2.23
   /gnu/store/cb0l197kwn2qjvfial66kr934108j4xm-hurd-core-headers-cross-i586-pc-gnu-0.9
   /gnu/store/qn3827xpzn6a0bfh7dvm120q4dxwn2qn-gcc-cross-i586-pc-gnu-5.4.0
   /gnu/store/s525z62cj5x9j8ch5qjpwn5cl2l6mk51-module-import-compiled
   /gnu/store/pxqrsghkw27hnlyln2sacqj4yvh8f320-module-import
   /gnu/store/i8r7pj0ihxzlgnhkck3z6kn1llb5vl06-isl-0.11.1.tar.xz
   /gnu/store/4gl8cdg9x7pzi1xm3n234paa4fpvsiic-gcc-5.4.0.tar.xz
   /gnu/store/snfbqsahkihsbvkhhmga6vcrlm7dk7jf-texinfo-6.3
   /gnu/store/yqnkgkg75rhjv411wgkqna5ds6361lid-mpfr-3.1.5
   /gnu/store/h0rssijivm6mslkvaban060p8bi8k76z-mpc-1.0.3
   /gnu/store/fp6chk1kngpy9yhcb51k6w2nnfmgcidj-glibc-cross-i586-pc-gnu-2.23
   /gnu/store/hdijfa8dw0drs9hfaj5770i6mcymav35-glibc-stripped-tarball-2.23
   /gnu/store/hyz54h16hqkmv16aj0l0lws90336mk0r-static-binaries-tarball-0
   /gnu/store/1asml6kj6jv6s2j4hxwhxzl15rsqrcan-gcc-5.4.0
   /gnu/store/xbgs7g5nbwibnznl10b50rg4rd91lywh-glibc-2.25
   /gnu/store/6d3rz6cpysyd1rw8bhmgnn2zaff6p3yp-libatomic-ops-7.4.4
   /gnu/store/7ikwbrlaphg2vd0cfbjf4nn3m2lr4z4w-ncurses-6.0
   /gnu/store/9v7hy4mprpf1r8nhm7x6aw64s3axf3ym-perl-5.24.0
$ git describe
v0.13.0-1124-ge3ddb1e83
--8<---------------cut here---------------end--------------->8---

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bootstrap-tarballs fails
  2017-07-01 13:39 ` Ludovic Courtès
@ 2017-07-02 12:32   ` rennes
  2017-07-02 12:47     ` Manolis Ragkousis
  0 siblings, 1 reply; 5+ messages in thread
From: rennes @ 2017-07-02 12:32 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Hi Ludovic,

> Something is wrong here: the “*boot0” packages are not  
> cross-compilable,
> they should never show up here.
> 
> What branch are you on?  On master on GNU/Linux I don’t see them on  
> the
> list of things to build:

I'm working on core-updates branch on GNU/Linux, I've updated my  
repository and compiled it again. Now compiles correctly!
Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bootstrap-tarballs fails
  2017-07-02 12:32   ` rennes
@ 2017-07-02 12:47     ` Manolis Ragkousis
  0 siblings, 0 replies; 5+ messages in thread
From: Manolis Ragkousis @ 2017-07-02 12:47 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel, rennes

Just reproduced it as well. I would like to add that the problem existed
on all cross-compilation targets, not only Hurd.

Cross-compilation on core-updates works now.

Manolis

On 07/02/17 15:32, rennes wrote:
> Hi Ludovic,
> 
>> Something is wrong here: the “*boot0” packages are not cross-compilable,
>> they should never show up here.
>>
>> What branch are you on?  On master on GNU/Linux I don’t see them on the
>> list of things to build:
> 
> I'm working on core-updates branch on GNU/Linux, I've updated my
> repository and compiled it again. Now compiles correctly!
> Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-07-02 12:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-29  3:12 bootstrap-tarballs fails rennes
2017-06-29  8:49 ` ng0
2017-07-01 13:39 ` Ludovic Courtès
2017-07-02 12:32   ` rennes
2017-07-02 12:47     ` Manolis Ragkousis

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).