Created attachment 639400 [details] Patch to fix build architecture Description of problem: js for armv6tel is actually built for armv7 processor. Version-Release number of selected component (if applicable): js-1.8.5-10.fc18.armv5tel How reproducible: Always Steps to Reproduce: 1.Run nmcli nm list 2. 3. Actual results: It takes about 30 seconds to respond Expected results: Immediate response Additional info: This is caused by AuthorisationManager terminating with Illegal Instruction. This in turn is caused by js, which has been build for the armv7 processor. I have modified the js configure.in (see attached patch), and it now all runs successfully.
*** This bug has been marked as a duplicate of bug 870510 ***