From owner-freebsd-x11@FreeBSD.ORG Sun Apr 22 22:16:22 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8995106564A for ; Sun, 22 Apr 2012 22:16:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id D31F88FC19 for ; Sun, 22 Apr 2012 22:16:22 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id q3MMGMQU095283 for ; Sun, 22 Apr 2012 15:16:22 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4F94832A.1090601@rawbw.com> Date: Sun, 22 Apr 2012 15:16:10 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120316 Thunderbird/10.0.3 MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <4F947E2B.5050905@rawbw.com> In-Reply-To: <4F947E2B.5050905@rawbw.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: xorg-server-1.7.7_4,1 build fails X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2012 22:16:23 -0000 On 04/22/2012 14:54, Yuri wrote: > Making all in Xext > CC bigreq.o > bigreq.c:39:41: error: X11/extensions/bigreqsproto.h: No such file or > directory This is fixed by manual install of x11/bigreqsproto and the subsequent error xcmisc.c:40:40: error: X11/extensions/xcmiscproto.h: No such file or directory xcmisc.c: In function 'XCMiscExtensionInit': xcmisc.c:63: error: 'XCMiscExtensionName' undeclared (first use in this function) is fixed by manual install of x11/xcmiscproto. The bottom line is: dependencies are somehow broken for dependencies like these: xorg-server-1.7.7_4,1 -> x11/bigreqsproto xorg-server-1.7.7_4,1 -> x11/xcmiscproto graphics/libGL -> x11/glproto and probably others. Yuri