From owner-freebsd-x11@FreeBSD.ORG Mon Aug 10 05:57:30 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4F441065675 for ; Mon, 10 Aug 2009 05:57:30 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id 52FA98FC2B for ; Mon, 10 Aug 2009 05:57:29 +0000 (UTC) Received: by ewy2 with SMTP id 2so2775632ewy.43 for ; Sun, 09 Aug 2009 22:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=gYfkCOQWLLV1D3atidGzLyvoemSgd8I+sTSMv/MMJ9M=; b=PNZpwJHyBB1OgXDZCOzziCgwxNhwYipWQKBpfIfTGvwzBBafij96HGtJ9XHaPAk/DY 2bH1ILTTVTGaQduIRF8IUVn9AHB9OB5J3ZmB8ArtcD7ORXF1wq0YPgnOUYgWva1uc5pi /xbdTXcMUdYl+uyppwj1F6bDonq80n880+zp8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=bSM/PLc5Zqbo/MNiUSRfYdK6socLrqIZcHh8NgKhMYk5ry84f3YAopZWAKnQxo/Z4C AbvSTKnC82XKgWjEUDPsyP+s8E9IMMW7guoKoxjmAyheD3IsE+icwWkiixAAcgyTMeSu w/IZd1mdnGmKIoG1CV+QjMiM3UTwZJImUdceE= Received: by 10.210.59.14 with SMTP id h14mr2605591eba.27.1249883848917; Sun, 09 Aug 2009 22:57:28 -0700 (PDT) Received: from localhost (95-24-210-154.broadband.corbina.ru [95.24.210.154]) by mx.google.com with ESMTPS id 5sm10290507eyf.58.2009.08.09.22.57.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 09 Aug 2009 22:57:27 -0700 (PDT) From: Anonymous To: Koh-ichi Ito References: <200908100412.n7A4CIOc087314@alphonse.himoo.iri.co.jp> Date: Mon, 10 Aug 2009 09:57:25 +0400 In-Reply-To: <200908100412.n7A4CIOc087314@alphonse.himoo.iri.co.jp> (Koh-ichi Ito's message of "Mon, 10 Aug 2009 13:12:18 +0900") Message-ID: <86iqgwdxdm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x11@FreeBSD.ORG Subject: Re: [ports] makeing libGLU failure 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: Mon, 10 Aug 2009 05:57:31 -0000 Koh-ichi Ito writes: > Hello team, > > Let me inform you the failure of making libGLU ports. > > While installing gimp port, I got the following message. > > Speaking shortly, I can't find x11-xcb directory under my > /usr/ports tree which is obtained with csup. I show the > result of ls /usr/ports/x11*/*xcb* at the tail of this mail. > > I also attach Mesa-7.4.4/config.log which is required. > > I hope this problem to be solved. If the information in this > mail is not enough, please let me known about it. > [...] > checking for DRIGL... configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: > > gnome-config: not found > No package 'x11-xcb' found > x11-xcb here usually refers to /usr/local/libdata/pkgconfig/x11-xcb.pc which should be installed by x11/libX11 port. Try reinstall that port.