Paolo Galtieri wrote: > Folks, > I installed the ccache package on F30. Doing a rpm -ql on the > package show a long list of files that are part of the package, but if I > do > > ls -l /usr/lib64/ccache/ > > it shows > > total 576 > -rwxr-xr-x. 1 root root 193392 Jan 31 07:23 cc > -rwxr-xr-x. 1 root root 193392 Jan 31 07:23 gcc > -rwxr-xr-x. 1 root root 193392 Jan 31 07:23 x86_64-redhat-linux-gcc > > where are all the other files, e.g. /usr/lib64/ccache/c++? I see them on my box, but differently (as symlinks): $ ls -l /usr/lib64/ccache/ total 0 lrwxrwxrwx. 1 root root 16 May 6 10:36 c++ -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 May 6 10:36 cc -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 Jun 7 10:27 clang -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 Jun 7 10:27 clang++ -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 May 6 10:36 g++ -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 May 6 10:36 gcc -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 May 6 10:36 x86_64-redhat-linux-c++ -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 May 6 10:36 x86_64-redhat-linux-g++ -> ../../bin/ccache lrwxrwxrwx. 1 root root 16 May 6 10:36 x86_64-redhat-linux-gcc -> ../../bin/ccache I'd suggest trying to reinstall ccache or otherwise figure out why it's contents have changed. -- Rex _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx