Bug 247401

Summary: rpath requirement stopping src.rpm rebuild
Product: [Fedora] Fedora Reporter: J French <me>
Component: devhelpAssignee: Matthew Barnes <mbarnes>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: devhelp-0.13-9.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-19 02:43:53 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:
Attachments:
Description Flags
devhelp.spec diff to call chrpath to remove rpath requirement none

Description J French 2007-07-09 03:33:48 UTC
Description of problem:
rpath requirement stopping src.rpm rebuild

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

How reproducible:
Any time you try to rebuild src.rpm on x86_64

Steps to Reproduce:
rpmbuild --rebuild devhelp-0.13-8.fc7.src.rpm
or
rpm -ivh devhelp-0.13-8.fc7.src.rpm
rpmbuild -ba ~/rpmbuild/SPECS/devhelp.spec
  
Actual results:
Build fails with rpath error

Expected results:
New RPMs

Additional info:
Already fixed: spec file diff attached

Comment 1 J French 2007-07-09 03:33:48 UTC
Created attachment 158743 [details]
devhelp.spec diff to call chrpath to remove rpath requirement

Comment 2 Matthew Barnes 2007-07-18 16:03:56 UTC
I'm not sure I understand why calling chrpath is necessary.  A 0.13-9 package
was recently built from the SRPM on all architectures without this patch.

Comment 3 J French 2007-07-19 02:22:18 UTC
Apparently the code's been fixed. 13-8 (which was current when I submitted this)
won't build without this. The point appears moot however.