[Buildroot] [autobuild.buildroot.net] Build results for 2014-07-24

Baruch Siach baruch at tkos.co.il
Sun Jul 27 04:52:19 UTC 2014


Hi Max,

On Sun, Jul 27, 2014 at 02:49:46AM +0400, Max Filippov wrote:
> On Fri, Jul 25, 2014 at 10:30 AM, Thomas Petazzoni
> <thomas.petazzoni at free-electrons.com> wrote:
> > Build statistics for 2014-07-24
> >     xtensa |       network-manager-0.9.10.0 | NOK | http://autobuild.buildroot.net/results/d33ed1c3bf1be7c8f8ea02590a770b0d29c7d9fa/
> 
> It fails with
> 
> NetworkManagerUtils.c:1020:23: error: 'CLOCK_BOOTTIME' undeclared
> (first use in this function)
>   err = clock_gettime (CLOCK_BOOTTIME, tp);
> 
> because there's no CLOCK_BOOTTIME in uClibc.
> Not sure what's the proper fix for that, adding support for
> CLOCK_BOOTTIME into uClibc?
> (looks fairly easy). Or just disabling network manager on uClibc?

A less intrusive solution might be adding

#ifndef CLOCK_BOOTTIME
#define CLOCK_BOOTTIME			7
#endif

in NetworkManagerUtils.c.

Adding CLOCK_BOOTTIME to uClibc sounds like a good idea anyway. I wonder 
though why we see so few build failures like this one (only two at 
http://autobuild.buildroot.net/?reason=network-manager-0.9.10.0 at the 
moment).

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the buildroot mailing list