From owner-freebsd-arm@FreeBSD.ORG Sat May 17 21:50:01 2014 Return-Path: Delivered-To: freebsd-arm@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 383D36BE for ; Sat, 17 May 2014 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 240FA2A65 for ; Sat, 17 May 2014 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HLo0nB039380 for ; Sat, 17 May 2014 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4HLo0Fa039379; Sat, 17 May 2014 21:50:00 GMT (envelope-from gnats) Date: Sat, 17 May 2014 21:50:00 GMT Message-Id: <201405172150.s4HLo0Fa039379@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org Cc: From: Ian Lepore Subject: Re: arm/189899: rpi.dts don't build anymore Reply-To: Ian Lepore X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 21:50:01 -0000 The following reply was made to PR arm/189899; it has been noted by GNATS. From: Ian Lepore To: Marcus Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: arm/189899: rpi.dts don't build anymore Date: Sat, 17 May 2014 15:45:30 -0600 On Sat, 2014-05-17 at 21:36 +0000, Marcus wrote: > >Number: 189899 > >Category: arm > >Synopsis: rpi.dts don't build anymore > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-arm > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat May 17 21:40:00 UTC 2014 > >Closed-Date: > >Last-Modified: > >Originator: Marcus > >Release: 10 Stable > >Organization: > >Environment: > FreeBSD luke 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > >Description: > Hi, > > if I build 10 stable (current SVN) for armv6/RPI-B Kernel the /sys/RPI-B/rpi.dtb will not be built. > If I use r266250 it works as expected. > > so long > > Marcus > >How-To-Repeat: > svn checkout https://svn0.eu.freebsd.org/base/stable/10 /usr/src/10 > cd /usr/src/10 > make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes build world > make TARGET=arm TARGET_ARCH=armv6 WITH_FDT=yes KERNCONF=RPI-B build kernel > > ls /usr/obj/arm.armv6/usr/src/10/sys/RPI-B/rpi.dtb > > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: The 10-stable branch is in the process of being synchronized with all the bugfixes from -current right now. It looks like you were unlucky to grab the source at a revision with temporary breakage. I think if you update again you'll get a version that will work.