Void Linux discussion
 help / color / mirror / Atom feed
* Problem bootstrap armv5te
@ 2015-11-04 17:05 Thorsten Johannvorderbrueggen
  2015-11-04 17:24 ` Juan Romero Pardines
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Johannvorderbrueggen @ 2015-11-04 17:05 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 4725 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 5064 bytes --]

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

* Re: Problem bootstrap armv5te
  2015-11-04 17:05 Problem bootstrap armv5te Thorsten Johannvorderbrueggen
@ 2015-11-04 17:24 ` Juan Romero Pardines
  2015-11-04 18:24   ` Thorsten Johannvorderbrueggen
  0 siblings, 1 reply; 4+ messages in thread
From: Juan Romero Pardines @ 2015-11-04 17:24 UTC (permalink / raw)
  To: voidlinux

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

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
> <https://groups.google.com/d/msgid/voidlinux/542063f3-d508-4d87-b7b1-014eb749c9ad%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

[-- Attachment #2: Type: text/html, Size: 6751 bytes --]

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

* Re: Problem bootstrap armv5te
  2015-11-04 17:24 ` Juan Romero Pardines
@ 2015-11-04 18:24   ` Thorsten Johannvorderbrueggen
  2015-11-04 18:27     ` Juan Romero Pardines
  0 siblings, 1 reply; 4+ messages in thread
From: Thorsten Johannvorderbrueggen @ 2015-11-04 18:24 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 6153 bytes --]

Hi@Juan,

cool ... that was really fast ... i did a git pull upstream master and 
tried again ... and run in another missing packages: run-parts ... same 
error message like ca-certicates but now for run-parts ... 

Cheers
  Thorsten 

Am Mittwoch, 4. November 2015 18:24:30 UTC+1 schrieb Juan RP:
>
> Fixed on git master... thanks!
>
> 2015-11-04 18:05 GMT+01:00 Thorsten Johannvorderbrueggen <
> myh...@googlemail.com <javascript:>>:
>
>> 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 voidli...@googlegroups.com <javascript:>.
>> To post to this group, send email to voi...@googlegroups.com 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/voidlinux/542063f3-d508-4d87-b7b1-014eb749c9ad%40googlegroups.com 
>> <https://groups.google.com/d/msgid/voidlinux/542063f3-d508-4d87-b7b1-014eb749c9ad%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

[-- Attachment #1.2: Type: text/html, Size: 9834 bytes --]

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

* Re: Problem bootstrap armv5te
  2015-11-04 18:24   ` Thorsten Johannvorderbrueggen
@ 2015-11-04 18:27     ` Juan Romero Pardines
  0 siblings, 0 replies; 4+ messages in thread
From: Juan Romero Pardines @ 2015-11-04 18:27 UTC (permalink / raw)
  To: voidlinux

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

Fixed run-parts too... cheers.

2015-11-04 19:24 GMT+01:00 Thorsten Johannvorderbrueggen <
myha...@googlemail.com>:

> Hi@Juan,
>
> cool ... that was really fast ... i did a git pull upstream master and
> tried again ... and run in another missing packages: run-parts ... same
> error message like ca-certicates but now for run-parts ...
>
> Cheers
>   Thorsten
>
> Am Mittwoch, 4. November 2015 18:24:30 UTC+1 schrieb Juan RP:
>>
>> Fixed on git master... thanks!
>>
>> 2015-11-04 18:05 GMT+01:00 Thorsten Johannvorderbrueggen <
>> myh...@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 voidli...@googlegroups.com.
>>> To post to this group, send email to voi...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/voidlinux/542063f3-d508-4d87-b7b1-014eb749c9ad%40googlegroups.com
>>> <https://groups.google.com/d/msgid/voidlinux/542063f3-d508-4d87-b7b1-014eb749c9ad%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> 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/f9823c63-4988-47c3-a21f-75aadec76f70%40googlegroups.com
> <https://groups.google.com/d/msgid/voidlinux/f9823c63-4988-47c3-a21f-75aadec76f70%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

[-- Attachment #2: Type: text/html, Size: 8706 bytes --]

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

end of thread, other threads:[~2015-11-04 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-04 17:05 Problem bootstrap armv5te Thorsten Johannvorderbrueggen
2015-11-04 17:24 ` Juan Romero Pardines
2015-11-04 18:24   ` Thorsten Johannvorderbrueggen
2015-11-04 18:27     ` Juan Romero Pardines

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 NNTP newsgroup(s).