Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229479 Details for
Bug 317599
[x11 overlay] media-libs/mesa-9999 doesn't compile with gallium USE flags because of udis86
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch to x11 overlay: don't require udis86 for mesa when gallium USE flag is set
0001-media-libs-mesa-9999-don-t-require-udis86-for-galliu.patch (text/plain), 1.74 KB, created by
Francis Galiegue
on 2010-04-28 07:48:22 UTC
(
hide
)
Description:
Patch to x11 overlay: don't require udis86 for mesa when gallium USE flag is set
Filename:
MIME Type:
Creator:
Francis Galiegue
Created:
2010-04-28 07:48:22 UTC
Size:
1.74 KB
patch
obsolete
>From d75215cec5309889bf14839eb6b10e333d6cbfad Mon Sep 17 00:00:00 2001 >From: Francis Galiegue <fgaliegue@gmail.com> >Date: Wed, 28 Apr 2010 09:46:10 +0200 >Subject: [PATCH] media-libs/mesa-9999: don't require udis86 for gallium while it's broken > >Compile flags currently used by the udis86 ebuild trigger a compile failure >(relocation problems). > >LLVM has been fixed upstream by not requiring udis86 for now, but mesa >with the gallium USE flag set explicitly requires it: remove this dependency (it >will be emerged by llvm when appropriate anyway). >--- > media-libs/mesa/Manifest | 2 +- > media-libs/mesa/mesa-9999.ebuild | 1 - > 2 files changed, 1 insertions(+), 2 deletions(-) > >diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest >index cfea03a..29d924e 100644 >--- a/media-libs/mesa/Manifest >+++ b/media-libs/mesa/Manifest >@@ -1,2 +1,2 @@ >-EBUILD mesa-9999.ebuild 6107 RMD160 837d0bd9047c4c1f8bcbdafc414b9e4933133c00 SHA1 25ccf436e78deb4083f334a92a67bb192e6ab1e0 SHA256 6bd6bafd268625153507efce9b0009b572a34006795bd29472d2a8411b409d00 >+EBUILD mesa-9999.ebuild 6089 RMD160 98ab38454d76e2da265714547d338fc5b4f174e4 SHA1 43f1c105a6e977a85663682254082c7b87c7bdf9 SHA256 fc348f85dcc9fd871e0c9e3ed5eae6fa4e356b5291a9063518fdf12bcf75410a > MISC metadata.xml 344 RMD160 2a7cf045329a3141e5ae1396b497ca0e98a1888b SHA1 b730806d6fa2db3bada9e66dd6b93b9e40d6dfea SHA256 849997a7912f4428382a3bdc6b6b6bdb2928048a274fa865b3c89cd3e89e6dde >diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild >index ceb6378..225dbf3 100644 >--- a/media-libs/mesa/mesa-9999.ebuild >+++ b/media-libs/mesa/mesa-9999.ebuild >@@ -62,7 +62,6 @@ RDEPEND=" > x11-libs/libXxf86vm > motif? ( x11-libs/openmotif ) > gallium? ( >- dev-libs/udis86 > sys-devel/llvm > ) > " >-- >1.7.0.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 317599
: 229479 |
229481
|
229483