[Bug 206658] Bus error for pfctl -sa on rpi2 r294499 snap

Ian Lepore ian at freebsd.org
Wed Jan 27 04:08:47 UTC 2016


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


More information about the freebsd-arm mailing list