[Bug 230288] sysutil/u-boot-pine64: -r476026 vintage build failed in poudriere-devel (default gcc=8 and WITHOUT_BINUTILS= for -r336693 head context)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 18 21:05:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230288
--- Comment #5 from Mark Millard <marklmi26-fbsd at 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
Index: /usr/ports/sysutils/u-boot-pine64/Makefile
===================================================================
--- /usr/ports/sysutils/u-boot-pine64/Makefile (revision 480053)
+++ /usr/ports/sysutils/u-boot-pine64/Makefile (working copy)
@@ -6,4 +6,6 @@
BOARD_CONFIG= pine64_plus_defconfig
FAMILY= allwinner64
+MAKE_JOBS_UNSAFE=yes
+
.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.]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list