Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2013 14:46:33 +0300
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-stable@FreeBSD.org
Subject:   can't build stable with clang after tcpdump import
Message-ID:  <51CC2619.90507@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all.

After recent tcpdump update I get this:

cc -O2 -pipe -I/usr/src/usr.sbin/tcpdump/tcpdump 
-I/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump 
-DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -DINET6 -DLBL_ALIGN 
-I/usr/obj/usr/src/tmp/usr/include/openssl -DHAVE_LIBCRYPTO 
-DHAVE_OPENSSL_EVP_H -DHAVE_NET_PFVAR_H -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes 
-Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality -Wno-unused-function -Wno-conversion -c 
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-radius.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pfsync.c:330:23: 
error: use of undeclared identifier 'tcpstates'
                         printf("   %s:%s", tcpstates[src->state],
                                            ^

make buildincludes ; make installincludes doesn't fix a thing...

-- 
Sphinx of black quartz, judge my vow.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51CC2619.90507>