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.
Either downgrade x11-proto/xf86dgaproto to a stable version, or use ~arch libXxf86dga. *** This bug has been marked as a duplicate of bug 194035 ***