From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kw078-0002Ny-RW for garchives@archives.gentoo.org; Fri, 31 Oct 2008 19:56:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E90E04AF; Fri, 31 Oct 2008 19:56:58 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.157]) by pigeon.gentoo.org (Postfix) with ESMTP id 3188BE04AF for ; Fri, 31 Oct 2008 19:56:58 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 4so699370yxp.46 for ; Fri, 31 Oct 2008 12:56:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=ulKvFWRhG9X0Q5/eEHPzROS2N0YGbBcufGK1tm9SnjY=; b=WkR5Yjvac8jrZvoON3lled4dI0LaqFO6fbH6V0pqrzXkurw3qlgJwL4H/wHzrxhlLQ qj32B4k5RX7WEdhoHdjAiIfTqOKHlpZ0SQZqQmbVplPtNnlRzkZKEPgGBw2sNr/IgNR9 cXeIsuWt+y1ItiuVgI2ezoPFX5CTNc8yrXI1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Gbqqt9rf7zQcCV3J1cnWGPWoqYtdYZ55HYFMt4/sSL01k1KvNgzT7+/nOXp6760LZk 3rJjEtHMdiY0/zzXxRYABad8tAO2NQWlCbS0ysWfoky3/RvfD5zBa/wGcT75Ubs5vcXY 38nYH7s+lVboDbSwrBCsmW7CBv7eS9Jb+EGTc= Received: by 10.100.141.10 with SMTP id o10mr2014636and.41.1225483016661; Fri, 31 Oct 2008 12:56:56 -0700 (PDT) Received: by 10.100.201.10 with HTTP; Fri, 31 Oct 2008 12:56:56 -0700 (PDT) Message-ID: <9065b8fe0810311256t50f6f983vfde2bdb686215d7c@mail.gmail.com> Date: Fri, 31 Oct 2008 17:56:56 -0200 From: "Fernando Antunes" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] xf86-video-intel-2.5.0 emerge error Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_50246_22309843.1225483016625" X-Archives-Salt: 14c06069-89b1-4ba1-a2a8-d4d95c93393d X-Archives-Hash: 70f5bc2ef05d8932b54801e74e3a88f4 ------=_Part_50246_22309843.1225483016625 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everybody ! Is someone having a problem with xf86-driver-intel-2.5.0 compilation like this? ... In file included from /usr/include/xorg/vdif.h:24, from /usr/include/xorg/edid.h:15, from bios_reader.c:45: /usr/include/X11/Xmd.h:152: error: conflicting types for 'CARD32' bios_reader.c:43: error: previous declaration of 'CARD32' was here .... * * ERROR: x11-drivers/xf86-video-intel-2.5.0 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2946: Called x-modular_src_compile * environment, line 3732: Called x-modular_src_make * environment, line 3768: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed My box has xorg-server 1.3.0 ; VIDEO_CARDS="intel" (in make.conf) ; xf86-video-intel ~x86 (in package.keyword). xf86-video-intel current version is 2.4.2-r3 Thanks ------=_Part_50246_22309843.1225483016625 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everybody !

Is someone having a problem with xf86-driver-intel-2.5.0 compilation like this?

...
In file included from /usr/include/xorg/vdif.h:24,
                 from /usr/include/xorg/edid.h:15,
                 from bios_reader.c:45:
/usr/include/X11/Xmd.h:152: error: conflicting types for 'CARD32'
bios_reader.c:43: error: previous declaration of 'CARD32' was here
....
 *
 * ERROR: x11-drivers/xf86-video-intel-2.5.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2946:  Called x-modular_src_compile
 *             environment, line 3732:  Called x-modular_src_make
 *             environment, line 3768:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed

My box has xorg-server 1.3.0 ; VIDEO_CARDS="intel" (in make.conf) ; xf86-video-intel ~x86 (in package.keyword).

xf86-video-intel current version is 2.4.2-r3

Thanks

------=_Part_50246_22309843.1225483016625--