From owner-freebsd-questions@FreeBSD.ORG Thu Jun 27 14:10:55 2013 Return-Path: Delivered-To: questions@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 3AE2A6F1 for ; Thu, 27 Jun 2013 14:10:55 +0000 (UTC) (envelope-from cknipe@savage.za.org) Received: from mail-oa0-f52.google.com (mail-oa0-f52.google.com [209.85.219.52]) by mx1.freebsd.org (Postfix) with ESMTP id 0D0BB17B5 for ; Thu, 27 Jun 2013 14:10:54 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id g12so878716oah.25 for ; Thu, 27 Jun 2013 07:10:54 -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:date:x-google-sender-auth :message-id:subject:from:to:content-type:x-gm-message-state; bh=BcZUHa8Ro3pMDjFLh/8HfWSaAaq1TmPSKfzPDHe4c+E=; b=ghWQJlcbd6dsWixhJ8sX4DrpZyp1ioypXiXKKUKFOhUoiVxuizE3wxPWrVFgUAqDFC IV+frYRnXlcc95lvNHosPu+57SiK93ICGIJfgTCFuR4Jy7YbHh2bTc8+ZZkRyew5PCEi KV5+R5JMQiaWxR+KkLNqZ2ox+1HB90sRH54/zUi+CCSlTleXUvsgaNToW9eBYuqnM6Hz O2skAbOIIrd1pAzgz2eUhs+KfkT9JA1SkGtuwM28pQf03IYPT/7O51TTXkVzZJqgoUnb x97krUTKjvCWCdbFbil+WXJaSPMpFlnEyKnW9/Ino7Wclekbzaq1mfK96I+OGVsE9uUO B5Nw== MIME-Version: 1.0 X-Received: by 10.60.155.169 with SMTP id vx9mr2903625oeb.93.1372342254393; Thu, 27 Jun 2013 07:10:54 -0700 (PDT) Sender: cknipe@savage.za.org Received: by 10.76.114.164 with HTTP; Thu, 27 Jun 2013 07:10:54 -0700 (PDT) X-Originating-IP: [2001:470:96f5:101:70c7:c820:875d:a25a] Date: Thu, 27 Jun 2013 16:10:54 +0200 X-Google-Sender-Auth: hIJUEkxav5avGer_GaIYsOfA7m4 Message-ID: Subject: issues compiling world From: Chris Knipe To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmYdHbjJYbFMe4bbiXvZypGwywFpKfrIsBLtfSjX1gKYdReSRPpgkZ8JrPOkho7QCDNtuDH 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:10:55 -0000 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_="__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? -- Regards, Chris Knipe