Summary: | app-emulation/virtualbox-5.2.22: No more need to remove GCC version check and replace ECHO_N | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Bloch <lb.workbox> |
Component: | Current packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | hydrapolic |
Priority: | Low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Leonid Bloch
2018-11-10 03:07:01 UTC
Have you please tested with latest gcc 8? Tested with GCC 8.1.0. The gcc version checks - by past experience - are subject to constant changes in VirtualBox so I won't remove our current gcc version check removal code. Thanks for letting me know that upstream finally replaced "echo -n" with "printf". I gonna remove that sed statement in all ebuild. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b036555114a203eb62490c56edb726c2d3999e85 commit b036555114a203eb62490c56edb726c2d3999e85 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2018-11-16 14:06:28 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-11-16 14:48:06 +0000 app-emulation/virtualbox: removed "echo -n" replacement code as upstream finally replaced "echo -n" with "printf" in their configure script. Closes: https://bugs.gentoo.org/670806 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> app-emulation/virtualbox/virtualbox-5.2.14-r1.ebuild | 5 +---- app-emulation/virtualbox/virtualbox-5.2.20.ebuild | 3 --- app-emulation/virtualbox/virtualbox-5.2.22.ebuild | 3 --- 3 files changed, 1 insertion(+), 10 deletions(-) |