The ccache-2.4-6 specfile is missing PreReq: coreutils. This causes errors when yum installing a system from scratch if coreutils happens to be installed after both ccache and gcc: Installing: gcc ##################### [106/241] /tmp/rpm-tmp.73342: line 3: ln: command not found /tmp/rpm-tmp.73342: line 3: ln: command not found /tmp/rpm-tmp.73342: line 3: ln: command not found Installing: gcc-c++ ##################### [107/241] /tmp/rpm-tmp.64657: line 3: ln: command not found /tmp/rpm-tmp.64657: line 3: ln: command not found /tmp/rpm-tmp.64657: line 3: ln: command not found /tmp/rpm-tmp.64657: line 3: ln: command not found /tmp/rpm-tmp.64657: line 3: ln: command not found
Thanks for the report. PreReq is deprecated, Requires(triggerin) and Requires(triggerpostun) added instead in the soon to appear 2.4-7: http://cvs.fedora.redhat.com/viewcvs/devel/ccache/ccache.spec?root=extras&r1=1.13&r2=1.14