Bug #1360
Bug #1446: Configure flags not honoured
building with --disable-cwc fails
Start date:
2012-10-25
Due date:
% Done:
0%
Estimated time:
Found in version:
3.2
Affected Versions:
Description
Building tvheadend with cwc disabled yields this result :
./build.linux/src/main.o: In function `main': /var/tmp/portage/media-tv/tvheadend-3.2/work/tvheadend-3.2/src/main.c:430: undefined reference to `cwc_init' /var/tmp/portage/media-tv/tvheadend-3.2/work/tvheadend-3.2/src/main.c:432: undefined reference to `capmt_init' /var/tmp/portage/media-tv/tvheadend-3.2/work/tvheadend-3.2/src/main.c:441: undefined reference to `ffdecsa_init' ./build.linux/src/service.o: In function `service_start': /var/tmp/portage/media-tv/tvheadend-3.2/work/tvheadend-3.2/src/service.c:206: undefined reference to `cwc_service_start' /var/tmp/portage/media-tv/tvheadend-3.2/work/tvheadend-3.2/src/service.c:207: undefined reference to `capmt_service_start' ./build.linux/src/dvb/dvb_tables.o: In function `dvb_ca_callback': /var/tmp/portage/media-tv/tvheadend-3.2/work/tvheadend-3.2/src/dvb/dvb_tables.c:662: undefined reference to `cwc_emm'
History
Updated by Adam Sutton about 12 years ago
- Category set to General
- Status changed from New to Accepted
- Target version set to 3.4
This has already been noted on #1358, although that mostly is related to V4L and DVB flags, in an offline discussion I also mentioned that this flag probably suffers from the same issues.
Generally speaking since we never build official packages without those flags, they haven't been properly checked for a while.
We'll try and fix this in 3.4.
Adam
Updated by Adam Sutton almost 12 years ago
- Status changed from Accepted to Invalid
- Parent task set to #1446
Closing as I've created a more generic issue to deal with the configure flags.
Adam