[email protected] wrote on 03/26/2010 12:08:13 PM:
<snip> > + /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot > /home/mjs/src/tmp/rpm-tmp.61048: line 125: /usr/lib/rpm/ > check-rpaths: No such file or directory <snip> It looks like something is missing, as you suspected. That file is provided by rpm-build. [...@box ~]$ rpm -q --whatprovides /usr/lib/rpm/check-rpaths rpm-build-4.4.2.3-18.el5 You should already have rpm-build, else you wouldn't have gotten to this point. First verify that the file, /usr/lib/rpm/check-rpaths, is missing. I'd use ls and `rpm -V rpm-build`. If the rpm shows that its missing, i'd force an in place version rpm install. If it doesn't show its missing, then for some reason its hidden from your rpm build environment. -greg _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
