Package: ccache
Version: 3.1.10-1
Severity: grave

Hi,

the ccache in jessie has a serious regression vs. wheezy.

When passing files to the preprocessor, ccache in jessie resolves symlinks and 
passes the path of the resulting filename on the preprocessor command line. 
This does however change the compiled source code, because the preprocessor 
resolves paths for headers included with

#include "foo.h" 

from the directory that the source file is located in. So, if the directory of 
the real source file contains a header that is included in that file, this one 
will be used instead of a header that is located in the directory where the 
symlink is located.

Interestingly, if the directory with the real source file does not contain a 
file the the name of the included header, the preprocessor will fail and ccache 
will silently re-try using the correct compiler invocations. In this case no 
corruption occurs. I think therefore this bug is not hit very often and may not 
have been noticed before.


I don't know yet if the version of ccache in stretch/sid also has this problem, 
but I will try to find out. In any case, I think this should be fixed in jessie 
in a stable point release.


I have attached a ccache log files that exhibit the wrong preprocessor command 
line, and the corresponding log file with ccache 3.1.7-1 from wheezy that 
instead use the unmodified file name 
"../src/libc/stdlib/malloc-standard/free.c".

The examples use CCACHE_BASEDIR=/changes/L4.fritsch . I don't know if the bug
happens without CCACHE_BASEDIR. Using direct mode or not does not make a
difference.

Cheers,
Stefan
[2016-06-30T09:28:43.627166 9278 ] === CCACHE STARTED 
=========================================
[2016-06-30T09:28:43.627277 9278 ] Command line: gcc -c -MD -MP -MF 
libc/stdlib/malloc-standard/.free.s.o.d -nostdinc -include 
/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/include/libc-symbols.h
 -DL4SYS_USE_UTCB_WRAP=1 -DL4_THREAD_SAFE -DL4_NO_RTTI=1 -DNDEBUG -D_LIBC 
-D__UCLIBC_CTOR_DTOR__ -D__UCLIBC_HAS_SSP__=1 -DUSE_TLS=1 -DSYSTEM_amd64_K8_l4f 
-DARCH_amd64 -DCPUTYPE_K8 -DL4API_l4f -D_GNU_SOURCE 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux/x86_64
 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux
 -I/changes/L4.fritsch/obj/l4re/amd64/pkg/l4re-core/uclibc/lib/uclibc/src/libc 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src/sysdeps/x86_64
 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src
 -I/changes/L4.fritsch/obj/l4re/amd64/include/amd64/l4f 
-I/changes/L4.fritsch/obj/l4re/a
 md64/include/amd64 -I/changes/L4.fritsch/obj/l4re/amd64/include -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64/l4f -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/l4f -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64 -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys -nostdinc 
-I/changes/L4.fritsch/obj/l4re/amd64/include/uclibc 
-I/changes/L4.fritsch/obj/l4re/amd64/include/contrib/libstdc++-v3 -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.9/include -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed -fno-builtin 
-fno-stack-protector -DUCLIBC_INTERNAL -fno-omit-frame-pointer -g -O2 
-fno-strict-aliasing -Wall -Wstrict-prototypes -fno-common -std=gnu99 -m64 
-mno-red-zone -march=k8 -fno-stack-protector -DSHARED=1 -fPIC -U__PIC__ 
-D__PIC__=1 
/changes/L4.fritsch/obj/l4re/amd64/pkg/l4re-core/uclibc/lib/uclibc/src/libc/stdlib/malloc-standard/free.c
 -o libc/stdlib/malloc-standard/free.s.o
[2016-06-30T09:28:43.627301 9278 ] Hostname: dev
[2016-06-30T09:28:43.627323 9278 ] Working directory: 
/changes/L4.fritsch/obj/l4re/amd64/pkg/l4re-core/uclibc/lib/uclibc/OBJ-amd64_K8-l4f
[2016-06-30T09:28:43.627328 9278 ] Base directory: /changes/L4.fritsch
[2016-06-30T09:28:43.627671 9278 ] Source file: 
../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/free.c
[2016-06-30T09:28:43.627678 9278 ] Dependency file: 
libc/stdlib/malloc-standard/.free.s.o.d
[2016-06-30T09:28:43.627683 9278 ] Object file: 
libc/stdlib/malloc-standard/free.s.o
[2016-06-30T09:28:43.627693 9278 ] Trying direct lookup
[2016-06-30T09:28:43.627796 9278 ] Looking for object file hash in 
/scratch/ccache/fritsch/c/4/4b04d0df7befa9efbb1dec61a04cba-7973.manifest
[2016-06-30T09:28:43.627812 9278 ] No such manifest file
[2016-06-30T09:28:43.627818 9278 ] Did not find object file hash in manifest
[2016-06-30T09:28:43.627830 9278 ] Running preprocessor
[2016-06-30T09:28:43.627859 9278 ] Executing /usr/bin/gcc -c -nostdinc -include 
../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/include/libc-symbols.h
 -DL4SYS_USE_UTCB_WRAP=1 -DL4_THREAD_SAFE -DL4_NO_RTTI=1 -DNDEBUG -D_LIBC 
-D__UCLIBC_CTOR_DTOR__ -D__UCLIBC_HAS_SSP__=1 -DUSE_TLS=1 -DSYSTEM_amd64_K8_l4f 
-DARCH_amd64 -DCPUTYPE_K8 -DL4API_l4f -D_GNU_SOURCE 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux
 -I../src/libc 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/libpthread/src/sysdeps/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/libpthread/src
 -I../../../../../../include/amd64/l4f -I../../../../../../include/amd64 
-I../../../../../../include -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64/l4f -isystem 
/changes/L4.fritsch/obj/l4re/amd64/inc
 lude/sys/l4f -isystem /changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64 
-isystem ../../../../../../include/sys -nostdinc 
-I../../../../../../include/uclibc 
-I../../../../../../include/contrib/libstdc++-v3 -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.9/include -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed -fno-builtin 
-fno-stack-protector -DUCLIBC_INTERNAL -fno-omit-frame-pointer -g -O2 
-fno-strict-aliasing -Wall -Wstrict-prototypes -fno-common -std=gnu99 -m64 
-mno-red-zone -march=k8 -fno-stack-protector -DSHARED=1 -fPIC -U__PIC__ 
-D__PIC__=1 -MD -MP -MF libc/stdlib/malloc-standard/.free.s.o.d -MQ 
libc/stdlib/malloc-standard/free.s.o -E 
../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/free.c
[2016-06-30T09:28:43.627878 9278 ] Unlink 
/scratch/ccache/fritsch/tmp/free.tmp.dev.9278.i (as-tmp)
[2016-06-30T09:28:43.627906 9278 ] Unlink 
/scratch/ccache/fritsch/tmp/tmp.cpp_stderr.dev.9278 (as-tmp)
[2016-06-30T09:28:43.668075 9278 ] Got object file hash from preprocessor
[2016-06-30T09:28:43.668104 9278 ] Preprocessor created 
libc/stdlib/malloc-standard/.free.s.o.d
[2016-06-30T09:28:43.668153 9278 ] Object file 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o not in cache
[2016-06-30T09:28:43.668186 9278 ] Running real compiler
[2016-06-30T09:28:43.668199 9278 ] Executing /usr/bin/gcc -c -nostdinc -include 
../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/include/libc-symbols.h
 -DL4SYS_USE_UTCB_WRAP=1 -DL4_THREAD_SAFE -DL4_NO_RTTI=1 -DNDEBUG -D_LIBC 
-D__UCLIBC_CTOR_DTOR__ -D__UCLIBC_HAS_SSP__=1 -DUSE_TLS=1 -DSYSTEM_amd64_K8_l4f 
-DARCH_amd64 -DCPUTYPE_K8 -DL4API_l4f -D_GNU_SOURCE 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux
 -I../src/libc 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/libpthread/src/sysdeps/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/libpthread/src
 -I../../../../../../include/amd64/l4f -I../../../../../../include/amd64 
-I../../../../../../include -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64/l4f -isystem 
/changes/L4.fritsch/obj/l4re/amd64/inc
 lude/sys/l4f -isystem /changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64 
-isystem ../../../../../../include/sys -nostdinc 
-I../../../../../../include/uclibc 
-I../../../../../../include/contrib/libstdc++-v3 -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.9/include -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed -fno-builtin 
-fno-stack-protector -DUCLIBC_INTERNAL -fno-omit-frame-pointer -g -O2 
-fno-strict-aliasing -Wall -Wstrict-prototypes -fno-common -std=gnu99 -m64 
-mno-red-zone -march=k8 -fno-stack-protector -DSHARED=1 -fPIC -U__PIC__ 
-D__PIC__=1 -o 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o.tmp.dev.9278
 /scratch/ccache/fritsch/tmp/free.tmp.dev.9278.i
[2016-06-30T09:28:43.668230 9278 ] Unlink 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o.tmp.stdout.dev.9278
 (as-tmp)
[2016-06-30T09:28:43.668272 9278 ] Unlink 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o.tmp.stderr.dev.9278
 (as-tmp)
[2016-06-30T09:28:43.779169 9278 ] Unlink 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o.tmp.stdout.dev.9278
 (as-tmp)
[2016-06-30T09:28:43.779347 9278 ] Unlink 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o.tmp.stderr2.dev.9278
 (as-tmp)
[2016-06-30T09:28:43.779390 9278 ] Unlink 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o.tmp.stderr.dev.9278
 (as-tmp)
[2016-06-30T09:28:43.779434 9278 ] Stored in cache: 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o
[2016-06-30T09:28:43.779455 9278 ] Unlink libc/stdlib/malloc-standard/free.s.o 
via libc/stdlib/malloc-standard/free.s.o.tmp.rm.dev.9278
[2016-06-30T09:28:43.779474 9278 ] Copying 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o to 
libc/stdlib/malloc-standard/free.s.o via 
libc/stdlib/malloc-standard/free.s.o.dev.9278.XXXXXX (uncompressed)
[2016-06-30T09:28:43.779626 9278 ] Created libc/stdlib/malloc-standard/free.s.o 
from /scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.o
[2016-06-30T09:28:43.779656 9278 ] Copying 
libc/stdlib/malloc-standard/.free.s.o.d to 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.d via 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.d.dev.9278.XXXXXX
 (uncompressed)
[2016-06-30T09:28:43.779750 9278 ] Stored in cache: 
/scratch/ccache/fritsch/6/e/760857cef3a085dde841c3a9cd1a0d-183361.d
[2016-06-30T09:28:43.780439 9278 ] Added object file hash to 
/scratch/ccache/fritsch/c/4/4b04d0df7befa9efbb1dec61a04cba-7973.manifest
[2016-06-30T09:28:43.780468 9278 ] Unlink 
/scratch/ccache/fritsch/tmp/free.tmp.dev.9278.i (as-tmp)
[2016-06-30T09:28:43.780568 9278 ] Unlink 
/scratch/ccache/fritsch/tmp/tmp.cpp_stderr.dev.9278 (as-tmp)
[2016-06-30T09:28:43.780631 9278 ] Acquired lock 
/scratch/ccache/fritsch/6/stats.lock
[2016-06-30T09:28:43.780951 9278 ] Releasing lock 
/scratch/ccache/fritsch/6/stats.lock
[2016-06-30T09:28:43.780966 9278 ] Unlink /scratch/ccache/fritsch/6/stats.lock 
(as-tmp)
[2016-06-30T09:28:43.780994 9278 ] Result: cache miss                     
[2016-06-30T11:17:16.233675 23542] === CCACHE STARTED 
=========================================
[2016-06-30T11:17:16.233789 23542] Command line: gcc -c -MD -MP -MF 
libc/stdlib/malloc-standard/.free.s.o.d -nostdinc -include 
/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/include/libc-symbols.h
 -DL4SYS_USE_UTCB_WRAP=1 -DL4_THREAD_SAFE -DL4_NO_RTTI=1 -DNDEBUG -D_LIBC 
-D__UCLIBC_CTOR_DTOR__ -D__UCLIBC_HAS_SSP__=1 -DUSE_TLS=1 -DSYSTEM_amd64_K8_l4f 
-DARCH_amd64 -DCPUTYPE_K8 -DL4API_l4f -D_GNU_SOURCE 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux/x86_64
 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux
 -I/changes/L4.fritsch/obj/l4re/amd64/pkg/l4re-core/uclibc/lib/uclibc/src/libc 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src/sysdeps/x86_64
 
-I/changes/L4.fritsch/l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src
 -I/changes/L4.fritsch/obj/l4re/amd64/include/amd64/l4f 
-I/changes/L4.fritsch/obj/l4re/a
 md64/include/amd64 -I/changes/L4.fritsch/obj/l4re/amd64/include -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64/l4f -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/l4f -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys/amd64 -isystem 
/changes/L4.fritsch/obj/l4re/amd64/include/sys -nostdinc 
-I/changes/L4.fritsch/obj/l4re/amd64/include/uclibc 
-I/changes/L4.fritsch/obj/l4re/amd64/include/contrib/libstdc++-v3 -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.7/include -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed -fno-builtin 
-fno-stack-protector -DUCLIBC_INTERNAL -fno-omit-frame-pointer -g -O2 
-fno-strict-aliasing -Wall -Wstrict-prototypes -fno-common -std=gnu99 -m64 
-mno-red-zone -march=k8 -fno-stack-protector -DSHARED=1 -fPIC -U__PIC__ 
-D__PIC__=1 
/changes/L4.fritsch/obj/l4re/amd64/pkg/l4re-core/uclibc/lib/uclibc/src/libc/stdlib/malloc-standard/free.c
 -o libc/stdlib/malloc-standard/free.s.o
[2016-06-30T11:17:16.233813 23542] Hostname: dev
[2016-06-30T11:17:16.233818 23542] Working directory: 
/changes/L4.fritsch/obj/l4re/amd64/pkg/l4re-core/uclibc/lib/uclibc/OBJ-amd64_K8-l4f
[2016-06-30T11:17:16.233823 23542] Base directory: /changes/L4.fritsch
[2016-06-30T11:17:16.233988 23542] Source file: 
../src/libc/stdlib/malloc-standard/free.c
[2016-06-30T11:17:16.233995 23542] Dependency file: 
libc/stdlib/malloc-standard/.free.s.o.d
[2016-06-30T11:17:16.234000 23542] Object file: 
libc/stdlib/malloc-standard/free.s.o
[2016-06-30T11:17:16.234009 23542] Trying direct lookup
[2016-06-30T11:17:16.234105 23542] Looking for object file hash in 
/scratch/ccache/fritsch/3/5/04d07f4078bb899a09361578f2779a-7900.manifest
[2016-06-30T11:17:16.234121 23542] No such manifest file
[2016-06-30T11:17:16.234126 23542] Did not find object file hash in manifest
[2016-06-30T11:17:16.234131 23542] Running preprocessor
[2016-06-30T11:17:16.234161 23542] Executing /usr/bin/gcc -c -nostdinc -include 
../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/include/libc-symbols.h
 -DL4SYS_USE_UTCB_WRAP=1 -DL4_THREAD_SAFE -DL4_NO_RTTI=1 -DNDEBUG -D_LIBC 
-D__UCLIBC_CTOR_DTOR__ -D__UCLIBC_HAS_SSP__=1 -DUSE_TLS=1 -DSYSTEM_amd64_K8_l4f 
-DARCH_amd64 -DCPUTYPE_K8 -DL4API_l4f -D_GNU_SOURCE 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux
 -I../src/libc 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src/sysdeps/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src
 -I../../../../../../include/amd64/l4f -I../../../../../../include/amd64 
-I../../../../../../include -isystem ../../../../../../include/sys/amd64/l4f 
-isystem ../..
 /../../../../include/sys/l4f -isystem ../../../../../../include/sys/amd64 
-isystem ../../../../../../include/sys -nostdinc 
-I../../../../../../include/uclibc 
-I../../../../../../include/contrib/libstdc++-v3 -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.7/include -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed -fno-builtin 
-fno-stack-protector -DUCLIBC_INTERNAL -fno-omit-frame-pointer -g -O2 
-fno-strict-aliasing -Wall -Wstrict-prototypes -fno-common -std=gnu99 -m64 
-mno-red-zone -march=k8 -fno-stack-protector -DSHARED=1 -fPIC -U__PIC__ 
-D__PIC__=1 -MD -MP -MF libc/stdlib/malloc-standard/.free.s.o.d -MQ 
libc/stdlib/malloc-standard/free.s.o -E 
../src/libc/stdlib/malloc-standard/free.c
[2016-06-30T11:17:16.234264 23547] Unlink 
/scratch/ccache/fritsch/tmp/free.tmp.dev.23542.i (as-tmp)
[2016-06-30T11:17:16.234356 23547] Unlink 
/scratch/ccache/fritsch/tmp/tmp.cpp_stderr.dev.23542 (as-tmp)
[2016-06-30T11:17:16.270820 23542] Got object file hash from preprocessor
[2016-06-30T11:17:16.270844 23542] Preprocessor created 
libc/stdlib/malloc-standard/.free.s.o.d
[2016-06-30T11:17:16.270888 23542] Object file 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o not in cache
[2016-06-30T11:17:16.270905 23542] Running real compiler
[2016-06-30T11:17:16.270914 23542] Executing /usr/bin/gcc -c -nostdinc -include 
../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/include/libc-symbols.h
 -DL4SYS_USE_UTCB_WRAP=1 -DL4_THREAD_SAFE -DL4_NO_RTTI=1 -DNDEBUG -D_LIBC 
-D__UCLIBC_CTOR_DTOR__ -D__UCLIBC_HAS_SSP__=1 -DUSE_TLS=1 -DSYSTEM_amd64_K8_l4f 
-DARCH_amd64 -DCPUTYPE_K8 -DL4API_l4f -D_GNU_SOURCE 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../contrib/uclibc/libc/sysdeps/linux
 -I../src/libc 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src/sysdeps/x86_64
 
-I../../../../../../../../../l4re/src/l4/pkg/l4re-core/uclibc/lib/uclibc/../libpthread/src
 -I../../../../../../include/amd64/l4f -I../../../../../../include/amd64 
-I../../../../../../include -isystem ../../../../../../include/sys/amd64/l4f 
-isystem ../..
 /../../../../include/sys/l4f -isystem ../../../../../../include/sys/amd64 
-isystem ../../../../../../include/sys -nostdinc 
-I../../../../../../include/uclibc 
-I../../../../../../include/contrib/libstdc++-v3 -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.7/include -isystem 
/usr/lib/gcc/x86_64-linux-gnu/4.7/include-fixed -fno-builtin 
-fno-stack-protector -DUCLIBC_INTERNAL -fno-omit-frame-pointer -g -O2 
-fno-strict-aliasing -Wall -Wstrict-prototypes -fno-common -std=gnu99 -m64 
-mno-red-zone -march=k8 -fno-stack-protector -DSHARED=1 -fPIC -U__PIC__ 
-D__PIC__=1 -o 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o.tmp.dev.23542
 /scratch/ccache/fritsch/tmp/free.tmp.dev.23542.i
[2016-06-30T11:17:16.271069 23606] Unlink 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o.tmp.stdout.dev.23542
 (as-tmp)
[2016-06-30T11:17:16.271192 23606] Unlink 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o.tmp.stderr.dev.23542
 (as-tmp)
[2016-06-30T11:17:16.365790 23542] Unlink 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o.tmp.stdout.dev.23542
 (as-tmp)
[2016-06-30T11:17:16.365960 23542] Unlink 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o.tmp.stderr2.dev.23542
 (as-tmp)
[2016-06-30T11:17:16.366000 23542] Unlink 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o.tmp.stderr.dev.23542
 (as-tmp)
[2016-06-30T11:17:16.366041 23542] Stored in cache: 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o
[2016-06-30T11:17:16.366062 23542] Unlink libc/stdlib/malloc-standard/free.s.o 
via libc/stdlib/malloc-standard/free.s.o.dev.23542.rmXXXXXX
[2016-06-30T11:17:16.366076 23542] Copying 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o to 
libc/stdlib/malloc-standard/free.s.o via 
libc/stdlib/malloc-standard/free.s.o.dev.23542.XXXXXX (uncompressed)
[2016-06-30T11:17:16.366212 23542] Created libc/stdlib/malloc-standard/free.s.o 
from /scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.o
[2016-06-30T11:17:16.366242 23542] Copying 
libc/stdlib/malloc-standard/.free.s.o.d to 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.d via 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.d.dev.23542.XXXXXX
 (uncompressed)
[2016-06-30T11:17:16.366338 23542] Stored in cache: 
/scratch/ccache/fritsch/6/9/590ad1735ece24a13906b3c804844e-181512.d
[2016-06-30T11:17:16.367022 23542] Added object file hash to 
/scratch/ccache/fritsch/3/5/04d07f4078bb899a09361578f2779a-7900.manifest
[2016-06-30T11:17:16.367045 23542] Unlink 
/scratch/ccache/fritsch/tmp/free.tmp.dev.23542.i (as-tmp)
[2016-06-30T11:17:16.367141 23542] Unlink 
/scratch/ccache/fritsch/tmp/tmp.cpp_stderr.dev.23542 (as-tmp)
[2016-06-30T11:17:16.367197 23542] Acquired lock 
/scratch/ccache/fritsch/6/stats.lock
[2016-06-30T11:17:16.367512 23542] Releasing lock 
/scratch/ccache/fritsch/6/stats.lock
[2016-06-30T11:17:16.367526 23542] Unlink /scratch/ccache/fritsch/6/stats.lock 
(as-tmp)
[2016-06-30T11:17:16.367549 23542] Result: cache miss                     
[2016-06-30T11:17:39.145502 23542] Unlink 
/scratch/ccache/fritsch/2/2/baf975ed8a5dc1196ed80f924451ac-230113.o.tmp.stdout.dev.23478
 (as-tmp)
[2016-06-30T11:17:39.145635 23542] Unlink 
/scratch/ccache/fritsch/2/2/baf975ed8a5dc1196ed80f924451ac-230113.o.tmp.stderr.dev.23478
 (as-tmp)

Reply via email to