Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42761 - dev-python/m2crypto-0.12 missing swig build dependency
Summary: dev-python/m2crypto-0.12 missing swig build dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 08:10 UTC by Petter E. Stokke
Modified: 2004-02-25 18:34 UTC (History)
0 users

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 Petter E. Stokke 2004-02-24 08:10:38 UTC
The M2Crypto 0.12 package needs swig to be installed in order to compile. The ebuild doesn't list this as a build dependency, and so the emerge will fail if swig isn't already installed.

Reproducible: Always
Steps to Reproduce:
emerge m2crypto
Actual Results:  
building '__m2crypto' extension 
swig -python -ISWIG -o SWIG/_m2crypto.c SWIG/_m2crypto.i 
unable to execute swig: No such file or directory 
error: command 'swig' failed with exit status 1 
 
!!! ERROR: dev-python/m2crypto-0.12 failed. 
!!! Function distutils_src_compile, Line 38, Exitcode 1 
!!! compilation failed
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2004-02-25 18:34:26 UTC
Fixed in cvs. Thank you for reporting this.