search for: ignorearch

Displaying 2 results from an estimated 2 matches for "ignorearch".

2010 Aug 15
1
Yum broken after x86_64 upgrade
...was: /usr/lib/python2.4/site-packages/rpm/_rpmmodule.so: wrong ELF class: ELFCLASS32 ~~~ OK, so I thought I could fix this by installing the dependency. After digging through a bunch of cascading dependencies using rpm, I got to the elfutils, which didn't want to install until I used the --ignorearch switch on rpm. However, when I try to install the 64-bit version of rpm-libs on top of that, I still get the complaint about the failed dependency on elfutils. My first question is: Would I be better off just wiping the machine and installing from scratch at this point, or is there some sane way t...
2013 Feb 08
1
rpmbuild for different architecture [OT?]
...ile but that didn't help. A second problem is that when I go to install the rpm on the target machine, I get an error saying that the architecture doesn't match. I had to use --ignorarch to get it to install. What does rpm use to determine what the architecture is if not uname? With the --ignorearch option, the RPM installs and the program runs as expected. Thanks, Steve