Bug 178636

Summary: rpath test failures in rpmdevtools, rawhide
Product: [Fedora] Fedora Reporter: Ville Skyttä <scop>
Component: fedora-rpmdevtoolsAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa, fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.4-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-04 16:57:39 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
Fixes rpath tests on FC5 none

Description Ville Skyttä 2006-01-22 21:36:05 UTC
The rpath tests fail currently on Rawhide:

Checking the bad programs
  checking for error 0001 in link-0                             FAIL
  checking for error 0004 in link-1                             FAIL
  checking for error 0010 in link-2                             FAIL
  checking for error 0020 in link-3                             FAIL
  checking for error 0020 in exec-0                             FAIL

Others are fine.  Enrico, could you have a look?

Comment 1 Enrico Scholz 2006-02-04 12:43:01 UTC
Created attachment 124158 [details]
Fixes rpath tests on FC5

Seems to be caused by changes in bash; my 'IFS=:' caused bash 3.1 to print

| ERROR   0010	file '/fail/link-2' contains an empty rpath in []

while the test expected

| ERROR   0010: file '/fail/link-2' contains an empty rpath in []

(note the missing ':')

Comment 2 Ville Skyttä 2006-02-04 16:57:39 UTC
Applied in 1.4-2, thanks!