Bug 191905
| Summary: | xorg-x11-drv-ark Missing BuildRequire on xorg-x11-proto-devel & Strange %{ix86} ExclusiveArch | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Thienemann <andreas> | ||||
| Component: | xorg-x11-drv-ark | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-06-01 15:21:35 UTC | Type: | --- | ||||
| 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: | 150223, 191529 | ||||||
| Attachments: |
|
||||||
Created attachment 129183 [details]
Patch, adding the missing buildreqs
Adding to FC6Target The ExclusiveArch in each driver package is intentional, and prevents drivers from being built on architectures they are unsupported on, non-functional on, or untested/experimental. fixed in rawhide. |
Package won't build in mock: checking for XORG... configure: error: Package requirements (xorg-server >= 1.0.99.901 xproto randrproto inputproto) were not met: No package 'xproto' found No package 'randrproto' found No package 'inputproto' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XORG_CFLAGS and XORG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. error: Bad exit status from /var/tmp/rpm-tmp.94546 (%build) Attached is a patch, adding the BuildRequires line. Furthermore, the ExclusiveArch: %{ix86} makes the Package not being built on x86_64. Is this intentional?