[CRIU] [PATCH] make: fix build of protobuf/ directory

Ruslan Kuprieiev kupruser at gmail.com
Thu Jan 22 04:13:27 PST 2015


On 01/22/2015 02:11 PM, Pavel Emelyanov wrote:
> On 01/21/2015 08:45 AM, Filipe Brandenburger wrote:
>> Commit 97743f421c6557 ("make: fix multithreded compilation") broke the
>> build by introducing opts.pb-c.c as a dependency of any *.pb-c.c in the
>> protobuf/ directory. Fix that by reverting that part of the patch.
>>
>> Reported-by: Saied Kazemi <saied at google.com>
>> Signed-off-by: Filipe Brandenburger <filbranden at google.com>
> BTW this particular dependency seems to prevent all .c files
> from being compiled 2 times. On the other hand, w/o your patch
> I see the circular dependency from opts.pb-c.c on itself :)
>
>
> Guys, what's your plan to fix the build system? Our auto-test
> farm is blocked on it being broken. However, if it takes long
> we can probably ask Andrey to turn parallel compilation off
> for a while.

[PATCH] make: protobuf -- Rework build procedure by Cyrill Gorcunov,
seems to solve all the problems for me. Including double compilation
and dependencies.

> Thanks,
> Pavel
>



More information about the CRIU mailing list