-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
paru binary contains referenct to $srcdir #336
Comments
Which Rust toolchain are you compiling with? |
The debug symbols contain filepaths. There's not anything to be done on paru's side. |
I've used the default rust toolchain. |
This is an upstream issue with Rust as a whole, and is a real pain for reproducible builds. It can be somewhat comabtted by using Anyways, what I am trying to say is that there is no reason to keep this issue open here, because it's a problem of either Arch or Rust as a whole, and, for now, there is not anything that |
It's open because I did want to tackle it. I opened rust-lang/cargo#9407 ages ago but didn't have the time to continue with it. If I find the time I'd like to get it finished. |
Affected Version
paru -V
: 1.5.1Description
Have you checked previous issues for this bug? yes; none found
Output
When building the paru package, makepkg shows the following warning:
WARNING: Package contains reference to $srcdir
Grepping through the $pkgdir, it shows that the paru binary contains the reference to the $srcdir.
The text was updated successfully, but these errors were encountered: