From nobody@FreeBSD.org  Fri Apr 12 18:12:51 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 6AB8DE19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Apr 2013 18:12:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 5C1691585
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Apr 2013 18:12:51 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3CICnlt084008
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Apr 2013 18:12:49 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3CICnbV084007;
	Fri, 12 Apr 2013 18:12:49 GMT
	(envelope-from nobody)
Message-Id: <201304121812.r3CICnbV084007@red.freebsd.org>
Date: Fri, 12 Apr 2013 18:12:49 GMT
From: Kris Moore <kris@pcbsd.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports: graphics/clutter-gtk fails to build in poudriere with KMS/NEW_XORG
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 12 18:20:00 UTC 2013
>Closed-Date:    Tue Jun 25 16:34:04 UTC 2013
>Last-Modified:  Tue Jun 25 16:34:04 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 12 18:20:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177813 

From: Koop Mast <kwm@rainbow-runner.nl>
To: bug-followup@FreeBSD.org, kris@pcbsd.org
Cc:  
Subject: Re: ports/177813: ports: graphics/clutter-gtk fails to build in poudriere
 with KMS/NEW_XORG
Date: Fri, 12 Apr 2013 21:24:47 +0200

 This is known problem and will be corrected in the upcoming xorg 
 updated. Which is planned after 8.4-R is released.
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Tue Jun 25 16:33:22 UTC 2013 
State-Changed-Why:  
This problem was fixed as part of the xorg update which contained xorg-server 
1.12. Thanks for reporting. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177813 
>Unformatted:
