Created attachment 692196 [details, diff] https://github.com/virtualsquare/vde-2/pull/25 I submitted a PR upstream and attached the patch to fix the build with parallel make which will allow removing -j1 from the ebuild. https://gitweb.gentoo.org/repo/gentoo.git/tree/net-misc/vde/vde-2.3.2-r6.ebuild#n50 https://github.com/virtualsquare/vde-2/pull/25
Upstream issue https://github.com/virtualsquare/vde-2/issues/6.
Thanks for the patch. Just so I understand the decision to move files around... Was there not a way to patch the existing makefiles to keep the existing file hierarchy?
I'm not an expert with autotools, but I do not think its possible. When make(1) reaches that makefile it will compile everything in parallel and the libvdemgmt.la file does not exist yet when it is needed.
Merged upstream. https://github.com/virtualsquare/vde-2/commit/7dd9ed46d5dca125ca45d679ac9f3acbfb0f9300
*** Bug 879559 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4ca3875c8798c0de8ddd6aa88978a4f5bfe939 commit ec4ca3875c8798c0de8ddd6aa88978a4f5bfe939 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-11-05 03:33:37 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-11-05 03:34:07 +0000 net-misc/vde: add 2.3.3 Closes: https://bugs.gentoo.org/776982 Signed-off-by: Sam James <sam@gentoo.org> net-misc/vde/Manifest | 1 + net-misc/vde/vde-2.3.3.ebuild | 71 ++++++++++++++++++++++++++++++++++++++++ net-misc/vde/vde-9999.ebuild | 75 ++++++++++++++++++++----------------------- 3 files changed, 106 insertions(+), 41 deletions(-)