Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372517 - dev-python/pypy-1.5: Wrong dependencies
Summary: dev-python/pypy-1.5: Wrong dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 21:50 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-06-24 09:21 UTC (History)
2 users (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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-21 21:50:35 UTC
Dependencies on >=app-admin/eselect-python-20091230 and sys-devel/gcc are not needed.

Some other dependencies might be also not needed. Somebody should attach outputs of the following commands:
qlist dev-python/pypy-1.5 | sort
scanelf -qF "%F: %n" $(qlist dev-python/pypy-1.5 | sort)
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-22 14:52:59 UTC
Dependency on Python 2 is also missing. Is Python 2 needed only at build time or also run time?
Comment 2 Ilya Osadchiy 2011-06-23 20:03:52 UTC
AFAIK, Python2 is needed only at build time. And it doesn't have to be CPython, you can build pypy with earlier pypy.
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-24 08:59:03 UTC
./pypy-c: librt.so.1,libm.so.6,libdl.so.2,libssl.so.1.0.0,libcrypto.so.1.0.0,libexpat.so.1,libbz2.so.1,libz.so.1,libutil.so.1,libffi.so.5,libcrypt.so.1,libncurses.so.5,libpthread.so.0,libc.so.6
./pypy-c: librt.so.1,libm.so.6,libdl.so.2,libssl.so.1.0.0,libcrypto.so.1.0.0,libexpat.so.1,libbz2.so.1,libz.so.1,libutil.so.1,libffi.so.5,libcrypt.so.1,libncurses.so.5,libpthread.so.0,libc.so.6

So, it looks to me like the other dependencies *are* needed.
Comment 4 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-24 09:07:07 UTC
Also, I think zlib and bzip2 are already in the system set, so they can be removed as well.
Comment 5 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-06-24 09:21:52 UTC
Fixed in ebuild revision.