Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 15:08:29 GMT
From:      Olivier Cochard-Labbe <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   =?iso-8859-1?q?ports/167228=3A_x11-drivers/xf86-video-intel_=3A?= =?iso-8859-1?q?=A0Missing_dependency__=28x11/xcb-util=29?=
Message-ID:  <201204231508.q3NF8T9P069152@red.freebsd.org>
Resent-Message-ID: <201204231510.q3NFA9Lr075763@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204231508.q3NF8T9P069152>