[mythtv-users] Australians: can you help me gather some data?

Alistair Grant akgrant0710 at gmail.com
Wed Nov 13 00:24:41 UTC 2013


On Wed, Nov 13, 2013 at 11:02 AM, Alistair Grant <akgrant0710 at gmail.com>wrote:

>
>> module.o: In function `uncompress_module':
>>
>> ./rb-download/module.c:187: undefined reference to `inflateInit_'
>> ./rb-download/module.c:199: undefined reference to `inflate'
>> ./rb-download/module.c:211: undefined reference to `inflateEnd'
>> ./rb-download/module.c:202: undefined reference to `inflateEnd'
>> collect2: ld returned 1 exit status
>> make: *** [rb-download] Error 1
>>
>>
> I'm seeing the same errors.
>
>
OK, solved the link problem by re-ordering the command line, i.e.:

$ cc rb-download.o list.o findmheg.o listen.o command.o stream.o assoc.o
carousel.o module.o table.o dsmcc.o biop.o fs.o channels.o cache.o utils.o
-lz  -o rb-download

Now I'm getting Anthony's next error:

$ ./rb-download -f channels-2013-11-13.conf -b downloaded any
Timeout reading /dev/dvb/adapter0/demux0
Unable to read SDT

(separately run inside gdb):

(gdb) where
#0  read_sdt (demux=0xbfffd50c "/dev/dvb/adapter0/demux0", timeout=10,
    out=0xbfffe50c "\275", sn=0 '\000') at table.c:168
#1  0x08049d69 in get_first_service_id (adapter=0, demux=0, timeout=10)
    at list.c:121
#2  0x08049800 in main (argc=6, argv=0xbffff634) at rb-download.c:189


Cheers,
Alistair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20131113/63602fa7/attachment.html>


More information about the mythtv-users mailing list