Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602544 - x11-drivers/xf86-video-dummy-0.3.6 - fatal error: mibstore.h: No such file or directory
Summary: x11-drivers/xf86-video-dummy-0.3.6 - fatal error: mibstore.h: No such file or...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-13 14:31 UTC by 10B2
Modified: 2016-12-14 02:23 UTC (History)
2 users (show)

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


Attachments
merge of build log, emerge --info and lspci (buld_lspci_emergeInfo.txt,19.14 KB, text/plain)
2016-12-13 14:31 UTC, 10B2
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 10B2 2016-12-13 14:31:29 UTC
Created attachment 456090 [details]
merge of build log, emerge --info and lspci

I am updating the system.

in the package list there is xf86-video-dummy-0.3.6, but it does not emerge and brakes the update.
Here the error:

/var/tmp/portage/x11-drivers/xf86-video-dummy-0.3.6/work/xf86-video-dummy-0.3.6/src/dummy_driver.c:18:22: fatal error: mibstore.h: No such file or directory
#include "mibstore.h"

I found a patch for mibstore.h, but indeed I cannot find the file at all (http://patchwork.freedesktop.org/patch/11834/).
Is there a fix available for this package? :o

In attachment the build log, emerge --info and lspci
Comment 1 Brian Evans (RETIRED) gentoo-dev 2016-12-13 15:07:47 UTC
Does version 0.3.7 work? That is the current stable.
Comment 2 10B2 2016-12-13 15:09:53 UTC
(In reply to Brian Evans from comment #1)
> Does version 0.3.7 work? That is the current stable.

I have not tried it, it does not come up in the portage tree and may be the other packages need 3.6 instead
Comment 3 Kobboi 2016-12-13 22:12:56 UTC
https://cgit.freedesktop.org/xorg/xserver/commit/?id=1cb0261ef54b7dd6a7ef84e1c3959e424706228b

$ git describe 1cb0261ef54b7dd6a7ef84e1c3959e424706228b
xorg-server-1.13.0-13-g1cb0261ef

So every xorg-server after 1.13.0 will not provide that header file.

You seem to be on amd64, any reason why you try to use x11-drivers/xf86-video-dummy-0.3.6? x11-drivers/xf86-video-dummy-0.3.7 does not have that problem and has been stable on amd64 for ages.
Comment 4 Kobboi 2016-12-13 22:17:00 UTC
In the current tree, I find no version specific dependency on xf86-video-dummy.
Comment 5 Matt Turner gentoo-dev 2016-12-14 02:23:29 UTC
This is fixed in 0.3.7, which you should be using.

I suspect you're getting a rebuild of xf86-video-dummy because your xserver version changed. Just update to 0.3.7 first.