Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482366 - app-portage/gentoolkit-0.3.0.7-r2 with virtual/pypy-2.0: does not build, wants xml USE flag
Summary: app-portage/gentoolkit-0.3.0.7-r2 with virtual/pypy-2.0: does not build, want...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 346443
  Show dependency tree
 
Reported: 2013-08-24 20:52 UTC by Denis Lisov
Modified: 2013-09-07 13:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,18.67 KB, text/plain)
2013-08-24 20:53 UTC, Denis Lisov
Details
emerge --info (info,4.66 KB, text/plain)
2013-08-25 07:25 UTC, Tom Li
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Lisov 2013-08-24 20:52:33 UTC
Build log

 * Package:    app-portage/gentoolkit-0.3.0.7-r2
 * Repository: gentoo
 * Maintainer: tools-portage@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> ^[[1m^[[37mcfg-update-1.8.2-r1^[[0m^[[0m: Checksum index is up-to-date ...
 * Please rebuild virtual/pypy:2.0 with the following USE flags enabled: xml
 * ERROR: app-portage/gentoolkit-0.3.0.7-r2::gentoo failed (setup phase):
 *   Please rebuild virtual/pypy:2.0 with the following USE flags enabled: xml
 *
 * Call stack:
 *       ebuild.sh, line   93:  Called pkg_setup
 *       ebuild.sh, line  317:  Called python_pkg_setup
 *   python.eclass, line  466:  Called python_execute_function '-q' 'python_pkg_setup_check_USE_flags'
 *   python.eclass, line 1101:  Called python_pkg_setup_check_USE_flags
 *   python.eclass, line  449:  Called die
 * The specific snippet of code:
 *                                      die "Please rebuild ${python_atom} with the following USE flags enabled: ${PYTHON_USE_WITH}"
 *
 * If you need support, post the output of `emerge --info '=app-portage/gentoolkit-0.3.0.7-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-portage/gentoolkit-0.3.0.7-r2::gentoo'`.
 * The complete build log is located at '/var/log/portage/full/build/app-portage/gentoolkit-0.3.0.7-r2:20130824-204542.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/app-portage/gentoolkit-0.3.0.7-r2/temp/die.env'.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/tmp/portage/app-portage/gentoolkit-0.3.0.7-r2/work/gentoolkit-0.3.0.7'

But
# emerge -1 virtual/pypy
...
[ebuild   R    ] virtual/pypy-2.0:2.0  USE="bzip2 ncurses sqlite" 0 kB

Reproducible: Always
Comment 1 Denis Lisov 2013-08-24 20:53:24 UTC
Created attachment 356904 [details]
emerge --info
Comment 2 Tom Li 2013-08-25 07:21:05 UTC
I have this issue too.

 * Messages for package app-portage/gentoolkit-0.3.0.7-r2:

 * Please rebuild virtual/pypy:2.0 with the following USE flags enabled: xml
 * ERROR: app-portage/gentoolkit-0.3.0.7-r2::gentoo failed (setup phase):
 *   Please rebuild virtual/pypy:2.0 with the following USE flags enabled: xml
 * 
 * Call stack:
 *       ebuild.sh, line   93:  Called pkg_setup
 *       ebuild.sh, line  317:  Called python_pkg_setup
 *   python.eclass, line  466:  Called python_execute_function '-q' 'python_pkg_setup_check_USE_flags'
 *   python.eclass, line 1101:  Called python_pkg_setup_check_USE_flags
 *   python.eclass, line  449:  Called die
 * The specific snippet of code:
 *                                      die "Please rebuild ${python_atom} with the following USE flags enabled: ${PYTHON_USE_WITH}"
 * 
 * If you need support, post the output of `emerge --info '=app-portage/gentoolkit-0.3.0.7-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-portage/gentoolkit-0.3.0.7-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-portage/gentoolkit-0.3.0.7-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-portage/gentoolkit-0.3.0.7-r2/temp/die.env'.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/tmp/portage/app-portage/gentoolkit-0.3.0.7-r2/work/gentoolkit-0.3.0.7'
Comment 3 Tom Li 2013-08-25 07:24:20 UTC
xml flag removed, because of #477514 (https://bugs.gentoo.org/show_bug.cgi?id=477514).
Comment 4 Tom Li 2013-08-25 07:25:53 UTC
Created attachment 356954 [details]
emerge --info
Comment 5 Paul Varner (RETIRED) gentoo-dev 2013-09-04 22:20:48 UTC
I will be releasing gentoolkit-0.3.0.8 in a few days, which will fix this issue.
Comment 6 Tom Li 2013-09-07 03:43:13 UTC
Great, fixed. Mark it as "resolved/fixed" please.