Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120847 - pyifp apparently requires swig
Summary: pyifp apparently requires swig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 11:29 UTC by Albert Hopkins (RETIRED)
Modified: 2006-01-30 06:39 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 Albert Hopkins (RETIRED) gentoo-dev 2006-01-29 11:29:37 UTC
dev-python/pyifp apparently requires dev-lang/swig as a dependency because attempting to emerge it on a system without swig yields:

>>> Compiling source in /var/tmp/portage/pyifp-0.2.2/work/pyifp-0.2.2 ...
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.4
copying ifp.py -> build/lib.linux-x86_64-2.4
copying usb_core.py -> build/lib.linux-x86_64-2.4
copying ifp_core.py -> build/lib.linux-x86_64-2.4
running build_ext
building '_usb_core' extension
swig -v -python -ISWIG -shadow -o usb_core.c usb_core.i
unable to execute swig: No such file or directory
error: command 'swig' failed with exit status 1

pyifp is required by ifp-gnome, so emerging ifp-gnome also fails.
Comment 1 Patrick McLean gentoo-dev 2006-01-30 06:39:46 UTC
Dependency added, thanks.