FS#79854 - [fd] should be recompiled with a new version of rust (gets stuck)
Attached to Project:
Arch Linux
Opened by Nathan Lapel (Senzaki) - Wednesday, 04 October 2023, 18:41 GMT
Last edited by Toolybird (Toolybird) - Friday, 06 October 2023, 06:55 GMT
Opened by Nathan Lapel (Senzaki) - Wednesday, 04 October 2023, 18:41 GMT
Last edited by Toolybird (Toolybird) - Friday, 06 October 2023, 06:55 GMT
|
Details
Description:
fd gets stuck when searching the root filesystem with a non-root account (e.g. "fd . /"). This is because of a bug in the Rust standard library itself that was fixed (in Rust 1.68.0, see https://github.com/rust-lang/rust/pull/105638). Recompiling fd with the most recent Rust version fixes this issue. Additional info: * package version(s) : 8.7.0 * link to upstream bug report : https://github.com/sharkdp/fd/issues/288 Steps to reproduce: pacman -S fd fd . / |
This task depends upon
Closed by Toolybird (Toolybird)
Friday, 06 October 2023, 06:55 GMT
Reason for closing: Fixed
Additional comments about closing: fd 8.7.0-2
Friday, 06 October 2023, 06:55 GMT
Reason for closing: Fixed
Additional comments about closing: fd 8.7.0-2
Comment by
Sven-Hendrik Haase (Svenstaro) -
Thursday, 05 October 2023, 18:06 GMT
Ok, rebuilt. Please check now.