Upgrade to Unbound 1.5.1 incomplete?

2015-01-02 Thread Rainer Hurling
It seems, that r276605 is missing a file 'dnstap/dnstap_config.h'. At least, I get this output, when I try to build world now: --- depend_subdir_libunbound --- In file included from /usr/src/lib/libunbound/../../contrib/unbound/util/netevent.c:48: /usr/src/lib/libunbound/../../contrib/unbound/dn

Build failed in Jenkins: Build-UFS-image #833

2015-01-02 Thread jenkins-admin
See -- [...truncated 10109 lines...] ===> sbin/etherswitchcfg (install) install -s -o root -g wheel -m 555 etherswitchcfg

Build failed in Jenkins: Build-UFS-image #831

2015-01-02 Thread jenkins-admin
See -- [...truncated 19065 lines...] install -C -o root -g wheel -m 444 /builds/FreeBSD_HEAD/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.h

Build failed in Jenkins: Build-UFS-image #829

2015-01-02 Thread jenkins-admin
See -- [...truncated 17105 lines...] install -o root -g wheel -m 444 kgzldr.o ===> sys/boot/i386/libi386 (in

Re: asr(4) error with new clang/llvm

2015-01-02 Thread Ed Maste
On 2 January 2015 at 04:07, David Chisnall wrote: > > The correct solution is to declare the array to have 0 elements (although > this will break C++ code). A zero-length array at the end of a structure is > specifically defined by the C standard (since C99) to be a variable-length > array. A

Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

2015-01-02 Thread O. Hartmann
On Thu, 1 Jan 2015 23:53:03 +0100 Dimitry Andric wrote: > On 01 Jan 2015, at 12:50, O. Hartmann wrote: > ... > > ===> lib/atf/libatf-c++ (all) > > c++-O2 -pipe -O3 -O3 -pipe -march=native -DHAVE_CONFIG_H > > -I/usr/src/contrib/atf -I/usr/src/lib/atf/libatf-c++/../libatf-c -I. > > -DHAVE_CONF

Jenkins build is back to stable : FreeBSD_HEAD-tests2 #512

2015-01-02 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: asr(4) error with new clang/llvm

2015-01-02 Thread David Chisnall
On 2 Jan 2015, at 05:00, Ed Maste wrote: > > It's a variable length array in a struct / union. Other than being > confusing and now triggering a warning after the clang update it > should be fine. > > Most likely we need to build asr with -Werror disabled for that > warning, perhaps -Wno-error-a