From owner-svn-ports-head@freebsd.org Mon Nov 27 12:38:33 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 20086E4F1E3; Mon, 27 Nov 2017 12:38:33 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11D6A6F3C3; Mon, 27 Nov 2017 12:38:31 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 3fc8193f; Mon, 27 Nov 2017 13:38:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=1N/LS5uRodPpWlKkmg7NgR1Hxis=; b=V0S3/fmoHDI69YXEM4f4PRsUvPoc tS2E7we7CtedOOzWItBsi+dGEyxGlRfwdDkrwelg8HLNu9sdOLbaU7tP1UzIkrtw 9X+Ol23YR7UANBYArheYKBYJ0Xt1EIhcFQ0+0ILMHljMwm9ZT/oYKhUjVdZ4mzjU KxBqUjFBHDDWe2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=LkkcwyknG4W06U8Rhnk7EWq17CIquKrd6wrIMH0BE+wq+eKf3PhghDue s5EBCnKbo0RcAr3g/H8Y1EJbBwn+aPuAKHNIbzpZ+HQalHaTbuvgvissPnfmD2Iq jVR3QUTTmLA9ZbmgBYYXVJ28Rs3+PppDZMyfA9JvNIr8X31h8c8= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 5dd8def0 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 27 Nov 2017 13:38:22 +0100 (CET) Date: Mon, 27 Nov 2017 13:38:18 +0100 From: Emmanuel Vadot To: Cy Schubert Cc: Cy Schubert , Emmanuel Vadot , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r454916 - head/sysutils/dtc Message-Id: <20171127133818.17689f0eb3015be8c1748db3@bidouilliste.com> In-Reply-To: <201711270837.vAR8bbD2009820@slippy.cwsent.com> References: <201711270837.vAR8bbD2009820@slippy.cwsent.com> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 12:38:33 -0000 On Mon, 27 Nov 2017 00:37:37 -0800 Cy Schubert wrote: > Cy Schubert writes: > > 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) = 2f2c0bf4d84763595953885bdcd2159b0 > > b8 > > > 5410018c8ba48cc31b3d6e443e4d8 > > > -SIZE (dgibson-dtc-v1.4.4_GH0.tar.gz) = 156980 > > > +TIMESTAMP = 1511715245 > > > +SHA256 (dgibson-dtc-v1.4.5_GH0.tar.gz) = d13df67f5402c1905d2c24603471fe783 > > 96 > > > 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? > > To make a long story short: > > diff --git a/sysutils/dtc/files/patch-fdtoverlay.c > b/sysutils/dtc/files/patch-fdtoverlay.c > new file mode 100644 > index 000000000000..3107a7273145 > --- /dev/null > +++ b/sysutils/dtc/files/patch-fdtoverlay.c > @@ -0,0 +1,10 @@ > +--- fdtoverlay.c.orig 2017-09-27 03:00:10.000000000 -0700 > ++++ fdtoverlay.c 2017-11-27 00:04:51.388248000 -0800 > +@@ -26,7 +26,6 @@ > + #include > + #include > + #include > +-#include > + #include > + > + #include > > > -- > Cheers, > Cy Schubert > FreeBSD UNIX: Web: http://www.FreeBSD.org > > The need of the many outweighs the greed of the few. I've fixed it locally but forgot to commit my patch ... will do that today. -- Emmanuel Vadot