Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2013 18:12:49 GMT
From:      Kris Moore <kris@pcbsd.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177813: ports: graphics/clutter-gtk fails to build in poudriere with KMS/NEW_XORG
Message-ID:  <201304121812.r3CICnbV084007@red.freebsd.org>
Resent-Message-ID: <201304121820.r3CIK1Id045879@freefall.freebsd.org>

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

>Number:         177813
>Category:       ports
>Synopsis:       ports: graphics/clutter-gtk fails to build in poudriere with KMS/NEW_XORG
>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:   Fri Apr 12 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kris Moore
>Release:        9.1-RELEASE
>Organization:
iXsystems
>Environment:
FreeBSD executor 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Ran into a problem compiling clutter-gtk in poudriere. Traced it down to having WITH_KMS / WITH_NEW_XORG enabled.
>How-To-Repeat:
Build with WITH_KMS & WITH_NEW_XORG enabled in poudriere
>Fix:

Easy fix, just add 'glproto' to USE_XORG:

--- Makefile.o  2013-04-12 14:11:30.092482253 -0400
+++ Makefile    2013-04-10 19:26:00.306609350 -0400
@@ -22,7 +22,7 @@
 USE_GETTEXT=   yes
 USE_AUTOTOOLS= libtool
 USE_GNOME=     gnomehack gtk20 ltverhack gnomeprefix
-USE_XORG=      xp x11
+USE_XORG=      xp x11 glproto
 USE_LDCONFIG=  yes




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



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