Skip to content
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

build failure: file exists #595

Closed
ctron opened this issue Aug 24, 2023 · 7 comments
Closed

build failure: file exists #595

ctron opened this issue Aug 24, 2023 · 7 comments
Labels

Comments

@ctron
Copy link
Collaborator

ctron commented Aug 24, 2023

Running a trunk build, I get the following error:

Error: error from HTML pipeline

Caused by:
    0: error from asset pipeline
    1: error copying directory
    2: error copying directory
    3: File exists (os error 17)

I believe this comes from: webdesus/fs_extra#72

@lpotthast
Copy link
Contributor

@ctron The directory copy behaviour bogged me as well. My setup includes multiple "js" directories being copied, which does not work reliably. Due to the maintenance issues, I recently forked Trunk and changed it myself. Look at this commit: 28a16d0 Simply removed the fs_extra crate entirely. Works good for me.

@ctron
Copy link
Collaborator Author

ctron commented Sep 10, 2023

@lpotthast Would you be willing to raise a PR with that? I think that looks good.

@ctron
Copy link
Collaborator Author

ctron commented Sep 29, 2023

@lpotthast I merged this change into trunk-ng, released as part of 0.17.7

@ctron
Copy link
Collaborator Author

ctron commented Oct 4, 2023

This also seems to fix an "access denied" issue on Windows.

Copy link

github-actions bot commented Nov 4, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 4, 2023
Copy link

github-actions bot commented Nov 9, 2023

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2023
@ctron
Copy link
Collaborator Author

ctron commented Nov 9, 2023

It's fixed in trunk-ng though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants