Date: Thu, 27 Jul 2017 22:28:17 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld Message-ID: <bug-221029-8-LkYasE3e1R@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221029-8@https.bugs.freebsd.org/bugzilla/> References: <bug-221029-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221029 --- Comment #25 from Don Lewis <truckman@FreeBSD.org> --- Nothing real magical. Just very stripped down and it bails out if a build fails so the the state of the obj tree can be examined. You have to the to= p of the src tree yourself, and /mnt/x is tmpfs. #!/bin/sh a=3D1 while MAKEOBJDIRPREFIX=3D/mnt/x make -j18 buildworld buildkernel > /tmp/buildworld.out 2>&1; do echo $a a=3D`expr $a + 1` done --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221029-8-LkYasE3e1R>