Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452782 - dev-python/beautifulsoup-4.1.3-r1 with USE=doc depends on dev-python/sphinx[${PYTHON_USEDEP}] but dev-python/sphinx--1.1.3-r5 has no python_targets_python3.3
Summary: dev-python/beautifulsoup-4.1.3-r1 with USE=doc depends on dev-python/sphinx[$...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 452766 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-18 09:14 UTC by Andrey Grozin
Modified: 2013-01-18 11:14 UTC (History)
3 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 Andrey Grozin gentoo-dev 2013-01-18 09:14:25 UTC
My PYTHON_TARGETS is "python2.7 python3.2". Trying to emerge beautifulsoup-4.1.3-r1 with USE=doc results in

emerge: there are no ebuilds built with USE flags to satisfy "dev-python/sphinx[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]".
!!! One of the following packages is required to complete your request:
- dev-python/sphinx-1.1.3-r5::gentoo (Missing IUSE: python_targets_python3_3)
- dev-python/sphinx-1.1.3-r3::gentoo (Missing IUSE: python_targets_python3_1 python_targets_python3_2 python_targets_python2_7 python_targets_python2_6)
- dev-python/sphinx-1.1.3-r2::gentoo (Missing IUSE: python_targets_python3_1 python_targets_python3_2 python_targets_python2_7 python_targets_python2_6)
- dev-python/sphinx-1.1.3-r1::gentoo (Missing IUSE: python_targets_python3_1 python_targets_python3_2 python_targets_python2_7 python_targets_python2_6)
- dev-python/sphinx-1.1.3::gentoo (Missing IUSE: python_targets_python3_1 python_targets_python3_2 python_targets_python2_7 python_targets_python2_6)
- dev-python/sphinx-1.1.2::gentoo (Missing IUSE: python_targets_python3_1 python_targets_python3_2 python_targets_python2_7 python_targets_python2_6)
- dev-python/sphinx-1.0.7::gentoo (Missing IUSE: python_targets_python3_1 python_targets_python3_2 python_targets_python2_7 python_targets_python2_6)
(dependency required by "dev-python/beautifulsoup-4.1.3-r1" [ebuild])
(dependency required by "dev-python/beautifulsoup" [argument])
Comment 1 Andrey Grozin gentoo-dev 2013-01-18 09:43:49 UTC
I tried to mask >=dev-python/beautifulsoup-4.1.3-r1, but the installed dev-python/lxml-3.0.1 requires to unmask it back because of

  18 Jan 2013; Patrick McLean <chutzpah@gentoo.org> lxml-3.0.1.ebuild:
  Re-add python-3.3 support

Cannot emerge -avuD @world
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-18 10:11:43 UTC
*** Bug 452766 has been marked as a duplicate of this bug. ***
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-18 10:12:18 UTC
That's what happens when people use 'repoman --force' while not understanding the errors thrown by it…
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-18 10:19:59 UTC
Since the milk is spilled already, I'll try to fix Python3.3 support in sphinx to fix this once and for all.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-18 11:14:12 UTC
Fixed and committed.