Advertisement
Guest User

building tvheadend for UDOO (arm7)

a guest
Jan 16th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.39 KB | None | 0 0
  1. root@udoo:~/tvheadend# ./configure --enable-bundle
  2. checking for cc execinfo.h ...         ok
  3. checking for cc -mmmx ...              fail
  4. checking for cc -msse2 ...             fail
  5. checking for cc getloadavg ...         ok
  6. checking for py module gzip ...        ok
  7. checking for bzip2 ...                 ok
  8. checking for pkg openssl  ...          ok
  9. checking for pkg zlib  ...             ok
  10. checking for pkg avahi-client  ...     ok
  11.  
  12. Compiler:
  13.   Using C compiler:                    cc
  14.   Build for arch:                      armv7l
  15.  
  16. Binaries:
  17.   Using PYTHON:                        python
  18.  
  19. Options:
  20.   cwc:                                 yes
  21.   v4l:                                 yes
  22.   linuxdvb:                            yes
  23.   dvbscan:                             yes
  24.   avahi:                               yes
  25.   zlib:                                yes
  26.   bundle:                              yes
  27.   execinfo:                            yes
  28.   getloadavg:                          yes
  29.   py_gzip:                             yes
  30.   bin_bzip2:                           yes
  31.   ssl:                                 yes
  32.  
  33. Packages:
  34.   openssl:                             1.0.1
  35.   zlib:                                1.2.3.4
  36.   avahi-client:                        0.6.30
  37.  
  38. Installation paths:
  39.   Prefix:                              /usr/local
  40.   Binaries:                            ${prefix}/bin
  41.   Libraries:                           ${prefix}/lib
  42.   Data files:                          ${prefix}/share
  43.   Man pages:                           ${datadir}/man
  44.  
  45. Final Binary:
  46.   /root/tvheadend/build.linux/tvheadend
  47.  
  48. Tvheadend Data Directory:
  49.   /usr/local/share/tvheadend
  50.  
  51. ---
  52.  
  53. root@udoo:~/tvheadend# make install
  54. install -D ./build.linux/tvheadend /usr/local/bin/tvheadend
  55. install -D man/tvheadend.1 /usr/local/share/man/tvheadend.1
  56. for bundle in docs/html docs/docresources src/webui/static data/conf data/dvb-scan; do \
  57.         mkdir -p /usr/local/share/tvheadend/$bundle ;\
  58.         cp -r $bundle/*  /usr/local/share/tvheadend/$bundle ;\
  59.     done
  60. cp: cannot stat `data/dvb-scan/*': No such file or directory
  61. make: *** [install] Error 1
  62. root@udoo:~/tvheadend# ll /usr/local/share/tvheadend/
  63. data/ docs/ src/  
  64. root@udoo:~/tvheadend# ll /usr/local/share/tvheadend/data/
  65. conf/     dvb-scan/
  66. root@udoo:~/tvheadend# ll /usr/local/share/tvheadend/data/dvb-scan/co^C
  67. root@udoo:~/tvheadend# build.linux/tvheadend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement