Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] TVHeadEnd - Stretch on RPi

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
1byte
Posts: 59
Joined: 2017-07-16 06:51

[SOLVED] TVHeadEnd - Stretch on RPi

#1 Post by 1byte »

I'm trying to install latest version from github, but it will end with the following error msg:

DIST_DIR=/home/pi/git/tvheadend/build.linux/ffmpeg/build/ffmpeg \
make -C /home/pi/git/tvheadend/build.linux/ffmpeg/libvpx-1.6.1 install
make[2]: Entering directory '/home/pi/git/tvheadend/build.linux/ffmpeg/libvpx-1.6.1'
[DEP] vpx_config.c.d
[CC] vpx_config.c.o
[AS] vpx_dsp/arm/intrapred_neon_asm.asm.S.o
as: unrecognized option '-ENABLE_PIC=1'
Makefile:190: recipe for target 'vpx_dsp/arm/intrapred_neon_asm.asm.S.o' failed
make[3]: *** [vpx_dsp/arm/intrapred_neon_asm.asm.S.o] Error 1
Makefile:17: recipe for target '.DEFAULT' failed
make[2]: *** [.DEFAULT] Error 2
make[2]: Leaving directory '/home/pi/git/tvheadend/build.linux/ffmpeg/libvpx-1.6.1'
Makefile.ffmpeg:309: recipe for target '/home/pi/git/tvheadend/build.linux/ffmpeg/libvpx-1.6.1/.tvh_build' failed
make[1]: *** [/home/pi/git/tvheadend/build.linux/ffmpeg/libvpx-1.6.1/.tvh_build] Error 2
make[1]: Leaving directory '/home/pi/git/tvheadend'
Makefile:780: recipe for target '/home/pi/git/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a' failed
make: *** [/home/pi/git/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a] Error 2



Same (I get error msg. bellow) if I try to install version 4.0.9, that works well for me on desktop running Jessie:
make[2]: Leaving directory '/home/pi/Install/tvheadend-4.0.9'
make[1]: Leaving directory '/home/pi/Install/tvheadend-4.0.9'
CC src/version.o
CC src/uuid.o
CC src/main.o
CC src/tvhlog.o
CC src/idnode.o
CC src/prop.o
CC src/utils.o
CC src/wrappers.o
CC src/access.o
CC src/tcp.o
CC src/udp.o
CC src/url.o
CC src/http.o
CC src/notify.o
CC src/file.o
CC src/epg.o
CC src/epgdb.o
CC src/epggrab.o
CC src/spawn.o
CC src/packet.o
CC src/streaming.o
CC src/channels.o
CC src/subscriptions.o
CC src/service.o
CC src/htsp_server.o
CC src/htsmsg.o
src/htsmsg.c: In function ‘htsmsg_print0’:
src/htsmsg.c:763:7: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]
for(i = 0; i < indent; i++) printf("\t"); printf("}\n");
^~~
src/htsmsg.c:763:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for(i = 0; i < indent; i++) printf("\t"); printf("}\n");
^~~~~~
src/htsmsg.c:769:7: error: this ‘for’ clause does not guard... [-Werror=misleading-indentation]
for(i = 0; i < indent; i++) printf("\t"); printf("}\n");
^~~
src/htsmsg.c:769:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for(i = 0; i < indent; i++) printf("\t"); printf("}\n");
^~~~~~
cc1: all warnings being treated as errors
Makefile:441: recipe for target '/home/pi/Install/tvheadend-4.0.9/build.linux/src/htsmsg.o' failed
make: *** [/home/pi/Install/tvheadend-4.0.9/build.linux/src/htsmsg.o] Error 1
Last edited by 1byte on 2017-10-24 14:18, edited 1 time in total.


Post Reply