Bug 1002077
Summary: | anaconda ppc64 fails with "script error with package [various package names]" | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> | ||||||||||||||||||||||
Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> | ||||||||||||||||||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||
Version: | 20 | CC: | amit.shah, anaconda-maint-list, berrange, cfergeau, dshea, dwmw2, g.kaviyarasu, gustavold, itamar, jonathan, mkolman, pbonzini, rjones, sbueno, scottt.tw, valtri, vanmeeuwen+fedora, virt-maint | ||||||||||||||||||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||
Hardware: | ppc64 | ||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||
Last Closed: | 2014-01-02 17:25:35 UTC | Type: | Bug | ||||||||||||||||||||||
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
Richard W.M. Jones
2013-08-28 12:54:01 UTC
Created attachment 791384 [details]
anaconda.log
Created attachment 791385 [details]
anaconda-yum.log
Created attachment 791386 [details]
ifcfg.log
Created attachment 791387 [details]
packaging.log
Created attachment 791388 [details]
program.log
Created attachment 791389 [details]
storage.log
Created attachment 791390 [details]
storage.state
Created attachment 791391 [details]
syslog
The script errors are fatal because yum is indicating that the script errors are fatal to the transaction. In the ca-certificates case in the attached, the failure is in %pre, so the package is indicating there's something wrong with the system that prevents the package from being installed. I'm not able to reproduce doing a minimal text install to an LPAR, so I'm not sure whether there's a problem with the ca-certificates or pinentry packages or not. Maybe it's a hardware problem? Created attachment 839473 [details]
yum transaction file
I can confirm with Fedora 20 graphical installer running under qemu-system-ppc64. I also have used minimal installation. The reproducing can be quite hard - installation preparation took more than two days... No log files remained on the disk, but I've found yum transaction file. Attached. The log files are in /tmp during installation. Please attach the files from there, in particular anaconda.log, packaging.log and program.log. Created attachment 840465 [details]
log files from installation of Fedora 20 PPC64 under qemu
In this case, the problem is with launching of /usr/bin/p11-kit (called from update-ca-trust script). If I understand the issue correctly, maybe it is more general problem of launching ppc64 binaries? (or maybe only when running under qemu?) The bug about the chroot binary looks similar: https://bugzilla.redhat.com/show_bug.cgi?id=1045384 The signal 4 error messages indicate an attempt to execute an illegal instruction, so I'm going to say this is a problem with the emulator. This could be caused by QEMU's lack of support for the VSX SIMD extensions. *** Bug 1045384 has been marked as a duplicate of this bug. *** |