From owner-freebsd-bugs@freebsd.org Thu Feb 8 18:57:26 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41D08F1BFC7 for ; Thu, 8 Feb 2018 18:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D079E76B2C for ; Thu, 8 Feb 2018 18:57:25 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id F37731266A for ; Thu, 8 Feb 2018 18:57:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w18IvO1d036453 for ; Thu, 8 Feb 2018 18:57:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w18IvOP7036450 for freebsd-bugs@FreeBSD.org; Thu, 8 Feb 2018 18:57:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 225584] Various compile process hang on Ryzen, but not on Intel Date: Thu, 08 Feb 2018 18:57:24 +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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mike@sentex.net 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.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 18:57:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225584 --- Comment #60 from mike@sentex.net --- (In reply to Konstantin Belousov from comment #59) I have to confess, I might have borked the previous patch and left the while loop commented out :( I have made sure its right this time. Five builds so far root@amdtestr12:/usr/src/lib/libc/stdio # uname -a FreeBSD amdtestr12.sentex.ca 12.0-CURRENT FreeBSD 12.0-CURRENT #2 r328667M:= Thu Feb 8 07:14:25 EST 2018=20=20=20=20 mdtancsa@amdtestr12.sentex.ca:/usr/obj/usr/src/amd64.amd64/sys/DEBUG amd64 root@amdtestr12:/usr/src/lib/libc/stdio # rm _flock_stub.c root@amdtestr12:/usr/src/lib/libc/stdio # cd /usr/src root@amdtestr12:/usr/src #=20 root@amdtestr12:/usr/src # svnlite update -r328667 Updating '.': Restored 'lib/libc/stdio/_flock_stub.c' At revision 328667. root@amdtestr12:/usr/src # root@amdtestr12:/usr/src # patch -p1 < p Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- a/lib/libc/stdio/_flock_stub.c |+++ b/lib/libc/stdio/_flock_stub.c -------------------------- Patching file lib/libc/stdio/_flock_stub.c using Plan A... Hunk #1 succeeded at 39 with fuzz 2. Hunk #2 succeeded at 116. Hunk #3 succeeded at 145. done root@amdtestr12:/usr/src #cd lib/libc; make depend;make root@amdtestr12:/usr/src/lib/libc # date Thu Feb 8 13:23:36 EST 2018 root@amdtestr12:/usr/src/lib/libc # ldd /usr/local/bin/python2.7 /usr/local/bin/python2.7: libthr.so.3 =3D> /usr/obj/usr/src/amd64.amd64/lib/libthr/libthr.so.= 3.full (0x800645000) libpython2.7.so.1 =3D> /usr/local/lib/libpython2.7.so.1 (0x800a0000= 0) libdl.so.1 =3D> /usr/obj/usr/src/amd64.amd64/lib/libdl/libdl.so.1.f= ull (0x800878000) libintl.so.8 =3D> /usr/local/lib/libintl.so.8 (0x800e71000) libutil.so.9 =3D> /usr/obj/usr/src/amd64.amd64/lib/libutil/libutil.so.9.full (0x80087c000) libm.so.5 =3D> /usr/obj/usr/src/amd64.amd64/lib/msun/libm.so.5.full (0x800892000) libc.so.7 =3D> /usr/obj/usr/src/amd64.amd64/lib/libc/libc.so.7.full (0x80107c000) root@amdtestr12:/usr/src/lib/libc # ls -l /usr/obj/usr/src/amd64.amd64/lib/libc/libc.so.7.full -rwxr-xr-x 1 root wheel 7919824 Feb 8 13:23 /usr/obj/usr/src/amd64.amd64/lib/libc/libc.so.7.full root@amdtestr12:/usr/src/lib/libc # --=20 You are receiving this mail because: You are the assignee for the bug.=