From owner-freebsd-arm@freebsd.org Wed Jan 27 04:08:47 2016 Return-Path: Delivered-To: freebsd-arm@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 02A9BA6EEE1 for ; Wed, 27 Jan 2016 04:08:47 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 D8E531289 for ; Wed, 27 Jan 2016 04:08:46 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Wed, 27 Jan 2016 04:09:35 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u0R48i4I029833; Tue, 26 Jan 2016 21:08:44 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1453867724.42081.28.camel@freebsd.org> Subject: Re: [Bug 206658] Bus error for pfctl -sa on rpi2 r294499 snap From: Ian Lepore To: Jov Cc: freebsd-arm@freebsd.org Date: Tue, 26 Jan 2016 21:08:44 -0700 In-Reply-To: References: <1453862939.42081.25.camel@freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 04:08:47 -0000 On Wed, 2016-01-27 at 11:28 +0800, Jov wrote: > I am downloading the src and try to test the patch. > How can I only compile the pfctl? I do not want to compile the whole > world > and kernel because the SD card is too slow. > If you're doing it on the rpi itself, just apply the patch, cd to /usr/src/sbin/pfctl and type make. You'll get this warning: Warning: Object directory not changed from original /usr/src/sbin/pfctl which you can ignore, then there'll be a new pfctl binary in the current directory ready to test. If it works you can do "make install" to replace the bad one, and I'll get the fix committed. -- Ian