On January 7, 2004 08:05 pm, Michael Stefaniuc wrote:
The only thing i can imagine is that you have something different in /usr/lib/rpm/. You can check that with: (for i in /usr/lib/rpm/*; do rpm -qf $i; done) | sort | uniq I get following output: redhat-rpm-config-8.0.21-1 rpm-4.2-0.69 rpm-build-4.2-0.69 rpm-devel-4.2-0.69
I'm getting this:
[dimi@dimi lostwages]$ (for i in /usr/lib/rpm/*; do rpm -qf $i; done) | sort | uniq file /usr/lib/rpm/athlon-redhat-linux is not owned by any package file /usr/lib/rpm/i386-redhat-linux is not owned by any package file /usr/lib/rpm/i486-redhat-linux is not owned by any package file /usr/lib/rpm/i586-redhat-linux is not owned by any package file /usr/lib/rpm/i686-redhat-linux is not owned by any package rpm-4.2-0.69 rpm-build-4.2-0.69 rpm-devel-4.2-0.69
By appending a " | xargs rpm -V" to the above command you can check if files from the above rpms are unmodified. No output is good (that's what i'm getting).
I get this:
....L... /usr/lib/rpm/athlon-linux ....L... /usr/lib/rpm/i386-linux S.5..... /usr/lib/rpm/i386-linux/macros ....L... /usr/lib/rpm/i486-linux ....L... /usr/lib/rpm/i586-linux ....L... /usr/lib/rpm/i686-linux ....L... /usr/lib/rpm/noarch-linux