Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#36219 - [kaffeine] Fails to build

Attached to Project: Arch Linux
Opened by Mike Brown (xenoxaos) - Sunday, 21 July 2013, 14:04 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 21 July 2013, 20:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
Attempt to build.

Linking CXX executable kaffeine-xbu
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbdevice.cpp: In member function 'void DvbDevice::tune(const DvbTransponder&)':
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbdevice.cpp:356:41: warning: narrowing conversion of '224' from 'int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
char cmd[] = { 0xe0, 0x10, 0x38, 0x00 };
^
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbdevice.cpp:402:65: warning: narrowing conversion of '224' from 'int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
char cmd[] = { 0xe0, 0x31, 0x6e, (value / 256), (value % 256) };
^
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbdevice.cpp:402:43: warning: narrowing conversion of '(value / 256)' from 'int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
char cmd[] = { 0xe0, 0x31, 0x6e, (value / 256), (value % 256) };
^
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbdevice.cpp:402:58: warning: narrowing conversion of '(value % 256)' from 'int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
char cmd[] = { 0xe0, 0x31, 0x6e, (value / 256), (value % 256) };
^
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbdevice.cpp:410:54: warning: narrowing conversion of '224' from 'int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
char cmd[] = { 0xe0, 0x31, 0x6b, config->lnbNumber };
^
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbdevice.cpp:410:54: warning: narrowing conversion of '((DvbDevice*)this)->DvbDevice::config.QExplicitlySharedDataPointer<T>::operator-><const DvbConfigBase>()->DvbConfigBase::lnbNumber' from 'const int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbepg.cpp: In member function 'void AtscEpgFilter::processEitSection(const char*, int)':
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbepg.cpp:702:21: error: redeclaration of 'DvbSharedEpgEntry entry'
DvbSharedEpgEntry entry = epgEntries.value(id);
^
/root/tmp/abs/extra/kaffeine/src/kaffeine-1.2.2/src/dvb/dvbepg.cpp:693:27: error: 'AtscEitSectionEntry entry' previously declared here
for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount > 0) && entry.isValid();
^
make[2]: *** [src/CMakeFiles/kaffeine.dir/dvb/dvbepg.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 72%] Built target kaffeine-xbu
make[1]: *** [src/CMakeFiles/kaffeine.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: A failure occur
This task depends upon

Closed by  Eric Belanger (Snowman)
Sunday, 21 July 2013, 20:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  kaffeine-1.2.2-3

Loading...