From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ISyfe-0001Vg-S0 for garchives@archives.gentoo.org; Wed, 05 Sep 2007 17:28:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l85HIrP6020630; Wed, 5 Sep 2007 17:18:53 GMT Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l85HBJ2Y010154 for ; Wed, 5 Sep 2007 17:11:20 GMT Received: by an-out-0708.google.com with SMTP id c8so445442ana for ; Wed, 05 Sep 2007 10:11:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=cxMhaQgNYxkug09ydB1pvvUtmH5J6QgmRYpN3K2KcXTHX4O2kJyY9TJpoILxD/kx7/v/Pv8AVbsdPYWXEUGhbRdJ63ZSSi1RqCFOj1o1xaLDCcbHO+FzGMgWQ+AWM1P8+u6eoZnJ1sNZBjYMpxgXLpONEcuJuHeU4ll+g4qLXr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=oEe+wKwJRxK1wuKnEwoIjxUL4VEHoZIVwMRblVG/yQ0G24oinHF5yI3oA/Wot2S4nR6ic28V8CcUMT5Oe5vaq6dqH2ClT2yzazQcCjhU3G9vOZOkK0SODe31WO9wXa2sN7oFcpQsBEuMamGJ6lJ3BxaGv/ZWRcN5M2xs6FykrdQ= Received: by 10.100.140.6 with SMTP id n6mr2690427and.1189012279525; Wed, 05 Sep 2007 10:11:19 -0700 (PDT) Received: from ?10.64.132.34? ( [192.30.100.251]) by mx.google.com with ESMTPS id l48sm1221930wrl.2007.09.05.10.11.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Sep 2007 10:11:12 -0700 (PDT) Message-ID: <46DEE327.2040306@gmail.com> Date: Wed, 05 Sep 2007 13:11:03 -0400 From: Dennis Taylor User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't emerge X11 References: <5196544A89ECC64F8310D22DFF3E79930AAE8F3B@TPANTMAIL.verifone.com> <46DEDA83.4010206@free.fr> In-Reply-To: <46DEDA83.4010206@free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id l85HIrPP020630 X-Archives-Salt: 5e3d6f2b-2b6a-46a8-8167-c54329c701c5 X-Archives-Hash: 6c6e2534acf42c2b02e1b66c3b002e62 Marc LEURENT wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Have you tried to compile the ~ version?? (~0.9.3) > echo "x11-drivers/xf86-video-sis ~x86" >> /etc/portage/package.keywords >=20 > And a revdep-rebuild sometimes is often quite useful! >=20 >=20 Even with the revdep-rebuild, and the bump to 0.9.3, I get the same error. > Dennis Taylor a =E9crit : >> I am using profile default-linux/x86/2007.0/desktop >> >> My custom USE Flags are >> >> USE=3D"nptl nptlonly unicode" >> >> emerge -u --deep --newuse world >> >> Fails while building sis_dri.c. I have tracked it to a #define problem >> while compiling. Sis_dri.c includes dri.h which includes sis_dri.h. >> The issue is that XFree86Server is not defined at compile time. I have >> looked around, but not yet figured out how to cause that to be defined. >> >> Any pointers to the correct USE flag, or whatever would be appreciated. >> >> ------ snippet from sis_dri.h ----------- >> #ifdef XFree86Server >> >> #include "screenint.h" >> >> Bool SISDRIScreenInit(ScreenPtr pScreen); >> void SISDRICloseScreen(ScreenPtr pScreen); >> Bool SISDRIFinishScreenInit(ScreenPtr pScreen); >> >> #endif >> -------- error from build log ----- >> sis_dri.c:753: error: conflicting types for 'SISDRICloseScreen' >> sis_dri.c:427: error: previous implicit declaration of >> 'SISDRICloseScreen' was here >> make[2]: *** [sis_dri.lo] Error 1 >> make[2]: Leaving directory >> `/var/tmp/portage/x11-drivers/xf86-video-sis-0.9.1-r1/work/xf86-video-= si >> s-0.9.1/src' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory >> `/var/tmp/portage/x11-drivers/xf86-video-sis-0.9.1-r1/work/xf86-video-= si >> s-0.9.1' >> make: *** [all] Error 2 >> >> !!! ERROR: x11-drivers/xf86-video-sis-0.9.1-r1 failed. >> Call stack: >> ebuild.sh, line 1638: Called dyn_compile >> ebuild.sh, line 985: Called qa_call 'src_compile' >> ebuild.sh, line 44: Called src_compile >> ebuild.sh, line 1328: Called x-modular_src_compile >> x-modular.eclass, line 337: Called x-modular_src_make >> x-modular.eclass, line 332: Called die >> >> !!! emake failed >> !!! If you need support, post the topmost build error, and the call >> stack if relevant. >> !!! A complete build log is located at >> '/var/log/portage/x11-drivers:xf86-video-sis-0.9.1-r1:20070905-162058.= lo >> g'. >> >> >> >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >=20 > iD8DBQFG3tqCqjpLE0HiOBYRAgO9AJ4wv2WYslBmga6dSt5Qy+H7AiQKsACdElSJ > BgQZ/V/xDNAeOWDf4k0z5UU=3D > =3DfEI+ > -----END PGP SIGNATURE----- --=20 gentoo-user@gentoo.org mailing list