Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2014
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. NAStronaut> export CC=gcc
  2. NAStronaut> bash configure --prefix=usr --disable-avahi
  3. Checking support/features
  4. checking for cc execinfo.h ... ok
  5. checking for cc -mmmx ... ok
  6. checking for cc -msse2 ... ok
  7. checking for cc getloadavg ... ok
  8. checking for cc atomic64 ... fail
  9. checking for cc lockowner ... fail
  10. checking for cc qsort_r ... ok
  11. checking for cc recvmmsg ... ok
  12. checking for cc libiconv ... fail
  13. checking for py module gzip ... ok
  14. checking for bzip2 ... ok
  15. checking for pkg openssl ... ok (detected 0.9.8v)
  16. checking for cc linux/dvb/version.h ... ok
  17. checking for cc libhdhomerun/hdhomerun.h ... fail
  18. checking for pkg zlib ... fail (detected <none>)
  19. checking for pkg liburiparser ... fail (detected <none>)
  20. Package libavcodec was not found in the pkg-config search path.
  21. Perhaps you should add the directory containing `libavcodec.pc'
  22. to the PKG_CONFIG_PATH environment variable
  23. No package 'libavcodec' found
  24. checking for ffmpeg libraries ... configure: line 312: test: -lt: unary operator expected
  25. ok
  26. checking for pkg libavcodec >=55.18.102 ... fail (detected <none>)
  27. WARNING: none or old libav or libffmpeg libraries were detected
  28. * use --disable-libav or --enable-libffmpeg_static
  29. ** supported ffmpeg libs n1.2+
  30. ** supported libav libs v10+
  31. checking for cc sys/inotify.h ... fail
  32. fetching dvb-scan files ... ok
  33. checking for pkg dbus-1 ... fail (detected <none>)
  34.  
  35. Compiler:
  36. Using C compiler: gcc
  37. Build for arch: i686
  38.  
  39. Binaries:
  40. Using PYTHON: python
  41.  
  42. Options:
  43. cwc yes
  44. capmt yes
  45. constcw yes
  46. v4l no
  47. linuxdvb yes
  48. satip_client yes
  49. hdhomerun_client no
  50. hdhomerun_static no
  51. iptv yes
  52. tsfile yes
  53. dvbscan yes
  54. timeshift yes
  55. trace yes
  56. imagecache yes
  57. avahi no
  58. zlib no
  59. libav no
  60. libffmpeg_static no
  61. inotify no
  62. epoll yes
  63. uriparser no
  64. ccache no
  65. tvhcsa yes
  66. bundle no
  67. dvbcsa no
  68. kqueue no
  69. dbus_1 no
  70. android no
  71. execinfo yes
  72. mmx yes
  73. sse2 yes
  74. getloadavg yes
  75. qsort_r yes
  76. recvmmsg yes
  77. py_gzip yes
  78. bin_bzip2 yes
  79. ssl yes
  80. linuxdvbapi yes
  81. upnp yes
  82. mpegts yes
  83. mpegps no
  84. mpegts_dvb yes
  85.  
  86. Packages:
  87. openssl 0.9.8v
  88.  
  89. Installation paths:
  90. Prefix: usr
  91. Binaries: ${prefix}/bin
  92. Libraries: ${prefix}/lib
  93. Data files: ${prefix}/share
  94. Man pages: ${datadir}/man
  95.  
  96. Final Binary:
  97. /opt/tvheadend/build.linux/tvheadend
  98.  
  99. Tvheadend Data Directory:
  100. usr/share/tvheadend
  101.  
  102. NAStronaut> make
  103. CC src/version.o
  104. cc1: error: unrecognized command line option "-Wunused-result"
  105. make: *** [/opt/tvheadend/build.linux/src/version.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement