From owner-freebsd-questions@FreeBSD.ORG Thu Jun 27 17:51:38 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E3BF87D5 for ; Thu, 27 Jun 2013 17:51:38 +0000 (UTC) (envelope-from cknipe@savage.za.org) Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by mx1.freebsd.org (Postfix) with ESMTP id B1DBA162D for ; Thu, 27 Jun 2013 17:51:38 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id xn12so1022163obc.20 for ; Thu, 27 Jun 2013 10:51:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding:x-gm-message-state; bh=UAVV3ROhxlCDiRS4Rywy3hBrWYtFQVhFSav4wSOzF7g=; b=nMZovVUcyDw5h797IILtcVsO+/5dm1Xu+pPn85bUZXshKCI3f8dpqu26f+Z0FGZMby F0ctM8UhL3tI7kUdd4oeopx8cw3efsMvFMq3kySSDdh0MDf1M/2gDQEVeu8Z3yKBebwI aJEl4uu8/bW108VGtd8G9BwczGpx/DbIy6eyWhodPllTWcdZ3KNC1fffg8Mw+qgca/h4 nvT75fQ57uCBQMJedrbfjwSJ4rfkZgabzIA8GGsz1mdB2dHk0umEDbmEGUywTqs33wiA P3cR1f0pulUdYy7DDiii96At74iAjf9rDEKtk2n2eLqI/9GUzBKr239Zjwt/5V7GosnQ HTew== MIME-Version: 1.0 X-Received: by 10.182.46.230 with SMTP id y6mr4638298obm.79.1372355027720; Thu, 27 Jun 2013 10:43:47 -0700 (PDT) Sender: cknipe@savage.za.org Received: by 10.76.114.164 with HTTP; Thu, 27 Jun 2013 10:43:47 -0700 (PDT) X-Originating-IP: [105.237.46.187] In-Reply-To: <20130627104414.5fe30657@scorpio> References: <20130627104414.5fe30657@scorpio> Date: Thu, 27 Jun 2013 19:43:47 +0200 X-Google-Sender-Auth: on6kQEQCBlQR29h7L9xrR_YhRhY Message-ID: Subject: Re: issues compiling world From: Chris Knipe To: FreeBSD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQka0bO/hywYqf4qphAC5WzOtqm9wUWFPN46qiEYNY2bgwCrDLz41anQOcp3c+oHyVV1X9Di 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 17:51:39 -0000 Hi, Followed those and recompiled. Precisely the same issue :-( On Thu, Jun 27, 2013 at 4:44 PM, Jerry wrote: > On Thu, 27 Jun 2013 16:10:54 +0200 > Chris Knipe articulated: > >> 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... >> >> cc -O2 -pipe -I/usr/src/usr.sbin/tcpdump/tcpdump >> -I/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump >> -DHAVE_CONFIG_H -D_U_=3D"__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=3Dgnu99 -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? > > Have you followed all of the directions precisely as stated on > , > especially > > and > = . > > -- > Jerry =E2=99=94 > > Disclaimer: off-list followups get on-list replies or get ignored. > Please do not ignore the Reply-To header. > __________________________________________________________________ > There is a fine line between genius and insanity. I have erased this line= . > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Regards, Chris Knipe