From owner-freebsd-questions@FreeBSD.ORG Thu Jun 27 14:23:19 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E40EAAE5 for ; Thu, 27 Jun 2013 14:23:19 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1DA186E for ; Thu, 27 Jun 2013 14:23:19 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id w10so449654lbi.12 for ; Thu, 27 Jun 2013 07:23:18 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=YS3095xp7QGck//m/DgsHxwH4jtmL4AuxY/bEJ+LhyU=; b=DvIssyamWck1fjr3ekViuXOHnh6W/4vm6ZFhGDl7L1Qh2auaICvQP/PEAdaL5UIojt hOjlN0Al6JsyhV1x7ppDNkbsyx0ch2G6abUi7KOoQx8DnExOijWIIjNcMRWf41o/JV9b P6AiZt8N5WRaiFl3wfBcUdTqlusnHfEJp9hVHGcJe5N/3IwDwC2gdhkp0vbZ274MBHVp VngzPhSGXLpA85ZtLpO0iWMfSUZYyYdXi2/nAjuT/SexV8WDEcgWRjcRuWqZSyitW8r9 Mlreb+jJ8Pr67lMOLQmAHpIP96aJPlouIaN79i6LgUcZumqQ1FwNMNeB9mLOVlrdq3Cf b5+w== X-Received: by 10.152.18.202 with SMTP id y10mr4192281lad.80.1372342998408; Thu, 27 Jun 2013 07:23:18 -0700 (PDT) Received: from [192.168.1.139] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id s3sm1218469lbs.14.2013.06.27.07.23.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Jun 2013 07:23:17 -0700 (PDT) Message-ID: <51CC4AD4.9060909@gmail.com> Date: Thu, 27 Jun 2013 17:23:16 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130627 Thunderbird/17.0.7 MIME-Version: 1.0 To: Chris Knipe Subject: Re: issues compiling world References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 14:23:20 -0000 27.06.2013 17:10, Chris Knipe написав(ла): > Hi all, > > I've been battling the whole day now trying to compile 9 STABLE.... > I've svn'ed the source from branch base/stable/9 numerious times and > the code base as far as I can tell is up to date... As me. As I reported my local glitches in the past I prefer now to retest everything twice before pointing out some bugs. > > 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 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pfsync.c > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pfsync.c: > In function 'print_src_dst': > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pfsync.c:330: > error: 'tcpstates' undeclared (first use in this function) > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pfsync.c:330: > error: (Each undeclared identifier is reported only once > /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pfsync.c:330: > error: for each function it appears in.) > *** [print-pfsync.o] Error code 1 > > Stop in /usr/src/usr.sbin/tcpdump/tcpdump. > *** [all] Error code 1 > > Can someone perhaps recommend a course of action? Perhaps the good choice would be waiting for tinderbox to stop mumbling about this. You can check reports @stable. -- Sphinx of black quartz, judge my vow.