[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] acl: add libmisc's dependency on include
From: |
Mike Frysinger |
Subject: |
Re: [Acl-devel] acl: add libmisc's dependency on include |
Date: |
Sun, 21 Jan 2018 00:44:31 -0500 |
On 22 May 2017 18:20, Qi Hou wrote:
> When acl being MAKEed via bitbake, there were errors, like below,
> though rarely:
>
> ...
>
> After analyzing the compiling log and review the Makefile's, it was
> found that it's libmisc's depency on include that caused the errors.
>
> With 0001-acl-include-sleep-5-seconds-before-ln-s.patch, it could be
> reproduced. What we did was delaying MAKEing include 5 seconds. That
> would make libmisc be MAKEed earlier than include. Then, acl/libacl.h
> and sys/acl.h missed errors will happen.
>
> That could happen in parall MAKEing subdirectories of acl, chancely.
>
> To fix this, libmisc's dependency on include should be added.
>
> With 0001-acl-add-libmisc-s-dependency-on-include.patch, this issue could
> be avoided.
thanks, but those patches are no longer necessary with 2.4.48. we've
completely replaced the build system with configure+make and there is
no race condition in the way you describe anymore.
-mike
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Acl-devel] acl: add libmisc's dependency on include,
Mike Frysinger <=