Advertisement
Guest User

Untitled

a guest
Jan 29th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. ( /home/donny/dvbhdhomerun-0.0.15/kernel )
  2. root@debian# apt-get install linux-headers-3.2.0-4-kirkwood
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following packages were automatically installed and are no longer required:
  7. libc-ares-dev libc-ares2 libnss3-tools python-avahi python-cherrypy3 python-gdbm python-gobject python-libxml2 python-m2crypto python-mako
  8. python-markupsafe python-simplejson qpid-client
  9. Use 'apt-get autoremove' to remove them.
  10. The following extra packages will be installed:
  11. linux-headers-3.2.0-4-common linux-kbuild-3.2
  12. The following NEW packages will be installed:
  13. linux-headers-3.2.0-4-common linux-headers-3.2.0-4-kirkwood linux-kbuild-3.2
  14. 0 upgraded, 3 newly installed, 0 to remove and 14 not upgraded.
  15. Need to get 4828 kB of archives.
  16. After this operation, 30.1 MB of additional disk space will be used.
  17. Do you want to continue [Y/n]?
  18. Get:1 http://cdn.debian.net/debian/ wheezy/main linux-headers-3.2.0-4-common armel 3.2.51-1 [4052 kB]
  19. Get:2 http://cdn.debian.net/debian/ wheezy/main linux-kbuild-3.2 armel 3.2.17-1 [237 kB]
  20. Get:3 http://cdn.debian.net/debian/ wheezy/main linux-headers-3.2.0-4-kirkwood armel 3.2.51-1 [539 kB]
  21. Fetched 4828 kB in 9s (523 kB/s)
  22. Selecting previously unselected package linux-headers-3.2.0-4-common.
  23. (Reading database ... 49287 files and directories currently installed.)
  24. Unpacking linux-headers-3.2.0-4-common (from .../linux-headers-3.2.0-4-common_3.2.51-1_armel.deb) ...
  25. Selecting previously unselected package linux-kbuild-3.2.
  26. Unpacking linux-kbuild-3.2 (from .../linux-kbuild-3.2_3.2.17-1_armel.deb) ...
  27. Selecting previously unselected package linux-headers-3.2.0-4-kirkwood.
  28. Unpacking linux-headers-3.2.0-4-kirkwood (from .../linux-headers-3.2.0-4-kirkwood_3.2.51-1_armel.deb) ...
  29. Setting up linux-headers-3.2.0-4-common (3.2.51-1) ...
  30. Setting up linux-kbuild-3.2 (3.2.17-1) ...
  31. Setting up linux-headers-3.2.0-4-kirkwood (3.2.51-1) ...
  32. ( /home/donny/dvbhdhomerun-0.0.15/kernel )
  33. root@debian# make
  34. Building driver... ccflags-y=-Idrivers/media/dvb-core -Idrivers/media/frontends -Idrivers/media/dvb/dvb-core -Idrivers/media/dvb/frontends
  35. make -C /lib/modules/`uname -r`/build M=/home/donny/dvbhdhomerun-0.0.15/kernel modules
  36. make[1]: Entering directory `/usr/src/linux-headers-3.2.0-4-kirkwood'
  37. CC [M] /home/donny/dvbhdhomerun-0.0.15/kernel/dvb_hdhomerun_init.o
  38. /home/donny/dvbhdhomerun-0.0.15/kernel/dvb_hdhomerun_init.c:29:23: fatal error: dvb_demux.h: No such file or directory
  39. compilation terminated.
  40. make[4]: *** [/home/donny/dvbhdhomerun-0.0.15/kernel/dvb_hdhomerun_init.o] Error 1
  41. make[3]: *** [_module_/home/donny/dvbhdhomerun-0.0.15/kernel] Error 2
  42. make[2]: *** [sub-make] Error 2
  43. make[1]: *** [all] Error 2
  44. make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-kirkwood'
  45. make: *** [dvb_hdhomerun] Error 2
  46. ( /home/donny/dvbhdhomerun-0.0.15/kernel )
  47. root@debian# find ../ | grep -i dvb_demux.h
  48. ( /home/donny/dvbhdhomerun-0.0.15/kernel )
  49. root@debian# l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement