From owner-freebsd-stable@FreeBSD.ORG Thu Jun 27 11:46:37 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14236FC2 for ; Thu, 27 Jun 2013 11:46:37 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 948331DC5 for ; Thu, 27 Jun 2013 11:46:36 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id fr10so688429lab.32 for ; Thu, 27 Jun 2013 04:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=UPxs+yQGeAjwj6qr3VW1oUEeXIPq49Q4JyhFSS+erEo=; b=EKPffdg9LzNFGzohO3P84+yBZETouRfJkJ96cXQ3G16HgzjqrjKdGLk8CSe9NBNonB FmkRgxgkNUuac6OjyVQ5vOmsDxCUXvwaANiKSaiqCjnpWT5ogbMXz4wgCPX3vMcZpldO s8XtB6ru8qWSDtIxzM5hI0IswNUjzLGL+Cn4Km1TioUKv8TjsHDcfwVdL0f7j49wthGm WbVrw5cZUErdEtorpjlo7fZ4MxLr290DZmoKwMcGpLys0XhbkjUjfUHaEQZn1qE9J0kZ pmnecakEEXEspcf1YuombpzsbK1f4ZUYEPGKpvkMKONl1sp+gojfkrWx8nlomJO8VlwW QlMA== X-Received: by 10.152.23.99 with SMTP id l3mr3943756laf.82.1372333595465; Thu, 27 Jun 2013 04:46:35 -0700 (PDT) Received: from [192.168.1.139] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id m14sm1037241lbl.1.2013.06.27.04.46.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Jun 2013 04:46:35 -0700 (PDT) Message-ID: <51CC2619.90507@gmail.com> Date: Thu, 27 Jun 2013 14:46:33 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130626 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org Subject: can't build stable with clang after tcpdump import Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 11:46:37 -0000 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.