Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 284826

Summary: x11-drivers/xf86-video-intel fails to build after new libX11-1.2.2, libxcb-1.4, no libxcb.la
Product: Gentoo Linux Reporter: Colin Macdonald <cbm>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: x11
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Colin Macdonald 2009-09-13 21:56:45 UTC
I no longer have a libxcb.la and this seems to make x-v-intel unhappy:

config.status: executing depfiles commands
config.status: executing libtool commands
make -j3 
Making all in uxa
  CC    uxa-accel.o
  CC    uxa.o
  CC    uxa-glyphs.o
  CC    uxa-render.o
  CC    uxa-unaccel.o
  LINK  libuxa.la
Making all in src
Making all in xvmc
Making all in shader
Making all in mc
Making all in vld
  CC    I810XvMC.o
  CC    intel_xvmc_dump.o
  CC    intel_xvmc.o
  CC    i915_xvmc.o
  CC    i965_xvmc.o
  CC    xvmc_vld.o
  CC    intel_batchbuffer.o
  CC    dri2.o
  LINK  libI810XvMC.la
/bin/sed: can't read /usr/lib/libxcb-xlib.la: No such file or directory
libtool: link: `/usr/lib/libxcb-xlib.la' is not a valid libtool archive
make[4]: *** [libI810XvMC.la] Error 1
make[4]: *** Waiting for unfinished jobs....
Comment 1 Colin Macdonald 2009-09-13 22:07:35 UTC
oops looks like this is a dup of bug #158476.  Will look into it a little more.