Advertisement
Guest User

Untitled

a guest
Apr 14th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. root@bt:~# sudo apt-get install build-essential
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. build-essential is already the newest version.
  6. The following packages were automatically installed and are no longer required:
  7. libecryptfs0 libdmraid1.0.0.rc16 libdebconfclient0 ecryptfs-utils cryptsetup
  8. rdate bogl-bterm libdebian-installer4 reiserfsprogs dmraid python-pyicu
  9. Use 'apt-get autoremove' to remove them.
  10. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  11. root@bt:~# sudo apt-get install checkinstall
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. The following packages were automatically installed and are no longer required:
  16. libecryptfs0 libdmraid1.0.0.rc16 libdebconfclient0 ecryptfs-utils cryptsetup
  17. rdate bogl-bterm libdebian-installer4 reiserfsprogs dmraid python-pyicu
  18. Use 'apt-get autoremove' to remove them.
  19. The following NEW packages will be installed:
  20. checkinstall
  21. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  22. Need to get 127kB of archives.
  23. After this operation, 578kB of additional disk space will be used.
  24. Err http://64.repository.backtrack-linux.org/ revolution/main checkinstall 1.6.1-10
  25. Could not resolve '64.repository.backtrack-linux.org'
  26. Failed to fetch http://64.repository.backtrack-linux.org/pool/main/c/checkinstall/checkinstall_1.6.1-10_amd64.deb Could not resolve '64.repository.backtrack-linux.org'
  27. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
  28. root@bt:~# sudo tar zxvf hybrid-portsrc_x86_64-v5_100_82_112.tar.gz
  29. tar: hybrid-portsrc_x86_64-v5_100_82_112.tar.gz: Cannot open: No such file or directory
  30. tar: Error is not recoverable: exiting now
  31. tar: Child returned status 2
  32. tar: Exiting with failure status due to previous errors
  33. root@bt:~# sudo tar zxvf hybrid-portsrc_x86_64-v5_100_82_112.tar.gz
  34. Makefile
  35. lib/
  36. lib/wlc_hybrid.o_shipped
  37. lib/LICENSE.txt
  38. src/
  39. src/include/
  40. src/include/proto/
  41. src/include/proto/802.11.h
  42. src/include/proto/bcmeth.h
  43. src/include/proto/bcmevent.h
  44. src/include/proto/802.1d.h
  45. src/include/proto/ethernet.h
  46. src/include/proto/ieee80211_radiotap.h
  47. src/include/proto/wpa.h
  48. src/include/bcmutils.h
  49. src/include/packed_section_start.h
  50. src/include/pcicfg.h
  51. src/include/packed_section_end.h
  52. src/include/typedefs.h
  53. src/include/bcmendian.h
  54. src/include/bcmdefs.h
  55. src/include/epivers.h
  56. src/include/bcmwifi.h
  57. src/include/bcmcdc.h
  58. src/include/linux_osl.h
  59. src/include/linuxver.h
  60. src/include/wlioctl.h
  61. src/include/osl.h
  62. src/shared/
  63. src/shared/linux_osl.c
  64. src/wl/
  65. src/wl/sys/
  66. src/wl/sys/wlc_ethereal.h
  67. src/wl/sys/wl_export.h
  68. src/wl/sys/wl_iw.c
  69. src/wl/sys/wl_linux.h
  70. src/wl/sys/wl_dbg.h
  71. src/wl/sys/wl_cfg80211.c
  72. src/wl/sys/wl_cfg80211.h
  73. src/wl/sys/wlc_pub.h
  74. src/wl/sys/wl_linux.c
  75. src/wl/sys/wlc_key.h
  76. src/wl/sys/wlc_types.h
  77. src/wl/sys/wl_iw.h
  78. root@bt:~# make
  79. KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
  80. make[1]: Entering directory `/usr/src/linux-source-3.2.6'
  81.  
  82. WARNING: Symbol version dump /usr/src/linux-source-3.2.6/Module.symvers
  83. is missing; modules will have no dependencies and modversions.
  84.  
  85. Wireless Extension is the only possible API for this kernel version
  86. Using Wireless Extension API
  87. LD /root/built-in.o
  88. CC [M] /root/src/shared/linux_osl.o
  89. CC [M] /root/src/wl/sys/wl_linux.o
  90. /root/src/wl/sys/wl_linux.c:388: error: unknown field ‘ndo_set_multicast_list’ specified in initializer
  91. /root/src/wl/sys/wl_linux.c:388: warning: initialization from incompatible pointer type
  92. make[2]: *** [/root/src/wl/sys/wl_linux.o] Error 1
  93. make[1]: *** [_module_/root] Error 2
  94. make[1]: Leaving directory `/usr/src/linux-source-3.2.6'
  95. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement