Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. make[2]: Leaving directory '/home/daniel/kernels/v4.3.3-wily/build/debian/build/build-generic'
  2. make[1]: Leaving directory '/home/daniel/kernels/v4.3.3-wily/build'
  3. #
  4. # SPL/ZFS wants a fully built kernel before you can configure and build.
  5. # It seems to be impossible to tease out the application configuration
  6. # from the modules, but at least one can build just the modules.
  7. #
  8. install -d /home/daniel/kernels/v4.3.3-wily/build/debian/build/build-generic/spl
  9. rsync -a --exclude=dkms.conf --delete spl/ /home/daniel/kernels/v4.3.3-wily/build/debian/build/build-generic/spl/
  10. rsync: change_dir "/home/daniel/kernels/v4.3.3-wily/build//spl" failed: No such file or directory (2)
  11. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
  12. debian/rules.d/2-binary-arch.mk:50: recipe for target '/home/daniel/kernels/v4.3.3-wily/build/debian/stamps/stamp-build-generic' failed
  13. make: *** [/home/daniel/kernels/v4.3.3-wily/build/debian/stamps/stamp-build-generic] Error 23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement