You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I have ubuntu 10 x86_64, I trying to build package for spl and zfs 0.6.2 like in http://zfsonlinux.org/generic-deb.html but step make deb-utils fails with
Making all in zfs
make[5]: Entering directory /tmp/zfs-build-root-yGpqwUMC/BUILD/zfs-0.6.2/etc/zfs' make[5]: *** No rule to make targetvdev_id.conf.alias.example', needed by `all-am'. Stop.
However make deb-kmod (even reporting "error: incorrect format: unknown tag") generate *.deb files.
Can You help me?
The text was updated successfully, but these errors were encountered:
@Fullmetal8ender I'm not able to reproduce this. If you're running from a git checkout make sure you run autogen.sh before configure. Also verify that the /etc/zfs/vdev_id.conf.alias.example exists, it is part of the git repo and the posted tarball.
Thank You for answer. I`m running from a git checkout and i run autogen.sh before configure. /etc/zfs/vdev_id.conf.alias.example exists
I try to do all this on another machine and all works fine (except same "error: incorrect format: unknown tag", but i think it is not critical) packages are built and installed fine.
Hello!
I have ubuntu 10 x86_64, I trying to build package for spl and zfs 0.6.2 like in http://zfsonlinux.org/generic-deb.html but step make deb-utils fails with
Making all in zfs
make[5]: Entering directory
/tmp/zfs-build-root-yGpqwUMC/BUILD/zfs-0.6.2/etc/zfs' make[5]: *** No rule to make target
vdev_id.conf.alias.example', needed by `all-am'. Stop.However make deb-kmod (even reporting "error: incorrect format: unknown tag") generate *.deb files.
Can You help me?
The text was updated successfully, but these errors were encountered: