Re: ccache on f30

2019-07-31 Thread Sam Varshavchik

Paolo Galtieri writes:


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++?

Paolo


They'll magically appear once you actually install a C++ compiler.

No sense for them to exist, if gcc-c++ is not installed.




pgpQQmWcpdbrS.pgp
Description: PGP signature
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org


Re: ccache on f30

2019-07-31 Thread Rex Dieter
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@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org


ccache on f30

2019-07-31 Thread Paolo Galtieri

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++?

Paolo





















___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org