From owner-freebsd-ports-bugs Mon Feb 17 23:40:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3D837B401 for ; Mon, 17 Feb 2003 23:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF0043FD7 for ; Mon, 17 Feb 2003 23:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1I7eBNS094733 for ; Mon, 17 Feb 2003 23:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1I7eBjY094732; Mon, 17 Feb 2003 23:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4ABE37B401 for ; Mon, 17 Feb 2003 23:32:32 -0800 (PST) Received: from road.demos.su (road.demos.su [194.87.2.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id B436A43F93 for ; Mon, 17 Feb 2003 23:32:31 -0800 (PST) (envelope-from gvs@road.demos.su) Received: from road.demos.su (localhost [127.0.0.1]) by road.demos.su (8.12.6/8.12.6) with ESMTP id h1I7aa8D051752 for ; Tue, 18 Feb 2003 10:36:36 +0300 (MSK) (envelope-from gvs@road.demos.su) Received: (from gvs@localhost) by road.demos.su (8.12.6/8.12.6/Submit) id h1I7aavs051751; Tue, 18 Feb 2003 10:36:36 +0300 (MSK) Message-Id: <200302180736.h1I7aavs051751@road.demos.su> Date: Tue, 18 Feb 2003 10:36:36 +0300 (MSK) From: Seva Gluschenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48413: x11-toolkits/gtk20 build is broken, too (see ports/48412 pr) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48413 >Category: ports >Synopsis: x11-toolkits/gtk20 build is broken, too (see ports/48412 pr) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 17 23:40:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Seva Gluschenko >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD road.demos.su 4.7-STABLE FreeBSD 4.7-STABLE #2: Thu Feb 13 21:16:05 MSK 2003 gvs@road.demos.su:/usr/local/src/sys/compile/ROAD i386 >Description: Exactly the same problem as in ports/48412 (x11-toolkits/pango) happens to x11-toolkits/gtk20 port build. Unlike the previous, it doesn't have any patches specific to FreeBSD (or I wasn't able to find them after quick look), but it also relies on Xft2.h and fails to compile because can't find it. >How-To-Repeat: Just CVSup to the actual x11-toolkits/gtk20 port and try make it. The build will break in short complaining about absence of Xft2.h in X11/Xft directory. >Fix: cd /usr/X11R6.4/include/X11/Xft ln -s Xft.h Xft2.h I know, it's quick and dirty hack, but it works. The more convenient solution should be either to fix x11-fonts/Xft (affects x11-toolkits/pango too) or to fix x11-toolkits/gtk20 port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message