Chen
Chen
> Looks like build target is OK and looks like check still is not fully adapted to use automake 🤔 Yes, the check is borrowed from the original testsuite.
Tried to reproduce in CentOS, Fedora etc, but to no avail. Maybe a full RHEL hardened build setting is required to reproduce?
I migrated the legacy tests to build by automake in master branch, could you please test?
I created a RHEL9 VM on aws and tried rpmbuild: ```shell # on master branch $ make dist && cp lsof-4.97.0.tar.gz ~/rpmbuild/SOURCES $ cd ~/rpmbuild/SPECS $ cat lsof.spec Name: lsof...
Which file system are you using?
> btrfs That's a known problem, see https://github.com/lsof-org/lsof/issues/152
Thanks for pointing it out, could you create a pull request?
> Sure. Which one of the two options do you prefer? `inhibits the conversion of port numbers to port names for network files (the mapping is commonly learned from /etc/services)`
I am interested in becoming a maintainer: I am a user of capstone-rs, and I am also a contributor of the capstone project (mainly LoongArch support for capstone v6).
The upstream fixes it in the `next` branch, but we will need to wait for capstone v6 then. You can try the WIP branch at https://github.com/capstone-rust/capstone-rs/tree/capstone-v6.