Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6259 - libdv fails to compile due to XV_FORMAT_WIDE
Summary: libdv fails to compile due to XV_FORMAT_WIDE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-09 13:24 UTC by Ilia Lobsanov
Modified: 2002-08-19 01:25 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 Ilia Lobsanov 2002-08-09 13:24:48 UTC
I'm on Celeron Coppermine 550 i686.  
USE="-3dnow -gpm -opengl -xv oss sse" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=i686 -O3 -pipe" 
CXXFLAGS="-march=i686 -O3 -pipe" 
 
Here's a transcript of the ebuild compile: 
 
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -g -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c `test 
-f display.c || echo './'`display.c 
display.c:  
In function `dv_display_popt_callback': 
display.c:98:  
`XV_FORMAT_NORMAL' undeclared (first use in this function) 
 
display.c:98:  
(Each undeclared identifier is reported only once 
 
display.c:98:  
for each function it appears in.) 
 
display.c:101:  
`XV_FORMAT_WIDE' undeclared (first use in this function) 
 
make[2]: *** [display.o] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
make[2]: Leaving directory 
`/var/tmp/portage/libdv-0.98/work/libdv-0.98/playdv' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/libdv-0.98/work/libdv-0.98' 
make: *** [all] Error 2 
 
!!! ERROR: The ebuild did not complete successfully. 
!!! Function src_compile, Line 40, Exitcode 2 
!!! (no error message) 
 
   ...done! 
>>> emerge media-libs/libdv-0.98 to / 
>>> md5 ;-) libdv-0.98.tar.gz 
!!! emerge aborting on  /usr/portage/media-libs/libdv/libdv-0.98.ebuild .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-09 19:48:37 UTC
I've uploaded a slightly altered version of the ebuild.  please try again (after
rsync'ing whenever your mirror updates)
Comment 2 phoen][x 2002-08-16 01:41:42 UTC
Is this bug fixed?
Comment 3 Ilia Lobsanov 2002-08-16 11:19:34 UTC
yes it's fixed. thank you.