From owner-freebsd-current@freebsd.org Thu Jan 7 07:35:57 2016 Return-Path: Delivered-To: freebsd-current@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 B8BEBA65FC6 for ; Thu, 7 Jan 2016 07:35:57 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C3F01BD9 for ; Thu, 7 Jan 2016 07:35:57 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pa0-x229.google.com with SMTP id cy9so252104240pac.0 for ; Wed, 06 Jan 2016 23:35:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=MWfarTIcxQRz4X08Kde4HlQ2IZdpGMWY6YNWD6W15Pw=; b=JOjn1y+UVrS/EEPIB51MGQvA/YpmGb7Q/dL15fm3YutMhmIO/QA8fwxPRdatoTClX1 JvNizketHaKx5Pfh6rxS9ZM9Qfdhyj1bKn0FqpcpVwPQ9V/Sl3M259b+AmstNo0d7tZP miBNkaslcoDNtTQKJTAG1svj2UCBY5zDu3iDy4OAc2cpD6CjNWZQ4rwPqFGH4vk9kJep 8c8/Le2klBwCkncJQ6g3grF3OcMZSXpvS/r76ntQiNO4QYwmPlYw1TKUjDTUwR7hboJ4 4GT7AeHzm33evwtn7RQffVvi8yY/lILdJiTZsis1wAZPkJuzc23D1kJdv6ycxbYm32AG y6+Q== X-Received: by 10.67.23.226 with SMTP id id2mr148073308pad.149.1452152157202; Wed, 06 Jan 2016 23:35:57 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id oj9sm67084663pab.8.2016.01.06.23.35.55 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jan 2016 23:35:55 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: r 293304: BROKEN: buildkernel fails due to error: error: no member named 't_maxopd' in 'struct tcpcb' From: NGie Cooper In-Reply-To: <20160107063111.0a4e232f@freyja.zeit4.iv.bundesimmobilien.de> Date: Wed, 6 Jan 2016 23:35:53 -0800 Cc: freebsd-current , Gleb Smirnoff Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160107063111.0a4e232f@freyja.zeit4.iv.bundesimmobilien.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 07:35:57 -0000 > On Jan 6, 2016, at 21:31, O. Hartmann = wrote: >=20 > Recent r293304 fails to build kernel due to the error below: >=20 > [...] > --- kern_testfrwk.o --- > cc -O2 -pipe -O3 -O3 -pipe -march=3Dnative -fno-strict-aliasing = -Werror > -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS > -include /usr/obj/usr/src/sys/FREYJA/opt_global.h -I. -I/usr/src/sys > -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer > -I/usr/obj/usr/src/sys/FREYJA -mcmodel=3Dkernel -mno-red-zone = -mno-mmx -mno-sse > -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv > -fstack-protector -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ = -Wmissing-include-dirs > -fdiagnostics-show-option -Wno-unknown-pragmas > -Wno-error-tautological-compare -Wno-error-empty-body > -Wno-error-parentheses-equality -Wno-error-unused-function > -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes = -mno-avx > -std=3Diso9899:1999 > -c = /usr/src/sys/modules/tests/framework/../../../tests/framework/kern_testfrw= k.c > -o kern_testfrwk.o --- all_subdir_tcp/fastpath > --- = /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:4= 81:6: > error: no member named 't_maxopd' in 'struct tcpcb' if (DELAY_ACK(tp, = tlen)) > { ^ > ~~ = /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:1= 67:19: > note: expanded from macro 'DELAY_ACK' (tlen <=3D tp->t_maxopd) > && \ > ^ = /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:6= 06:8: > error: no member named 't_maxopd' in 'struct tcpcb' if (DELAY_ACK(tp, = tlen) && > tlen !=3D 0) ^ > ~~ = /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:1= 67:19: > note: expanded from macro 'DELAY_ACK' (tlen <=3D tp->t_maxopd) > && \ ^ --- sctp_indata.o --- = ctfconvert -L > VERSION sctp_indata.o ERROR: ctfconvert: sctp_indata.o doesn't have = type data > to convert --- modules-all --- --- all_subdir_sfxge --- --- = siena_vpd.o --- cc > -O2 -pipe -O3 -O3 -pipe -march=3Dnative -fno-strict-aliasing -Werror = -D_KERNEL > -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS > -include /usr/obj/usr/src/sys/FREYJA/opt_global.h -I. -I/usr/src/sys > -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer > -I/usr/obj/usr/src/sys/FREYJA -mcmodel=3Dkernel -mno-red-zone = -mno-mmx -mno-sse > -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv > -fstack-protector -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ = -Wmissing-include-dirs > -fdiagnostics-show-option -Wno-unknown-pragmas > -Wno-error-tautological-compare -Wno-error-empty-body > -Wno-error-parentheses-equality -Wno-error-unused-function > -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes = -mno-avx > -std=3Diso9899:1999 > -c /usr/src/sys/modules/sfxge/../../dev/sfxge/common/siena_vpd.c -o = siena_vpd.o > --- all_subdir_tcp/fastpath > --- = /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:1= 545:8: > error: no member named 't_maxopd' in 'struct tcpcb' if (DELAY_ACK(tp, = tlen)) > ^ > ~~ = /usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:1= 67:19: > note: expanded from macro 'DELAY_ACK' (tlen <=3D tp->t_maxopd) > && \ ^ 3 errors generated. *** = [fastpath.o] > Error code 1 >=20 > make[4]: stopped in /usr/src/sys/modules/tcp/fastpath > 1 error >=20 > make[4]: stopped in /usr/src/sys/modules/tcp/fastpath > *** [all_subdir_tcp/fastpath] Error code 2 >=20 > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_sfxge --- > --- siena_sram.o --- > ctfconvert -L VERSION siena_sram.o > ERROR: ctfconvert: siena_sram.o doesn't have type data to convert > --- all_subdir_tests/callout_test --- > ctfconvert -L VERSION callout_test.o > ERROR: ctfconvert: callout_test.o doesn't have type data to convert > A failure has been detected in another branch of the parallel make >=20 > make[4]: stopped in /usr/src/sys/modules/tests/callout_test > *** [all_subdir_tests/callout_test] Error code 2 >=20 > make[3]: stopped in /usr/src/sys/modules > --- sctp_input.o --- > ctfconvert -L VERSION sctp_input.o I sent an email to glebius about the build breakage. In the meantime, = please feel free to revert r293284. Thanks! -NGie