From owner-freebsd-amd64@freebsd.org Sat Jul 30 06:28:49 2016 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB9D3BA91F0 for ; Sat, 30 Jul 2016 06:28:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EF9B1B4E for ; Sat, 30 Jul 2016 06:28:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6U6Sn0I053123 for ; Sat, 30 Jul 2016 06:28:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 209920] 11.0 -r303469 buildkernel via amd64-gcc fails for: .../dev/cxgb/ulp/tom/cxgb_listen.c:926:13: error: redundant redeclaration of 'tcp_dooptions'; (note retested: a different cxbge issue too) Date: Sat, 30 Jul 2016 06:28:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-BETA3 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: np@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc version Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 30 Jul 2016 11:54:36 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2016 06:28:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209920 Mark Millard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|11.0 -r300944 buildkernel |11.0 -r303469 buildkernel |via amd64-gcc fails for: |via amd64-gcc fails for: |.../dev/cxgb/ulp/tom/cxgb_l |.../dev/cxgb/ulp/tom/cxgb_l |isten.c:926:13: error: |isten.c:926:13: error: |redundant redeclaration of |redundant redeclaration of |'tcp_dooptions'; a |'tcp_dooptions'; (note |different cxbge issue too |retested: a different cxbge | |issue too) Version|11.0-BETA1 |11.0-BETA3 --- Comment #9 from Mark Millard --- Attempting to builds BETA3 via amd64-gcc again got the following so I'm updating het information to track: /usr/src/sys/modules/cxgb/tom/../../../dev/cxgb/ulp/tom/cxgb_listen.c:926:1= 3: error: redundant redeclaration of 'tcp_dooptions' [-Werror=3Dredundant-decl= s] extern void tcp_dooptions(struct tcpopt *, u_char *, int, int); ^ In file included from /usr/src/sys/modules/cxgb/tom/../../../dev/cxgb/ulp/tom/cxgb_listen.c:49:0: /usr/src/sys/netinet/tcp_var.h:766:7: note: previous declaration of 'tcp_dooptions' was here void tcp_dooptions(struct tcpopt *, u_char *, int, int); ^ cc1: all warnings being treated as errors *** [cxgb_listen.o] Error code 1 (I have not re-testd what was later reported in comments 1 or 4.) Context: make[5]: stopped in /usr/src/sys/modules/cxgb/tom # uname -apKU FreeBSD FreeBSDx64 11.0-BETA3 FreeBSD 11.0-BETA3 #1 r303469M: Fri Jul 29 03:54:43 PDT 2016=20=20=20=20 markmi@FreeBSDx64:/usr/obj/clang/amd64.amd64/usr/src/sys/GENERIC-NODBG amd= 64 amd64 1100120 1100120 # svnlite info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/stable/11 Relative URL: ^/stable/11 Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 303469 Node Kind: directory Schedule: normal Last Changed Author: gjb Last Changed Rev: 303469 Last Changed Date: 2016-07-28 17:00:54 -0700 (Thu, 28 Jul 2016) --=20 You are receiving this mail because: You are on the CC list for the bug.=