Summary: | sys-devel/gdb-7.2: requires python-2* | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 | ||
Attachments: |
gdb-7.2:20100911-194437.log
gdb-7.2.ebuild.patch |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() gdb doesnt install any .py files. it merely links against it. sys-devel/gdb-7.2 fails to build when Python 3.* is set as main active version of Python. Created attachment 246901 [details]
gdb-7.2:20100911-194437.log
then post a patch where gdb only requires python-2 in the ebuild. or i can simply change the depend to =dev-lang/python-2*. the current python.eclass wrongly requires app-admin/eselect-python unconditionally, so inheriting that isnt an option. Created attachment 246959 [details, diff]
gdb-7.2.ebuild.patch
sys-devel/gdb-7.2 is misported to EAPI="3". econf() is called twice.
thanks, that looks good to me http://sources.gentoo.org/sys-devel/gdb/gdb-7.2.ebuild?r1=1.2&r2=1.3 |