Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267412 - net-wireless/crda-1.0.2 is missing dependency on dev-python/m2crypto
Summary: net-wireless/crda-1.0.2 is missing dependency on dev-python/m2crypto
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-25 13:00 UTC by Enne Eziarc
Modified: 2009-04-26 20:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enne Eziarc 2009-04-25 13:00:32 UTC
Updating from crda 1.0.1-r1 to 1.0.2 fails with the error below. The old version installs fine, so I guess they've only added it this release.

Reproducible: Always

Steps to Reproduce:
1. emerge \<net-wireless/crda-1.0.2
2. emerge net-wireless/crda-1.0.2
3. :(

Actual Results:  
>>> Compiling source in /var/tmp/portage/net-wireless/crda-1.0.2/work/crda-1.0.2 ...
make CC=i686-pc-linux-gnu-gcc 
  GEN  keys-gcrypt.c
  Trusted pubkeys: pubkeys/linville.key.pub.pem
./utils/key2pub.py:7: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  sys.stderr.write('ERROR: Failed to import the "M2Crypto" module: %s\n' % e.message)
ERROR: Failed to import the "M2Crypto" module: No module named M2Crypto
Please install the "M2Crypto" Python module.
On Debian GNU/Linux the package is called "python-m2crypto".
make: *** [keys-gcrypt.c] Error 1
 * 
 * ERROR: net-wireless/crda-1.0.2 failed.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-25 17:10:44 UTC
Please post your "emerge --info" and attach the build.log file of the failed emerge to this bug.
Comment 2 Sebastian Luther (few) 2009-04-26 19:29:01 UTC
Can't reproduce this on amd64. 

Please try to run python-updater. If this does not fix it, try emerge -1 dev-python/m2crypto.
Comment 3 Enne Eziarc 2009-04-26 20:37:06 UTC
Oops, sorry about that, you're right. m2crypto was installed for python 2.5 and I had both 2.5 and 2.6 installed, python-updater fixed it.
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-26 20:50:07 UTC
Marking as INVALID then.