Bug 157910
Summary: | No openmotif21 package for ppc | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> |
Component: | openmotif21 | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | byte |
Target Milestone: | --- | Keywords: | EasyFix |
Target Release: | --- | ||
Hardware: | powerpc | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-08-29 09:26:06 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: | 136451 |
Description
Orion Poplawski
2005-05-16 22:53:07 UTC
FWIW, the spec file mentions it to be: ExclusiveArch: i386 alpha ia64. I presume this was added there for it not building well on the s390's and what not... So, this following patch gets it to a build-able stage: --- devel/openmotif21.spec~ 2005-05-17 09:21:51.000000000 +1000 +++ devel/openmotif21.spec 2005-05-17 09:21:59.000000000 +1000 @@ -31,7 +31,7 @@ Patch25: openmotif2.1.30-no_x_locale.pat Patch26: openmotif2.1.30-exit.patch Prefix: /usr/X11R6 Conflicts: openmotif < 2.2.2 -ExclusiveArch: i386 alpha ia64 +ExclusiveArch: i386 alpha ia64 ppc BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-deprecated-libs-devel And gives me openmotif21-2.1.30-14.ppc.rpm openmotif21-debuginfo-2.1.30-14.ppc.rpm Haven't qa'ed it or anything, if bug reporter gives me an app requiring this, I'd take a gander, definitely. twoerner, this is also EasyFix (assuming there are no arch specific issues) Perhaps it could be built for x86_64 while we're at it? Is there a way to simply turn off the bad arch? this is a really EasyFix... but too late for FC4 probably. Fixed in rawhide in rpm openmotif21-2.1.30-17.1. |