Date: Sun, 26 Nov 2017 23:56:02 -0800 From: Cy Schubert <Cy.Schubert@komquats.com> To: Emmanuel Vadot <manu@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r454916 - head/sysutils/dtc Message-ID: <201711270756.vAR7u26b012827@slippy.cwsent.com> In-Reply-To: Message from Emmanuel Vadot <manu@FreeBSD.org> of "Sun, 26 Nov 2017 19:23:07 %2B0000." <201711261923.vAQJN7sv097904@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201711261923.vAQJN7sv097904@repo.freebsd.org>, Emmanuel Vadot write s: > Author: manu (src committer) > Date: Sun Nov 26 19:23:07 2017 > New Revision: 454916 > URL: https://svnweb.freebsd.org/changeset/ports/454916 > > Log: > sysutils/dtc: Update to v1.4.5 > > Update to dtc v1.4.5 as it is needed for u-boot v2017.11 > Do not build the python libfdt as it fails and we don't need it > > Reviewed by: imp (maintainer) > Approved by: imp > Differential Revision: https://reviews.freebsd.org/D13251 > > Modified: > head/sysutils/dtc/Makefile > head/sysutils/dtc/distinfo > head/sysutils/dtc/pkg-plist > > Modified: head/sysutils/dtc/Makefile > ============================================================================= > = > --- head/sysutils/dtc/Makefile Sun Nov 26 18:58:24 2017 (r45491 > 5) > +++ head/sysutils/dtc/Makefile Sun Nov 26 19:23:07 2017 (r45491 > 6) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= dtc > -PORTVERSION= 1.4.4 > +PORTVERSION= 1.4.5 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils > > @@ -18,6 +18,6 @@ USE_GITHUB= yes > GH_ACCOUNT= dgibson > GH_PROJECT= dtc > > -MAKE_ARGS+= PREFIX=${PREFIX} > +MAKE_ARGS+= PREFIX=${PREFIX} NO_PYTHON=yes > > .include <bsd.port.mk> > > Modified: head/sysutils/dtc/distinfo > ============================================================================= > = > --- head/sysutils/dtc/distinfo Sun Nov 26 18:58:24 2017 (r45491 > 5) > +++ head/sysutils/dtc/distinfo Sun Nov 26 19:23:07 2017 (r45491 > 6) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1497738446 > -SHA256 (dgibson-dtc-v1.4.4_GH0.tar.gz) = 2f2c0bf4d84763595953885bdcd2159b0b8 > 5410018c8ba48cc31b3d6e443e4d8 > -SIZE (dgibson-dtc-v1.4.4_GH0.tar.gz) = 156980 > +TIMESTAMP = 1511715245 > +SHA256 (dgibson-dtc-v1.4.5_GH0.tar.gz) = d13df67f5402c1905d2c24603471fe78396 > 5112ab5004025a50f7f852cd89bc8 > +SIZE (dgibson-dtc-v1.4.5_GH0.tar.gz) = 174933 > > Modified: head/sysutils/dtc/pkg-plist > ============================================================================= > = > --- head/sysutils/dtc/pkg-plist Sun Nov 26 18:58:24 2017 (r45491 > 5) > +++ head/sysutils/dtc/pkg-plist Sun Nov 26 19:23:07 2017 (r45491 > 6) > @@ -1,10 +1,10 @@ > bin/convert-dtsv0 > bin/dtc > +bin/dtdiff > bin/fdtdump > bin/fdtget > bin/fdtput > -bin/dtdiff > -lib/libfdt-1.4.4.so > +lib/libfdt-1.4.5.so > lib/libfdt.a > lib/libfdt.so > lib/libfdt.so.1 > Hi, On -current I'm seeing the following error: CC libfdt/fdt_overlay.o gmake[1]: *** No rule to make target 'alloca.h', needed by 'fdtoverlay.o'. Stop. gmake[1]: *** Waiting for unfinished jobs.... CC fdtput.o gmake[1]: Leaving directory '/export/wrkdir/amd64/usr/ports/sysutils/dtc/wor k/dtc-1.4.5' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/dtc Does it expect cddl/compat/opensolaris/include/alloca.h? -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711270756.vAR7u26b012827>