Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70992 - media-video/alevt-1.6.0-r3 compile error in xio.c
Summary: media-video/alevt-1.6.0-r3 compile error in xio.c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 12:05 UTC by Thomas
Modified: 2004-11-15 02:35 UTC (History)
0 users

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


Attachments
patch for xio.c (alevt-xio.c.diff,382 bytes, patch)
2004-11-12 12:06 UTC, Thomas
Details | Diff
patch for alevt-1.6.0-r3.ebuild (alevt-1.6.0-r3.ebuild.diff,326 bytes, patch)
2004-11-12 12:07 UTC, Thomas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2004-11-12 12:05:14 UTC
there is an error in the file xio.c which prevents it from compiling.
I will attach a patch to fix this soon...

Reproducible: Always
Steps to Reproduce:
1. emerge alevt

Actual Results:  
xio.c:1161: Error: conflicting types for 
Comment 1 Thomas 2004-11-12 12:05:14 UTC
there is an error in the file xio.c which prevents it from compiling.
I will attach a patch to fix this soon...

Reproducible: Always
Steps to Reproduce:
1. emerge alevt

Actual Results:  
xio.c:1161: Error: conflicting types for »xio_timer« 
 


Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.4.2, 
glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r1 i686) 
================================================================= 
System uname: 2.6.9-gentoo-r1 i686 AMD Athlon(tm) XP 2000+ 
Gentoo Base System version 1.4.16 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
Autoconf: sys-devel/autoconf-2.59-r5 
Automake: sys-devel/automake-1.8.5-r1 
Binutils: sys-devel/binutils-2.15.92.0.2-r1 
Headers:  sys-kernel/linux-headers-2.4.21-r1 
Libtools: sys-devel/libtool-1.5.2-r7 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-xp -mmmx -msse -m3dnow -O2 -fomit-frame-pointer -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=athlon-xp -mmmx -msse -m3dnow -O2 -fomit-frame-pointer -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache distlocks fixpackages sandbox sfperms" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="3dnow 3dnowex X aalib acpi alsa apm arts artswrappersuid audiofile avi 
berkdb bitmap-fonts bonobo cdparanoia cdr cjk cms crypt cups directfb 
divx4linux dlloader doc dvd dvdr dvdread encode f77 faad fam fbcon fftwflac 
foomaticdb fortran gdbm ggi gif gnome gphoto2 gpm gtk gtk2 gtkhtml guile 
imagemagick imlib java joystick jpeg jpeg2k junit kde libcaca libg++ libwww 
lirc live lzo lzw-tiff mad mbox mikmod mmx motif mozilla mpeg mythtv ncurses 
network nls nvidia oggvorbis opengl oss pam pdflib perl png posix pwdb python 
qt quicktime quotes readline real rtc samba sasl sdk sdl shared sharedmem silc 
slang speex spell sse ssl svga tcltk tcpd tga theora tiff tls truetype unicode 
v4l2 x86 xanim xinetd xml xml2 xmms xv xvid xvmc zlib linguas_de linguas_es 
linguas_fr"
Comment 2 Thomas 2004-11-12 12:06:43 UTC
Created attachment 43806 [details, diff]
patch for xio.c

fixes the forward declaration of xio_timer()
Comment 3 Thomas 2004-11-12 12:07:53 UTC
Created attachment 43807 [details, diff]
patch for alevt-1.6.0-r3.ebuild

this introduces the patch for xio.c into the ebuild
Comment 4 Thomas 2004-11-12 12:09:00 UTC
now it compiles for me, using the two patches I attached.
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2004-11-15 02:35:31 UTC
Thank you very much! In CVS.