Bug 948089

Summary: xorg-x11-drv-armsoc fails to build
Product: [Fedora] Fedora Reporter: D. Marlin <dmarlin>
Component: xorg-x11-drv-armsocAssignee: Peter Robinson <pbrobinson>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: dennis, pbrobinson
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-05 13:06:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 245418    
Attachments:
Description Flags
patch to remove MIB backing store leftovers.
none
Spec file changes to apply the patch none

Description D. Marlin 2013-04-03 23:55:13 UTC
Description of problem:

xorg-x11-drv-armsoc fails to build from source in F19.

Version-Release number of selected component (if applicable):

  xorg-x11-drv-armsoc-0.5.1-8.fc19


How reproducible:

  always

Steps to Reproduce:
1.  rpm -ivh xorg-x11-drv-armsoc-0.5.1-8.fc19.src.rpm
2.  rpmbuild -bb SPECS/xorg-x11-drv-armsoc.spec 
3.
  
Actual results:

  fails to build:

drmmode_display.c:56:22: fatal error: mibstore.h: No such file or directory
 #include "mibstore.h"


Expected results:

  successfully builds.


Additional info:

It appears to be missing a header file from the source.  I'm not sure if anything else is missing.

Comment 1 D. Marlin 2013-04-04 17:52:44 UTC
related info:

It appears that this file was intentionally removed, but the driver needs to be updated to not call miInitializeBackingStore:

  http://patchwork.freedesktop.org/patch/11940/

Comment 2 D. Marlin 2013-04-04 18:53:33 UTC
Created attachment 731692 [details]
patch to remove MIB backing store leftovers.

Comment 3 D. Marlin 2013-04-04 18:54:28 UTC
Created attachment 731693 [details]
Spec file changes to apply the patch

Comment 4 D. Marlin 2013-04-04 18:55:18 UTC
Adding a naive (trivial) patch to remove references to mibstore.h and miInitializeBackingStore allows this package to build.  I have not tested that it works.

The spec file and source patch are attached.