Bug 1476831 - fontconfig scriptlet errors on i686 causing compose hangs
Summary: fontconfig scriptlet errors on i686 causing compose hangs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: fontconfig
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Akira TAGOH
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-31 14:47 UTC by Kevin Fenzi
Modified: 2017-07-31 19:52 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-31 19:52:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Kevin Fenzi 2017-07-31 14:47:25 UTC
i686 images have been hanging in rawhide composes with: 

https://koji.fedoraproject.org/koji/taskinfo?taskID=20921485

https://kojipkgs.fedoraproject.org//work/tasks/1485/20921485/mock_output.log

...
2017-07-31 13:34:08,444: Installing crypto-policies.noarch (375/1317)
2017-07-31 13:34:08,444: Installing fontconfig.i686 (376/1317)
2017-07-31 13:34:08,444: 
2017-07-31 13:34:08,444: The installation was stopped due to incomplete spokes detected while running in non-interactive cmdline mode. Since there cannot be any questions in cmdline mode, edit your kickstart file and retry installation.
2017-07-31 13:34:08,445: The exact error message is:
2017-07-31 13:34:08,445: 
2017-07-31 13:34:08,445: Non interactive installation failed: DNF error: Non-fatal POSTIN scriptlet failure in rpm package fontconfig.
2017-07-31 13:34:08,445: 
2017-07-31 13:34:08,445: The installer will now terminate.
2017-07-31 13:35:42,251: Failed to preset unit, unit sshd.socket does not exist.
2017-07-31 13:37:37,876: Running in chroot, ignoring request.
2017-07-31 14:38:54,520: Non-fatal POSTIN scriptlet failure in rpm package fontconfig
2017-07-31 14:38:54,520: Non-fatal <unknown> scriptlet failure in rpm package fontconfig
2017-07-31 14:38:54,941: Running anaconda failed: process '['anaconda', '--kickstart', '/tmp/koji-image-f27-build-20921485.ks', '--cmdline', '--dirinstall', '--remotelog', '127.0.0.1:35401']' exited with status 1

note that x86_64 has been working fine, only i686 is doing this. 

Perhaps a post script needs a || : at the end to make sure it always exits 0?

Comment 1 Akira TAGOH 2017-07-31 19:52:41 UTC
Ah, indeed. the wrapper script exits with 1 when no executable fc-cache-64 is available.
fixed in 2.12.4-4.fc27


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