Busybox failed to build

View: New views
5 Messages — Rating Filter:   Alert me  

Busybox failed to build

by kkp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I choose embedded target. But config file did not include busybox. I changed the config file like this:
X -1-------- 163.500 base busybox 1.6.1 / base/system CROSS INIT 0
but it is failed to build. end up  with error:
== 10:36:18 =[1]=> Building base/busybox [1.6.1 7.0-rc2].
-> Parallel build using 2 jobs enabled.
-> Preparing configuration to build this package with dietlibc (statically).
-> Using default dietlibc options!
-> Reading package config: package/base/busybox/busybox.conf
-> Preparing build in src.busybox.niv.20080115.103618.3674.nameserver
-> Building. Writing output to $root/var/adm/logs/1-busybox.out
!> libbb/loop.c:50: warning: unused variable 'loopinfo'
!> libbb/loop.c: In function 'set_loop':
!> libbb/loop.c:85: error: storage size of 'loopinfo' isn't known
!> libbb/loop.c:118: error: 'LOOP_GET_STATUS64' undeclared (first use in this ..
!> libbb/loop.c:127: error: 'LOOP_SET_STATUS64' undeclared (first use in this ..
!> libbb/loop.c:85: warning: unused variable 'loopinfo'
!> Due to previous errors, no 1-busybox.log file!
!> (Try enabling xtrace in the config to track an error inside the build syst ..
-> $root/var/adm/logs/1-busybox.out -> 1-busybox.err
== 01/15/08 10:36:55 =[1]=> Aborted building package busybox.
-> Unmounting loop mounts ...

This problem is not only with embedded target, it is also with generic system.

Re: Busybox failed to build

by Rene Rebe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On 15.01.2008, at 06:30, kkp wrote:

> I choose embedded target. But config file did not include busybox. I  
> changed
> the config file like this:
> X -1-------- 163.500 base busybox 1.6.1 / base/system CROSS INIT 0
> but it is failed to build. end up  with error:
> == 10:36:18 =[1]=> Building base/busybox [1.6.1 7.0-rc2].
> -> Parallel build using 2 jobs enabled.
> -> Preparing configuration to build this package with dietlibc  
> (statically).
> -> Using default dietlibc options!
> -> Reading package config: package/base/busybox/busybox.conf
> -> Preparing build in src.busybox.niv.20080115.103618.3674.nameserver
> -> Building. Writing output to $root/var/adm/logs/1-busybox.out
> !> libbb/loop.c:50: warning: unused variable 'loopinfo'
> !> libbb/loop.c: In function 'set_loop':
> !> libbb/loop.c:85: error: storage size of 'loopinfo' isn't known
> !> libbb/loop.c:118: error: 'LOOP_GET_STATUS64' undeclared (first  
> use in
> this ..
> !> libbb/loop.c:127: error: 'LOOP_SET_STATUS64' undeclared (first  
> use in
> this ..
> !> libbb/loop.c:85: warning: unused variable 'loopinfo'
> !> Due to previous errors, no 1-busybox.log file!
> !> (Try enabling xtrace in the config to track an error inside the  
> build
> syst ..
> -> $root/var/adm/logs/1-busybox.out -> 1-busybox.err
> == 01/15/08 10:36:55 =[1]=> Aborted building package busybox.
> -> Unmounting loop mounts ...
>
> This problem is not only with embedded target, it is also with generic
> system.
I would need some more log snipplet to know for sure, but maybe
this is just related to building busybox with dietlibc as C library?

Yours,

--
   René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
   Geschäftsführer: Susanne Klaus, René Rebe
   Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B
   USt-IdNr.: DE251602478
   http://exactcode.de | http://t2-project.org | http://rene.rebe.name


-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@... with a subject of: unsubscribe t2

Re: Busybox failed to build

by kkp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

  There are lots of packages(i.e. libtool, file, cpio, coreutils, findutils, tar, ppp, zile, popt, util-linux, psmisc, tftp-hpa, iptables, iproute, clockspeed) which are not building. It have same problem with uclibc.
which log file do you want?
 

**************************
René Rebe-3 wrote:
Hi,

On 15.01.2008, at 06:30, kkp wrote:

> I choose embedded target. But config file did not include busybox. I  
> changed
> the config file like this:
> X -1-------- 163.500 base busybox 1.6.1 / base/system CROSS INIT 0
> but it is failed to build. end up  with error:
> == 10:36:18 =[1]=> Building base/busybox [1.6.1 7.0-rc2].
> -> Parallel build using 2 jobs enabled.
> -> Preparing configuration to build this package with dietlibc  
> (statically).
> -> Using default dietlibc options!
> -> Reading package config: package/base/busybox/busybox.conf
> -> Preparing build in src.busybox.niv.20080115.103618.3674.nameserver
> -> Building. Writing output to $root/var/adm/logs/1-busybox.out
> !> libbb/loop.c:50: warning: unused variable 'loopinfo'
> !> libbb/loop.c: In function 'set_loop':
> !> libbb/loop.c:85: error: storage size of 'loopinfo' isn't known
> !> libbb/loop.c:118: error: 'LOOP_GET_STATUS64' undeclared (first  
> use in
> this ..
> !> libbb/loop.c:127: error: 'LOOP_SET_STATUS64' undeclared (first  
> use in
> this ..
> !> libbb/loop.c:85: warning: unused variable 'loopinfo'
> !> Due to previous errors, no 1-busybox.log file!
> !> (Try enabling xtrace in the config to track an error inside the  
> build
> syst ..
> -> $root/var/adm/logs/1-busybox.out -> 1-busybox.err
> == 01/15/08 10:36:55 =[1]=> Aborted building package busybox.
> -> Unmounting loop mounts ...
>
> This problem is not only with embedded target, it is also with generic
> system.

I would need some more log snipplet to know for sure, but maybe
this is just related to building busybox with dietlibc as C library?

Yours,

--
   René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
   Geschäftsführer: Susanne Klaus, René Rebe
   Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B
   USt-IdNr.: DE251602478
   http://exactcode.de | http://t2-project.org | http://rene.rebe.name


-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@t2-project.org with a subject of: unsubscribe t2

Re: Busybox failed to build

by kkp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Hi
 

**************************
René Rebe-3 wrote:
Hi,

On 15.01.2008, at 06:30, kkp wrote:

> I choose embedded target. But config file did not include busybox. I  
> changed
> the config file like this:
> X -1-------- 163.500 base busybox 1.6.1 / base/system CROSS INIT 0
> but it is failed to build. end up  with error:
> == 10:36:18 =[1]=> Building base/busybox [1.6.1 7.0-rc2].
> -> Parallel build using 2 jobs enabled.
> -> Preparing configuration to build this package with dietlibc  
> (statically).
> -> Using default dietlibc options!
> -> Reading package config: package/base/busybox/busybox.conf
> -> Preparing build in src.busybox.niv.20080115.103618.3674.nameserver
> -> Building. Writing output to $root/var/adm/logs/1-busybox.out
> !> libbb/loop.c:50: warning: unused variable 'loopinfo'
> !> libbb/loop.c: In function 'set_loop':
> !> libbb/loop.c:85: error: storage size of 'loopinfo' isn't known
> !> libbb/loop.c:118: error: 'LOOP_GET_STATUS64' undeclared (first  
> use in
> this ..
> !> libbb/loop.c:127: error: 'LOOP_SET_STATUS64' undeclared (first  
> use in
> this ..
> !> libbb/loop.c:85: warning: unused variable 'loopinfo'
> !> Due to previous errors, no 1-busybox.log file!
> !> (Try enabling xtrace in the config to track an error inside the  
> build
> syst ..
> -> $root/var/adm/logs/1-busybox.out -> 1-busybox.err
> == 01/15/08 10:36:55 =[1]=> Aborted building package busybox.
> -> Unmounting loop mounts ...
>
> This problem is not only with embedded target, it is also with generic
> system.

I would need some more log snipplet to know for sure, but maybe
this is just related to building busybox with dietlibc as C library?

Yours,

*****************************************************************************
This time I used ulibc and it fails again. These are the details:
== 18:49:06 =[1]=> Building base/busybox [1.6.1 7.0-rc2].
-> Parallel build using 2 jobs enabled.
-> Reading package config: package/base/busybox/busybox.conf
-> Preparing build in src.busybox.kk.20080117.184905.27663.nameserver
-> Building. Writing output to $root/var/adm/logs/1-busybox.out
!> usr/bin/which: bash busybox
!> usr/bin/who: busybox coreutils
!> usr/bin/whoami: busybox coreutils
!> usr/bin/xargs: busybox findutils
!> usr/bin/yes: busybox coreutils
!> usr/sbin/readprofile: busybox util-linux
!> usr/sbin/udhcpd: busybox udhcp
!> Due to previous errors.
-> $root/var/adm/logs/1-busybox.out -> 1-busybox.err
== 01/17/08 18:50:20 =[1]=> Aborted building package busybox.
-> Unmounting loop mounts ...
1-busybox.err

--
   René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
   Geschäftsführer: Susanne Klaus, René Rebe
   Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B
   USt-IdNr.: DE251602478
   http://exactcode.de | http://t2-project.org | http://rene.rebe.name


-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@t2-project.org with a subject of: unsubscribe t2


Re: Busybox failed to build

by Rene Rebe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

the full logs are located in build/$UUID+CFG_NAME/var/adm/logs/*

maybe but the important or all errors on a HTTP server.

Yours,

On 17.01.2008, at 11:45, kkp wrote:

>
> Hi
>
>  There are lots of packages(i.e. libtool, file, cpio, coreutils,  
> findutils,
> tar, ppp, zile, popt, util-linux, psmisc, tftp-hpa, iptables, iproute,
> clockspeed) which are not building. It have same problem with uclibc.
> which log file do you want?
>
>
> **************************
>
> René Rebe-3 wrote:
>>
>> Hi,
>>
>> On 15.01.2008, at 06:30, kkp wrote:
>>
>>> I choose embedded target. But config file did not include busybox. I
>>> changed
>>> the config file like this:
>>> X -1-------- 163.500 base busybox 1.6.1 / base/system CROSS INIT 0
>>> but it is failed to build. end up  with error:
>>> == 10:36:18 =[1]=> Building base/busybox [1.6.1 7.0-rc2].
>>> -> Parallel build using 2 jobs enabled.
>>> -> Preparing configuration to build this package with dietlibc
>>> (statically).
>>> -> Using default dietlibc options!
>>> -> Reading package config: package/base/busybox/busybox.conf
>>> -> Preparing build in src.busybox.niv.
>>> 20080115.103618.3674.nameserver
>>> -> Building. Writing output to $root/var/adm/logs/1-busybox.out
>>> !> libbb/loop.c:50: warning: unused variable 'loopinfo'
>>> !> libbb/loop.c: In function 'set_loop':
>>> !> libbb/loop.c:85: error: storage size of 'loopinfo' isn't known
>>> !> libbb/loop.c:118: error: 'LOOP_GET_STATUS64' undeclared (first
>>> use in
>>> this ..
>>> !> libbb/loop.c:127: error: 'LOOP_SET_STATUS64' undeclared (first
>>> use in
>>> this ..
>>> !> libbb/loop.c:85: warning: unused variable 'loopinfo'
>>> !> Due to previous errors, no 1-busybox.log file!
>>> !> (Try enabling xtrace in the config to track an error inside the
>>> build
>>> syst ..
>>> -> $root/var/adm/logs/1-busybox.out -> 1-busybox.err
>>> == 01/15/08 10:36:55 =[1]=> Aborted building package busybox.
>>> -> Unmounting loop mounts ...
>>>
>>> This problem is not only with embedded target, it is also with  
>>> generic
>>> system.
>>
>> I would need some more log snipplet to know for sure, but maybe
>> this is just related to building busybox with dietlibc as C library?
>>
>> Yours,
>>
>> --
>>   René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
>>   Geschäftsführer: Susanne Klaus, René Rebe
>>   Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B
>>   USt-IdNr.: DE251602478
>>   http://exactcode.de | http://t2-project.org | http://rene.rebe.name
>>
>>
>> -----------------------------------------------------------
>> If you wish to unsubscribe from this mailing, send mail to
>> lists@... with a subject of: unsubscribe t2
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Busybox-failed-to-build-tp14832238p14916294.html
> Sent from the T2 mailing list archive at Nabble.com.
>
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> lists@... with a subject of: unsubscribe t2
--
   René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
   Geschäftsführer: Susanne Klaus, René Rebe
   Sitz: Berlin, Amtsgericht Charlottenburg HRB 105 123 B
   USt-IdNr.: DE251602478
   http://exactcode.de | http://t2-project.org | http://rene.rebe.name


-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@... with a subject of: unsubscribe t2