Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646900 - app-emulation/virt-manager-9999 should depend on dev-python/configparser
Summary: app-emulation/virt-manager-9999 should depend on dev-python/configparser
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-07 14:48 UTC by INODE64 Sistemas
Modified: 2018-02-12 01:58 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 INODE64 Sistemas 2018-02-07 14:48:04 UTC
From last week, virt-manager needs configparser
It shows this error without it.

----------
>>> Source unpacked in /var/tmp/portage/app-emulation/virt-manager-9999/work
>>> Preparing source in /var/tmp/portage/app-emulation/virt-manager-9999/work/virt-manager-9999 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-emulation/virt-manager-9999/work/virt-manager-9999 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-emulation/virt-manager-9999/work/virt-manager-9999 ...
/usr/bin/python2.7 setup.py configure --qemu-user=qemu --default-graphics=spice
Traceback (most recent call last):
  File "setup.py", line 20, in <module>
    from virtcli import CLIConfig
  File "/var/tmp/portage/app-emulation/virt-manager-9999/work/virt-manager-9999/virtcli/__init__.py", line 3, in <module>
    from .cliconfig import CLIConfig
  File "/var/tmp/portage/app-emulation/virt-manager-9999/work/virt-manager-9999/virtcli/cliconfig.py", line 24, in <module>
    import configparser
ImportError: No module named configparser
 * ERROR: app-emulation/virt-manager-9999::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called src_compile
 *   environment, line 4608:  Called distutils-r1_src_compile
 *   environment, line 1095:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  391:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1086:  Called distutils-r1_python_compile
 *   environment, line  961:  Called esetup.py 'configure' '--qemu-user=qemu' '--default-graphics=spice'
 *   environment, line 1651:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=app-emulation/virt-manager-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-emulation/virt-manager-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-emulation/virt-manager-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/virt-manager-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/app-emulation/virt-manager-9999/work/virt-manager-9999'
 * S: '/var/tmp/portage/app-emulation/virt-manager-9999/work/virt-manager-9999'


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2018-02-12 01:58:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d73deac8d938899574c1e22b042b02d43801e7

commit 95d73deac8d938899574c1e22b042b02d43801e7
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-02-12 01:53:48 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-02-12 01:53:48 +0000

    app-emulation/virt-manager: ebuild maintenance
    
     - sort dependencies
     - add new dependency on configparser
    
    Closes: https://bugs.gentoo.org/646900
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/virt-manager/virt-manager-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)