Package Details: strace-parser 0.7.2-1

Git Clone URL: https://aur.archlinux.org/strace-parser.git (read-only, click to copy)
Package Base: strace-parser
Description: A tool to analyze raw strace data
Upstream URL: https://gitlab.com/gitlab-com/support/toolbox/strace-parser
Licenses: MIT
Submitter: barbuk
Maintainer: barbuk
Last Packager: barbuk
Votes: 0
Popularity: 0.000000
First Submitted: 2019-12-10 11:04 (UTC)
Last Updated: 2021-06-16 11:39 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

barbuk commented on 2020-12-21 14:47 (UTC)

Thanks for the confirmation.

FYI, rustup should work too, you have to keep it up to date with: rustup update

huiser commented on 2020-12-21 14:42 (UTC)

Yes, works with rustc 1.48.0 I had package 'rustup' installed, replaced it with 'rust'.

barbuk commented on 2020-12-21 14:33 (UTC)

It seems to be a closed issue with rustc 1.41. Could you check what version of rust you are using ?

From my side, the package is building without issue with rustc 1.48.0 (7eac88abb 2020-11-16)

huiser commented on 2020-12-14 09:50 (UTC)

0.7.0-1 fails to build:

==> Starting build()...
   Compiling parser v0.6.3 (/data/temp/trizen/strace-parser/src/strace-parser-v0.7.0/parser)
error[E0658]: use of unstable library feature 'matches_macro'
   --> parser/src/parser.rs:283:39
    |
283 |                 b"fork" | b"vfork" if matches!(call_status, CallStatus::Complete) => {
    |                                       ^^^^^^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/65721