Summary: | app-emulation/virtualbox : Feature request to install `vditool` and `vbox-img` | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kent Fredric (IRC: kent\n) (RETIRED) <kentnl> |
Component: | Current packages | Assignee: | Viorel Munteanu <ceamac> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | bkohler, kalin, patrick, swapon |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
virtualbox-4-enable-tools.diff
patch against virtualbox-4.2.18.ebuild for extra tools |
Description
Kent Fredric (IRC: kent\n) (RETIRED)
![]() I need some time to look into this more closely. I am definitely interested in this enhancement but I currently lack enough time to test this thoroughly for inclusion into the portage tree. Created attachment 360074 [details, diff]
patch against virtualbox-4.2.18.ebuild for extra tools
Apparently these tools are being built as statically linked, so that's what your previous failure was about. I've added the proper zlib[static-libs] dep and converted to inline sed instead of a separate patch, give this a try if you can. The new tools seem to build/install/run fine here.
Some updates from upstream: vditool was removed upstream some 3 months ago. https://www.virtualbox.org/log/vbox/trunk/src/VBox/Storage/testcase/vditool.cpp?rev=58658&mode=path_history vbox-img is still persent https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Storage/testcase/vbox-img.cpp The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61b9f265ffdba5cb6bef51d49a86c2e077416c2 commit b61b9f265ffdba5cb6bef51d49a86c2e077416c2 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2022-11-08 17:36:37 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2022-11-20 08:16:37 +0000 app-emulation/virtualbox: add 7.0.4 Add vbox-img, a tool that comes with virtualbox but was not being compiled Closes: https://bugs.gentoo.org/443830 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> app-emulation/virtualbox/Manifest | 1 + .../files/virtualbox-7.0.4-fix-compilation.patch | 26 + app-emulation/virtualbox/virtualbox-7.0.4.ebuild | 689 +++++++++++++++++++++ 3 files changed, 716 insertions(+) |