Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204155 - media-video/mplayer-1.0_rc1_p20070824 fails with ivtv USE flag
Summary: media-video/mplayer-1.0_rc1_p20070824 fails with ivtv USE flag
Status: RESOLVED DUPLICATE of bug 201859
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-03 05:53 UTC by Reilly Grant
Modified: 2008-01-03 09:05 UTC (History)
0 users

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 Reilly Grant 2008-01-03 05:53:47 UTC
When the ivtv USE flag is enabled mplayer fails to compile with an error in vo_ivtv.c, probably caused by an API incompatibility with the stable version of media-tv/ivtv.

Reproducible: Always

Steps to Reproduce:
emerge mplayer
Actual Results:  
x86_64-pc-linux-gnu-gcc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=k8 -mtune=k8 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/include/SDL  -D_REENTRANT  -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12     -c -o vo_ivtv.o vo_ivtv.c
vo_ivtv.c: In function â:
vo_ivtv.c:79: error: storage size of â isnât known
vo_ivtv.c:80: error: storage size of â isnât known
vo_ivtv.c:84: error: â undeclared (first use in this function)
vo_ivtv.c:84: error: (Each undeclared identifier is reported only once
vo_ivtv.c:84: error: for each function it appears in.)
vo_ivtv.c:87: error: â undeclared (first use in this function)
vo_ivtv.c:97: error: â undeclared (first use in this function)
vo_ivtv.c:80: warning: unused variable â
vo_ivtv.c:79: warning: unused variable â
make[1]: *** [vo_ivtv.o] Error 1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-03 09:05:04 UTC

*** This bug has been marked as a duplicate of bug 201859 ***