Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 776982 - net-misc/vde: Patch to fix the build with parallel make
Summary: net-misc/vde: Patch to fix the build with parallel make
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH, UPSTREAM
: 879559 (view as bug list)
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2021-03-18 00:10 UTC by orbea
Modified: 2022-11-05 03:34 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
https://github.com/virtualsquare/vde-2/pull/25 (vde-parallel-make.patch,3.80 KB, patch)
2021-03-18 00:10 UTC, orbea
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description orbea 2021-03-18 00:10:19 UTC
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
Comment 1 orbea 2021-03-18 00:58:48 UTC
Upstream issue https://github.com/virtualsquare/vde-2/issues/6.
Comment 2 Adam Feldman gentoo-dev 2021-03-18 15:24:10 UTC
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?
Comment 3 orbea 2021-03-18 16:08:34 UTC
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.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-05 03:32:18 UTC
*** Bug 879559 has been marked as a duplicate of this bug. ***
Comment 6 Larry the Git Cow gentoo-dev 2022-11-05 03:34:16 UTC
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(-)