[Bug 225584] Various compile process hang on Ryzen, but not on Intel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 8 18:57:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225584

--- Comment #60 from mike at 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 at 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    
mdtancsa at amdtestr12.sentex.ca:/usr/obj/usr/src/amd64.amd64/sys/DEBUG  amd64
root at amdtestr12:/usr/src/lib/libc/stdio # rm _flock_stub.c
root at amdtestr12:/usr/src/lib/libc/stdio # cd /usr/src
root at amdtestr12:/usr/src # 
root at amdtestr12:/usr/src # svnlite update -r328667
Updating '.':
Restored 'lib/libc/stdio/_flock_stub.c'
At revision 328667.
root at amdtestr12:/usr/src #
root at 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 at amdtestr12:/usr/src #cd lib/libc;  make depend;make

root at amdtestr12:/usr/src/lib/libc # date
Thu Feb  8 13:23:36 EST 2018
root at amdtestr12:/usr/src/lib/libc # ldd /usr/local/bin/python2.7
/usr/local/bin/python2.7:
        libthr.so.3 => /usr/obj/usr/src/amd64.amd64/lib/libthr/libthr.so.3.full
(0x800645000)
        libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x800a00000)
        libdl.so.1 => /usr/obj/usr/src/amd64.amd64/lib/libdl/libdl.so.1.full
(0x800878000)
        libintl.so.8 => /usr/local/lib/libintl.so.8 (0x800e71000)
        libutil.so.9 =>
/usr/obj/usr/src/amd64.amd64/lib/libutil/libutil.so.9.full (0x80087c000)
        libm.so.5 => /usr/obj/usr/src/amd64.amd64/lib/msun/libm.so.5.full
(0x800892000)
        libc.so.7 => /usr/obj/usr/src/amd64.amd64/lib/libc/libc.so.7.full
(0x80107c000)
root at 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 at amdtestr12:/usr/src/lib/libc #

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list