ports/167228: x11-drivers/xf86-video-intel : Missing dependency (x11/xcb-util)

Olivier Cochard-Labbe olivier at cochard.me
Mon Apr 23 15:10:11 UTC 2012


>Number:         167228
>Category:       ports
>Synopsis:       x11-drivers/xf86-video-intel : Missing dependency  (x11/xcb-util)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 15:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        9.0-RELEASE
>Organization:
BSD Router Project
>Environment:
FreeBSD bigdev.bsdrp.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat Jan  7 19:32:30 CET 2012     root at bigdev.bsdrp.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
I'm trying to build some packagse on an juste-instaled FBSD:
1. x11/xorg-minimal -DWITH_NEW_XORG -DWITH_KMS
2. x11-drivers/xf86-video-intel -DWITH_NEW_XORG

But building xf86-video-intel package failed: It didn't found some "lib/lib*XvMC" files.
Troubleshooting this problem I've found that it didn't build all "lib/lib*XvMC" files because autoconf disable XVMCLIB… and XVMCLIB was disabled because it didn't found "xcb-aux.pc" (from x11/xcb-util)

Here is an extract of the resulting xf86-video-intel config.log :

  configure:13117: checking for XVMCLIB
  configure:13124: $PKG_CONFIG --exists --print-errors "xvmc xext xfixes dri2proto
   x11-xcb xcb-dri2 xcb-aux"
  Package xcb-aux was not found in the pkg-config search path.
  Perhaps you should add the directory containing `xcb-aux.pc'

=> Missing x11/xcb-util dependency somewhere

>How-To-Repeat:
Install x11/xorg-minimal with -DWITH_NEW_XORG -DWITH_KM, then x11-drivers/xf86-video-intel -DWITH_NEW_XORG.
>Fix:
Adding this line in x11-drivers/xf86-video-intel/Makefile fix the problem:
LIB_DEPENDS=   xcb-util.0:${PORTSDIR}/x11/xcb-util


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list