We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to build packages that have posix-paths as a dependency (the specific package I am trying to build is udev), I get the following error:
posix-paths
udev
Progress: 2/3/tmp/stack9817/pax_global_header: setFileMode: does not exist (No such file or directory)
If there is any additional information that I can provide, let me know. Thanks.
The text was updated successfully, but these errors were encountered:
Do you build in virtual machine or somehow different filesystem?
Sorry, something went wrong.
Did you build stack via cabal? In that case, you can get behavior which don't affect other stack users, because of different package versions.
In this, case you likely have an old version of the tar package. See:
I have updated the tar lower bound to 0.5.0.3.
0.5.0.3
Closing, reopen if there's something I'm missing, and this isn't the issue.
Require tar version with tarbomb fix #2315
84d1202
No branches or pull requests
When I try to build packages that have
posix-paths
as a dependency (the specific package I am trying to build isudev
), I get the following error:If there is any additional information that I can provide, let me know. Thanks.
The text was updated successfully, but these errors were encountered: