From owner-freebsd-bugs@freebsd.org Tue Aug 1 00:31:33 2017 Return-Path: Delivered-To: freebsd-bugs@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 EEDD1DC1866 for ; Tue, 1 Aug 2017 00:31:33 +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 C4E4E6F709 for ; Tue, 1 Aug 2017 00:31:33 +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 v710VXBq036967 for ; Tue, 1 Aug 2017 00:31:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld Date: Tue, 01 Aug 2017 00:31:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2017 00:31:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221029 --- Comment #36 from Don Lewis --- I finally had a chance to do another poudriere run. I saw three failures: * gnucash - guild segmentation fault * go - entersyscall inconsistent 0xc4207acea8 [0xc4207ac000,0xc4207ae000] * thunderbird - some clang segmentation faults plus: cc -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include -fPIC -DPSUTIL_VERSION=3D311 -I/usr/local/include/python2.7 -c psutil/_psutil_bsd= .c -o build/temp.freebsd-12.0-CURRENT-amd64-2.7/psutil/_psutil_bsd.o psutil/_psutil_bsd.c:958:39: error: no member named 'xt_tp' in 'struct xtcp= cb' tp =3D &((struct xtcpcb *)xig)->xt_tp; ~~~~~~~~~~~~~~~~~~~~~~ ^ psutil/_psutil_bsd.c:959:13: warning: incompatible pointer types assigning = to 'struct inpcb *' from 'struct xinpcb *' [-Wincompatible-pointer-types] inp =3D &((struct xtcpcb *)xig)->xt_inp; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ psutil/_psutil_bsd.c:960:39: error: no member named 'xt_socket' in 'struct xtcpc b' so =3D &((struct xtcpcb *)xig)->xt_socket; ~~~~~~~~~~~~~~~~~~~~~~ ^ psutil/_psutil_bsd.c:969:33: error: incomplete definition of type 'struct inpcb' AF_INET, inp->inp_lport, &inp->inp_laddr, ~~~^ /usr/include/netinet/in_pcb.h:65:22: note: forward declaration of 'struct inpcb' LIST_HEAD(inpcbhead, inpcb); [SNIP] All three ports built sucessfully when I retried them. No rename errors, though I had inadvertently disabled tmpfs for this run. I'm running 12.0-CURRENT #53 r321732M with my pending sharedpage patch. --=20 You are receiving this mail because: You are the assignee for the bug.=