Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527062 - app-emulation/qemu - add USE=samba
Summary: app-emulation/qemu - add USE=samba
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-27 11:50 UTC by Priit Laes (IRC: plaes)
Modified: 2014-10-27 18:59 UTC (History)
1 user (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 Priit Laes (IRC: plaes) 2014-10-27 11:50:12 UTC
As qemu has option to share a directory with guest via Samba share it would be nice if qemu had USE="samba" possibility, because this functionality requires existing samba binaries to be installed on the host machine.

http://en.wikibooks.org/wiki/QEMU/Networking#SMB_server
Comment 1 SpanKY gentoo-dev 2014-10-27 17:31:01 UTC
it's already enabled and pretty always has been

http://qemu.weilnetz.de/qemu-doc.html#index-g_t_002dnet-71
Comment 2 Priit Laes (IRC: plaes) 2014-10-27 18:03:30 UTC
(In reply to SpanKY from comment #1)
> it's already enabled and pretty always has been
> 
> http://qemu.weilnetz.de/qemu-doc.html#index-g_t_002dnet-71

Yes, it's automatically enabled even in case no samba is installed on users machine. Having USE="samba" would make things a bit more predictable on installation.
Comment 3 SpanKY gentoo-dev 2014-10-27 18:59:16 UTC
(In reply to Priit Laes (IRC: plaes) from comment #2)

i don't see a lot of value in a USE=samba that only does:
  RDEPEND="samba? ( net-fs/samba )"

there's no build-time knobs here