We are tring to run RH 7.3 and rpm-4.1.1-1.7x. I am getting the following error when I try and create an rpm:
As far as I know, rpm 4.1.1 isn't what came with 7.3, nor was it released as errata for 7.3 AFAICT. That means you're using an rpm that you built yourself or got from somewhere else.
rpmbuild -bb --quiet --define="_topdir /home/work/ga-1-2-p4/oasis/install" --buildroot /home/work/ga-1-2-p4 /oasis/install/build /home/work/ga-1-2-p4/oasis/install/SPECS/aaim_mblade.spec
.. stuff deleted....
/var/tmp/rpm-tmp.88585: /usr/lib/rpm/brp-strip-static-archive: No such file or directory
Does your rpm for rpm-4.1.1 include /usr/lib/rpm/brp-strip-static-archive? You can do
rpm -ql rpm-4.1.1 | egrep 'brp-strip'
to see.
If it does include it, does the rpm for rpm successfully verify:
rpm --verify rpm
If it does, is /usr/lib/rpm/brp-strip-static-archive listed in either /usr/lib/rpm/macros and/or /etc/rpm/macros?
Is /usr/lib/rpm/brp-strip-static-archive executable? If it's a script, is there a shell interpreter at the path that's specified in the shbang line at the top of the script?
Tim -- Tim Mooney mooney@xxxxxxxxxxxxxxxxxxxxxxxxx Information Technology Services (701) 231-1076 (Voice) Room 242-J6, IACC Building (701) 231-8541 (Fax) North Dakota State University, Fargo, ND 58105-5164
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list