Description of problem: The latest rhpl includes a reference to an undefined symbol (iw_pr_ether) in the ethtool module, so importing it fails. By the looks of it, it's a function which libiw would be expected to provide, but libiw provides no such function. Version-Release number of selected component (if applicable): rhpl-0.170-1 How reproducible: Always Steps to Reproduce: 1. python -c "import rhpl.ethtool" Actual results: ImportError: /usr/lib/python2.4/site-packages/rhpl/ethtool.so: undefined symbol: iw_pr_ether Expected results: (no output)
*** This bug has been marked as a duplicate of 168017 ***