Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592684 - app-emulation/libvirt extra arguments no longer supported; please file a bug
Summary: app-emulation/libvirt extra arguments no longer supported; please file a bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
: 592724 592758 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-09-01 18:04 UTC by Fabian Köster
Modified: 2016-09-03 09:03 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 Fabian Köster 2016-09-01 18:04:44 UTC
The libvirt ebuild does not correctly use the enewuser command which now raises an error:

"extra arguments no longer supported; please file a bug" libvirt

Instead of the line

enewuser qemu 77 -1 -1 qemu kvm

it should have

enewuser qemu 77 -1 -1 "qemu,kvm"

as described here:

https://devmanual.gentoo.org/ebuild-writing/users-and-groups/
Comment 1 Fabian Köster 2016-09-01 18:05:34 UTC
Only reproducible if user "qemu" does not already exist on the system.
Comment 2 Matthias Maier gentoo-dev 2016-09-02 14:37:21 UTC
*** Bug 592724 has been marked as a duplicate of this bug. ***
Comment 3 Matthias Maier gentoo-dev 2016-09-02 14:43:41 UTC
Thanks a lot for the bug report!


commit 791af11a35ef56dcba6113a5d31be17a4f0e83d9
Author: Matthias Maier <tamiko@gentoo.org>
Date:   Fri Sep 2 09:39:23 2016 -0500

    app-emulation/libvirt: call enewuser with correct no of args, bug #592684
    
    Package-Manager: portage-2.2.28
Comment 4 Arfrever Frehtes Taifersar Arahesis 2016-09-03 09:03:17 UTC
*** Bug 592758 has been marked as a duplicate of this bug. ***