[bind10-dev] failed build master 00d06904569e27ba56975b60906022585a43ab4e
JINMEI Tatuya / 神明達哉
jinmei at isc.org
Tue May 29 20:26:11 UTC 2012
At Tue, 29 May 2012 14:24:37 -0500 (CDT),
"Jeremy C. Reed" <jreed at isc.org> wrote:
> I added a new system added to the build/test farm. This is Debian
> GNU/Linux 6.0 on i386.
>
> See error below:
>
> On Tue, 29 May 2012, tester at isc.org wrote:
>
> > Date: Tue, 29 May 2012 19:15:01 +0000
> > From: tester at isc.org
> > To: bind10-team at lists.isc.org
> > Subject: failed build master 00d06904569e27ba56975b60906022585a43ab4e
> >
> > http://git.bind10.isc.org/~tester/builder//BIND10/20120529185213-Debian6Linux-i686-GCC/logs/build.out
>
>
> make[5]: Entering directory
> `/home/jreed/builder/work/BIND10/20120529185213-Debian6Linux-i686-GCC/build/tests/tools/perfdhcp'
> g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
> -I../../../src/lib -I../../../src/lib/log -I../../../src/lib/log
> -DOS_LINUX -I../../../ext/asio -I../../../ext/coroutine
> -DASIO_DISABLE_THREADS=1 -Wall -Wextra -Wwrite-strings
> -Woverloaded-virtual -Wno-sign-compare -Werror -fPIC -Wno-write-strings
> -g -O2 -MT perfdhcp-perfdhcp.o -MD -MP -MF .deps/perfdhcp-perfdhcp.Tpo
> -c -o perfdhcp-perfdhcp.o `test -f 'perfdhcp.cc' || echo
> './'`perfdhcp.cc
I'd generally suggest making the code address family independent more
using getaddrinfo and getnameinfo. That will at least hide all ugly
conversions between sockaddr variants under the library implementation
and allow the main application to only rely on the generic sockaddr
structure (I see there are still some cases that might require family
specific considerations, for which I've not fully thought about
whether we can realize the same effect in a cleaner way).
---
JINMEI, Tatuya
More information about the bind10-dev
mailing list