From owner-freebsd-mips@FreeBSD.ORG Sun Feb 9 00:52:24 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E52D55D1; Sun, 9 Feb 2014 00:52:24 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95B941FDA; Sun, 9 Feb 2014 00:52:24 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id i11so5980990oag.4 for ; Sat, 08 Feb 2014 16:52:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zxfu4PENuvO45bY0FFuNARAoVP17/T3toEkCfyYyUlA=; b=kO8ioAKVgwtsbaJBnZvxItz2mLAAkdRvZlW4lZJ7TJHznEgG0goRKfaAmRMPX8BYR+ Fst42ndxtOeAaT12di2OImej5ls9Jdbr701JKm0AIMnvG+bychQzC1VpRyvZGRgKzL+k dDcuuYc3Jki43KTNBRK0FkkTUGt9LfQpSm0uwjqC6c4l5O7Vx6J9JdDxa1Jgf8hhIh2G S+L3qrdxj0MpGf9cXV2i9WnwMT70NA8o/FF7w+hViwYbn+6fqJBWIpHaqHFYdWLKN30N 179G4c0Pk6H/zZVN24LH/KsXwKJFiFve/cpLHYUzroH7bcCdYgCizNY6/0pxcxFiTzfT PWhg== MIME-Version: 1.0 X-Received: by 10.182.250.163 with SMTP id zd3mr20497851obc.20.1391907143844; Sat, 08 Feb 2014 16:52:23 -0800 (PST) Received: by 10.76.3.11 with HTTP; Sat, 8 Feb 2014 16:52:23 -0800 (PST) In-Reply-To: References: <20140125210308.GA6936@rtfm.net> <52EE7183.1070806@pix.net> <20140205190456.GA15313@plebeian.afflictions.org> <52F64128.7010000@rewt.org.uk> Date: Sat, 8 Feb 2014 19:52:23 -0500 Message-ID: Subject: Re: FreeBSD 10.0 image and build script for EdgeRouter Lite From: Outback Dingo To: Juli Mallett Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-mips@FreeBSD.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 00:52:25 -0000 On Sat, Feb 8, 2014 at 1:39 PM, Juli Mallett wrote: > On Sat, Feb 8, 2014 at 6:37 AM, Joe Holden wrote: > > > On 08/02/2014 00:23, Juli Mallett wrote: > >> > >> The most likely scenario is that very minor changes will be required to > >> support the additional model, possibly as little as just recognizing its > >> model identifier. > >> > >> Juli.... > >> > > > > IIRC the bigger variants are Octeon II with hardware switches (likely > > marvell/broadcom) - what are the chances of getting support for either > > given the NDA requirements? > okay so wait, should i buy the light and not risk getting the pro and npot having it worlk? Id really like the pro version > > > Well, Octeon II is already kind-of supported; some ancillary hardware may > need new drivers written, and depending on the specific device we may or > may not have Ethernet support already. > > NDA is not even remotely required to add support for any of that. In my > experience, I'd say it takes someone being funded to make that kind of work > happen, though. If anyone on the list wants to fund that kind of work, I > can point them in the direction of several people who could do it. It > happening on a volunteer basis (even if provided with hardware) is a bit > less of a given, unfortunately. At least, that's my most honest appraisal > at the moment. > > I was working with an engineer at Cavium to support all of the Octeon II > hardware, but unfortunately haven't heard back from him in some time, after > asking for the code to be reworked. > > Still, it's much easier to support a device from a company that already > heeds their GPL obligations, and so one can see in their Linux sources > very, very easily whatever the nature of their own funky quirks and > modifications may be. Unlike companies like Radisys who flagrantly violate > the GPL because they consider anything they do on things like packet > processors to be a trade secret, or who think that their GPL obligations > don't apply to people who buy second-hand hardware. Ubiquiti is much, much > better on that front. > > As to hardware switches, the question gets trickier, because support for > them is not a binary yes/no. And, for added irony, even big companies > often have to settle for support for them being in the form of a binary > blob. We could probably do basic configuration, but hopefully it's not > required. Some things like switches (though I've never seen this be the > case with a hardware switch, more things like link aggregators) require a > huge amount of work just to put them into a default state where they do > nothing. > > Support for mucking about with weird configuration may just never happen. > More basic configuration, well, that's a different story. Sometimes it > requires an NDA. Often one can find support for the same or similar > hardware online, though, and if one has a very controlled environment and a > lot of patience it may even be possible to do some very oldschool reverse > engineering (that is, send in a packet, look at a bunch of places in memory > to see what changes, repeat; or use a JTAG to watch crucial moments when > the switch is being configured.) If you can find code in some obscure > project that does it, it's not that hard to add the basics to FreeBSD. If > that kind of work happens on a volunteer basis I'd be shocked, because (1) > it sucks (2) it involves a lot of disappointment (3) FreeBSD still doesn't > even come close to having configuration *concepts* like things like > switches have and like people who configure switches are used to (4) the > only pressing reason to really want to is because of business reasons, and > not getting paid for that kind of work can be tough, and also it's not > always clear what the motivation would be[1]. > > Thanks, > Juli. > > 1: (Of course, people can surprise you; I wrote the first open source WAN > Optimization package because I was broke and had an awful network card and > figured deduplication would help, and eventually kept working on it because > I felt that it was a really basic kind of network infrastructure that ought > to be available to everyone, even people who can't afford the high cost of > making their networks in remote areas more efficient. But of course, then > it's tough because everyone using it is doing so for their own urgent > business purposes, and sometimes they find they need the kind of support a > commercial organization would provide, and it can be very frustrating for > them that there isn't a team of people waiting to solve all their problems. > I know some people avoid work that's going to get that kind of user, and I > can see work supporting hardware switches falling into that category.) > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" > From owner-freebsd-mips@FreeBSD.ORG Sun Feb 9 01:34:40 2014 Return-Path: Delivered-To: freebsd-mips@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 8A38C9D3 for ; Sun, 9 Feb 2014 01:34:40 +0000 (UTC) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F30A61226 for ; Sun, 9 Feb 2014 01:34:39 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id c11so3837587lbj.31 for ; Sat, 08 Feb 2014 17:34:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=dPJTWXRZaM1JJ6mtf+c4ILA14m7GsSVhzuOp/EzdPXU=; b=BGBZ+Jrk7+uuSV5VtN2Y0OVGgoFFb140jN3/44zIzfD7C/zdjrPJJCkGBPK5thIUzS t4hWCW3fJ22J8ii2wnrBgUbz9kO2RySAio25gZ+gezGgbKtPwGReYK/pgrJYEaxWSzcc q+x6v07eXPjF3DsqAYxZj7JHWe2FbRyfNETNbJ/qVGrB/p3seYLpnJFsLPopyDq0UvsX XVjmJhmilhrHl31I08m2FJfwsdRxd4dtoj6UcV1pB+avXtJ9ytefGSjMRUziuhvk9ZiJ ytGAGyYt/kDIQnxP0IIaYrRUoxmA+nd3CkSc3m+/WhbB4aKsL9nrdKPQtT5h5QqCEfwZ ZfVw== X-Gm-Message-State: ALoCoQnED3VeBtAJHSu5+fqutH7+aLBsu18/cUe83IW4CVCoiMryLl27tZqknVuYzg9R48GrnN5F X-Received: by 10.152.181.3 with SMTP id ds3mr133850lac.33.1391909672405; Sat, 08 Feb 2014 17:34:32 -0800 (PST) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.152.130.72 with HTTP; Sat, 8 Feb 2014 17:34:12 -0800 (PST) In-Reply-To: References: <20140125210308.GA6936@rtfm.net> <52EE7183.1070806@pix.net> <20140205190456.GA15313@plebeian.afflictions.org> <52F64128.7010000@rewt.org.uk> From: Juli Mallett Date: Sat, 8 Feb 2014 17:34:12 -0800 X-Google-Sender-Auth: 3Pwu2t-u1zKJwJOtbbImszFCX2U Message-ID: Subject: Re: FreeBSD 10.0 image and build script for EdgeRouter Lite To: Outback Dingo Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-mips@FreeBSD.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 01:34:40 -0000 On Sat, Feb 8, 2014 at 4:52 PM, Outback Dingo wrote: > > On Sat, Feb 8, 2014 at 1:39 PM, Juli Mallett wrote: > >> On Sat, Feb 8, 2014 at 6:37 AM, Joe Holden wrote: >> >> > On 08/02/2014 00:23, Juli Mallett wrote: >> >> >> >> The most likely scenario is that very minor changes will be required to >> >> support the additional model, possibly as little as just recognizing >> its >> >> model identifier. >> >> >> >> Juli.... >> >> >> > >> > IIRC the bigger variants are Octeon II with hardware switches (likely >> > marvell/broadcom) - what are the chances of getting support for either >> > given the NDA requirements? >> > > > okay so wait, should i buy the light and not risk getting the pro and npot > having it worlk? Id really like the pro version > The Pro definitely won't work out-of-the-box because its model identifier would at minimum need added to FreeBSD. The question is how hard it would be to support. It seems to be based on the CN6120, so I'd be concerned that any number of things could present a problem, primarily USB support and Ethernet. I know that some on this list were very disappointed with a similar device (albeit with some different hardware) that it was difficult to find someone to work on. I've got hardware for that even though I don't have the EdgeRouter Pro, but ENOTIME. I would be happy to help someone else try to walk through the process, or encourage you to contact Cavium asking if they have any interest in helping further to support FreeBSD on Octeon II. I know that for some vendors FreeBSD availability on Octeon is a selling point, and I'd like to think that at some point that will mean someone will have the interest in doing the work, or funding the work. Thanks, Juli. From owner-freebsd-mips@FreeBSD.ORG Sun Feb 9 03:22:32 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB4A856D; Sun, 9 Feb 2014 03:22:32 +0000 (UTC) Received: from mail.lhr1.as41113.net (mail.lhr1.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id 896191D22; Sun, 9 Feb 2014 03:22:31 +0000 (UTC) Received: from [10.193.246.16] (unknown [91.208.177.186]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.lhr1.as41113.net (Postfix) with ESMTPS id 3fMFtF1FDNz7vbc; Sun, 9 Feb 2014 03:22:29 +0000 (UTC) Message-ID: <52F6F473.5060501@rewt.org.uk> Date: Sun, 09 Feb 2014 03:22:27 +0000 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Juli Mallett , Outback Dingo Subject: Re: FreeBSD 10.0 image and build script for EdgeRouter Lite References: <20140125210308.GA6936@rtfm.net> <52EE7183.1070806@pix.net> <20140205190456.GA15313@plebeian.afflictions.org> <52F64128.7010000@rewt.org.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-mips@FreeBSD.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 03:22:32 -0000 On 09/02/2014 01:34, Juli Mallett wrote: > On Sat, Feb 8, 2014 at 4:52 PM, Outback Dingo > wrote: > > On Sat, Feb 8, 2014 at 1:39 PM, Juli Mallett > wrote: > > On Sat, Feb 8, 2014 at 6:37 AM, Joe Holden > wrote: > > > On 08/02/2014 00:23, Juli Mallett wrote: > >> > >> The most likely scenario is that very minor changes will be > required to > >> support the additional model, possibly as little as just > recognizing its > >> model identifier. > >> > >> Juli.... > >> > > > > IIRC the bigger variants are Octeon II with hardware switches > (likely > > marvell/broadcom) - what are the chances of getting support > for either > > given the NDA requirements? > > > > okay so wait, should i buy the light and not risk getting the pro > and npot having it worlk? Id really like the pro version > > > The Pro definitely won't work out-of-the-box because its model > identifier would at minimum need added to FreeBSD. The question is how > hard it would be to support. It seems to be based on the CN6120, so I'd > be concerned that any number of things could present a problem, > primarily USB support and Ethernet. I know that some on this list were > very disappointed with a similar device (albeit with some different > hardware) that it was difficult to find someone to work on. I've got > hardware for that even though I don't have the EdgeRouter Pro, but > ENOTIME. I would be happy to help someone else try to walk through the > process, or encourage you to contact Cavium asking if they have any > interest in helping further to support FreeBSD on Octeon II. I know > that for some vendors FreeBSD availability on Octeon is a selling point, > and I'd like to think that at some point that will mean someone will > have the interest in doing the work, or funding the work. > > Thanks, > Juli. Given that I couldn't even get a response from Cavium when trying to give them some money I wouldn't even bother - they have no interest in helping unless you're going to buy 10s of 1000s of units From owner-freebsd-mips@FreeBSD.ORG Sun Feb 9 03:23:54 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01B085AB; Sun, 9 Feb 2014 03:23:54 +0000 (UTC) Received: from mail.lhr1.as41113.net (mail.lhr1.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id B35491D31; Sun, 9 Feb 2014 03:23:53 +0000 (UTC) Received: from [10.193.246.16] (unknown [91.208.177.186]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.lhr1.as41113.net (Postfix) with ESMTPS id 3fMFvr6wyTz7vbc; Sun, 9 Feb 2014 03:23:52 +0000 (UTC) Message-ID: <52F6F4C8.5020406@rewt.org.uk> Date: Sun, 09 Feb 2014 03:23:52 +0000 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Juli Mallett , Outback Dingo Subject: Re: FreeBSD 10.0 image and build script for EdgeRouter Lite References: <20140125210308.GA6936@rtfm.net> <52EE7183.1070806@pix.net> <20140205190456.GA15313@plebeian.afflictions.org> <52F64128.7010000@rewt.org.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-mips@FreeBSD.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 03:23:54 -0000 On 09/02/2014 01:34, Juli Mallett wrote: > On Sat, Feb 8, 2014 at 4:52 PM, Outback Dingo > wrote: > > On Sat, Feb 8, 2014 at 1:39 PM, Juli Mallett > wrote: > > On Sat, Feb 8, 2014 at 6:37 AM, Joe Holden > wrote: > > > On 08/02/2014 00:23, Juli Mallett wrote: > >> > >> The most likely scenario is that very minor changes will be > required to > >> support the additional model, possibly as little as just > recognizing its > >> model identifier. > >> > >> Juli.... > >> > > > > IIRC the bigger variants are Octeon II with hardware switches > (likely > > marvell/broadcom) - what are the chances of getting support > for either > > given the NDA requirements? > > > > okay so wait, should i buy the light and not risk getting the pro > and npot having it worlk? Id really like the pro version > > > The Pro definitely won't work out-of-the-box because its model > identifier would at minimum need added to FreeBSD. The question is how > hard it would be to support. It seems to be based on the CN6120, so I'd > be concerned that any number of things could present a problem, > primarily USB support and Ethernet. I know that some on this list were > very disappointed with a similar device (albeit with some different > hardware) that it was difficult to find someone to work on. I've got > hardware for that even though I don't have the EdgeRouter Pro, but > ENOTIME. I would be happy to help someone else try to walk through the > process, or encourage you to contact Cavium asking if they have any > interest in helping further to support FreeBSD on Octeon II. I know > that for some vendors FreeBSD availability on Octeon is a selling point, > and I'd like to think that at some point that will mean someone will > have the interest in doing the work, or funding the work. > > Thanks, > Juli. As an aside, binary blob would be absolutely fine if it worked properly (for both Cavium stuff and switch addons), I dislike the idea of having a switch connected to a single CPU port anyway, since hairpins are evil. From owner-freebsd-mips@FreeBSD.ORG Sun Feb 9 11:58:06 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE462DC8 for ; Sun, 9 Feb 2014 11:58:06 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89CE01E45 for ; Sun, 9 Feb 2014 11:58:06 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1WCT1O-000FA9-OR; Sun, 09 Feb 2014 12:58:02 +0100 Date: Sun, 9 Feb 2014 12:58:02 +0100 From: Kurt Jaeger To: Nathan Dorfman Subject: Re: FreeBSD 10.0 image and build script for EdgeRouter Lite Message-ID: <20140209115802.GX2951@home.opsec.eu> References: <20140125210308.GA6936@rtfm.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140125210308.GA6936@rtfm.net> Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 11:58:06 -0000 Hi! > I have a little thing that might be useful for anyone who wants to give > FreeBSD a try on the Ubiquiti EdgeRouter Lite, a ~US$90 Octeon-based 3-port > Ethernet router[1]. > > This script will build an image for the device from a FreeBSD source tree: > > http://rtfm.net/FreeBSD/ERL/mkerlimage I tried to build an image on 10.0-REL, which worked well, thank you very much. Can someone help me how to boot this image using qemu ? I tried: /usr/local/bin/qemu-system-mips64 -m 256 -M mips \ -net nic,macaddr=52:54:00:12:34:01 \ -kernel kernel \ -serial stdio \ -vnc "192.168.0.10:1" \ image.img But nothing appears on the VNC (same with -serial stdio) ? -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-mips@FreeBSD.ORG Mon Feb 10 11:06:50 2014 Return-Path: Delivered-To: freebsd-mips@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 3D3E4123 for ; Mon, 10 Feb 2014 11:06:50 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFC01FDC for ; Mon, 10 Feb 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1AB6ndw080100 for ; Mon, 10 Feb 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1AB6nqe080097 for freebsd-mips@FreeBSD.org; Mon, 10 Feb 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Feb 2014 11:06:49 GMT Message-Id: <201402101106.s1AB6nqe080097@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-mips@FreeBSD.org Subject: Current problem reports assigned to freebsd-mips@FreeBSD.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 11:06:50 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/177876 mips [mips] kernel stack overflow panic on mips64, EdgeRout o kern/165951 mips [ar913x] [ath] DDR flush isn't being done for the WMAC 2 problems total. From owner-freebsd-mips@FreeBSD.ORG Mon Feb 10 20:01:00 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 007C753E for ; Mon, 10 Feb 2014 20:00:59 +0000 (UTC) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.120]) by mx1.freebsd.org (Postfix) with ESMTP id B45CA12F0 for ; Mon, 10 Feb 2014 20:00:59 +0000 (UTC) X-Authority-Analysis: v=2.0 cv=GMaK45xK c=1 sm=0 a=Hbpc8ax9VmIgqBixU/K2CA==:17 a=X0SmXxZ1EVcA:10 a=dBRESv0yCI8A:10 a=ozSPa0bqj5AA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=KGjhK52YXX0A:10 a=iS3jDN_lsjEA:10 a=sVAKf9tqAAAA:8 a=savpQAwIGhqo87ReahgA:9 a=CjuIK1q_8ugA:10 a=Hbpc8ax9VmIgqBixU/K2CA==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 76.187.139.93 Received: from [76.187.139.93] ([76.187.139.93:55574] helo=[192.168.0.2]) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 30/B6-00728-3FF29F25; Mon, 10 Feb 2014 20:00:52 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: FreeBSD 10.0 image and build script for EdgeRouter Lite From: Stacey Son In-Reply-To: <20140209115802.GX2951@home.opsec.eu> Date: Mon, 10 Feb 2014 14:00:52 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <66E842E2-8764-41B3-8440-EC560E811EFF@FreeBSD.org> References: <20140125210308.GA6936@rtfm.net> <20140209115802.GX2951@home.opsec.eu> To: Kurt Jaeger X-Mailer: Apple Mail (2.1510) Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 20:01:00 -0000 On Feb 9, 2014, at 5:58 AM, Kurt Jaeger wrote: > Hi! >=20 >> I have a little thing that might be useful for anyone who wants to = give >> FreeBSD a try on the Ubiquiti EdgeRouter Lite, a ~US$90 Octeon-based = 3-port >> Ethernet router[1]. >>=20 >> This script will build an image for the device from a FreeBSD source = tree: >>=20 >> http://rtfm.net/FreeBSD/ERL/mkerlimage >=20 > I tried to build an image on 10.0-REL, which worked well, thank you = very > much. >=20 > Can someone help me how to boot this image using qemu ? >=20 > I tried: >=20 > /usr/local/bin/qemu-system-mips64 -m 256 -M mips \ > -net nic,macaddr=3D52:54:00:12:34:01 \ > -kernel kernel \ > -serial stdio \ > -vnc "192.168.0.10:1" \ > image.img >=20 > But nothing appears on the VNC (same with -serial stdio) ? See https://wiki.freebsd.org/FreeBSD/MipsEmulation for building a kernel = and disk image that may be more suitable for qemu system mode. Best Regards, -stacey. From owner-freebsd-mips@FreeBSD.ORG Fri Feb 14 09:27:39 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 693469AF; Fri, 14 Feb 2014 09:27:39 +0000 (UTC) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3C6D1287; Fri, 14 Feb 2014 09:27:38 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id im17so8967701vcb.5 for ; Fri, 14 Feb 2014 01:27:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=A7c5PXyrrrt/sv5UIlDdtExIMSIrYvLzuRsv69yccws=; b=K3gJyrZ7//cZcSFGknn1aO+OgqeyMVybR0n5dCKI5ZAEwoSSk4Oo4Ti8xtF+wuYycX ofFVNbv8svTEdTNbQAADDXEXkOVXDFTjZhGIGQOdMe5CqbWI+B7H8BVwelAIiPbO//+p Re2HCESEQjifFlfaIO8DXUrJczecAYSyx7tqbAp6fPdLceFsnVNafiu8Fnv3nDNJ4D+y nYpaXV0TJdiQaCBT3rdcf1I6ZnYGpI5oFcyd4kDbFn+VvOg+Z/cVQxDM9hDcHgHhBTOj UHoYtbZfzLuSsoS4kzsZ8Jn5N/6cgrUY2eWxnqgZoCR7mtECjFgRYR7DEa1Xv6OcYaZK Stqg== MIME-Version: 1.0 X-Received: by 10.52.247.231 with SMTP id yh7mr340239vdc.34.1392370057756; Fri, 14 Feb 2014 01:27:37 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.220.113.199 with HTTP; Fri, 14 Feb 2014 01:27:37 -0800 (PST) In-Reply-To: <201402140525.s1E5PFSq056154@svn.freebsd.org> References: <201402140525.s1E5PFSq056154@svn.freebsd.org> Date: Fri, 14 Feb 2014 01:27:37 -0800 X-Google-Sender-Auth: 8g3fmqiewpEK_Kg5slXwG7DLCMI Message-ID: Subject: Fwd: svn commit: r261871 - head/sys/mips/conf From: Adrian Chadd To: "freebsd-wireless@freebsd.org" , "freebsd-mips@freebsd.org" , "freebsd-embedded@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 09:27:39 -0000 sorry for the cross-posting. So, the basic wifi bits are now probing, attaching and (for some values of work) working. There's still stuck beacons at interface up time that I need to diagnose in case I really am gating the beacon queue incorrectly. But, boards like the D-Link DIR-825 rev C1 which have an AR9344 and an external AR9380 should now work. I'll sort out USB tomorrow, then I'll move onto the external switch support and audio support. Please let me know if you have further success with any AR9344 boards. There's a lot of cheap AR934x stuff out there now which has 128MByte or more RAM. (I think the SoC supports up to 256MByte of physical RAM.) -a ---------- Forwarded message ---------- From: Adrian Chadd Date: 13 February 2014 21:25 Subject: svn commit: r261871 - head/sys/mips/conf To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Author: adrian Date: Fri Feb 14 05:25:15 2014 New Revision: 261871 URL: http://svnweb.freebsd.org/changeset/base/261871 Log: Enable use of the PCIe connected wifi on the DB120 (AR9344) board. The on-board NIC is an 3x3 AR9380 with 5GHz only. * enable pci code in AR9344_BASE * enable ath_pci and the firmware loading bits in DB120 * add in the relevant hints in DB120.hints to inform the probe/attach code where the PCIe fixup data is for the onboard chip. This is only relevant for a default development board. I also have a DB120 with the on-board PCIe wifi NIC disabled and it's exposed as a real PCIe slot (to put normal PCIe NICs in); the fixup code will need to be disabled to make this work correctly. Tested: * DB120 Modified: head/sys/mips/conf/AR934X_BASE head/sys/mips/conf/AR934X_BASE.hints head/sys/mips/conf/DB120 head/sys/mips/conf/DB120.hints Modified: head/sys/mips/conf/AR934X_BASE ============================================================================== --- head/sys/mips/conf/AR934X_BASE Fri Feb 14 05:22:28 2014 (r261870) +++ head/sys/mips/conf/AR934X_BASE Fri Feb 14 05:25:15 2014 (r261871) @@ -102,6 +102,9 @@ options USB_DEBUG options USB_HOST_ALIGN=32 # AR71XX (MIPS in general?) requires this device ehci +device pci +device ar724x_pci + device scbus device umass device da Modified: head/sys/mips/conf/AR934X_BASE.hints ============================================================================== --- head/sys/mips/conf/AR934X_BASE.hints Fri Feb 14 05:22:28 2014 (r261870) +++ head/sys/mips/conf/AR934X_BASE.hints Fri Feb 14 05:25:15 2014 (r261871) @@ -22,6 +22,10 @@ hint.ehci.0.maddr=0x1b000100 hint.ehci.0.msize=0x00001000 hint.ehci.0.irq=1 +# pci +hint.pcib.0.at="nexus0" +hint.pcib.0.irq=0 + hint.arge.0.at="nexus0" hint.arge.0.maddr=0x19000000 hint.arge.0.msize=0x1000 Modified: head/sys/mips/conf/DB120 ============================================================================== --- head/sys/mips/conf/DB120 Fri Feb 14 05:22:28 2014 (r261870) +++ head/sys/mips/conf/DB120 Fri Feb 14 05:25:15 2014 (r261871) @@ -42,5 +42,11 @@ options GEOM_UNCOMPRESS # Used for the static uboot partition map device geom_map +# yes, this board has a PCI connected atheros device +device ath_pci +options AR71XX_ATH_EEPROM +device firmware # Used by the above +options ATH_EEPROM_FIRMWARE + # Boot off of the rootfs, as defined in the geom_map setup. options ROOTDEVNAME=\"ufs:map/rootfs.uncompress\" Modified: head/sys/mips/conf/DB120.hints ============================================================================== --- head/sys/mips/conf/DB120.hints Fri Feb 14 05:22:28 2014 (r261870) +++ head/sys/mips/conf/DB120.hints Fri Feb 14 05:25:15 2014 (r261871) @@ -60,6 +60,13 @@ hint.ath.0.eepromsize=16384 # host registers on the NIC) and then we teach ath where # to find it. +# ath1 hint - pcie slot 0 +hint.pcib.0.bus.0.0.0.ath_fixup_addr=0x1fff4000 +hint.pcib.0.bus.0.0.0.ath_fixup_size=16384 + +# ath0 - eeprom comes from here +hint.ath.1.eeprom_firmware="pcib.0.bus.0.0.0.eeprom_firmware" + # flash layout: # # bootargs=console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),6336k(rootfs),1408k(uImage),64k(mib0),64k(ART) From owner-freebsd-mips@FreeBSD.ORG Fri Feb 14 17:07:12 2014 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 633EECE4; Fri, 14 Feb 2014 17:07:12 +0000 (UTC) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BBB51E5B; Fri, 14 Feb 2014 17:07:11 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id s1EH75Sm042659; Fri, 14 Feb 2014 12:07:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id s1EH75bX042653; Fri, 14 Feb 2014 17:07:05 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 14 Feb 2014 17:07:05 GMT Message-Id: <201402141707.s1EH75bX042653@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 17:07:12 -0000 TB --- 2014-02-14 16:14:52 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-02-14 16:14:52 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-02-14 16:14:52 - starting HEAD tinderbox run for mips/mips TB --- 2014-02-14 16:14:52 - cleaning the object tree TB --- 2014-02-14 16:14:52 - /usr/local/bin/svn stat /src TB --- 2014-02-14 16:14:55 - At svn revision 261885 TB --- 2014-02-14 16:14:56 - building world TB --- 2014-02-14 16:14:56 - CROSS_BUILD_TESTING=YES TB --- 2014-02-14 16:14:56 - MAKEOBJDIRPREFIX=/obj TB --- 2014-02-14 16:14:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-02-14 16:14:56 - SRCCONF=/dev/null TB --- 2014-02-14 16:14:56 - TARGET=mips TB --- 2014-02-14 16:14:56 - TARGET_ARCH=mips TB --- 2014-02-14 16:14:56 - TZ=UTC TB --- 2014-02-14 16:14:56 - __MAKE_CONF=/dev/null TB --- 2014-02-14 16:14:56 - cd /src TB --- 2014-02-14 16:14:56 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Fri Feb 14 16:15:03 UTC 2014 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc1: warnings being treated as errors /src/sbin/pfctl/pfctl.c: In function 'pfctl_print_rule_counters': /src/sbin/pfctl/pfctl.c:799: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c:799: warning: format '%-6lu' expects type 'long unsigned int', but argument 5 has type 'long long unsigned int' /src/sbin/pfctl/pfctl.c:804: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c:804: warning: format '%-6lu' expects type 'long unsigned int', but argument 4 has type 'long long unsigned int' /src/sbin/pfctl/pfctl.c: In function 'pfctl_show_rules': /src/sbin/pfctl/pfctl.c:917: warning: cast from pointer to integer of different size *** Error code 1 Stop. bmake[3]: stopped in /src/sbin/pfctl *** Error code 1 Stop. bmake[2]: stopped in /src/sbin *** Error code 1 Stop. bmake[1]: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2014-02-14 17:07:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2014-02-14 17:07:05 - ERROR: failed to build world TB --- 2014-02-14 17:07:05 - 2213.71 user 600.87 system 3133.08 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Sat Feb 15 00:59:25 2014 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C50EECB1; Sat, 15 Feb 2014 00:59:25 +0000 (UTC) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E79D1842; Sat, 15 Feb 2014 00:59:25 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id s1F0xOID089181; Fri, 14 Feb 2014 19:59:24 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id s1F0xNkT089163; Sat, 15 Feb 2014 00:59:23 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 15 Feb 2014 00:59:23 GMT Message-Id: <201402150059.s1F0xNkT089163@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 00:59:25 -0000 TB --- 2014-02-15 00:08:20 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-02-15 00:08:20 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-02-15 00:08:20 - starting HEAD tinderbox run for mips/mips TB --- 2014-02-15 00:08:20 - cleaning the object tree TB --- 2014-02-15 00:09:17 - /usr/local/bin/svn stat /src TB --- 2014-02-15 00:09:20 - At svn revision 261900 TB --- 2014-02-15 00:09:21 - building world TB --- 2014-02-15 00:09:21 - CROSS_BUILD_TESTING=YES TB --- 2014-02-15 00:09:21 - MAKEOBJDIRPREFIX=/obj TB --- 2014-02-15 00:09:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-02-15 00:09:21 - SRCCONF=/dev/null TB --- 2014-02-15 00:09:21 - TARGET=mips TB --- 2014-02-15 00:09:21 - TARGET_ARCH=mips TB --- 2014-02-15 00:09:21 - TZ=UTC TB --- 2014-02-15 00:09:21 - __MAKE_CONF=/dev/null TB --- 2014-02-15 00:09:21 - cd /src TB --- 2014-02-15 00:09:21 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Sat Feb 15 00:09:28 UTC 2014 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] ===> sbin/pfctl (all) cc -O -pipe -G0 -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -DENABLE_ALTQ -I/src/sbin/pfctl -DWITH_INET6 -DWITH_INET -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/pfctl/pfctl.c cc1: warnings being treated as errors /src/sbin/pfctl/pfctl.c: In function 'pfctl_print_rule_counters': /src/sbin/pfctl/pfctl.c:800: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c:805: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c: In function 'pfctl_show_rules': /src/sbin/pfctl/pfctl.c:918: warning: cast from pointer to integer of different size *** Error code 1 Stop. bmake[3]: stopped in /src/sbin/pfctl *** Error code 1 Stop. bmake[2]: stopped in /src/sbin *** Error code 1 Stop. bmake[1]: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2014-02-15 00:59:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2014-02-15 00:59:23 - ERROR: failed to build world TB --- 2014-02-15 00:59:23 - 2218.45 user 549.80 system 3063.62 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Sat Feb 15 09:00:27 2014 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D2CE14A; Sat, 15 Feb 2014 09:00:27 +0000 (UTC) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9B713C5; Sat, 15 Feb 2014 09:00:26 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id s1F90PUS089089; Sat, 15 Feb 2014 04:00:25 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id s1F90PsW089088; Sat, 15 Feb 2014 09:00:25 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 15 Feb 2014 09:00:25 GMT Message-Id: <201402150900.s1F90PsW089088@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 09:00:27 -0000 TB --- 2014-02-15 08:03:55 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-02-15 08:03:55 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-02-15 08:03:55 - starting HEAD tinderbox run for mips/mips TB --- 2014-02-15 08:03:55 - cleaning the object tree TB --- 2014-02-15 08:06:54 - /usr/local/bin/svn stat /src TB --- 2014-02-15 08:06:58 - At svn revision 261908 TB --- 2014-02-15 08:06:59 - building world TB --- 2014-02-15 08:06:59 - CROSS_BUILD_TESTING=YES TB --- 2014-02-15 08:06:59 - MAKEOBJDIRPREFIX=/obj TB --- 2014-02-15 08:06:59 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-02-15 08:06:59 - SRCCONF=/dev/null TB --- 2014-02-15 08:06:59 - TARGET=mips TB --- 2014-02-15 08:06:59 - TARGET_ARCH=mips TB --- 2014-02-15 08:06:59 - TZ=UTC TB --- 2014-02-15 08:06:59 - __MAKE_CONF=/dev/null TB --- 2014-02-15 08:06:59 - cd /src TB --- 2014-02-15 08:06:59 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Sat Feb 15 08:07:09 UTC 2014 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] ===> sbin/pfctl (all) cc -O -pipe -G0 -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -DENABLE_ALTQ -I/src/sbin/pfctl -DWITH_INET6 -DWITH_INET -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/pfctl/pfctl.c cc1: warnings being treated as errors /src/sbin/pfctl/pfctl.c: In function 'pfctl_print_rule_counters': /src/sbin/pfctl/pfctl.c:800: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c:805: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c: In function 'pfctl_show_rules': /src/sbin/pfctl/pfctl.c:918: warning: cast from pointer to integer of different size *** Error code 1 Stop. bmake[3]: stopped in /src/sbin/pfctl *** Error code 1 Stop. bmake[2]: stopped in /src/sbin *** Error code 1 Stop. bmake[1]: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2014-02-15 09:00:25 - WARNING: /usr/bin/make returned exit code 1 TB --- 2014-02-15 09:00:25 - ERROR: failed to build world TB --- 2014-02-15 09:00:25 - 2218.59 user 565.62 system 3390.23 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Sat Feb 15 16:53:14 2014 Return-Path: Delivered-To: mips@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 0848E99B; Sat, 15 Feb 2014 16:53:13 +0000 (UTC) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB3D716EF; Sat, 15 Feb 2014 16:53:12 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id s1FGr5Ps096410; Sat, 15 Feb 2014 11:53:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id s1FGr5Bo096409; Sat, 15 Feb 2014 16:53:05 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 15 Feb 2014 16:53:05 GMT Message-Id: <201402151653.s1FGr5Bo096409@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 16:53:14 -0000 TB --- 2014-02-15 16:01:58 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2014-02-15 16:01:58 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-02-15 16:01:58 - starting HEAD tinderbox run for mips/mips TB --- 2014-02-15 16:01:58 - cleaning the object tree TB --- 2014-02-15 16:02:56 - /usr/local/bin/svn stat /src TB --- 2014-02-15 16:03:00 - At svn revision 261916 TB --- 2014-02-15 16:03:01 - building world TB --- 2014-02-15 16:03:01 - CROSS_BUILD_TESTING=YES TB --- 2014-02-15 16:03:01 - MAKEOBJDIRPREFIX=/obj TB --- 2014-02-15 16:03:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-02-15 16:03:01 - SRCCONF=/dev/null TB --- 2014-02-15 16:03:01 - TARGET=mips TB --- 2014-02-15 16:03:01 - TARGET_ARCH=mips TB --- 2014-02-15 16:03:01 - TZ=UTC TB --- 2014-02-15 16:03:01 - __MAKE_CONF=/dev/null TB --- 2014-02-15 16:03:01 - cd /src TB --- 2014-02-15 16:03:01 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Sat Feb 15 16:03:08 UTC 2014 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] ===> sbin/pfctl (all) cc -O -pipe -G0 -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes -DENABLE_ALTQ -I/src/sbin/pfctl -DWITH_INET6 -DWITH_INET -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/pfctl/pfctl.c cc1: warnings being treated as errors /src/sbin/pfctl/pfctl.c: In function 'pfctl_print_rule_counters': /src/sbin/pfctl/pfctl.c:800: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c:805: warning: cast from pointer to integer of different size /src/sbin/pfctl/pfctl.c: In function 'pfctl_show_rules': /src/sbin/pfctl/pfctl.c:918: warning: cast from pointer to integer of different size *** Error code 1 Stop. bmake[3]: stopped in /src/sbin/pfctl *** Error code 1 Stop. bmake[2]: stopped in /src/sbin *** Error code 1 Stop. bmake[1]: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2014-02-15 16:53:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2014-02-15 16:53:05 - ERROR: failed to build world TB --- 2014-02-15 16:53:05 - 2220.23 user 569.09 system 3066.86 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full