From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031017 Description of problem: I have been trying to install an oscar cluster, which has been bombing out because libgcj %post scripts could not run: /var/tmp/rpm-tmp.98116: line 3: /sbin/install-info: No such file or directory error: %post(libgcj-3.2.3-16) scriptlet failed, exit status 127 Adding: Prereq: /sbin/install-info Autoreq: true to the libgcj section of the spec file seems to fix it. Version-Release number of selected component (if applicable): gcc-3.2.3-16 How reproducible: Always Steps to Reproduce: 1. Install libgcj before info Actual Results: %post script of libgcj failed because of a dependency on /sbin/install-info
Created attachment 95460 [details] Patch that adds /sbin/install-info as a Prereq of libgcj
It looks like the Prereq for /sbin/install-info in the libgcj section of gcc33.spec is there in the gcc-3.3.3-7 SRPM. Closing as 'currentrelease'.