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

has errors when build release #193

Closed
Maplely opened this issue Mar 11, 2023 · 5 comments
Closed

has errors when build release #193

Maplely opened this issue Mar 11, 2023 · 5 comments

Comments

@Maplely
Copy link

Maplely commented Mar 11, 2023

Problem
has errors when build release。

Log
error: failed to run custom build command for quote v1.0.23

Caused by:
process didn't exit successfully: /Users/xxx/Downloads/dufs/target/release/build/quote-9253156aff15e4c7/build-script-build (signal: 9, SIGKILL: kill)
warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for proc-macro2 v1.0.51
Caused by:
process didn't exit successfully: /Users/xxx/Downloads/dufs/target/release/build/proc-macro2-4f145f136714f2f1/build-script-build (signal: 9, SIGKILL: kill)

Environment:

  • Dufs version:v0.32.0
  • Browser/Webdav Info:
  • OS Info: Darwin xxx 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T8101 arm64
@Maplely
Copy link
Author

Maplely commented Mar 11, 2023

when i remove strip = true in Cargo.toml , above has resolved.

@sigoden
Copy link
Owner

sigoden commented Mar 11, 2023

I haven't found any issues on macos.

Try the following steps and see if they work:

  • rustup update to upgrade rust to latest version
  • cargo clean the old build/ache
  • cargo build -r again

@Maplely
Copy link
Author

Maplely commented Mar 12, 2023

it doesn't work

I haven't found any issues on macos.

Try the following steps and see if they work:

  • rustup update to upgrade rust to latest version
  • cargo clean the old build/ache
  • cargo build -r again

@sigoden
Copy link
Owner

sigoden commented Mar 12, 2023

I didn't find the problem on my own macOS, nor did I find it on CI's macOS.

Sorry, I can't solve your problem.

@sigoden
Copy link
Owner

sigoden commented Mar 17, 2023

dufs v0.33.0 upgraded dependencies. proc-macro2 was updated to v1.0.52. You may try again.

I never reproduced the problem. so I close this issue.

@sigoden sigoden closed this as completed Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants