-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission denied on windows #1646
Comments
I reproduced on several windows 10 environments. I suspected mcafee on-scann access but this is not the case as one of the computer has no mcafee or other specific virus scan installed. Also in the project, many static libs depend on the same static lib. |
Hi Julien,
I think I have experienced the same problem but with precompiled headers on
Window 10. Concurrent access to the same precompiled header resulted in
permission denied error. Problem disappeared when running in serial instead
of parallel.
Cheers,
Nico
…On Mon, Sep 9, 2019 at 2:58 PM Julien Staub ***@***.***> wrote:
I reproduced on several windows 10 environments. I suspected mcafee
on-scann access but this is not the case as one of the computer has no
mcafee or other specific virus scan installed.
Please let me know if I must give some more information
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1646?email_source=notifications&email_token=AAEWBZ6ACAJR5FN4WPH4HFDQIZB6DA5CNFSM4IUIGKN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6HO6HQ#issuecomment-529461022>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEWBZZFY65L4K32CPGOEEDQIZB6DANCNFSM4IUIGKNQ>
.
--
Nicolas Desprès
|
Thank you Nicolas. |
Unfortunately not.
…On Thu, Oct 31, 2019 at 9:16 AM Julien Staub ***@***.***> wrote:
I used the same workaround but this should be fixed. I cannot share my
example but do you have a shareable minimal code to reproduce the issue ?
This could help to fix it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1646?email_source=notifications&email_token=AAEWBZ5AQEON72HEYOOZBCDQRKH7VA5CNFSM4IUIGKN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECW4RCQ#issuecomment-548259978>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEWBZ52FFFIWJNQTUFDDELQRKH7VANCNFSM4IUIGKNQ>
.
--
Nicolas Desprès
|
A minimal project to reproduce the bug can be found in this repository. The project has mainly empty file but many diamond dependencies between static libraries. |
Maybe this is relevant, it might not be a ninja issue afterall: |
I have this same problem, Ninja 1.10.0. Any news on a fix? Working around it by disabling threading is painful... |
Hi Vox-Ben, I'm also facing the same problem. what is the workaround ? |
@leoatinnovation If you pass |
Just to confirm that this bug is still present in 1.10.1. Any chance you guys could try rebuilding binuitils per @kromancer 's link before you do the next version, to see if that solves the problem? |
Similar issue here
|
Similar issue here, using Ninja 1.10.2:
|
This comment was marked as abuse.
This comment was marked as abuse.
Bit late to the party but in my case directory names with spaces caused the issue. |
help |
I had to delete my |
Ninja 1.8.2 and 1.9.0 reproduced.
In a project creating many static libraries with cmake,
The issue is spurious, not always on same file. When running serial instead parallel, the problem disappear. Also just continuing build when it fails seem to permit finishing the build.
I found someone with the same problem (in german) here .
I think this could come from parallel (or too fast) access to same files in windows.
The text was updated successfully, but these errors were encountered: