Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 21:05:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230288] sysutil/u-boot-pine64: -r476026 vintage build failed in poudriere-devel (default gcc=8 and WITHOUT_BINUTILS= for -r336693 head context)
Message-ID:  <bug-230288-7788-mhLjPBsV85@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230288-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230288-7788@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=3D230288

--- Comment #5 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #4)

Further experiments have shown a build race
leading to a missing file that is present when
looking at the expanded bulk -w save file. I'm
now also using:

# svnlite diff /usr/ports/sysutils/u-boot-pine64/Makefile=20
Index: /usr/ports/sysutils/u-boot-pine64/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- /usr/ports/sysutils/u-boot-pine64/Makefile  (revision 480053)
+++ /usr/ports/sysutils/u-boot-pine64/Makefile  (working copy)
@@ -6,4 +6,6 @@
 BOARD_CONFIG=3D  pine64_plus_defconfig
 FAMILY=3D                allwinner64

+MAKE_JOBS_UNSAFE=3Dyes
+
 .include "${MASTERDIR}/Makefile"

in order to get reliable builds in poudriere-devel. The
testing build context was on a Pine64+ 2GB configuration,
e.MMC on a microsd card adapter, trim enabled (with the
discard bit also enabled). (Such might change the relative
timing of various operations compared to typical usage.)

[My amd64 based cross build did not show the race prior to the
MAKE_JOBS_UNSAFE addition.]

--=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-230288-7788-mhLjPBsV85>