Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2012 13:11:38 GMT
From:      Yamagi Burmeister <yamagi@yamagi.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169198: graphics/libGL misses runtime dependency to x11/glproto
Message-ID:  <201206181311.q5IDBcaC013444@red.freebsd.org>
Resent-Message-ID: <201206181320.q5IDKAil038870@freefall.freebsd.org>

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

>Number:         169198
>Category:       ports
>Synopsis:       graphics/libGL misses runtime dependency to x11/glproto
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 18 13:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Yamagi Burmeister
>Release:        9.0-STABLE r237002
>Organization:
>Environment:
FreeBSD happy.home.yamagi.org 9.0-STABLE FreeBSD 9.0-STABLE #0 r237002: Wed Jun 13 10:47:10 CEST 2012     root@happy.home.yamagi.org:/usr/obj/usr/src/sys/HAPPY  amd64
>Description:
If X.org is build with WITH_NEW_XORG, graphics/libGL misses a runtime dependency to x11/glproto. If glproto is removed (for example by pkg_cutleaves) pkg-config fails on many packages with:

 Package glproto was not found in the pkg-config search path.
 Perhaps you should add the directory containing `glproto.pc'
 to the PKG_CONFIG_PATH environment variable
 Package 'glproto', required by 'gl', not found
>How-To-Repeat:
1. Install X.org (and for example GTK20) with WITH_NEW_XORG
2. Remove x11/glproto: pkg_delete glproto
3. Request the pkg-config output for pkg-config --cflags gtk+-2.0
4. pkg-config fails, complaining over the missing glproto needed by libGL
>Fix:
Add a runtime dependency in graphics/libGL to x11/glproto.

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



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