From owner-svn-ports-head@freebsd.org Mon Nov 27 07:56:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE12FDFB768; Mon, 27 Nov 2017 07:56:12 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0DC67F56; Mon, 27 Nov 2017 07:56:11 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id JEGoeWlaCRDG7JEGqeO8MB; Mon, 27 Nov 2017 00:56:05 -0700 X-Authority-Analysis: v=2.2 cv=b+PC2pOx c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=sC3jslCIGhcA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=YqlTlhkN086DKCzgBYcA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 9A71B2A4; Sun, 26 Nov 2017 23:56:02 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id vAR7u2N7012830; Sun, 26 Nov 2017 23:56:02 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id vAR7u26b012827; Sun, 26 Nov 2017 23:56:02 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201711270756.vAR7u26b012827@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Emmanuel Vadot cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r454916 - head/sysutils/dtc In-Reply-To: Message from Emmanuel Vadot of "Sun, 26 Nov 2017 19:23:07 +0000." <201711261923.vAQJN7sv097904@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 26 Nov 2017 23:56:02 -0800 X-CMAE-Envelope: MS4wfP6fWo3Pe6dkoYONbt80Hs6ti2YyL2aE6NAvY80A4PIUuhg32Hw9xWGYeuRnlOBGWLZsbuIgww1Om0AP8HQ9uknxA+6EzzYEC0ac2SMf1KHpZ0xPcEoc /tH/kLHQF4gzfGbxCiQGyQ1mHFduidvD7wlMfQ7T4PXFP4RhdFgoPSbwxkTk9d1ExzOCHe32dhQ5HmZkcXrc9PBcWisw6CB/2PYSdqnlCE9R0Xefmdp3UH8E MvSTA4A5+zCaO0LnAwDzIDr8RAVwYQtS9aGL+ZUNIKqhpfN0DfkzdcEWULL6zd/T X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 07:56:12 -0000 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 > > 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 FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.