Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138253 - media-plugins/vdr-xineliboutput-0.99_rc failed, most likely GCC 4.1.1 related
Summary: media-plugins/vdr-xineliboutput-0.99_rc failed, most likely GCC 4.1.1 related
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joerg Bornkessel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-06-27 12:31 UTC by David Philippi
Modified: 2006-06-27 16:16 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Philippi 2006-06-27 12:31:21 UTC
I'm getting the following error message:

g++ -march=k8 -O3 -msse3 -fvisibility-inlines-hidden -ftree-vectorize -fPIC -c -DCONFIGDIR=\"/etc/vdr\" -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"xineliboutput"' -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGINLIBDIR='"/usr/lib64/vdr/plugins"' -DXINELIBOUTPUT_VERSION='"0.99rc"'  -Wall -I/usr/include -I/usr/include -o frontend_svr.o frontend_svr.c
frontend_local.c: In member function 'frontend_t* cXinelibLocal::load_frontend(const char*)':
frontend_local.c:261: error: cast from 'frontend_t* (**)()' to 'unsigned int' loses precision
make: *** [frontend_local.o] Error 1


Looks like GCC 4.1.1 beeing more strict then previous versions again. I don't have an older version to verify installed anymore unfortunately.
Comment 1 Joerg Bornkessel (RETIRED) gentoo-dev 2006-06-27 15:30:44 UTC
plz. check new _rc5 version, and plz paste also info on compile problems.
Comment 2 David Philippi 2006-06-27 16:16:27 UTC
Compiled well this time but it's too late to try it out wheter it works as well. But that's not part of this bug in any case. :-)