On Monday 10 February 2025 10:53:26 Greenwich Mean Time Dale wrote:
This is the perl I have installed.
dev-lang/perl-5.40.0-r1:0/5.40
I'm not going to list all the stuff it spit out. Just going to include enough that you get the idea.
* /usr/lib64/perl5/5.40/Parse/CPAN/Meta.pm
* /usr/lib64/perl5/5.40/Config/Perl/V.pm
* /usr/lib64/perl5/5.40/Config/Extensions.pm
...
These look legit files installed by portage for your perl 5.40 slot. The message I received after perl-cleaner finished its job was: =========================================
* GNU info directory index is up-to-date.
*
* It seems like perl-cleaner had to rebuild some packages.
*
* The following files remain. These were either installed by hand
* or edited.
* /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/Regexp/ IPv6/.packlist
* /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/File/Temp/.packlist
* /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/File/ Which/.packlist
* /usr/lib64/perl5/vendor_perl/5.40/x86_64-linux/auto/File/ chdir/.packlist
[snip ...]
===============
They are all listed under /usr/lib64/perl5/. Say you want to check if these are really orphaned files no longer owned by any installed package, you can run:
~ $ qfile -o $(find /usr/lib /usr/lib64 -name "*.packlist")
~ $
~ $ qfile -o $(find /usr/lib /usr/lib64 -name "*.pm")
~ $
~ $ qfile -o $(find /usr/lib /usr/lib64 -name "*.pod")
~ $
~ $ qfile -o $(find /usr/lib /usr/lib64 -name "*.pl")
~ $
and so on. In my example above I did not discover any orphans.
They appear to be for the current installed versions. That's one reason
it is kinda confusing. o_O
I see what you mean, the message "... These were either installed by hand or edited" can be confusing, because all these perl5 files were installed by portage and perl was invariably brought in as a dependency by some other @system or @world package.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEXqhvaVh2ERicA8Ceseqq9sKVZxkFAmep38oACgkQseqq9sKV ZxmHYA/+MprGjkW+aYqCKS3fvW13Zxjcb9t3wbE7gH7F8hsWOJ+zGade4Sx7+1x9 ej2uJm9g0BgnBp+IQ6zgXnBgN16ckdsIEzwQnvaexCLRB21oGPbVZdU3I08M/II7 YdKXo40Rr+rf7Oo/pw0nAFjPj/4X35OEX4R2ffO1diV3Rx3PJgFlaDL3MuNJz1Po 2gBPgQgyiygOojt/2i/0jRhSDg8b3NutWI6oLV+KOMyS/tPgp58AgjObIGqXeR0s bC2aqy7YYOLCxR0iw1ESVWdzvKreTWh+yCUTWhlyw+geUd6DiEsVkNt5b/MHpSoN R6lkcItC+AtDe6dBhRysm913sUG/OUbm4iVO8SiM29zvitTLUjudOL6hOWkeuwv/ 7b8/gwSnYHgEJGx+UStyaQ1Z6WtBRAI8QhpoWJV6uzKMO1buoyukdN6/Uvcp3iY/ JcpCGYwoO1ltN5S3Thlp1+Tm5lgzPRBKeeYd3Gx+5du1AmvwyxpjRdno4YZnHiKt APYg4vuS/Lv0A05FFybIvEGVLPUzZ2gMoUCXX+AdfUvM1tIWkfwV/KZ+Ydi6UK5c vhSt5NktzFjG3dz+jsry0DFAHQVvB5RBbwd9BlfuL+oFrF3xq/EqH/u6t2vq+q6A zXppB8Tp+9DfO71TxzrGW5C7ejPZe8mBLZdgXPwZPYpUODlAwsU=
=ckd/
-----END PGP SIGNATURE-----
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)