I am getting confused when trying to compile spl and zfs for my rasperry pi.
I got a Raspbian image so I concluded it is the hard floating point image (as I did not take the soft one).
Code: Select all
$ uname -a
Linux backupi 3.6.11+ #452 PREEMPT Fri May 17 14:25:40 BST 2013 armv6l GNU/Linux
The issue is that when I compile spl I get:
Code: Select all
name=spl; \
version=0.6.1-14_g99c452b; \
arch=`rpm -qp ${name}-kmod-${version}.src.rpm --qf %{arch} | tail -1`; \
pkg1=kmod-${name}*${version}.${arch}.rpm; \
fakeroot alien --bump=0 --scripts --to-deb $pkg1; \
rm -f $pkg1
kmod-spl-3.6.11+-0.6.1-14_g99c452b.armv6l.rpm is for architecture armv6l ; the package cannot be built on this system
regards