Date: Thu, 02 Aug 2018 18:49:27 +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-sn49fVaACi@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 #2 from Mark Millard <marklmi26-fbsd@yahoo.com> --- The following change to sysutils/u-boot-master/Makefile was sufficient to allow sysutils/u-boot-pine64 to build in my poudriere-devel context that is based on a buildworld that uses WITHOUT_BINTUTILS. (I'm not claiming this is the best form of fix, just noting the behavior of the specific change.) # svnlite diff /usr/ports/sysutils/u-boot-master/Makefile Index: /usr/ports/sysutils/u-boot-master/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-master/Makefile (revision 476026) +++ /usr/ports/sysutils/u-boot-master/Makefile (working copy) @@ -21,6 +21,7 @@ dtc>=3D1.4.1:sysutils/dtc \ mkimage:sysutils/u-boot-tools BUILD_DEPENDS+=3D ${COMPILER}:devel/${COMPILER} +BUILD_DEPENDS+=3D objdump:devel/binutils USES=3D bison gmake python:2.7,build shebangfix tar:bz2 BINARY_ALIAS=3D bison=3D${LOCALBASE}/bin/bison dtc=3D${LOCALBASE}/bin/dtc= sed=3Dgsed swig=3Dswig3.0 I've not isolated where the builder environment's binutil tool(s) are put to use but this seems to solidly indicate that there is such use for sysutils/u-boot-pine64 . --=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-sn49fVaACi>