https://bugs.winehq.org/show_bug.cgi?id=53077
Bug ID: 53077 Summary: Wine only compiles on one kernel Product: Wine Version: 7.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jon9097@gmail.com Distribution: ---
Created attachment 72497 --> https://bugs.winehq.org/attachment.cgi?id=72497 Log
Could you please tell me if there is a way to make the compilation run on all cores of the processor? By default wine takes 2 hours to compile. If I enable MAKEFLAGS="-j$(nproc)" in makepkg.conf - it won't compile at all. Is there any way to compile faster?
I use Arch Linux.
Wine only compiles on one kernel
https://bugs.winehq.org/show_bug.cgi?id=53077
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Hi,
that's a binutils problem, see bug 52770.
https://bugs.winehq.org/show_bug.cgi?id=53077
--- Comment #2 from Konstantin jon9097@gmail.com --- (In reply to Nikolay Sivov from comment #1)
Hi,
that's a binutils problem, see bug 52770.
Hi, I read it, but I still don't understand what to do.
https://bugs.winehq.org/show_bug.cgi?id=53077
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE Severity|major |normal
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Easiest way is to keep using a single make job. Otherwise you'll need patched binutils for mingw-w64, and maybe for the host as well.
*** This bug has been marked as a duplicate of bug 52770 ***
https://bugs.winehq.org/show_bug.cgi?id=53077
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine only compiles on one |Compilation fails when |kernel |multiple jobs are used
https://bugs.winehq.org/show_bug.cgi?id=53077
--- Comment #4 from Konstantin jon9097@gmail.com --- (In reply to Nikolay Sivov from comment #3)
Easiest way is to keep using a single make job. Otherwise you'll need patched binutils for mingw-w64, and maybe for the host as well.
*** This bug has been marked as a duplicate of bug 52770 ***
Can you please tell me how to do this? It compiles very slowly on 1 kernel.
https://bugs.winehq.org/show_bug.cgi?id=53077
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Konstantin from comment #4)
(In reply to Nikolay Sivov from comment #3)
Easiest way is to keep using a single make job. Otherwise you'll need patched binutils for mingw-w64, and maybe for the host as well.
*** This bug has been marked as a duplicate of bug 52770 ***
Can you please tell me how to do this? It compiles very slowly on 1 kernel.
Maybe you could ask Arch binutils/mingw-w64 package maintainers to include that binutils fix.
https://bugs.winehq.org/show_bug.cgi?id=53077
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Ken Sharp imwellcushtymelike@gmail.com --- Closing