+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ccache.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tl84vA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ccache-3.4.1 + /usr/bin/tar -xof - + /usr/bin/xz -dc /builddir/build/SOURCES/ccache-3.4.1.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd ccache-3.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -e 's|@LIBDIR@|/usr/lib64|g' -e 's|@CACHEDIR@|/var/cache/ccache|g' /builddir/build/SOURCES/ccache.sh.in + sed -e 's|@LIBDIR@|/usr/lib64|g' -e 's|@CACHEDIR@|/var/cache/ccache|g' /builddir/build/SOURCES/ccache.csh.in + rm -r src/zlib + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sQbvHE + umask 022 + cd /builddir/build/BUILD + cd ccache-3.4.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info configure: WARNING: unrecognized options: --disable-dependency-tracking configure: Configuring ccache checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-bash... /bin/sh checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for long long... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for gethostname... yes checking for getopt_long... yes checking for getpwuid... yes checking for gettimeofday... yes checking for mkstemp... yes checking for realpath... yes checking for strndup... yes checking for strtok_r... yes checking for unsetenv... yes checking for utimes... yes checking for compar_fn_t in stdlib.h... yes checking for stdarg.h... yes checking for varargs.h... no checking for unsigned long long int... yes checking for vsnprintf... yes checking whether vsnprintf is C99 compliant... yes checking for snprintf... yes checking whether snprintf is C99 compliant... yes checking for vasprintf... yes checking for asprintf... yes checking for library containing cos... -lm checking for zlib >= 1.2.3... yes checking for gzdopen in -lz... yes checking whether byte ordering is bigendian... no checking for inline... inline checking for extern inline... no configure: Developer mode disabled configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking configure: now build ccache by running make + make -j4 gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/main.o src/main.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/args.o src/args.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/ccache.o src/ccache.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/cleanup.o src/cleanup.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/compopt.o src/compopt.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/conf.o src/conf.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/counters.o src/counters.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/execute.o src/execute.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/exitfn.o src/exitfn.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/hash.o src/hash.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/hashutil.o src/hashutil.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/language.o src/language.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/lockfile.o src/lockfile.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/manifest.o src/manifest.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/mdfour.o src/mdfour.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/stats.o src/stats.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/unify.o src/unify.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/util.o src/util.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/version.o src/version.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/getopt_long.o src/getopt_long.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/hashtable.o src/hashtable.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/hashtable_itr.o src/hashtable_itr.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/murmurhashneutral2.o src/murmurhashneutral2.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/etc -I. -I./src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -c -o src/snprintf.o src/snprintf.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -W -o ccache src/main.o src/args.o src/ccache.o src/cleanup.o src/compopt.o src/conf.o src/counters.o src/execute.o src/exitfn.o src/hash.o src/hashutil.o src/language.o src/lockfile.o src/manifest.o src/mdfour.o src/stats.o src/unify.o src/util.o src/version.o src/getopt_long.o src/hashtable.o src/hashtable_itr.o src/murmurhashneutral2.o src/snprintf.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lm -lz + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dBUj4K + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 + cd ccache-3.4.1 + rm -rf /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 'INSTALL=/usr/bin/install -p' /usr/bin/install -c -d /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/bin /usr/bin/install -c -m 755 ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/bin /usr/bin/install -c -d /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/man/man1 /usr/bin/install -c -m 644 ./ccache.1 /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/man/man1/ + install -dm 755 /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/etc/profile.d + install -pm 644 ccache.sh ccache.csh /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/etc/profile.d + install -dm 770 /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/var/cache/ccache + install -dm 755 /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache + for n in cc gcc g++ c++ + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr-cc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-gp2x-linux-cc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-none-eabi-cc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/msp430-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/aarch64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/alpha-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr32-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/bfin-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c6x-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cris-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/frv-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/h8300-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ia64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m32r-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m68k-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/microblaze-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mips64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mn10300-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/nios2-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/powerpc64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ppc64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/s390x-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sparc64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/tile-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/x86_64-linux-gnu-cc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/xtensa-linux-gnu-cc + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cc32 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cc34 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cc4 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cc44 + for a in riscv64 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/riscv64-redhat-linux-cc + for n in cc gcc g++ c++ + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/gcc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr-gcc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-gp2x-linux-gcc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-none-eabi-gcc + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/msp430-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/aarch64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/alpha-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr32-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/bfin-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c6x-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cris-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/frv-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/h8300-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ia64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m32r-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m68k-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/microblaze-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mips64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mn10300-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/nios2-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/powerpc64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ppc64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/s390x-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sparc64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/tile-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/x86_64-linux-gnu-gcc + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/xtensa-linux-gnu-gcc + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/gcc32 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/gcc34 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/gcc4 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/gcc44 + for a in riscv64 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/riscv64-redhat-linux-gcc + for n in cc gcc g++ c++ + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/g++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr-g++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-gp2x-linux-g++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-none-eabi-g++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/msp430-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/aarch64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/alpha-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr32-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/bfin-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c6x-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cris-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/frv-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/h8300-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ia64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m32r-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m68k-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/microblaze-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mips64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mn10300-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/nios2-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/powerpc64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ppc64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/s390x-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sparc64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/tile-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/x86_64-linux-gnu-g++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/xtensa-linux-gnu-g++ + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/g++32 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/g++34 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/g++4 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/g++44 + for a in riscv64 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/riscv64-redhat-linux-g++ + for n in cc gcc g++ c++ + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr-c++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-gp2x-linux-c++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-none-eabi-c++ + for p in avr arm-gp2x-linux arm-none-eabi msp430 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/msp430-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/aarch64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/alpha-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/arm-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/avr32-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/bfin-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c6x-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/cris-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/frv-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/h8300-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/hppa64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ia64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m32r-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/m68k-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/microblaze-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mips64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/mn10300-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/nios2-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/powerpc64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/ppc64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/s390x-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sh64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/sparc64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/tile-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/x86_64-linux-gnu-c++ + for p in aarch64 alpha arm avr32 bfin c6x cris frv h8300 hppa hppa64 ia64 m32r m68k microblaze mips64 mn10300 nios2 powerpc64 ppc64 s390x sh sh64 sparc64 tile x86_64 xtensa + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/xtensa-linux-gnu-c++ + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c++32 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c++34 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c++4 + for s in 32 34 4 44 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/c++44 + for a in riscv64 + ln -s ../../bin/ccache /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache/riscv64-redhat-linux-c++ + find /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/lib64/ccache -type l + sed -e 's|^/builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64|%ghost |' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ccache-3.4.1-1.0.riscv64.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nWHb3R + umask 022 + cd /builddir/build/BUILD + cd ccache-3.4.1 + DOCDIR=/builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/doc/ccache + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/doc/ccache + cp -pr AUTHORS.html /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/doc/ccache + cp -pr MANUAL.html /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/doc/ccache + cp -pr NEWS.html /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/doc/ccache + cp -pr README.md /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/doc/ccache + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gfTnLJ + umask 022 + cd /builddir/build/BUILD + cd ccache-3.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/licenses/ccache + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/licenses/ccache + cp -pr GPL-3.0.txt /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/licenses/ccache + cp -pr LICENSE.html LICENSE.txt /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64/usr/share/licenses/ccache + exit 0 Provides: ccache = 3.4.1-1.0.riscv64.fc28 ccache(riscv-64) = 3.4.1-1.0.riscv64.fc28 config(ccache) = 3.4.1-1.0.riscv64.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 Wrote: /builddir/build/SRPMS/ccache-3.4.1-1.0.riscv64.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ccache-3.4.1-1.0.riscv64.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rmoXAn + umask 022 + cd /builddir/build/BUILD + cd ccache-3.4.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ccache-3.4.1-1.0.riscv64.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff