Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284826 - x11-drivers/xf86-video-intel fails to build after new libX11-1.2.2, libxcb-1.4, no libxcb.la
Summary: x11-drivers/xf86-video-intel fails to build after new libX11-1.2.2, libxcb-1....
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-13 21:56 UTC by Colin Macdonald
Modified: 2009-09-13 22:07 UTC (History)
1 user (show)

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 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.