Hide Forgot
Created attachment 559084 [details] anaconda kickstart and install.log files Description of problem: after installation of f16 using attached kickstart file there is an error message in /root/install.log Not sure if that is a problem, though. Version-Release number of selected component (if applicable): date of writing: 02. February 2012 How reproducible: 100% Steps to Reproduce: 1. install fedora 16 with attached kickstart file 2. review /root/install.log Actual results: 15:24:07 Installing jdepend-2.9.1-4.fc16.noarch /var/tmp/rpm-tmp.urV9RQ: line 4: cat: command not found Expected results: jdepend should install without the message or if the error message is not important, should state that the message is not important
This is a bug in jpackage-utils. %update_maven_depmap macro was using /bin/cat without declaring dependency on coreutils.
I believe that this bug is fixed in jpackage-utils-1.7.5-22, which is available in Fedora Rawhide. I am closing the bug now, thank you for reporting it. A summary of changes is included below. * Thu Dec 13 2012 Stanislav Ochotnicky <sochotnicky> - 0:1.7.5-22 - Make JNI directories arch independent and go back to noarch - Reimplement abs2rel.sh using perl File::Spec module - Reimplement %%update_maven_depmap as NOOP - Resolves: rhbz#882537 - Resolves: rhbz#823669 - Resolves: rhbz#882578