Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698592 - media-tv/tvheadend-4.2.8 - tvhdhomerun.c:386: undefined reference to `hdhomerun_discover_find_devices_custom'
Summary: media-tv/tvheadend-4.2.8 - tvhdhomerun.c:386: undefined reference to `hdhomer...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-26 11:55 UTC by Samuel Bernardo
Modified: 2019-11-02 12:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,25.08 KB, text/plain)
2019-10-26 11:55 UTC, Samuel Bernardo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Bernardo 2019-10-26 11:55:45 UTC
Created attachment 594050 [details]
build log

ld error during compile phase.
Comment 1 Samuel Bernardo 2019-10-26 12:01:17 UTC
CC              src/input/mpegts/tvhdhomerun/tvhdhomerun.o
CC              src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.o
CC              src/input/mpegts/iptv/iptv.o
CC              src/input/mpegts/iptv/iptv_mux.o
CC              src/input/mpegts/iptv/iptv_service.o
CC              src/input/mpegts/iptv/iptv_http.o
CC              src/input/mpegts/iptv/iptv_udp.o
CC              src/input/mpegts/iptv/iptv_rtsp.o
src/input/mpegts/tvhdhomerun/tvhdhomerun.c: In function ‘tvhdhomerun_device_discovery_thread’:
src/input/mpegts/tvhdhomerun/tvhdhomerun.c:386:7: warning: implicit declaration of function ‘hdhomerun_discover_find_devices_custom’; did you mean ‘hdhomerun_discover_find_d
evices_custom_v3’? [-Wimplicit-function-declaration]
       hdhomerun_discover_find_devices_custom(0,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       hdhomerun_discover_find_devices_custom_v3
Comment 2 Larry the Git Cow gentoo-dev 2019-11-02 12:04:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cafcb0803138fba20bc535c732115d6658a9b93

commit 7cafcb0803138fba20bc535c732115d6658a9b93
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-11-02 12:02:57 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-11-02 12:04:21 +0000

    media-tv/tvheadend: Take upstream patch for libhdhomerun-20190621
    
    Closes: https://bugs.gentoo.org/698592
    Package-Manager: Portage-2.3.78, Repoman-2.3.17
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 .../files/tvheadend-4.2.8-hdhomerun.patch          | 29 ++++++++++++++++++++++
 media-tv/tvheadend/tvheadend-4.2.8.ebuild          |  2 +-
 2 files changed, 30 insertions(+), 1 deletion(-)