Bug 433890
Summary: | openser places libs in /usr/lib64 on ia64, should be /usr/lib | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> | ||||
Component: | openser | Assignee: | Peter Lemenkov <lemenkov> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | ondrejj | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | ia64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-02-23 18:57:18 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: | 163350 | ||||||
Attachments: |
|
Description
Doug Chapman
2008-02-21 22:55:28 UTC
This may help to fix this bug, when added to make commands (in build and install sections): LIBDIR=%{_lib} This overwrites detection in openser's Makefile.defs. Can anybody confirm this? Code from Makefile.defs: # ARCH is a little bit updated uname -m ARCH_B= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/') ifeq ($(ARCH_B),64b) LIBDIR ?= lib64 else LIBDIR ?= lib # assume 32b - it is not really used further ARCH_B=32b endif Created attachment 295687 [details]
spcfile patch to define LIBDIR
thanks, the LIBDIR suggestion does fix the issue. Appears to only be needed in
the %install section.
Fixed in devel: openser-1.3.0-9 How I can rebuild package for ia64? Does it build automatically? (In reply to comment #3) > Fixed in devel: openser-1.3.0-9 > > How I can rebuild package for ia64? Does it build automatically? > Not yet but hopefully soon. Our ia64 koji server is at ia64.koji.fedoraproject.org. I will kick off a build there now. - Doug Actually it appears this did get built last night automatically (I have a hacked up script that looks for jobs on the main koji server and resubmits them to ours). Looks like it built cleanly, thanks! http://ia64.koji.fedoraproject.org/koji/buildinfo?buildID=8015 |