Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649302 - x11-drivers/xf86-video-intel-2.99.917_p20171018 with x11-base/xorg-server-1.19.99.901: DRI1 requested but prerequisites not found
Summary: x11-drivers/xf86-video-intel-2.99.917_p20171018 with x11-base/xorg-server-1.1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-02 00:07 UTC by Craig Andrews
Modified: 2018-03-12 23:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,14.50 KB, text/x-log)
2018-03-02 00:07 UTC, Craig Andrews
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Andrews gentoo-dev 2018-03-02 00:07:24 UTC
Created attachment 521808 [details]
build.log

After installing x11-base/xorg-server-1.19.99.901, x11-drivers/xf86-video-intel-2.99.917_p20171018 needs to be re-emerged and it fails with:

configure: error: DRI1 requested but prerequisites not found

Disabling the dri use flag on x11-drivers/xf86-video-intel allows it to emerge, but then dri acceleration is lost (which is a deal breaker).
Comment 1 Craig Andrews gentoo-dev 2018-03-02 00:10:41 UTC
x11-drivers/xf86-video-intel-2.99.917_p20180214 from bug 649102 does not fix this issue.
Comment 2 Matt Turner gentoo-dev 2018-03-02 01:20:43 UTC
Hmm:

checking whether to include DRI1 support... no
configure: error: DRI1 requested but prerequisites not found

We definitely don't need DRI1 support. I see you can disable DRI1/2/3 separately. I'll push a patch to disable DRI1.
Comment 3 Larry the Git Cow gentoo-dev 2018-03-02 01:20:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5cb248168c1dea0a2829446af9f66895956f24

commit 0d5cb248168c1dea0a2829446af9f66895956f24
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2018-03-02 01:20:17 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2018-03-02 01:20:17 +0000

    x11-drivers/xf86-video-intel: Disable DRI1 support
    
    Closes: https://bugs.gentoo.org/649302
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 4 Mike Lothian 2018-03-06 02:30:11 UTC
The same change is required in the 9999 ebuild on the X11 overlay
Comment 5 Larry the Git Cow gentoo-dev 2018-03-12 23:15:49 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd81109e050c62e9acd348037a18ba70c2a71f3

commit 9fd81109e050c62e9acd348037a18ba70c2a71f3
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2018-03-12 22:31:36 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2018-03-12 23:14:58 +0000

    x11-drivers/xf86-video-intel: Disable DRI1 support
    
    Apply --disable-dri1 from 0d5cb248168c1dea0a2829446af9f66895956f24
    to 2.99.917_p20171018 as well, same issue
    
    Bug: https://bugs.gentoo.org/649302
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)}