Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 502667 - wrong multilib path used on s390x
Summary: wrong multilib path used on s390x
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: plymouth
Version: 11
Hardware: s390x
OS: Linux
low
high
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ZedoraTracker
TreeView+ depends on / blocked
 
Reported: 2009-05-26 20:12 UTC by Karsten Hopp
Modified: 2010-06-28 12:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-28 12:43:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
fix 64-bit detection for s390x (533 bytes, patch)
2009-06-29 16:19 UTC, Dan Horák
no flags Details | Diff

Description Karsten Hopp 2009-05-26 20:12:48 UTC
Description of problem:
/usr/sbin/plymouth-set-default-plugin and /usr/libexec/plymouth/plymouth-populate-initrd don't detect the correct multilib path on s390x. 
echo nash-showelfinterp /proc/$$/exe | /sbin/nash --forcequiet    returns
/lib/ld64.so.1 and not something where the grep for lib64 matches.

The result is that both scripts are using the wrong path to details.so and text.so

Version-Release number of selected component (if applicable):
plymouth-0.7.0-0.2009.05.15.1.fc11

How reproducible:
always

Steps to Reproduce:
1. run p.e. mkinitrd 


  
Actual results:
error messages about files not found

Expected results:


Additional info:
something like this at the top of the mentioned files will fix it:

if [ "$(uname -m)" == "s390x" ]; then
    LIB="lib64"
fi

Comment 1 Bug Zapper 2009-06-09 16:36:21 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Dan Horák 2009-06-29 16:19:28 UTC
Created attachment 349810 [details]
fix 64-bit detection for s390x

Comment 3 Karsten Hopp 2009-08-25 13:47:44 UTC
this is still a problem in the latest packages

Comment 4 Ray Strode [halfline] 2009-08-25 18:58:31 UTC
Hey, i'm running a build through koji now with this change:

http://cgit.freedesktop.org/plymouth/commit/?id=d633072a713b10092535058488225349f2180e21

mind giving it a go?

Comment 5 Bug Zapper 2010-04-27 14:32:12 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 6 Bug Zapper 2010-06-28 12:43:15 UTC
Fedora 11 changed to end-of-life (EOL) status on 2010-06-25. Fedora 11 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.