From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 Description of problem: The openssl spec file doesn't know about the armv5te(b) architectures. This causes it to attempt to build the package as linux-elf on such architectures, which then tries to assemble an x86 assembler file using the ARM assembler, etc. Fortunately, openssl itself does understand ARM. Make the spec file use sslarch linux-elf-arm, and all is well. Version-Release number of selected component (if applicable): 0.9.7a-35 How reproducible: Always
Created attachment 102585 [details] Suggested fix.
Not a supported architecture.