Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196968 - x11-libs/libXxf86dga-1.0.1 compile error
Summary: x11-libs/libXxf86dga-1.0.1 compile error
Status: RESOLVED DUPLICATE of bug 194035
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-24 21:54 UTC by jerad
Modified: 2007-10-25 04:59 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 jerad 2007-10-24 21:54:23 UTC
I currently have the gnome package installed, which installed xorg-server.  When emerging x11-base/xorg-x11-7.2, x11-libs/libXxf86dga-1.0.1 must also be emerged.  The compile errors:

mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DMALLOC_0_RETURNS_NULL -O2 -march=i686 -pipe -MT XF86DGA2.lo -MD -MP -MF .deps/XF86DGA2.Tpo -c XF86DGA2.c  -fPIC -DPIC -o .libs/XF86DGA2.o
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DMALLOC_0_RETURNS_NULL -O2 -march=i686 -pipe -MT XF86DGA.lo -MD -MP -MF .deps/XF86DGA.Tpo -c XF86DGA.c  -fPIC -DPIC -o .libs/XF86DGA.o
XF86DGA.c:105: error: conflicting types for 'XF86DGAGetVideoLL'
/usr/include/X11/extensions/xf86dga1.h:64: error: previous declaration of 'XF86DGAGetVideoLL' was here
make[2]: *** [XF86DGA.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DMALLOC_0_RETURNS_NULL -O2 -march=i686 -pipe -MT XF86DGA2.lo -MD -MP -MF .deps/XF86DGA2.Tpo -c XF86DGA2.c -o XF86DGA2.o >/dev/null 2>&1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/libXxf86dga-1.0.1/work/libXxf86dga-1.0.1/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/x11-libs/libXxf86dga-1.0.1/work/libXxf86dga-1.0.1/src'
make: *** [all-recursive] Error 1


Reproducible: Always

Steps to Reproduce:
1. install gnome
2. install nvidia-drivers (?may be conflicting?)
1. emerge -1v =x11-libs/libXxf86dga-1.0.1

Actual Results:  
Compile error.

Expected Results:  
Install complete.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-25 04:59:03 UTC
Either downgrade x11-proto/xf86dgaproto to a stable version, or use ~arch libXxf86dga.

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