Date: Fri, 05 Jun 2009 13:27:23 +0200 From: Willem Jan Withagen <wjw@withagen.nl> To: stable@freebsd.org Subject: ZFS isntall requirements Message-ID: <4A29011B.9040803@withagen.nl>
next in thread | raw e-mail | index | archive | help
Hi,
I'm trying to get my world to 7.2-stable(amd64),but run into:
install -o root -g wheel -m 444 kgzldr.o /usr/lib
===> sys/boot/i386/libi386 (install)
===> sys/boot/i386/libfirewire (install)
===> sys/boot/i386/loader (install)
make: don't know how to make
/usr/obj/mnt4/usr/src7/src/tmp/usr/lib/libzfs.a. Stop
But the requirement below is NOT in /etc/{make,src}.conf.
Even stronger /etc/src.conf has: WITHOUT_ZFS = yes
# Put LOADER_ZFS_SUPPORT=yes in /etc/make.conf for ZFS support
.if defined(LOADER_ZFS_SUPPORT)
CFLAGS+= -DLOADER_ZFS_SUPPORT
LIBZFS= ${.OBJDIR}/../../zfs/libzfsboot.a
.endif
So is this a problem on my side or is there some wrong logic somewhere?
--WjW
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A29011B.9040803>
