Bug 189899 - rpi.dts don't build anymore
Summary: rpi.dts don't build anymore
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 22:40 UTC by marcus
Modified: 2014-05-20 21:19 UTC (History)
0 users

See Also:


Attachments
smime.p7s (1.73 KB, application/pkcs7-signature)
2014-05-18 21:12 UTC, marcus
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcus 2014-05-17 22:40:00 UTC
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
Comment 1 Ian Lepore freebsd_committer freebsd_triage 2014-05-17 22:45:30 UTC
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.
Comment 2 marcus 2014-05-18 21:12:48 UTC
Am 17.05.2014 um 23:45 schrieb Ian Lepore <ian@FreeBSD.org>:

> 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.


Hi Ian,

thank you for your quick reply. Tested it today (again) and it works.

so long

Marcus=
Comment 3 Luiz Otavio O Souza,+55 (14) 99772-1255 freebsd_committer freebsd_triage 2014-05-20 21:19:09 UTC
State Changed
From-To: open->closed

The by the OP and it is already fixed.