From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.28.7.78 with SMTP id 75mr4951386wmh.6.1446657870308; Wed, 04 Nov 2015 09:24:30 -0800 (PST) X-BeenThere: voidlinux@googlegroups.com Received: by 10.25.15.106 with SMTP id e103ls161044lfi.14.gmail; Wed, 04 Nov 2015 09:24:29 -0800 (PST) X-Received: by 10.112.142.37 with SMTP id rt5mr623298lbb.1.1446657869609; Wed, 04 Nov 2015 09:24:29 -0800 (PST) Return-Path: Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com. [2a00:1450:400c:c09::232]) by gmr-mx.google.com with ESMTPS id l1si887308wmb.1.2015.11.04.09.24.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Nov 2015 09:24:29 -0800 (PST) Received-SPF: pass (google.com: domain of xtr...@gmail.com designates 2a00:1450:400c:c09::232 as permitted sender) client-ip=2a00:1450:400c:c09::232; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of xtr...@gmail.com designates 2a00:1450:400c:c09::232 as permitted sender) smtp.mailfrom=xtr...@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Authentication-Results: mx.google.com; dkim=pass head...@gmail.com Received: by mail-wm0-x232.google.com with SMTP id c75so119152673wme.1 for ; Wed, 04 Nov 2015 09:24:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=cpEIO9t0ExpM5i0ouGXBrKJ7y0djknIrZERCyNGKlQU=; b=T46kSxW16mDe5L7GdkEN1MPKykcHwhUOnCtw+q0TBC3Ow7gTeLd5WPmmTcqqFSTny9 FMolC8MLIs40b1SUJULTxHMRmNr2gZzJvHG4WXyJumCXVkczGykZickEoPpcRu71X7Jp 8nEM/EEvMa/aAJypG7RouxOCcJjvsOgqyAY30NyClUUck/tkv9VYZdP3gjv0w1HnfmO2 y07sI4EbpZ1kdFLyRTuX3Uzw8zpN/EpeA2koJzTHYkhJRuXK2aBUqzhX/+EBCi170gwa o755mRwmaGJldDnQN3SfecMSZnCL+iZapQK9uesDPzgRnJxHzXbguQlYQ/CE6xP6PHgj 9ujA== X-Received: by 10.28.130.12 with SMTP id e12mr28341647wmd.76.1446657869487; Wed, 04 Nov 2015 09:24:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.62.129 with HTTP; Wed, 4 Nov 2015 09:24:10 -0800 (PST) In-Reply-To: <542063f3-d508-4d87-b7b1-014eb749c9ad@googlegroups.com> References: <542063f3-d508-4d87-b7b1-014eb749c9ad@googlegroups.com> From: Juan Romero Pardines Date: Wed, 4 Nov 2015 18:24:10 +0100 Message-ID: Subject: Re: Problem bootstrap armv5te To: voidlinux Content-Type: multipart/alternative; boundary=001a11443cb46c25bc0523ba48ff --001a11443cb46c25bc0523ba48ff Content-Type: text/plain; charset=UTF-8 Fixed on git master... thanks! 2015-11-04 18:05 GMT+01:00 Thorsten Johannvorderbrueggen < myha...@googlemail.com>: > Hi@all, > > i try to build a rootfs for an armv5te device ( > http://www.acmesystems.it/arietta) ... it's a nice device for embedded > control ... so i started with forking void-packages and i added > arietta-base and arietta-kernel to srcpkgs ... you can find all of my > changes here -> https://github.com/tjohann/void-packages/tree/arietta ... > The work isnt complete to send and pull-request ... there's still some work > to do ... my plan was to do it during the next days ... but .... after > updating via git pull upstream master i started a clean build ... i wrote a > small howto which i want to put into the wiki (if everthing works as > expected :-) ...) -> > https://github.com/tjohann/my_common_docs/blob/master/admin/void/void-package.txt > ... > The problem which i do not know how to fix is with the command "./xbps-src > -m masterdir-arietta -H hostdir-arietta bootstrap armv5te" ... it builds a > lot of stuff but then it breaks because of missing ca-certificates ... > > [build_user@barney void-packages]$ ./xbps-src -m masterdir-arietta -H > hostdir-arietta bootstrap armv5te > => base-chroot-0.64_1: building ... > [runtime] base-files>=0.127: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] kernel-libc-headers>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] glibc-devel>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] glibc-locales>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] binutils>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] gcc>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] gcc-c++>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] patch>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] chroot-bash>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] chroot-grep>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] coreutils>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] gettext>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] chroot-texinfo>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] sed>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] chroot-gawk>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] findutils>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] diffutils>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] make>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] gzip>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] file>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] tar>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] chroot-util-linux>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] chroot-distcc>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] chroot-git>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] ccache>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] xbps>=0: not found. > [runtime] xz>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] which>=0: not found. > => xbps-0.49_4: building (dependency of base-chroot) ... > [host] pkg-config-0.29_1: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [target] zlib-devel-1.2.8_6: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [target] libressl-devel-2.2.4_3: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [target] libarchive-devel-3.1.2_19: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] ca-certificates>=0: not found. > [runtime] xbps-triggers>=0: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > [runtime] glibc>=2.22: found > (/home/build_user/src/void-packages/hostdir-arietta/binpkgs) > => ERROR: ca-certificates is not a bootstrap package and cannot be built > without it. > => ERROR: Please install bootstrap packages and try again. > > When i started with the arietta port i first worked "offline" ... and > there i got a complete build ... but now it breaks ... i also tested it in > a newly pulled repo > > Pls help :-) ... any comment would be fine :-) > > Cheers > Thorsten > > -- > You received this message because you are subscribed to the Google Groups > "voidlinux" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to voidlinux+...@googlegroups.com. > To post to this group, send email to void...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/voidlinux/542063f3-d508-4d87-b7b1-014eb749c9ad%40googlegroups.com > > . > For more options, visit https://groups.google.com/d/optout. > --001a11443cb46c25bc0523ba48ff Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Fixed on git master... thanks!

2015-11-04 18:05 GMT+01:00 Thorsten= Johannvorderbrueggen <myha...@googlemail.com>:
Hi@all,

i try to build a= rootfs for an armv5te device (http://www.acmesystems.it/arietta) ... it's a n= ice device for embedded control ... so i started with forking void-packages= and i added arietta-base and arietta-kernel to srcpkgs ... you can find al= l of my changes here -> https://github.com/tjohann/void-package= s/tree/arietta ... The work isnt complete to send and pull-request ... = there's still some work to do ... my plan was to do it during the next = days ... but .... after updating via git pull upstream master i started a c= lean build ... i wrote a small howto which i want to put into the wiki (if = everthing works as expected :-)=C2=A0 ...) -> https://github.com/tjohann/my_common_docs/blob/master/admin/voi= d/void-package.txt ...
The problem which i do not know how to fix i= s with the command "./xbps-src -m masterdir-arietta -H hostdir-arietta= bootstrap armv5te" ... it builds a lot of stuff but then it breaks be= cause of missing ca-certificates ...

[build_user@barney void-package= s]$ ./xbps-src -m masterdir-arietta -H hostdir-arietta bootstrap armv5te=3D> base-chroot-0.64_1: building ...
=C2=A0=C2=A0 [runtime] base-fi= les>=3D0.127: found (/home/build_user/src/void-packages/hostdir-arietta/= binpkgs)
=C2=A0=C2=A0 [runtime] kernel-libc-headers>=3D0: found (/hom= e/build_user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [ru= ntime] glibc-devel>=3D0: found (/home/build_user/src/void-packages/hostd= ir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] glibc-locales>=3D0: found = (/home/build_user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2= =A0 [runtime] binutils>=3D0: found (/home/build_user/src/void-packages/h= ostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] gcc>=3D0: found (/home= /build_user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [run= time] gcc-c++>=3D0: found (/home/build_user/src/void-packages/hostdir-ar= ietta/binpkgs)
=C2=A0=C2=A0 [runtime] patch>=3D0: found (/home/build_= user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] c= hroot-bash>=3D0: found (/home/build_user/src/void-packages/hostdir-ariet= ta/binpkgs)
=C2=A0=C2=A0 [runtime] chroot-grep>=3D0: found (/home/bui= ld_user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime= ] coreutils>=3D0: found (/home/build_user/src/void-packages/hostdir-arie= tta/binpkgs)
=C2=A0=C2=A0 [runtime] gettext>=3D0: found (/home/build_= user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] c= hroot-texinfo>=3D0: found (/home/build_user/src/void-packages/hostdir-ar= ietta/binpkgs)
=C2=A0=C2=A0 [runtime] sed>=3D0: found (/home/build_us= er/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] chr= oot-gawk>=3D0: found (/home/build_user/src/void-packages/hostdir-arietta= /binpkgs)
=C2=A0=C2=A0 [runtime] findutils>=3D0: found (/home/build_u= ser/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] di= ffutils>=3D0: found (/home/build_user/src/void-packages/hostdir-arietta/= binpkgs)
=C2=A0=C2=A0 [runtime] make>=3D0: found (/home/build_user/sr= c/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] gzip>= =3D0: found (/home/build_user/src/void-packages/hostdir-arietta/binpkgs)=C2=A0=C2=A0 [runtime] file>=3D0: found (/home/build_user/src/void-pack= ages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] tar>=3D0: found = (/home/build_user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2= =A0 [runtime] chroot-util-linux>=3D0: found (/home/build_user/src/void-p= ackages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] chroot-distcc>= ;=3D0: found (/home/build_user/src/void-packages/hostdir-arietta/binpkgs)=C2=A0=C2=A0 [runtime] chroot-git>=3D0: found (/home/build_user/src/vo= id-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtime] ccache>= =3D0: found (/home/build_user/src/void-packages/hostdir-arietta/binpkgs)=C2=A0=C2=A0 [runtime] xbps>=3D0: not found.
=C2=A0=C2=A0 [runtime] = xz>=3D0: found (/home/build_user/src/void-packages/hostdir-arietta/binpk= gs)
=C2=A0=C2=A0 [runtime] which>=3D0: not found.
=3D> xbps-0.4= 9_4: building (dependency of base-chroot) ...
=C2=A0=C2=A0 [host] pkg-co= nfig-0.29_1: found (/home/build_user/src/void-packages/hostdir-arietta/binp= kgs)
=C2=A0=C2=A0 [target] zlib-devel-1.2.8_6: found (/home/build_user/s= rc/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [target] libressl= -devel-2.2.4_3: found (/home/build_user/src/void-packages/hostdir-arietta/b= inpkgs)
=C2=A0=C2=A0 [target] libarchive-devel-3.1.2_19: found (/home/bu= ild_user/src/void-packages/hostdir-arietta/binpkgs)
=C2=A0=C2=A0 [runtim= e] ca-certificates>=3D0: not found.
=C2=A0=C2=A0 [runtime] xbps-trigg= ers>=3D0: found (/home/build_user/src/void-packages/hostdir-arietta/binp= kgs)
=C2=A0=C2=A0 [runtime] glibc>=3D2.22: found (/home/build_user/sr= c/void-packages/hostdir-arietta/binpkgs)
=3D> ERROR: ca-certificates = is not a bootstrap package and cannot be built without it.
=3D> ERROR= : Please install bootstrap packages and try again.

When i started wi= th the arietta port i first worked "offline" ... and there i got = a complete build ... but now it breaks ... i also tested it in a newly pull= ed repo

Pls help :-) ... any comment would be fine :-)

Cheer= s
=C2=A0 Thorsten

--
You received this message because you are subscribed to the Google Groups &= quot;voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to voidlinux+...@googlegroups.com.
To post to this group, send email to void...@googlegroups.com.
To view this discussion on the web visit https://gro= ups.google.com/d/msgid/voidlinux/542063f3-d508-4d87-b7b1-014eb749c9ad%40goo= glegroups.com.
For more options, visit https://groups.google.com/d/optout.

--001a11443cb46c25bc0523ba48ff--