From owner-freebsd-gnome@FreeBSD.ORG Fri Apr 29 04:29:58 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B12106566C for ; Fri, 29 Apr 2011 04:29:58 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [95.108.130.93]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7EE8FC13 for ; Fri, 29 Apr 2011 04:29:58 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward11.mail.yandex.net (Yandex) with ESMTP id 017A1E81AB3 for ; Fri, 29 Apr 2011 08:29:55 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1304051396; bh=98NaO9sITW5Yy8B0z3ymjeJcUUpDXY6xtmALFaKZnm8=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=bWRmrffw/mvapZIBUbDfRTZiMQmdoZdxLnyYtXsoy8z+QJmR3om97GJ+PUrN23bAz 318E4vFLZKykXwhFaJ6TXMqX9nsS42TShWQWghga0CD5gzeKKSq43VOv12hgIU55/e jj6f2CrwPqMWRatMqe7h/Yb9tqSuV7mIzXXaCtQo= Received: from smeshariki2.local (unknown [178.76.212.172]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id CBE225728039 for ; Fri, 29 Apr 2011 08:29:55 +0400 (MSD) Message-ID: <4DBA3E4B.2070307@yandex.ru> Date: Fri, 29 Apr 2011 08:27:55 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.15) Gecko/20110425 Thunderbird/3.1.9 MIME-Version: 1.0 To: FreeBSD GNOME Users References: <4DB98CAA.4080305@yandex.ru> In-Reply-To: <4DB98CAA.4080305@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: Subject: Re: Couldn't build games/gnome-games X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2011 04:29:58 -0000 28.04.2011 19:50, Ruslan Mahmatkhanov пишет: > Good day! > > Trying to build gnome-games on recent -current. > full build-log is here: http://pastebin.com/5LsZgKAY > > g-ir-scanner: warning: Option --strip-prefix has been deprecated; > see --identifier-prefix and --symbol-prefix. > Package 'gl' requires 'libdrm >= 2.4.15' but version of libdrm is 2.4.12 I was able to resolve this issue by rebuilding graphics/libdrm with WITHOUT_NOUVEAU=yes which installs version 2.4.17 of libdrm. Shouldn't it be default version since the current setting breaks build of other ports? -- Regards, Ruslan