From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 12 18:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2937AE7E for ; Fri, 12 Apr 2013 18:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E964A15B3 for ; Fri, 12 Apr 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3CIK1mw045880 for ; Fri, 12 Apr 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3CIK1Id045879; Fri, 12 Apr 2013 18:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 12 Apr 2013 18:20:01 GMT Resent-Message-Id: <201304121820.r3CIK1Id045879@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kris Moore Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AB8DE19 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177813: ports: graphics/clutter-gtk fails to build in poudriere with KMS/NEW_XORG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 18:20:02 -0000 >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: