Package Details: tvheadend-satip-server-git 4.3.r1979.g8fc2dfa7e-1

Git Clone URL: https://aur.archlinux.org/tvheadend-satip-server-git.git (read-only, click to copy)
Package Base: tvheadend-satip-server-git
Description: TV streaming server for Linux
Upstream URL: https://tvheadend.org/
Licenses: GPL3
Conflicts: tvheadend, tvheadend-git
Provides: tvheadend
Submitter: sdrik
Maintainer: sdrik
Last Packager: sdrik
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-06 20:29 (UTC)
Last Updated: 2021-09-12 18:44 (UTC)

Latest Comments

pejobo commented on 2022-11-20 09:54 (UTC)

Currently does not build because of upstream errors in conjunction with gcc 12 --> https://tvheadend.org/issues/6173

There is a workaround mentioned which ignores the error during build:

Add this for your additions to CFLAGS (PKGBUILD / environment / Makefile):

export CFLAGS="$CFLAGS -Wno-error=array-bounds -Wno-error=address"

OJaksch commented on 2020-06-04 11:35 (UTC)

@sdrik Great, it compiles fine now, Many thanks for hint!

sdrik commented on 2020-06-04 09:56 (UTC)

@Ojaksch this should have been fixed upstream in https://github.com/tvheadend/tvheadend/commit/8a2942a361e95ccdbd30c1edc7627df3862cdbbe

OJaksch commented on 2020-05-25 12:24 (UTC) (edited on 2020-05-25 12:27 (UTC) by OJaksch)

Can't get this to compile, neither with tvheadend-git nor with tvheadend-stable. Breaks at a similar point:

[...]
CC              src/descrambler/algo/libaes128dec.o
CC              src/descrambler/algo/libdesdec.o
CC              src/watchdog.o
CC              src/docs.o
CC              build.o
CC              timestamp.o
CC              tvheadend
/bin/ld: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/subscriptions.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input/mpegts.h:1152: multiple definition of `mpegts_listeners'; /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/main.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input/mpegts.h:1152: first defined here
/bin/ld: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/subscriptions.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:137: multiple definition of `tvh_hardware'; /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/main.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:137: first defined here
/bin/ld: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/subscriptions.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:136: multiple definition of `tvh_inputs'; /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/main.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:136: first defined here
/bin/ld: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/service.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input/mpegts.h:1152: multiple definition of `mpegts_listeners'; /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/main.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input/mpegts.h:1152: first defined here
/bin/ld: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/service.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:137: multiple definition of `tvh_hardware'; /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/main.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:137: first defined here
[...]
/bin/ld: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/descrambler/dvbcam.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:137: multiple definition of `tvh_hardware'; /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/main.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:137: first defined here
/bin/ld: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/descrambler/dvbcam.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:136: multiple definition of `tvh_inputs'; /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/src/main.o:/tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/src/input.h:136: first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:712: /tmp/makepkg/tvheadend-satip-server-git/src/tvheadend-git/build.linux/tvheadend] Error 1