<86>Aug 24 03:37:22 userdel[1448142]: delete user 'rooter' <86>Aug 24 03:37:22 userdel[1448142]: removed group 'rooter' owned by 'rooter' <86>Aug 24 03:37:22 groupadd[1448147]: group added to /etc/group: name=rooter, GID=618 <86>Aug 24 03:37:22 groupadd[1448147]: group added to /etc/gshadow: name=rooter <86>Aug 24 03:37:22 groupadd[1448147]: new group: name=rooter, GID=618 <86>Aug 24 03:37:22 useradd[1448151]: new user: name=rooter, UID=618, GID=618, home=/root, shell=/bin/bash <86>Aug 24 03:37:22 userdel[1448157]: delete user 'builder' <86>Aug 24 03:37:22 userdel[1448157]: removed group 'builder' owned by 'builder' <86>Aug 24 03:37:22 userdel[1448157]: removed shadow group 'builder' owned by 'builder' <86>Aug 24 03:37:22 groupadd[1448162]: group added to /etc/group: name=builder, GID=619 <86>Aug 24 03:37:22 groupadd[1448162]: group added to /etc/gshadow: name=builder <86>Aug 24 03:37:22 groupadd[1448162]: new group: name=builder, GID=619 <86>Aug 24 03:37:22 useradd[1448166]: new user: name=builder, UID=619, GID=619, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/chicken-5.2.0-alt1.src.rpm: license not found in '/usr/share/license' directory: style /usr/src/in/srpm/chicken-5.2.0-alt1.src.rpm: license not found in '/usr/share/license' directory: see /usr/src/in/srpm/chicken-5.2.0-alt1.src.rpm: license not found in '/usr/share/license' directory: LICENSE <13>Aug 24 03:37:25 rpmi: chrpath-0.16-alt1 sisyphus+278100.500.1.1 1626056633 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/chicken-5.2.0-alt1.nosrc.rpm (w1.gzdio) Installing chicken-5.2.0-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71564 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf chicken-5.2.0 + echo 'Source #0 (chicken-5.2.0.tar):' Source #0 (chicken-5.2.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/chicken-5.2.0.tar + cd chicken-5.2.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71564 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd chicken-5.2.0 + make PLATFORM=linux PREFIX=/usr LIBDIR=/usr/lib64 'C_COMPILER_OPTIMIZATION_OPTIONS=-pipe -frecord-gcc-switches -g -O2' make: Entering directory '/usr/src/RPM/BUILD/chicken-5.2.0' echo '#define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h echo '# define C_INSTALL_CC "gcc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h echo '# define C_INSTALL_CXX "g++"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_INSTALL_POSTINSTALL_PROGRAM "true"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -pipe -frecord-gcc-switches -g -O2"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h echo '# define C_INSTALL_LDFLAGS " "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h echo '# define C_INSTALL_PREFIX "/usr"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h echo '# define C_INSTALL_SHARE_HOME "/usr/share/chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h echo '# define C_INSTALL_BIN_HOME "/usr/bin"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h echo '# define C_INSTALL_EGG_HOME "/usr/lib64/chicken/11"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h echo '# define C_INSTALL_LIB_HOME "/usr/lib64"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h echo '# define C_INSTALL_LIB_NAME "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h echo '# define C_INSTALL_STATIC_LIB_HOME "/usr/lib64"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h echo '# define C_INSTALL_INCLUDE_HOME "/usr/include/chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h echo '# define C_INSTALL_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h echo '# define C_TARGET_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h echo '# define C_TARGET_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CC' >> chicken-defaults.h echo '# define C_TARGET_CC "gcc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h echo '# define C_TARGET_CXX "g++"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIBRARIAN' >> chicken-defaults.h echo '# define C_TARGET_LIBRARIAN "ar"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_INSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_TARGET_INSTALL_PROGRAM "install"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -pipe -frecord-gcc-switches -g -O2"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIBRARIAN_FLAGS' >> chicken-defaults.h echo '# define C_TARGET_LIBRARIAN_FLAGS "cru"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h echo '# define C_TARGET_LDFLAGS " "' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_INSTALL_PROGRAM_EXECUTABLE_OPTIONS' >> chicken-defaults.h echo '# define C_TARGET_INSTALL_PROGRAM_EXECUTABLE_OPTIONS "-m 755"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_INSTALL_PROGRAM_FILE_OPTIONS' >> chicken-defaults.h echo '# define C_TARGET_INSTALL_PROGRAM_FILE_OPTIONS "-m 644"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h echo '# define C_TARGET_PREFIX "/usr"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h echo '# define C_TARGET_BIN_HOME "/usr/bin"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_LIB_HOME "/usr/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_RUN_LIB_HOME "/usr/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h echo '# define C_TARGET_SHARE_HOME "/usr/share"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h echo '# define C_TARGET_INCLUDE_HOME "/usr/include/chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h echo '# define C_TARGET_STATIC_LIB_HOME "/usr/lib"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h echo '# define C_CSC_PROGRAM "csc"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h echo '# define C_CSI_PROGRAM "csi"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_DO_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_DO_PROGRAM "chicken-do"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_INSTALL_PROGRAM "chicken-install"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h echo '# define C_CHICKEN_STATUS_PROGRAM "chicken-status"' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h echo '# define C_BINARY_VERSION 11' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '#ifndef C_USES_SONAME' >> chicken-defaults.h echo '# define C_USES_SONAME 1' >> chicken-defaults.h echo '#endif' >> chicken-defaults.h echo '/* END OF FILE */' >> chicken-defaults.h echo "/* GENERATED */" >chicken-config.h echo "#define HAVE_DIRENT_H 1" >>chicken-config.h echo "#define HAVE_DLFCN_H 1" >>chicken-config.h echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h echo "#define HAVE_LIMITS_H 1" >>chicken-config.h echo "#define HAVE_LONG_LONG 1" >>chicken-config.h echo "#define HAVE_MEMMOVE 1" >>chicken-config.h echo "#define HAVE_MEMORY_H 1" >>chicken-config.h echo "#define HAVE_SIGACTION 1" >>chicken-config.h echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h echo "#define HAVE_STDINT_H 1" >>chicken-config.h echo "#define HAVE_STDLIB_H 1" >>chicken-config.h echo "#define HAVE_STRERROR 1" >>chicken-config.h echo "#define HAVE_STRINGS_H 1" >>chicken-config.h echo "#define HAVE_STRING_H 1" >>chicken-config.h echo "#define HAVE_STRTOLL 1" >>chicken-config.h echo "#define HAVE_STRTOQ 1" >>chicken-config.h echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h echo "#define HAVE_SETENV 1" >>chicken-config.h echo "#define HAVE_UNISTD_H 1" >>chicken-config.h echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h echo "#define STDC_HEADERS 1" >>chicken-config.h echo "#define HAVE_ALLOCA 1" >>chicken-config.h echo "#define HAVE_ALLOCA_H 1" >>chicken-config.h echo "#define HAVE_ERRNO_H 1" >>chicken-config.h echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h echo "#define C_USE_STD_FEATURE_MACROS" >>chicken-config.h cat chicken-defaults.h >>chicken-config.h gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN read-syntax.c -o read-syntax-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN repl.c -o repl-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN pathname.c -o pathname-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN port.c -o port-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN file.c -o file-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN continuation.c -o continuation-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN internal.c -o internal-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -DC_BUILDING_LIBCHICKEN eval-modules.c -o eval-modules-static.o -I. -I./ ar cru libchicken.a library-static.o eval-static.o read-syntax-static.o repl-static.o data-structures-static.o pathname-static.o port-static.o file-static.o extras-static.o lolevel-static.o tcp-static.o srfi-4-static.o continuation-static.o posixunix-static.o internal-static.o irregex-static.o scheduler-static.o debugger-client-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o eval-modules-static.o ar: `u' modifier ignored since `D' is the default (see `U') gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN read-syntax.c -o read-syntax.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN repl.c -o repl.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN pathname.c -o pathname.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN port.c -o port.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN file.c -o file.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN continuation.c -o continuation.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN internal.c -o internal.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profiler.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o build-version.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o -I. -I./ gcc -shared -Wl,-soname,libchicken.so.11 \ -o libchicken.so library.o eval.o read-syntax.o repl.o data-structures.o pathname.o port.o file.o extras.o lolevel.o tcp.o srfi-4.o continuation.o posixunix.o internal.o irregex.o scheduler.o debugger-client.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o -lm -ldl ln -sf libchicken.so libchicken.so.11 gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC chicken.c -o chicken.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC batch-driver.c -o batch-driver.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC core.c -o core.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC optimizer.c -o optimizer.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC lfa2.c -o lfa2.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC compiler-syntax.c -o compiler-syntax.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC scrutinizer.c -o scrutinizer.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC support.c -o support.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC c-platform.c -o c-platform.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC c-backend.c -o c-backend.o -I. -I./ gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC user-pass.c -o user-pass.o -I. -I./ gcc -L. chicken.o batch-driver.o core.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o user-pass.o -o chicken \ -lchicken -Wl,-R"." -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -frecord-gcc-switches -g -O2 csi.c -o csi.o -I. -I./ gcc -L. csi.o -o csi -lchicken -Wl,-R"." -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.import.c -o srfi-4.import.o -I. -I./ gcc -L. -shared -Wl,-R"." srfi-4.import.o -o srfi-4.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.base.import.c -o chicken.base.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.base.import.o -o chicken.base.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.condition.import.c -o chicken.condition.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.condition.import.o -o chicken.condition.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.csi.import.c -o chicken.csi.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.csi.import.o -o chicken.csi.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.foreign.import.c -o chicken.foreign.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.foreign.import.o -o chicken.foreign.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.syntax.import.c -o chicken.syntax.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.syntax.import.o -o chicken.syntax.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.time.import.c -o chicken.time.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.time.import.o -o chicken.time.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.bitwise.import.c -o chicken.bitwise.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.bitwise.import.o -o chicken.bitwise.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.blob.import.c -o chicken.blob.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.blob.import.o -o chicken.blob.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.errno.import.c -o chicken.errno.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.errno.import.o -o chicken.errno.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.file.posix.import.c -o chicken.file.posix.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.file.posix.import.o -o chicken.file.posix.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.fixnum.import.c -o chicken.fixnum.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.fixnum.import.o -o chicken.fixnum.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.flonum.import.c -o chicken.flonum.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.flonum.import.o -o chicken.flonum.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.format.import.c -o chicken.format.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.format.import.o -o chicken.format.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.gc.import.c -o chicken.gc.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.gc.import.o -o chicken.gc.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.io.import.c -o chicken.io.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.io.import.o -o chicken.io.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.keyword.import.c -o chicken.keyword.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.keyword.import.o -o chicken.keyword.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.load.import.c -o chicken.load.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.load.import.o -o chicken.load.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.locative.import.c -o chicken.locative.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.locative.import.o -o chicken.locative.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.memory.import.c -o chicken.memory.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.memory.import.o -o chicken.memory.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.memory.representation.import.c -o chicken.memory.representation.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.memory.representation.import.o -o chicken.memory.representation.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.platform.import.c -o chicken.platform.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.platform.import.o -o chicken.platform.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.plist.import.c -o chicken.plist.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.plist.import.o -o chicken.plist.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.pretty-print.import.c -o chicken.pretty-print.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.pretty-print.import.o -o chicken.pretty-print.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process.import.c -o chicken.process.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.process.import.o -o chicken.process.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process.signal.import.c -o chicken.process.signal.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.process.signal.import.o -o chicken.process.signal.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process-context.import.c -o chicken.process-context.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.process-context.import.o -o chicken.process-context.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process-context.posix.import.c -o chicken.process-context.posix.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.process-context.posix.import.o -o chicken.process-context.posix.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.random.import.c -o chicken.random.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.random.import.o -o chicken.random.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.sort.import.c -o chicken.sort.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.sort.import.o -o chicken.sort.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.string.import.c -o chicken.string.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.string.import.o -o chicken.string.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.time.posix.import.c -o chicken.time.posix.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.time.posix.import.o -o chicken.time.posix.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.continuation.import.c -o chicken.continuation.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.continuation.import.o -o chicken.continuation.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.eval.import.c -o chicken.eval.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.eval.import.o -o chicken.eval.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.file.import.c -o chicken.file.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.file.import.o -o chicken.file.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.internal.import.c -o chicken.internal.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.internal.import.o -o chicken.internal.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.irregex.import.c -o chicken.irregex.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.irregex.import.o -o chicken.irregex.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.pathname.import.c -o chicken.pathname.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.pathname.import.o -o chicken.pathname.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.port.import.c -o chicken.port.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.port.import.o -o chicken.port.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.read-syntax.import.c -o chicken.read-syntax.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.read-syntax.import.o -o chicken.read-syntax.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.repl.import.c -o chicken.repl.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.repl.import.o -o chicken.repl.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.tcp.import.c -o chicken.tcp.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.tcp.import.o -o chicken.tcp.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -pipe -frecord-gcc-switches -g -O2 -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.compiler.user-pass.import.c -o chicken.compiler.user-pass.import.o -I. -I./ gcc -L. -shared -Wl,-R"." chicken.compiler.user-pass.import.o -o chicken.compiler.user-pass.import.so \ -lchicken \ -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -frecord-gcc-switches -g -O2 chicken-install.c -o chicken-install.o -I. -I./ gcc -L. chicken-install.o -o chicken-install -lchicken -Wl,-R"." -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -frecord-gcc-switches -g -O2 chicken-uninstall.c -o chicken-uninstall.o -I. -I./ gcc -L. chicken-uninstall.o -o chicken-uninstall -lchicken -Wl,-R"." -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -frecord-gcc-switches -g -O2 chicken-status.c -o chicken-status.o -I. -I./ gcc -L. chicken-status.o -o chicken-status -lchicken -Wl,-R"." -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -frecord-gcc-switches -g -O2 chicken-profile.c -o chicken-profile.o -I. -I./ gcc -L. chicken-profile.o -o chicken-profile -lchicken -Wl,-R"." -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -pipe -frecord-gcc-switches -g -O2 csc.c -o csc.o -I. -I./ gcc -L. csc.o -o csc -lchicken -Wl,-R"." -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -pipe -frecord-gcc-switches -g -O2 chicken-do.c -o chicken-do cat feathers.in >feathers; echo 'exec "$wish" "/usr/share/chicken/feathers.tcl" -- "$@"' >>feathers make: Leaving directory '/usr/src/RPM/BUILD/chicken-5.2.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.58786 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/chicken-buildroot + : + /bin/rm -rf -- /usr/src/tmp/chicken-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd chicken-5.2.0 + make PLATFORM=linux PREFIX=/usr LIBDIR=/usr/lib64 DESTDIR=/usr/src/tmp/chicken-buildroot install make: Entering directory '/usr/src/RPM/BUILD/chicken-5.2.0' install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/lib64" install -m 755 libchicken.so "/usr/src/tmp/chicken-buildroot/usr/lib64/libchicken.so.11" cd "/usr/src/tmp/chicken-buildroot/usr/lib64" && ln -sf libchicken.so.11 libchicken.so rm -f chicken rm -f csi rm -f chicken-profile rm -f csc rm -f chicken-do rm -f chicken-status rm -f chicken-install rm -f chicken-uninstall rm -f srfi-4.so chicken.base.so chicken.condition.so chicken.csi.so chicken.foreign.so chicken.syntax.so chicken.time.so chicken.bitwise.so chicken.blob.so chicken.errno.so chicken.file.posix.so chicken.fixnum.so chicken.flonum.so chicken.format.so chicken.gc.so chicken.io.so chicken.keyword.so chicken.load.so chicken.locative.so chicken.memory.so chicken.memory.representation.so chicken.platform.so chicken.plist.so chicken.pretty-print.so chicken.process.so chicken.process.signal.so chicken.process-context.so chicken.process-context.posix.so chicken.random.so chicken.sort.so chicken.string.so chicken.time.posix.so chicken.continuation.so chicken.eval.so chicken.file.so chicken.internal.so chicken.irregex.so chicken.pathname.so chicken.port.so chicken.read-syntax.so chicken.repl.so chicken.tcp.so chicken.compiler.user-pass.so rm -f srfi-4.import.so chicken.base.import.so chicken.condition.import.so chicken.csi.import.so chicken.foreign.import.so chicken.syntax.import.so chicken.time.import.so chicken.bitwise.import.so chicken.blob.import.so chicken.errno.import.so chicken.file.posix.import.so chicken.fixnum.import.so chicken.flonum.import.so chicken.format.import.so chicken.gc.import.so chicken.io.import.so chicken.keyword.import.so chicken.load.import.so chicken.locative.import.so chicken.memory.import.so chicken.memory.representation.import.so chicken.platform.import.so chicken.plist.import.so chicken.pretty-print.import.so chicken.process.import.so chicken.process.signal.import.so chicken.process-context.import.so chicken.process-context.posix.import.so chicken.random.import.so chicken.sort.import.so chicken.string.import.so chicken.time.posix.import.so chicken.continuation.import.so chicken.eval.import.so chicken.file.import.so chicken.internal.import.so chicken.irregex.import.so chicken.pathname.import.so chicken.port.import.so chicken.read-syntax.import.so chicken.repl.import.so chicken.tcp.import.so chicken.compiler.user-pass.import.so rm -f libchicken.so "make" PLATFORM=linux CONFIG= NEEDS_RELINKING=no RUNTIME_LINKER_PATH="/usr/lib64" install-bin make[1]: Entering directory '/usr/src/RPM/BUILD/chicken-5.2.0' gcc -shared -Wl,-soname,libchicken.so.11 \ -o libchicken.so library.o eval.o read-syntax.o repl.o data-structures.o pathname.o port.o file.o extras.o lolevel.o tcp.o srfi-4.o continuation.o posixunix.o internal.o irregex.o scheduler.o debugger-client.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o -lm -ldl ln -sf libchicken.so libchicken.so.11 gcc -L. chicken.o batch-driver.o core.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o user-pass.o -o chicken \ -lchicken -Wl,-R"/usr/lib64" -lm -ldl gcc -L. csi.o -o csi -lchicken -Wl,-R"/usr/lib64" -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" srfi-4.import.o -o srfi-4.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.base.import.o -o chicken.base.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.condition.import.o -o chicken.condition.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.csi.import.o -o chicken.csi.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.foreign.import.o -o chicken.foreign.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.syntax.import.o -o chicken.syntax.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.time.import.o -o chicken.time.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.bitwise.import.o -o chicken.bitwise.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.blob.import.o -o chicken.blob.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.errno.import.o -o chicken.errno.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.file.posix.import.o -o chicken.file.posix.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.fixnum.import.o -o chicken.fixnum.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.flonum.import.o -o chicken.flonum.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.format.import.o -o chicken.format.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.gc.import.o -o chicken.gc.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.io.import.o -o chicken.io.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.keyword.import.o -o chicken.keyword.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.load.import.o -o chicken.load.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.locative.import.o -o chicken.locative.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.memory.import.o -o chicken.memory.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.memory.representation.import.o -o chicken.memory.representation.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.platform.import.o -o chicken.platform.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.plist.import.o -o chicken.plist.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.pretty-print.import.o -o chicken.pretty-print.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.process.import.o -o chicken.process.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.process.signal.import.o -o chicken.process.signal.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.process-context.import.o -o chicken.process-context.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.process-context.posix.import.o -o chicken.process-context.posix.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.random.import.o -o chicken.random.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.sort.import.o -o chicken.sort.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.string.import.o -o chicken.string.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.time.posix.import.o -o chicken.time.posix.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.continuation.import.o -o chicken.continuation.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.eval.import.o -o chicken.eval.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.file.import.o -o chicken.file.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.internal.import.o -o chicken.internal.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.irregex.import.o -o chicken.irregex.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.pathname.import.o -o chicken.pathname.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.port.import.o -o chicken.port.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.read-syntax.import.o -o chicken.read-syntax.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.repl.import.o -o chicken.repl.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.tcp.import.o -o chicken.tcp.import.so \ -lchicken \ -lm -ldl gcc -L. -shared -Wl,-R"/usr/lib64" chicken.compiler.user-pass.import.o -o chicken.compiler.user-pass.import.so \ -lchicken \ -lm -ldl gcc -L. chicken-install.o -o chicken-install -lchicken -Wl,-R"/usr/lib64" -lm -ldl gcc -L. chicken-uninstall.o -o chicken-uninstall -lchicken -Wl,-R"/usr/lib64" -lm -ldl gcc -L. chicken-status.o -o chicken-status -lchicken -Wl,-R"/usr/lib64" -lm -ldl gcc -L. chicken-profile.o -o chicken-profile -lchicken -Wl,-R"/usr/lib64" -lm -ldl gcc -L. csc.o -o csc -lchicken -Wl,-R"/usr/lib64" -lm -ldl gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer chicken-do.c -o chicken-do install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/lib64" install -m 755 libchicken.so "/usr/src/tmp/chicken-buildroot/usr/lib64/libchicken.so.11" cd "/usr/src/tmp/chicken-buildroot/usr/lib64" && ln -sf libchicken.so.11 libchicken.so install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/lib64" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/include/chicken" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share/chicken" install -m 644 libchicken.a "/usr/src/tmp/chicken-buildroot/usr/lib64" install -m 644 ./chicken.h "/usr/src/tmp/chicken-buildroot/usr/include/chicken" install -m 644 chicken-config.h "/usr/src/tmp/chicken-buildroot/usr/include/chicken" install -m 644 ./types.db "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 chicken "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 csi "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 chicken-profile "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 csc "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 chicken-do "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 chicken-status "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 chicken-install "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 chicken-uninstall "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 feathers "/usr/src/tmp/chicken-buildroot/usr/bin" install -m 755 srfi-4.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.base.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.condition.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.csi.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.foreign.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.syntax.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.time.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.bitwise.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.blob.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.errno.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.file.posix.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.fixnum.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.flonum.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.format.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.gc.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.io.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.keyword.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.load.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.locative.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.memory.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.memory.representation.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.platform.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.plist.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.pretty-print.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.process.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.process.signal.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.process-context.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.process-context.posix.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.random.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.sort.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.string.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.time.posix.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.continuation.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.eval.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.file.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.internal.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.irregex.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.pathname.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.port.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.read-syntax.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.repl.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.tcp.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -m 755 chicken.compiler.user-pass.import.so "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" Warning: cannot run `chicken-install -update-db' when cross-compiling or DESTDIR is set make[1]: Leaving directory '/usr/src/RPM/BUILD/chicken-5.2.0' install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/lib64" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/include/chicken" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share/chicken" install -m 644 libchicken.a "/usr/src/tmp/chicken-buildroot/usr/lib64" install -m 644 ./chicken.h "/usr/src/tmp/chicken-buildroot/usr/include/chicken" install -m 644 chicken-config.h "/usr/src/tmp/chicken-buildroot/usr/include/chicken" install -m 644 ./types.db "/usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share/man/man1" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share/chicken/doc" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share/chicken" install -m 644 ./chicken.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/chicken.1" install -m 644 ./csc.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/csc.1" install -m 644 ./csi.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/csi.1" install -m 644 ./chicken-do.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/chicken-do.1" install -m 644 ./chicken-install.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/chicken-install.1" install -m 644 ./chicken-uninstall.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/chicken-uninstall.1" install -m 644 ./chicken-status.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/chicken-status.1" install -m 644 ./chicken-profile.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/chicken-profile.1" install -m 644 ./feathers.mdoc "/usr/src/tmp/chicken-buildroot/usr/share/man/man1/feathers.1" install -d -m 755 "/usr/src/tmp/chicken-buildroot/usr/share/chicken/doc/manual" install -m 644 ./manual-html/* "/usr/src/tmp/chicken-buildroot/usr/share/chicken/doc/manual" install -m 644 ./README "/usr/src/tmp/chicken-buildroot/usr/share/chicken/doc" install -m 644 ./DEPRECATED "/usr/src/tmp/chicken-buildroot/usr/share/chicken/doc" install -m 644 ./LICENSE "/usr/src/tmp/chicken-buildroot/usr/share/chicken/doc" install -m 644 ./setup.defaults "/usr/src/tmp/chicken-buildroot/usr/share/chicken" install -m 644 ./feathers.tcl "/usr/src/tmp/chicken-buildroot/usr/share/chicken" make: Leaving directory '/usr/src/RPM/BUILD/chicken-5.2.0' + rm -rf /usr/src/tmp/chicken-buildroot/usr/share/chicken/doc + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/chicken + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/chicken-do + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/chicken-install + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/chicken-profile + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/chicken-status + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/chicken-uninstall + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/csc + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/csi + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/bin/feathers `/usr/src/tmp/chicken-buildroot/usr/bin/feathers' probably isn't an ELF file. elf_open: Exec format error + : + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.base.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.bitwise.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.blob.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.compiler.user-pass.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.condition.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.continuation.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.csi.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.errno.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.eval.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.file.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.file.posix.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.fixnum.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.flonum.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.foreign.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.format.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.gc.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.internal.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.io.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.irregex.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.keyword.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.load.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.locative.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.memory.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.memory.representation.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.pathname.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.platform.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.plist.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.port.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.pretty-print.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.process-context.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.process-context.posix.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.process.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.process.signal.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.random.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.read-syntax.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.repl.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.sort.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.string.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.syntax.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.tcp.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.time.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/chicken.time.posix.import.so + for i in /usr/src/tmp/chicken-buildroot/usr/bin/* /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/*.so + chrpath -d /usr/src/tmp/chicken-buildroot/usr/lib64/chicken/11/srfi-4.import.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/chicken-buildroot (auto) mode of './usr/lib64/chicken/11/chicken.compiler.user-pass.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.tcp.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.repl.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.read-syntax.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.port.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.pathname.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.irregex.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.internal.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.file.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.eval.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.continuation.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.time.posix.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.string.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.sort.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.random.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.process-context.posix.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.process-context.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.process.signal.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.process.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.pretty-print.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.plist.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.platform.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.memory.representation.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.memory.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.locative.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.load.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.keyword.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.io.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.gc.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.format.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.flonum.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.fixnum.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.file.posix.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.errno.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.blob.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.bitwise.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.time.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.syntax.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.foreign.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.csi.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.condition.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/chicken.base.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/chicken/11/srfi-4.import.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/libchicken.so.11' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/chicken-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/chicken-buildroot/ (default) Compressing files in /usr/src/tmp/chicken-buildroot (auto) Adjusting library links in /usr/src/tmp/chicken-buildroot ./usr/lib64: (from :0) libchicken.so.11 -> libchicken.so.11 Verifying ELF objects in /usr/src/tmp/chicken-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: chicken-5.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OW8036 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QfcNo5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) shebang.req.files: executable script /usr/src/tmp/chicken-buildroot/usr/share/chicken/feathers.tcl is not executable Requires: libchicken-devel = 5.2.0-alt1, /bin/sh, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libchicken.so.11()(64bit) >= set:mezLyX49XnLbFAQ0Dckl10uiVxQjYIaRd03ewRpivAdh1WtKHmiPnFMLbymRFgK1pcz5TcbTZL7oRC28AZFVwRCgKcin1esn5fCS4iun4FU1ySI2YNL2CapRKxSmSfIlBQUtyPAZwZz8b1qp6vCQVZ5wJ3vinz0Ua2KCKmBZ0T3ZkYwPa8iaZ0RLaXhGqixdhcDGVTbcF6mUCtAQPZn2dSBRZyZjlNY5gaazq0HaOPUVs9e8hfcDZn21p3AJaj31Z7BXZDopCJ7ncwl4hCPfaStb35JRzJaEsrVhRZpKZaHU17nL6CcZ1d4RAh1, libm.so.6(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Conflicts: mono-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oMl0x5 Creating chicken-debuginfo package Processing files: libchicken-5.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lwz6u3 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/chicken-buildroot/usr/lib64/libchicken.so.11: 487 symbols, 19 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n608W5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libchicken.so.11()(64bit) = set:mdOqbyGOCvW8mSFk6kwqYBPnmHdZq1O3GblviIFCSKUMeHn5jU645cpQ6C4dMBSZkynC12HcIS2gppiDK4sP8zyPgeA6nZ0ft1f5HBrjsJIcSkp62PGEZxU6d5E9iPv2cyeSoJNZbViYrJOh3uWlKwAW8RQtGhpZGVSKAyGaFXInKk8NK1UNzUlzWj1ZIHLqQX2xgF5hXaAnZwxtngqlrSErwKhXaWojMIcycmKpBZdqdIdXbEIlFZx4aq9RKLS3DCipb8aHgQ03E6mj9G8aXCCsH9We3B9g9ZqqWgS9fAk26dTTtbtZJuk2tGcJGzh9Z6o80KllZKFu52x5AUDlhdrOI9OJhob2KdpTMQFsuY3F1gk3GrZtQCRQCupMDgtbaAaJGZuq85KQgvWW5hVczj5HGYqYuD4xK2ZjY7Oi8DaMkFgUFNsBcFJeZFIhRDQoaBlGaZ3uHmt2AfLQHEEq0Wy7IP6Xvdfnzhv5RsMI73hCicp0nZ3GSkZn1Ofv8V2OuyF7f20CFbx0XEZ0ZpaW4FjI7Ak3yeWZyO2Vr1kZGWzqDus5Zhmc9acLNrIYQCmyptoetkkl3SBUskBOkHZaPjHAb6bYpDT0nV216uOx9BEQJZBkiFrpnu5TLq9244XvKuccTgNY285lO46GKfoZcT4nqMeqEzzDVngVw8v8MKWOVi3GPy0fJiQ9tS4AYkUt1yqTFMP9Ib9dxwxI3Z50pHkqLUFIZHn4H5Zfmix0T81UHgn92f79424t9tf1ZsYoG2ZwYMQZccFKrQ9lglfWmnHh26Z4XQZzih9AtXMEKy8P7HqQZ2BmKIMDuAXvCNwwYHynmbKGZyMlGC7Y53kfqlTOM6BS2ioKEcH4tnu1xwnzMiQZJ0mAXy6XrU1s5PmkW4pwaWle97VOaL6TBaPdKBviajhyT4Z7KaHhynugxVuGOgcFSUJTar3F5aZa5TH0 Requires: libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GKBns4 Creating libchicken-debuginfo package Processing files: libchicken-devel-5.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1UFj23 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9LVwl4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libchicken = 5.2.0-alt1, /usr/lib64/libchicken.so.11 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9ND1F7 Processing files: libchicken-devel-static-5.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wVmPF3 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8O0Xv4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libchicken-devel = 5.2.0-alt1, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yBDsl7 Processing files: chicken-docs-5.2.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.31295 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd chicken-5.2.0 + DOCDIR=/usr/src/tmp/chicken-buildroot/usr/share/doc/chicken-docs-5.2.0 + export DOCDIR + rm -rf /usr/src/tmp/chicken-buildroot/usr/share/doc/chicken-docs-5.2.0 + /bin/mkdir -p /usr/src/tmp/chicken-buildroot/usr/share/doc/chicken-docs-5.2.0 + cp -prL LICENSE README /usr/src/tmp/chicken-buildroot/usr/share/doc/chicken-docs-5.2.0 + chmod -R go-w /usr/src/tmp/chicken-buildroot/usr/share/doc/chicken-docs-5.2.0 + chmod -R a+rX /usr/src/tmp/chicken-buildroot/usr/share/doc/chicken-docs-5.2.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ezz3A3 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bKERB7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: chicken = 5.2.0-alt1 Processing files: chicken-debuginfo-5.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iBqSx7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Wmp4N6 find-requires: running scripts (debuginfo) Requires: chicken = 5.2.0-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libchicken.so.11), debug64(libm.so.6) Processing files: libchicken-debuginfo-5.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iYChP7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.b9dNH4 find-requires: running scripts (debuginfo) Provides: debug64(libchicken.so.11) Requires: libchicken = 5.2.0-alt1, debug64(libc.so.6), debug64(libdl.so.2), debug64(libm.so.6) Adding to chicken a strict dependency on libchicken-devel Adding to chicken-docs a strict dependency on chicken Adding to chicken-debuginfo a strict dependency on chicken Adding to libchicken-devel a strict dependency on libchicken Adding to libchicken-debuginfo a strict dependency on libchicken Adding to libchicken-devel-static a strict dependency on libchicken-devel Adding to chicken a strict dependency on libchicken Adding to chicken-debuginfo a strict dependency on libchicken-debuginfo Removing from chicken-debuginfo 1 sources provided by libchicken-debuginfo Removing 2 extra deps from chicken due to dependency on libchicken Removing 1 extra deps from libchicken-devel due to dependency on libchicken Removing 1 extra deps from chicken-debuginfo due to dependency on libchicken-debuginfo Removing 6 extra deps from chicken due to repentancy on libchicken Removing 1 extra deps from chicken due to repentancy on libchicken-devel Removing 2 extra deps from chicken-debuginfo due to repentancy on libchicken-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/chicken-5.2.0-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libchicken-5.2.0-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libchicken-devel-5.2.0-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libchicken-devel-static-5.2.0-alt1.x86_64.rpm (w2T8.xzdio) Wrote: /usr/src/RPM/RPMS/noarch/chicken-docs-5.2.0-alt1.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/chicken-debuginfo-5.2.0-alt1.x86_64.rpm (w2T8.xzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libchicken-debuginfo-5.2.0-alt1.x86_64.rpm (w2T8.xzdio) 600.01user 33.53system 10:11.48elapsed 103%CPU (0avgtext+0avgdata 357536maxresident)k 0inputs+0outputs (0major+5825337minor)pagefaults 0swaps /.out/chicken-docs-5.2.0-alt1.noarch.rpm: license not found in '/usr/share/license' directory: style /.out/chicken-docs-5.2.0-alt1.noarch.rpm: license not found in '/usr/share/license' directory: see /.out/chicken-docs-5.2.0-alt1.noarch.rpm: license not found in '/usr/share/license' directory: LICENSE /.out/chicken-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: style /.out/chicken-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: see /.out/chicken-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: LICENSE /.out/libchicken-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: style /.out/libchicken-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: see /.out/libchicken-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: LICENSE /.out/libchicken-devel-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: style /.out/libchicken-devel-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: see /.out/libchicken-devel-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: LICENSE /.out/libchicken-devel-static-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: style /.out/libchicken-devel-static-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: see /.out/libchicken-devel-static-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: LICENSE /.out/chicken-debuginfo-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: style /.out/chicken-debuginfo-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: see /.out/chicken-debuginfo-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: LICENSE /.out/libchicken-debuginfo-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: style /.out/libchicken-debuginfo-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: see /.out/libchicken-debuginfo-5.2.0-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: LICENSE 606.27user 40.16system 10:22.79elapsed 103%CPU (0avgtext+0avgdata 357536maxresident)k 32inputs+0outputs (0major+6235513minor)pagefaults 0swaps --- chicken-5.2.0-alt1.x86_64.rpm.repo 2021-07-12 13:17:42.000000000 +0000 +++ chicken-5.2.0-alt1.x86_64.rpm.hasher 2021-08-24 03:47:41.651176220 +0000 @@ -27,10 +27,10 @@ Conflicts: mono-devel -File: /usr/bin/chicken 100755 root:root 660608aa489036d0bf8d634da82c28b2 -File: /usr/bin/chicken-do 100755 root:root 29d71deb42f2ae36a63972e75342988a -File: /usr/bin/chicken-install 100755 root:root a869c8693547aa7e4f14081d6e19ae2d -File: /usr/bin/chicken-profile 100755 root:root 51e924948a31adf554d85fd25935173a -File: /usr/bin/chicken-status 100755 root:root e3d20dd113568af17249baa28b9f5170 -File: /usr/bin/chicken-uninstall 100755 root:root 9d97d1b05813a6b0afe39d475c6af381 -File: /usr/bin/csc 100755 root:root 7e55c02c834d897c3dead545dd17ba48 -File: /usr/bin/csi 100755 root:root 6150fa22138f2c1a215c643b064f2359 +File: /usr/bin/chicken 100755 root:root 33aa7f284d2618fa191cd66909cb52ad +File: /usr/bin/chicken-do 100755 root:root 22771db151c63ca9b2659887a6d045d1 +File: /usr/bin/chicken-install 100755 root:root 752280b0219f680af58b7e637ba5b6e4 +File: /usr/bin/chicken-profile 100755 root:root 5c5e0421ba326d7deda5644339a1f685 +File: /usr/bin/chicken-status 100755 root:root 53d2bfbcfc2ae42dcd6829b03001370e +File: /usr/bin/chicken-uninstall 100755 root:root fe6e98557055aaa1daf004a52da01f6c +File: /usr/bin/csc 100755 root:root e6fe9325f1384e65f295a057591ace4a +File: /usr/bin/csi 100755 root:root 0f0f4eb98090ed4d85333fe74f9049e6 File: /usr/bin/feathers 100755 root:root 0930acf94652f95684de12b6e4667b66 @@ -48,2 +48,2 @@ File: /usr/share/man/man1/feathers.1.xz 100644 root:root 34bc4ea6272a736f3be1d4934a3737e4 -RPMIdentity: 13d174b31314e3a925fb3a27f2444d6edcb006b172d0d301e63216d3210a622267c0f740e23387fbc7bd3595377de9da3e71494f31c4b1370b6a44fa6f3e8db9 +RPMIdentity: 0ebc67ddd63f1c6b847b6ea5780b5440be839adec302fac8976cd4b0f64c6e94656223e47964390812586e5cc40558b8880a3268ed244c37070b22c313c15ba2 --- chicken-debuginfo-5.2.0-alt1.x86_64.rpm.repo 2021-07-12 13:17:42.000000000 +0000 +++ chicken-debuginfo-5.2.0-alt1.x86_64.rpm.hasher 2021-08-24 03:47:41.779171759 +0000 @@ -1,25 +1,25 @@ -/usr/lib/debug/.build-id/5b 40755 root:root -/usr/lib/debug/.build-id/5b/7ab37bf76d9fadfa959a2d4f141a01890eceb7 120777 root:root ../../../../bin/chicken-install -/usr/lib/debug/.build-id/5b/7ab37bf76d9fadfa959a2d4f141a01890eceb7.debug 120777 root:root ../../usr/bin/chicken-install.debug -/usr/lib/debug/.build-id/6a 40755 root:root -/usr/lib/debug/.build-id/6a/03077059946b671136da5f1caa34c1fa13b23b 120777 root:root ../../../../bin/chicken-profile -/usr/lib/debug/.build-id/6a/03077059946b671136da5f1caa34c1fa13b23b.debug 120777 root:root ../../usr/bin/chicken-profile.debug -/usr/lib/debug/.build-id/c3 40755 root:root -/usr/lib/debug/.build-id/c3/e1e173d32fba777519ff355476507335b0ccc4 120777 root:root ../../../../bin/chicken-status -/usr/lib/debug/.build-id/c3/e1e173d32fba777519ff355476507335b0ccc4.debug 120777 root:root ../../usr/bin/chicken-status.debug -/usr/lib/debug/.build-id/d5 40755 root:root -/usr/lib/debug/.build-id/d5/4584f81e1519b674557178da6d0eb75913e8b3 120777 root:root ../../../../bin/csc -/usr/lib/debug/.build-id/d5/4584f81e1519b674557178da6d0eb75913e8b3.debug 120777 root:root ../../usr/bin/csc.debug -/usr/lib/debug/.build-id/e4 40755 root:root -/usr/lib/debug/.build-id/e4/d9fb8c34ae2b8d42ac69dd7f4a79c0c4575dc6 120777 root:root ../../../../bin/csi -/usr/lib/debug/.build-id/e4/d9fb8c34ae2b8d42ac69dd7f4a79c0c4575dc6.debug 120777 root:root ../../usr/bin/csi.debug -/usr/lib/debug/.build-id/ee 40755 root:root -/usr/lib/debug/.build-id/ee/da08f7faa4c5736ef6f428027c0e88e5c7e683 120777 root:root ../../../../bin/chicken-uninstall -/usr/lib/debug/.build-id/ee/da08f7faa4c5736ef6f428027c0e88e5c7e683.debug 120777 root:root ../../usr/bin/chicken-uninstall.debug -/usr/lib/debug/.build-id/f1 40755 root:root -/usr/lib/debug/.build-id/f1/c9bc8679cb818ffd59bf48b0a53edce0218086 120777 root:root ../../../../bin/chicken-do -/usr/lib/debug/.build-id/f1/c9bc8679cb818ffd59bf48b0a53edce0218086.debug 120777 root:root ../../usr/bin/chicken-do.debug -/usr/lib/debug/.build-id/f6 40755 root:root -/usr/lib/debug/.build-id/f6/8fa651b4f0948743cc2fa9150111bf82010330 120777 root:root ../../../../bin/chicken -/usr/lib/debug/.build-id/f6/8fa651b4f0948743cc2fa9150111bf82010330.debug 120777 root:root ../../usr/bin/chicken.debug +/usr/lib/debug/.build-id/21 40755 root:root +/usr/lib/debug/.build-id/21/e3028bbaff09c43c2f92a66fd4e6fffb0bbeac 120777 root:root ../../../../bin/csi +/usr/lib/debug/.build-id/21/e3028bbaff09c43c2f92a66fd4e6fffb0bbeac.debug 120777 root:root ../../usr/bin/csi.debug +/usr/lib/debug/.build-id/37 40755 root:root +/usr/lib/debug/.build-id/37/3a5267536641e1bbaa59d63a1d11e1c29d765a 120777 root:root ../../../../bin/chicken +/usr/lib/debug/.build-id/37/3a5267536641e1bbaa59d63a1d11e1c29d765a.debug 120777 root:root ../../usr/bin/chicken.debug +/usr/lib/debug/.build-id/56 40755 root:root +/usr/lib/debug/.build-id/56/2221c49d1887f771422f73c4c0da2bd411b262 120777 root:root ../../../../bin/chicken-install +/usr/lib/debug/.build-id/56/2221c49d1887f771422f73c4c0da2bd411b262.debug 120777 root:root ../../usr/bin/chicken-install.debug +/usr/lib/debug/.build-id/61 40755 root:root +/usr/lib/debug/.build-id/61/eb053634a98c6a167eadb713ac19122267b079 120777 root:root ../../../../bin/chicken-profile +/usr/lib/debug/.build-id/61/eb053634a98c6a167eadb713ac19122267b079.debug 120777 root:root ../../usr/bin/chicken-profile.debug +/usr/lib/debug/.build-id/63 40755 root:root +/usr/lib/debug/.build-id/63/5bbfd6d66800e1aa8d5297810c7a5740e96dc6 120777 root:root ../../../../bin/chicken-do +/usr/lib/debug/.build-id/63/5bbfd6d66800e1aa8d5297810c7a5740e96dc6.debug 120777 root:root ../../usr/bin/chicken-do.debug +/usr/lib/debug/.build-id/66 40755 root:root +/usr/lib/debug/.build-id/66/1837308bbee3804fdcb7a2204f006e36deb858 120777 root:root ../../../../bin/chicken-uninstall +/usr/lib/debug/.build-id/66/1837308bbee3804fdcb7a2204f006e36deb858.debug 120777 root:root ../../usr/bin/chicken-uninstall.debug +/usr/lib/debug/.build-id/8c 40755 root:root +/usr/lib/debug/.build-id/8c/12afc1ba44ec61436820ac29d2b46a206e68ec 120777 root:root ../../../../bin/csc +/usr/lib/debug/.build-id/8c/12afc1ba44ec61436820ac29d2b46a206e68ec.debug 120777 root:root ../../usr/bin/csc.debug +/usr/lib/debug/.build-id/d8 40755 root:root +/usr/lib/debug/.build-id/d8/e0df11594d28e03ea4ab0c793e2c86d7b23a40 120777 root:root ../../../../bin/chicken-status +/usr/lib/debug/.build-id/d8/e0df11594d28e03ea4ab0c793e2c86d7b23a40.debug 120777 root:root ../../usr/bin/chicken-status.debug /usr/lib/debug/usr/bin/chicken-do.debug 100644 root:root @@ -55,34 +55,34 @@ Provides: chicken-debuginfo = 5.2.0-alt1:sisyphus+278396.100.1.1 -File: /usr/lib/debug/.build-id/5b 40755 root:root -File: /usr/lib/debug/.build-id/5b/7ab37bf76d9fadfa959a2d4f141a01890eceb7 120777 root:root ../../../../bin/chicken-install -File: /usr/lib/debug/.build-id/5b/7ab37bf76d9fadfa959a2d4f141a01890eceb7.debug 120777 root:root ../../usr/bin/chicken-install.debug -File: /usr/lib/debug/.build-id/6a 40755 root:root -File: /usr/lib/debug/.build-id/6a/03077059946b671136da5f1caa34c1fa13b23b 120777 root:root ../../../../bin/chicken-profile -File: /usr/lib/debug/.build-id/6a/03077059946b671136da5f1caa34c1fa13b23b.debug 120777 root:root ../../usr/bin/chicken-profile.debug -File: /usr/lib/debug/.build-id/c3 40755 root:root -File: /usr/lib/debug/.build-id/c3/e1e173d32fba777519ff355476507335b0ccc4 120777 root:root ../../../../bin/chicken-status -File: /usr/lib/debug/.build-id/c3/e1e173d32fba777519ff355476507335b0ccc4.debug 120777 root:root ../../usr/bin/chicken-status.debug -File: /usr/lib/debug/.build-id/d5 40755 root:root -File: /usr/lib/debug/.build-id/d5/4584f81e1519b674557178da6d0eb75913e8b3 120777 root:root ../../../../bin/csc -File: /usr/lib/debug/.build-id/d5/4584f81e1519b674557178da6d0eb75913e8b3.debug 120777 root:root ../../usr/bin/csc.debug -File: /usr/lib/debug/.build-id/e4 40755 root:root -File: /usr/lib/debug/.build-id/e4/d9fb8c34ae2b8d42ac69dd7f4a79c0c4575dc6 120777 root:root ../../../../bin/csi -File: /usr/lib/debug/.build-id/e4/d9fb8c34ae2b8d42ac69dd7f4a79c0c4575dc6.debug 120777 root:root ../../usr/bin/csi.debug -File: /usr/lib/debug/.build-id/ee 40755 root:root -File: /usr/lib/debug/.build-id/ee/da08f7faa4c5736ef6f428027c0e88e5c7e683 120777 root:root ../../../../bin/chicken-uninstall -File: /usr/lib/debug/.build-id/ee/da08f7faa4c5736ef6f428027c0e88e5c7e683.debug 120777 root:root ../../usr/bin/chicken-uninstall.debug -File: /usr/lib/debug/.build-id/f1 40755 root:root -File: /usr/lib/debug/.build-id/f1/c9bc8679cb818ffd59bf48b0a53edce0218086 120777 root:root ../../../../bin/chicken-do -File: /usr/lib/debug/.build-id/f1/c9bc8679cb818ffd59bf48b0a53edce0218086.debug 120777 root:root ../../usr/bin/chicken-do.debug -File: /usr/lib/debug/.build-id/f6 40755 root:root -File: /usr/lib/debug/.build-id/f6/8fa651b4f0948743cc2fa9150111bf82010330 120777 root:root ../../../../bin/chicken -File: /usr/lib/debug/.build-id/f6/8fa651b4f0948743cc2fa9150111bf82010330.debug 120777 root:root ../../usr/bin/chicken.debug -File: /usr/lib/debug/usr/bin/chicken-do.debug 100644 root:root f035e028a8be96021d7626f7e70fb83b -File: /usr/lib/debug/usr/bin/chicken-install.debug 100644 root:root 986d9ed50ed4be2f2cdf1252d6fe5b47 -File: /usr/lib/debug/usr/bin/chicken-profile.debug 100644 root:root fda8439a5f3be5677e882fac36a3999b -File: /usr/lib/debug/usr/bin/chicken-status.debug 100644 root:root ba9ca2855dff7acd0f3df76e8a2c6688 -File: /usr/lib/debug/usr/bin/chicken-uninstall.debug 100644 root:root 2f3dafaf903a03ea0b4e0fd25212d359 -File: /usr/lib/debug/usr/bin/chicken.debug 100644 root:root e67dd21559a1a67627d2b002da36641f -File: /usr/lib/debug/usr/bin/csc.debug 100644 root:root bea7378342716008859767b12b8007fb -File: /usr/lib/debug/usr/bin/csi.debug 100644 root:root ff10bc0dbfb300f45e5df4727c92c3f4 +File: /usr/lib/debug/.build-id/21 40755 root:root +File: /usr/lib/debug/.build-id/21/e3028bbaff09c43c2f92a66fd4e6fffb0bbeac 120777 root:root ../../../../bin/csi +File: /usr/lib/debug/.build-id/21/e3028bbaff09c43c2f92a66fd4e6fffb0bbeac.debug 120777 root:root ../../usr/bin/csi.debug +File: /usr/lib/debug/.build-id/37 40755 root:root +File: /usr/lib/debug/.build-id/37/3a5267536641e1bbaa59d63a1d11e1c29d765a 120777 root:root ../../../../bin/chicken +File: /usr/lib/debug/.build-id/37/3a5267536641e1bbaa59d63a1d11e1c29d765a.debug 120777 root:root ../../usr/bin/chicken.debug +File: /usr/lib/debug/.build-id/56 40755 root:root +File: /usr/lib/debug/.build-id/56/2221c49d1887f771422f73c4c0da2bd411b262 120777 root:root ../../../../bin/chicken-install +File: /usr/lib/debug/.build-id/56/2221c49d1887f771422f73c4c0da2bd411b262.debug 120777 root:root ../../usr/bin/chicken-install.debug +File: /usr/lib/debug/.build-id/61 40755 root:root +File: /usr/lib/debug/.build-id/61/eb053634a98c6a167eadb713ac19122267b079 120777 root:root ../../../../bin/chicken-profile +File: /usr/lib/debug/.build-id/61/eb053634a98c6a167eadb713ac19122267b079.debug 120777 root:root ../../usr/bin/chicken-profile.debug +File: /usr/lib/debug/.build-id/63 40755 root:root +File: /usr/lib/debug/.build-id/63/5bbfd6d66800e1aa8d5297810c7a5740e96dc6 120777 root:root ../../../../bin/chicken-do +File: /usr/lib/debug/.build-id/63/5bbfd6d66800e1aa8d5297810c7a5740e96dc6.debug 120777 root:root ../../usr/bin/chicken-do.debug +File: /usr/lib/debug/.build-id/66 40755 root:root +File: /usr/lib/debug/.build-id/66/1837308bbee3804fdcb7a2204f006e36deb858 120777 root:root ../../../../bin/chicken-uninstall +File: /usr/lib/debug/.build-id/66/1837308bbee3804fdcb7a2204f006e36deb858.debug 120777 root:root ../../usr/bin/chicken-uninstall.debug +File: /usr/lib/debug/.build-id/8c 40755 root:root +File: /usr/lib/debug/.build-id/8c/12afc1ba44ec61436820ac29d2b46a206e68ec 120777 root:root ../../../../bin/csc +File: /usr/lib/debug/.build-id/8c/12afc1ba44ec61436820ac29d2b46a206e68ec.debug 120777 root:root ../../usr/bin/csc.debug +File: /usr/lib/debug/.build-id/d8 40755 root:root +File: /usr/lib/debug/.build-id/d8/e0df11594d28e03ea4ab0c793e2c86d7b23a40 120777 root:root ../../../../bin/chicken-status +File: /usr/lib/debug/.build-id/d8/e0df11594d28e03ea4ab0c793e2c86d7b23a40.debug 120777 root:root ../../usr/bin/chicken-status.debug +File: /usr/lib/debug/usr/bin/chicken-do.debug 100644 root:root 714e0e87e096d64d4ccecbb8c1d2feac +File: /usr/lib/debug/usr/bin/chicken-install.debug 100644 root:root 6bd304cd00cd89f0c3c6e8e63dd3a230 +File: /usr/lib/debug/usr/bin/chicken-profile.debug 100644 root:root d6b603b8d46c8161004ba7137d8ab05c +File: /usr/lib/debug/usr/bin/chicken-status.debug 100644 root:root 41d7af7c5b08e6a660f0bb8ced50343e +File: /usr/lib/debug/usr/bin/chicken-uninstall.debug 100644 root:root 29497d6bdcd7b8a6ce78091f0cc0f12f +File: /usr/lib/debug/usr/bin/chicken.debug 100644 root:root 7faaa19e2f450b18fb39bc7701b01704 +File: /usr/lib/debug/usr/bin/csc.debug 100644 root:root 41839456111dcf71ab3ef985eb68f126 +File: /usr/lib/debug/usr/bin/csi.debug 100644 root:root 877730666d25f9bbf7d4e5915739f552 File: /usr/src/debug/chicken-5.2.0 40755 root:root @@ -105,2 +105,2 @@ File: /usr/src/debug/chicken-5.2.0/user-pass.c 100644 root:root b28f74c50b2e330ebcf24c3b2a393d82 -RPMIdentity: 58d6eaacee2affd4d2721acb50d00347c5c68d463e670c44822286a248d4e6c5671ff2d171c8986d04e60c6552cafe91e55353b346e220a4a0065296b6c5ac4b +RPMIdentity: b2c07c1dd48a313685b555094306536502ecdd503b2d95917b6d6f2054fb300f294e37931688295a493cc9ae53236ded658806520928689a9467d1bd8c364888 --- libchicken-5.2.0-alt1.x86_64.rpm.repo 2021-07-12 13:17:42.000000000 +0000 +++ libchicken-5.2.0-alt1.x86_64.rpm.hasher 2021-08-24 03:47:42.049162350 +0000 @@ -63,47 +63,47 @@ File: /usr/lib64/chicken/11 40755 root:root -File: /usr/lib64/chicken/11/chicken.base.import.so 100644 root:root cb49e67f9b543235d2fa7b1ea80fd596 -File: /usr/lib64/chicken/11/chicken.bitwise.import.so 100644 root:root 2da98a5dcff859412bda7bdfc6b0da5a -File: /usr/lib64/chicken/11/chicken.blob.import.so 100644 root:root e0e1ce12e0e2dfe184cd89376561cd8b -File: /usr/lib64/chicken/11/chicken.compiler.user-pass.import.so 100644 root:root e60e6527e3200d4cef76837310577deb -File: /usr/lib64/chicken/11/chicken.condition.import.so 100644 root:root 7e695ef1ebf4a7e168d290e29e9030f6 -File: /usr/lib64/chicken/11/chicken.continuation.import.so 100644 root:root 9461d494ef8171a758873cb0373ca33b -File: /usr/lib64/chicken/11/chicken.csi.import.so 100644 root:root fa0e5a78d65138658e17823d9df179f1 -File: /usr/lib64/chicken/11/chicken.errno.import.so 100644 root:root 37ec978f871990f69ffe03d4cca2ef9d -File: /usr/lib64/chicken/11/chicken.eval.import.so 100644 root:root 4e4566ee414efb2b9d88ac28cbebe809 -File: /usr/lib64/chicken/11/chicken.file.import.so 100644 root:root ff77f216948f116f809ea435a169831c -File: /usr/lib64/chicken/11/chicken.file.posix.import.so 100644 root:root 7d6aa39aca3d58fc27b50b4ecad1853f -File: /usr/lib64/chicken/11/chicken.fixnum.import.so 100644 root:root 7876ba10aa2b6ffec3f21ec19809bb67 -File: /usr/lib64/chicken/11/chicken.flonum.import.so 100644 root:root 6861d9ffb74ecbd94a627b593f0b205e -File: /usr/lib64/chicken/11/chicken.foreign.import.so 100644 root:root f1431e15fb1010deb39b0a4550295a12 -File: /usr/lib64/chicken/11/chicken.format.import.so 100644 root:root cde2b257d134f3def8f27d13a355484a -File: /usr/lib64/chicken/11/chicken.gc.import.so 100644 root:root acf19c852544e99fa5652a0836b7b628 -File: /usr/lib64/chicken/11/chicken.internal.import.so 100644 root:root da2d80429c3d5b4485c22f3ab86011dc -File: /usr/lib64/chicken/11/chicken.io.import.so 100644 root:root 75abbb05aac7b7f9341cbc52780b7539 -File: /usr/lib64/chicken/11/chicken.irregex.import.so 100644 root:root a8a2435c53bad7f846a5837ad24c2c09 -File: /usr/lib64/chicken/11/chicken.keyword.import.so 100644 root:root fe61c07f6db92fbe3c7c3415c1b9bf6e -File: /usr/lib64/chicken/11/chicken.load.import.so 100644 root:root d45d42e9598ab22317dff01b30eeb492 -File: /usr/lib64/chicken/11/chicken.locative.import.so 100644 root:root 67ccc4f15b46c20c614c66c18981f40e -File: /usr/lib64/chicken/11/chicken.memory.import.so 100644 root:root d8ef0195c601f5b3294626966c0bf71e -File: /usr/lib64/chicken/11/chicken.memory.representation.import.so 100644 root:root 59698c92587f28cf06d173a98fdb65da -File: /usr/lib64/chicken/11/chicken.pathname.import.so 100644 root:root 3ff6c6b214a97a2bda3f5db6f4f23b0c -File: /usr/lib64/chicken/11/chicken.platform.import.so 100644 root:root 855627aea20851b5b5ae4f2ff28504ff -File: /usr/lib64/chicken/11/chicken.plist.import.so 100644 root:root 71f0d68fd9a594eca4afca395ac4be2d -File: /usr/lib64/chicken/11/chicken.port.import.so 100644 root:root f214513706af94a83f36378df7fa530d -File: /usr/lib64/chicken/11/chicken.pretty-print.import.so 100644 root:root cd2b96f8a1c620f7c00dcda20427ebf9 -File: /usr/lib64/chicken/11/chicken.process-context.import.so 100644 root:root 6c7674807c10e45fee70ce2ea4cae9ab -File: /usr/lib64/chicken/11/chicken.process-context.posix.import.so 100644 root:root 6e5eb66069988c21474e682835edcf08 -File: /usr/lib64/chicken/11/chicken.process.import.so 100644 root:root 5e24ed82020b050e3d1a5df275b600ab -File: /usr/lib64/chicken/11/chicken.process.signal.import.so 100644 root:root 7c9698e8c9a8fbd0b4fb1e0a9cdc99e1 -File: /usr/lib64/chicken/11/chicken.random.import.so 100644 root:root 84556171452554d29fa053ce7b05ebf3 -File: /usr/lib64/chicken/11/chicken.read-syntax.import.so 100644 root:root 02a16fb7a98e286bfa943db8e9dc1487 -File: /usr/lib64/chicken/11/chicken.repl.import.so 100644 root:root 38e6838fcfd94e7e8d87704c5639c884 -File: /usr/lib64/chicken/11/chicken.sort.import.so 100644 root:root 6ce2128574da35a740c796c141104f67 -File: /usr/lib64/chicken/11/chicken.string.import.so 100644 root:root daa87e3c7cbdec02577d12c592bcee87 -File: /usr/lib64/chicken/11/chicken.syntax.import.so 100644 root:root 47f9819f624d56879c2c118b96f6c08e -File: /usr/lib64/chicken/11/chicken.tcp.import.so 100644 root:root 314c933bced75e04a10b160f4d3fea89 -File: /usr/lib64/chicken/11/chicken.time.import.so 100644 root:root 4aefaeef43f4df0f6f19f1f8716ad5ce -File: /usr/lib64/chicken/11/chicken.time.posix.import.so 100644 root:root fed39a918c8ee6af1569b4d31e1de17d -File: /usr/lib64/chicken/11/srfi-4.import.so 100644 root:root cf25d41847686dc93bf14d11c4a34e60 +File: /usr/lib64/chicken/11/chicken.base.import.so 100644 root:root b78b1cfa8a5b4fd7d920d1c04d3d5673 +File: /usr/lib64/chicken/11/chicken.bitwise.import.so 100644 root:root 41e54f4a7e65cb6b7e09eea6dfbc5eca +File: /usr/lib64/chicken/11/chicken.blob.import.so 100644 root:root 74646ed91ece8d4f323c14ae33073d7e +File: /usr/lib64/chicken/11/chicken.compiler.user-pass.import.so 100644 root:root 6555686493b8d4d5ac8a85a555de7186 +File: /usr/lib64/chicken/11/chicken.condition.import.so 100644 root:root 8c64e86e40d23187c96abb40e7eba3ba +File: /usr/lib64/chicken/11/chicken.continuation.import.so 100644 root:root ef2603b3721d3b95e209ab27febb3371 +File: /usr/lib64/chicken/11/chicken.csi.import.so 100644 root:root 42cfa1b227cbf2a227ea375ce61d9c32 +File: /usr/lib64/chicken/11/chicken.errno.import.so 100644 root:root 6b2ad5ff5c79a96544d2451ffd5e1dea +File: /usr/lib64/chicken/11/chicken.eval.import.so 100644 root:root d4104d45f7f9d293e84c8ad5ae4bb180 +File: /usr/lib64/chicken/11/chicken.file.import.so 100644 root:root 58856ae651a4a7a1be5bcc4f7c293734 +File: /usr/lib64/chicken/11/chicken.file.posix.import.so 100644 root:root 48e943adb86e294b92005462d2871050 +File: /usr/lib64/chicken/11/chicken.fixnum.import.so 100644 root:root c86b9f64e197d17cb7754ae2e3054b67 +File: /usr/lib64/chicken/11/chicken.flonum.import.so 100644 root:root f78d455787eab48cef1e255f7393c1ff +File: /usr/lib64/chicken/11/chicken.foreign.import.so 100644 root:root f03684cf1d80ec64f783d34c877a8092 +File: /usr/lib64/chicken/11/chicken.format.import.so 100644 root:root d8fcf29f7cb7a731f04f8de91f2fe194 +File: /usr/lib64/chicken/11/chicken.gc.import.so 100644 root:root ec35c1d43d5a60c51b22a9ad08555ec9 +File: /usr/lib64/chicken/11/chicken.internal.import.so 100644 root:root 5512f464971a8880258b33ee344c5daa +File: /usr/lib64/chicken/11/chicken.io.import.so 100644 root:root 9e682dbab0b3acab66f57108dbfbcebf +File: /usr/lib64/chicken/11/chicken.irregex.import.so 100644 root:root 337483996af0bdd738c65de726f12dc4 +File: /usr/lib64/chicken/11/chicken.keyword.import.so 100644 root:root 506a78fa383c868079df7279c5faa4c3 +File: /usr/lib64/chicken/11/chicken.load.import.so 100644 root:root 660d1cb62d34225c5e16ffb5efd0fabe +File: /usr/lib64/chicken/11/chicken.locative.import.so 100644 root:root 747b792e5657a3433d9b710cdb93a7db +File: /usr/lib64/chicken/11/chicken.memory.import.so 100644 root:root 5397e8658d4f65616c3764895fad8f68 +File: /usr/lib64/chicken/11/chicken.memory.representation.import.so 100644 root:root 07efe3a7c228c92e332348d739701005 +File: /usr/lib64/chicken/11/chicken.pathname.import.so 100644 root:root 59a98055f54862f7cd57ee11e274b9d6 +File: /usr/lib64/chicken/11/chicken.platform.import.so 100644 root:root 29ad7d371010affa9af60ae877434ab9 +File: /usr/lib64/chicken/11/chicken.plist.import.so 100644 root:root f53ff1af2d13eabe155f219f2862bf6f +File: /usr/lib64/chicken/11/chicken.port.import.so 100644 root:root 383b1540dcb0ef893bbe209f4a5595eb +File: /usr/lib64/chicken/11/chicken.pretty-print.import.so 100644 root:root 07cfb199e35af0da7d3ae82d26257fc1 +File: /usr/lib64/chicken/11/chicken.process-context.import.so 100644 root:root d04b63460bcf6ae3485eb64af5e1f98c +File: /usr/lib64/chicken/11/chicken.process-context.posix.import.so 100644 root:root 8fdda299feb715f3e6c8805f366752c9 +File: /usr/lib64/chicken/11/chicken.process.import.so 100644 root:root 2447209dc6cd245bef468012d326e186 +File: /usr/lib64/chicken/11/chicken.process.signal.import.so 100644 root:root a5c5eb6159636778df8a9d04806627a7 +File: /usr/lib64/chicken/11/chicken.random.import.so 100644 root:root 602bde587176321e1d86b270f6c5f7c2 +File: /usr/lib64/chicken/11/chicken.read-syntax.import.so 100644 root:root b10bd77ecd53ed3797747407c05f8eb3 +File: /usr/lib64/chicken/11/chicken.repl.import.so 100644 root:root 0c0ca44dffdd150b3ae88873f5285265 +File: /usr/lib64/chicken/11/chicken.sort.import.so 100644 root:root 91ba85e73fb268820b973ee7efdf8e38 +File: /usr/lib64/chicken/11/chicken.string.import.so 100644 root:root de7e70944e0949d0acdf591ea18f33f5 +File: /usr/lib64/chicken/11/chicken.syntax.import.so 100644 root:root 685129f828b653ebcc08969e412a425d +File: /usr/lib64/chicken/11/chicken.tcp.import.so 100644 root:root 9c6391a45fdcb2ddb6f7259eee6a5d0d +File: /usr/lib64/chicken/11/chicken.time.import.so 100644 root:root 201b850cca079f1ac00fbecfb1e1ad61 +File: /usr/lib64/chicken/11/chicken.time.posix.import.so 100644 root:root b8ac5dad735081dbf3ce1a76c35ae284 +File: /usr/lib64/chicken/11/srfi-4.import.so 100644 root:root b1fbb59654b483f4b50b72e15e4cda1c File: /usr/lib64/chicken/11/types.db 100644 root:root 7a2b04399406648f7e585b3b5aa87f19 -File: /usr/lib64/libchicken.so.11 100644 root:root c7e076f5bee49f04a869c015ec1ba862 -RPMIdentity: 32eb501839e044d6df5165d411e9043561ca83c015f967ef4fc81f088bdfb7f6e7c22d79808e2138de074c1a401ebf6fce295fa431bc7e2ce3b420de369d7fa9 +File: /usr/lib64/libchicken.so.11 100644 root:root 9a43a5f3a9e8f7cf9141bd735aa195b2 +RPMIdentity: 650b89d7ef79b9e63d1a4638f281d88e93127a2b3caeb47c8d51298b017d2776897db141d7c43d20b0006506a959bb9c7c67e9c98f48f0db28f8c439c18a9978 --- libchicken-debuginfo-5.2.0-alt1.x86_64.rpm.repo 2021-07-12 13:17:42.000000000 +0000 +++ libchicken-debuginfo-5.2.0-alt1.x86_64.rpm.hasher 2021-08-24 03:47:42.187157541 +0000 @@ -1,127 +1,127 @@ -/usr/lib/debug/.build-id/03 40755 root:root -/usr/lib/debug/.build-id/03/4545903db307d796bbf27ca8b1d3621b1d2afc 120777 root:root ../../../../lib64/chicken/11/chicken.process.import.so -/usr/lib/debug/.build-id/03/4545903db307d796bbf27ca8b1d3621b1d2afc.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.import.so.debug +/usr/lib/debug/.build-id/0e 40755 root:root +/usr/lib/debug/.build-id/0e/d036f4b28444a6d6ce63a42a5532063378c4aa 120777 root:root ../../../../lib64/chicken/11/chicken.string.import.so +/usr/lib/debug/.build-id/0e/d036f4b28444a6d6ce63a42a5532063378c4aa.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.string.import.so.debug +/usr/lib/debug/.build-id/10 40755 root:root +/usr/lib/debug/.build-id/10/862d18e0f8a62adb2f78649865f895208f516e 120777 root:root ../../../../lib64/chicken/11/chicken.read-syntax.import.so +/usr/lib/debug/.build-id/10/862d18e0f8a62adb2f78649865f895208f516e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.read-syntax.import.so.debug +/usr/lib/debug/.build-id/12 40755 root:root +/usr/lib/debug/.build-id/12/e8e989cc000101fc68053644c8ea8688dfc8d1 120777 root:root ../../../../lib64/chicken/11/chicken.syntax.import.so +/usr/lib/debug/.build-id/12/e8e989cc000101fc68053644c8ea8688dfc8d1.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.syntax.import.so.debug /usr/lib/debug/.build-id/16 40755 root:root -/usr/lib/debug/.build-id/16/60305388ac17868ae957b23102b4b176bd0aa5 120777 root:root ../../../../lib64/libchicken.so.11 -/usr/lib/debug/.build-id/16/60305388ac17868ae957b23102b4b176bd0aa5.debug 120777 root:root ../../usr/lib64/libchicken.so.11.debug -/usr/lib/debug/.build-id/19 40755 root:root -/usr/lib/debug/.build-id/19/9cd0bc709ece9f350bdd7184e850e62a9b2009 120777 root:root ../../../../lib64/chicken/11/chicken.continuation.import.so -/usr/lib/debug/.build-id/19/9cd0bc709ece9f350bdd7184e850e62a9b2009.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.continuation.import.so.debug -/usr/lib/debug/.build-id/1c 40755 root:root -/usr/lib/debug/.build-id/1c/76663f15ec2b043eb04a5a70e7676f642c76d6 120777 root:root ../../../../lib64/chicken/11/chicken.sort.import.so -/usr/lib/debug/.build-id/1c/76663f15ec2b043eb04a5a70e7676f642c76d6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.sort.import.so.debug -/usr/lib/debug/.build-id/1c/774833839a8062f5f2cc2fa840d1818fa1ad29 120777 root:root ../../../../lib64/chicken/11/srfi-4.import.so -/usr/lib/debug/.build-id/1c/774833839a8062f5f2cc2fa840d1818fa1ad29.debug 120777 root:root ../../usr/lib64/chicken/11/srfi-4.import.so.debug -/usr/lib/debug/.build-id/26 40755 root:root -/usr/lib/debug/.build-id/26/6d6b7d83ac2fc243c1ec88902ffa378bc90121 120777 root:root ../../../../lib64/chicken/11/chicken.string.import.so -/usr/lib/debug/.build-id/26/6d6b7d83ac2fc243c1ec88902ffa378bc90121.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.string.import.so.debug -/usr/lib/debug/.build-id/27 40755 root:root -/usr/lib/debug/.build-id/27/63151db5a2274051a536f84c7aca7437597ca8 120777 root:root ../../../../lib64/chicken/11/chicken.read-syntax.import.so -/usr/lib/debug/.build-id/27/63151db5a2274051a536f84c7aca7437597ca8.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.read-syntax.import.so.debug -/usr/lib/debug/.build-id/27/fb486e43f980b57d395ba1565b3639768d7431 120777 root:root ../../../../lib64/chicken/11/chicken.fixnum.import.so -/usr/lib/debug/.build-id/27/fb486e43f980b57d395ba1565b3639768d7431.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.fixnum.import.so.debug -/usr/lib/debug/.build-id/2e 40755 root:root -/usr/lib/debug/.build-id/2e/2ea6f32fa9cec2d697915751d47968289ce184 120777 root:root ../../../../lib64/chicken/11/chicken.flonum.import.so -/usr/lib/debug/.build-id/2e/2ea6f32fa9cec2d697915751d47968289ce184.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.flonum.import.so.debug -/usr/lib/debug/.build-id/2f 40755 root:root -/usr/lib/debug/.build-id/2f/41ad42816b807143337786e23af1e0492b352c 120777 root:root ../../../../lib64/chicken/11/chicken.repl.import.so -/usr/lib/debug/.build-id/2f/41ad42816b807143337786e23af1e0492b352c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.repl.import.so.debug -/usr/lib/debug/.build-id/2f/e6ae687daaea5d9d18f8a11f2d4a7d966093cd 120777 root:root ../../../../lib64/chicken/11/chicken.memory.import.so -/usr/lib/debug/.build-id/2f/e6ae687daaea5d9d18f8a11f2d4a7d966093cd.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.import.so.debug -/usr/lib/debug/.build-id/42 40755 root:root -/usr/lib/debug/.build-id/42/b8a9e819e82d442245157e7ee4f7e7788cc24c 120777 root:root ../../../../lib64/chicken/11/chicken.pretty-print.import.so -/usr/lib/debug/.build-id/42/b8a9e819e82d442245157e7ee4f7e7788cc24c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pretty-print.import.so.debug -/usr/lib/debug/.build-id/42/ba0c1d19f6fcae2be2586145cd34a4edad5fda 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.import.so -/usr/lib/debug/.build-id/42/ba0c1d19f6fcae2be2586145cd34a4edad5fda.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.import.so.debug -/usr/lib/debug/.build-id/4c 40755 root:root -/usr/lib/debug/.build-id/4c/b8c0fa62da6016529426f7b1e4e68df1971b54 120777 root:root ../../../../lib64/chicken/11/chicken.irregex.import.so -/usr/lib/debug/.build-id/4c/b8c0fa62da6016529426f7b1e4e68df1971b54.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.irregex.import.so.debug -/usr/lib/debug/.build-id/4f 40755 root:root -/usr/lib/debug/.build-id/4f/668160aaa63da475263111ffd892fe9bbc2db6 120777 root:root ../../../../lib64/chicken/11/chicken.csi.import.so -/usr/lib/debug/.build-id/4f/668160aaa63da475263111ffd892fe9bbc2db6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.csi.import.so.debug -/usr/lib/debug/.build-id/4f/b7778ac7d805314297f8e3da327fccdb2d1e07 120777 root:root ../../../../lib64/chicken/11/chicken.format.import.so -/usr/lib/debug/.build-id/4f/b7778ac7d805314297f8e3da327fccdb2d1e07.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.format.import.so.debug -/usr/lib/debug/.build-id/50 40755 root:root -/usr/lib/debug/.build-id/50/dbed85984f5605499e4e54d7d8d1278e0728ec 120777 root:root ../../../../lib64/chicken/11/chicken.keyword.import.so -/usr/lib/debug/.build-id/50/dbed85984f5605499e4e54d7d8d1278e0728ec.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.keyword.import.so.debug +/usr/lib/debug/.build-id/16/9f8220bf2f59217fb11e22ced01bc2ed53fbc5 120777 root:root ../../../../lib64/chicken/11/chicken.base.import.so +/usr/lib/debug/.build-id/16/9f8220bf2f59217fb11e22ced01bc2ed53fbc5.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.base.import.so.debug +/usr/lib/debug/.build-id/21 40755 root:root +/usr/lib/debug/.build-id/21/8e203555afa6a3f5a41620283496694fd48dc6 120777 root:root ../../../../lib64/chicken/11/chicken.random.import.so +/usr/lib/debug/.build-id/21/8e203555afa6a3f5a41620283496694fd48dc6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.random.import.so.debug +/usr/lib/debug/.build-id/22 40755 root:root +/usr/lib/debug/.build-id/22/41dee75d14c46ef96cd0a88ff964f61a60154b 120777 root:root ../../../../lib64/chicken/11/chicken.repl.import.so +/usr/lib/debug/.build-id/22/41dee75d14c46ef96cd0a88ff964f61a60154b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.repl.import.so.debug +/usr/lib/debug/.build-id/22/963d4dd11eb2e6a5e3c6368d39aaef11c0724f 120777 root:root ../../../../lib64/chicken/11/chicken.plist.import.so +/usr/lib/debug/.build-id/22/963d4dd11eb2e6a5e3c6368d39aaef11c0724f.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.plist.import.so.debug +/usr/lib/debug/.build-id/28 40755 root:root +/usr/lib/debug/.build-id/28/61695da4ba7f3b8651a9768f6600525c0d1bef 120777 root:root ../../../../lib64/libchicken.so.11 +/usr/lib/debug/.build-id/28/61695da4ba7f3b8651a9768f6600525c0d1bef.debug 120777 root:root ../../usr/lib64/libchicken.so.11.debug +/usr/lib/debug/.build-id/2c 40755 root:root +/usr/lib/debug/.build-id/2c/7724ecc3646e166a17921b29f7210b701dc08e 120777 root:root ../../../../lib64/chicken/11/chicken.fixnum.import.so +/usr/lib/debug/.build-id/2c/7724ecc3646e166a17921b29f7210b701dc08e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.fixnum.import.so.debug +/usr/lib/debug/.build-id/2d 40755 root:root +/usr/lib/debug/.build-id/2d/0740d40853b6ab6efd5a3a0dbebfac2566b67f 120777 root:root ../../../../lib64/chicken/11/chicken.bitwise.import.so +/usr/lib/debug/.build-id/2d/0740d40853b6ab6efd5a3a0dbebfac2566b67f.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.bitwise.import.so.debug +/usr/lib/debug/.build-id/2d/76dde321dc403348d80bd6d3fcb8e5fcc5cb07 120777 root:root ../../../../lib64/chicken/11/chicken.internal.import.so +/usr/lib/debug/.build-id/2d/76dde321dc403348d80bd6d3fcb8e5fcc5cb07.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.internal.import.so.debug +/usr/lib/debug/.build-id/31 40755 root:root +/usr/lib/debug/.build-id/31/9c22a6e9f4bf8c17c4e159f1cdcc6df91bd549 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.posix.import.so +/usr/lib/debug/.build-id/31/9c22a6e9f4bf8c17c4e159f1cdcc6df91bd549.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.posix.import.so.debug +/usr/lib/debug/.build-id/31/b44af5fb5309f50519d14810f4ea0aaef51d7a 120777 root:root ../../../../lib64/chicken/11/chicken.io.import.so +/usr/lib/debug/.build-id/31/b44af5fb5309f50519d14810f4ea0aaef51d7a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.io.import.so.debug +/usr/lib/debug/.build-id/3d 40755 root:root +/usr/lib/debug/.build-id/3d/b7660f470299e52dbff672b81fdb79d6684349 120777 root:root ../../../../lib64/chicken/11/chicken.platform.import.so +/usr/lib/debug/.build-id/3d/b7660f470299e52dbff672b81fdb79d6684349.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.platform.import.so.debug +/usr/lib/debug/.build-id/40 40755 root:root +/usr/lib/debug/.build-id/40/c81a3425f2524772999b61f1282a748a56271d 120777 root:root ../../../../lib64/chicken/11/chicken.memory.import.so +/usr/lib/debug/.build-id/40/c81a3425f2524772999b61f1282a748a56271d.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.import.so.debug +/usr/lib/debug/.build-id/4a 40755 root:root +/usr/lib/debug/.build-id/4a/6a938503c8118092607020ff1c775050c26e34 120777 root:root ../../../../lib64/chicken/11/chicken.continuation.import.so +/usr/lib/debug/.build-id/4a/6a938503c8118092607020ff1c775050c26e34.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.continuation.import.so.debug +/usr/lib/debug/.build-id/56 40755 root:root +/usr/lib/debug/.build-id/56/5854b3f98443b7b58b1689468954c35253909c 120777 root:root ../../../../lib64/chicken/11/chicken.load.import.so +/usr/lib/debug/.build-id/56/5854b3f98443b7b58b1689468954c35253909c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.load.import.so.debug +/usr/lib/debug/.build-id/56/d09f2bc9e8e1ebca543d51ca0c61fc5fcb26a6 120777 root:root ../../../../lib64/chicken/11/chicken.blob.import.so +/usr/lib/debug/.build-id/56/d09f2bc9e8e1ebca543d51ca0c61fc5fcb26a6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.blob.import.so.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/4a7b3619d8d0b24061232a2f72c992851fa2cb 120777 root:root ../../../../lib64/chicken/11/chicken.time.import.so +/usr/lib/debug/.build-id/59/4a7b3619d8d0b24061232a2f72c992851fa2cb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.import.so.debug /usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/bb6b695d7918c076cd62b17d98711ade642078 120777 root:root ../../../../lib64/chicken/11/chicken.errno.import.so -/usr/lib/debug/.build-id/5c/bb6b695d7918c076cd62b17d98711ade642078.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.errno.import.so.debug -/usr/lib/debug/.build-id/5d 40755 root:root -/usr/lib/debug/.build-id/5d/2aac3079a5595f53fea14e999e5e991a1f341c 120777 root:root ../../../../lib64/chicken/11/chicken.compiler.user-pass.import.so -/usr/lib/debug/.build-id/5d/2aac3079a5595f53fea14e999e5e991a1f341c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.compiler.user-pass.import.so.debug -/usr/lib/debug/.build-id/65 40755 root:root -/usr/lib/debug/.build-id/65/0ecb17f84c677b433f3c09851538dd57585bfe 120777 root:root ../../../../lib64/chicken/11/chicken.foreign.import.so -/usr/lib/debug/.build-id/65/0ecb17f84c677b433f3c09851538dd57585bfe.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.foreign.import.so.debug +/usr/lib/debug/.build-id/5c/6127da3d2e1346100f7c61e36eca6a09ed15bb 120777 root:root ../../../../lib64/chicken/11/chicken.pathname.import.so +/usr/lib/debug/.build-id/5c/6127da3d2e1346100f7c61e36eca6a09ed15bb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pathname.import.so.debug +/usr/lib/debug/.build-id/61 40755 root:root +/usr/lib/debug/.build-id/61/954c071d97fd35a57d549f91260b5b77d41546 120777 root:root ../../../../lib64/chicken/11/chicken.pretty-print.import.so +/usr/lib/debug/.build-id/61/954c071d97fd35a57d549f91260b5b77d41546.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pretty-print.import.so.debug +/usr/lib/debug/.build-id/68 40755 root:root +/usr/lib/debug/.build-id/68/4e498c13f8f0c5100662aa6ff5a863680731dc 120777 root:root ../../../../lib64/chicken/11/chicken.process.signal.import.so +/usr/lib/debug/.build-id/68/4e498c13f8f0c5100662aa6ff5a863680731dc.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.signal.import.so.debug /usr/lib/debug/.build-id/6d 40755 root:root -/usr/lib/debug/.build-id/6d/f04dfa79394f2fc69da0114f34c8144138c89e 120777 root:root ../../../../lib64/chicken/11/chicken.blob.import.so -/usr/lib/debug/.build-id/6d/f04dfa79394f2fc69da0114f34c8144138c89e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.blob.import.so.debug -/usr/lib/debug/.build-id/6e 40755 root:root -/usr/lib/debug/.build-id/6e/9c0191e97fc3f7a4b81470d33a1cb293d73730 120777 root:root ../../../../lib64/chicken/11/chicken.file.posix.import.so -/usr/lib/debug/.build-id/6e/9c0191e97fc3f7a4b81470d33a1cb293d73730.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.posix.import.so.debug -/usr/lib/debug/.build-id/71 40755 root:root -/usr/lib/debug/.build-id/71/bb749dd49a285cc8cbc514302e39ab5f45a49b 120777 root:root ../../../../lib64/chicken/11/chicken.condition.import.so -/usr/lib/debug/.build-id/71/bb749dd49a285cc8cbc514302e39ab5f45a49b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.condition.import.so.debug -/usr/lib/debug/.build-id/73 40755 root:root -/usr/lib/debug/.build-id/73/52bd2ec43228c947ae2e76ffb0423fece5648f 120777 root:root ../../../../lib64/chicken/11/chicken.port.import.so -/usr/lib/debug/.build-id/73/52bd2ec43228c947ae2e76ffb0423fece5648f.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.port.import.so.debug -/usr/lib/debug/.build-id/75 40755 root:root -/usr/lib/debug/.build-id/75/20f2fc3a09580e11aae3b5d9573c74b99edaa2 120777 root:root ../../../../lib64/chicken/11/chicken.io.import.so -/usr/lib/debug/.build-id/75/20f2fc3a09580e11aae3b5d9573c74b99edaa2.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.io.import.so.debug -/usr/lib/debug/.build-id/79 40755 root:root -/usr/lib/debug/.build-id/79/cd6beb5896992d96b4810f7aebfbcc2007a3cb 120777 root:root ../../../../lib64/chicken/11/chicken.locative.import.so -/usr/lib/debug/.build-id/79/cd6beb5896992d96b4810f7aebfbcc2007a3cb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.locative.import.so.debug -/usr/lib/debug/.build-id/8b 40755 root:root -/usr/lib/debug/.build-id/8b/082b0a6777106ea8d7d4a9981a68242c5e8db6 120777 root:root ../../../../lib64/chicken/11/chicken.memory.representation.import.so -/usr/lib/debug/.build-id/8b/082b0a6777106ea8d7d4a9981a68242c5e8db6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.representation.import.so.debug +/usr/lib/debug/.build-id/6d/4407c803398a9b48d75a3e3310399ccbf4ce94 120777 root:root ../../../../lib64/chicken/11/chicken.foreign.import.so +/usr/lib/debug/.build-id/6d/4407c803398a9b48d75a3e3310399ccbf4ce94.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.foreign.import.so.debug +/usr/lib/debug/.build-id/77 40755 root:root +/usr/lib/debug/.build-id/77/7ec7dbc9dda10f8f0d1f093c1686287c17dbb4 120777 root:root ../../../../lib64/chicken/11/chicken.irregex.import.so +/usr/lib/debug/.build-id/77/7ec7dbc9dda10f8f0d1f093c1686287c17dbb4.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.irregex.import.so.debug /usr/lib/debug/.build-id/91 40755 root:root -/usr/lib/debug/.build-id/91/d8b86bee50a617feb422d1038819dbf413352c 120777 root:root ../../../../lib64/chicken/11/chicken.base.import.so -/usr/lib/debug/.build-id/91/d8b86bee50a617feb422d1038819dbf413352c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.base.import.so.debug -/usr/lib/debug/.build-id/92 40755 root:root -/usr/lib/debug/.build-id/92/a271b8b6d2eb70acdeed76b4fd246a4486f55e 120777 root:root ../../../../lib64/chicken/11/chicken.internal.import.so -/usr/lib/debug/.build-id/92/a271b8b6d2eb70acdeed76b4fd246a4486f55e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.internal.import.so.debug -/usr/lib/debug/.build-id/98 40755 root:root -/usr/lib/debug/.build-id/98/c9798aff15082c090b4ee2e0a4aad943175e78 120777 root:root ../../../../lib64/chicken/11/chicken.pathname.import.so -/usr/lib/debug/.build-id/98/c9798aff15082c090b4ee2e0a4aad943175e78.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pathname.import.so.debug +/usr/lib/debug/.build-id/91/8f7552d40381af0a79aa1c3dbd1e7ae16e2cc6 120777 root:root ../../../../lib64/chicken/11/chicken.compiler.user-pass.import.so +/usr/lib/debug/.build-id/91/8f7552d40381af0a79aa1c3dbd1e7ae16e2cc6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.compiler.user-pass.import.so.debug /usr/lib/debug/.build-id/99 40755 root:root -/usr/lib/debug/.build-id/99/d380c57038d84a455b8f8ff96a848f34ac701e 120777 root:root ../../../../lib64/chicken/11/chicken.plist.import.so -/usr/lib/debug/.build-id/99/d380c57038d84a455b8f8ff96a848f34ac701e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.plist.import.so.debug +/usr/lib/debug/.build-id/99/cb8a322d6bc14172533bf0f59f3a0152926b6a 120777 root:root ../../../../lib64/chicken/11/chicken.sort.import.so +/usr/lib/debug/.build-id/99/cb8a322d6bc14172533bf0f59f3a0152926b6a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.sort.import.so.debug /usr/lib/debug/.build-id/9a 40755 root:root -/usr/lib/debug/.build-id/9a/1edec4bf3b58cc1499dd5b684a1a86a97fc10a 120777 root:root ../../../../lib64/chicken/11/chicken.bitwise.import.so -/usr/lib/debug/.build-id/9a/1edec4bf3b58cc1499dd5b684a1a86a97fc10a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.bitwise.import.so.debug -/usr/lib/debug/.build-id/a2 40755 root:root -/usr/lib/debug/.build-id/a2/165209e112f6406ce1094c154990dfc88fbb14 120777 root:root ../../../../lib64/chicken/11/chicken.eval.import.so -/usr/lib/debug/.build-id/a2/165209e112f6406ce1094c154990dfc88fbb14.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.eval.import.so.debug -/usr/lib/debug/.build-id/a5 40755 root:root -/usr/lib/debug/.build-id/a5/518fa2c8d3e40c38c7cf88740ddcac43f629a5 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.posix.import.so -/usr/lib/debug/.build-id/a5/518fa2c8d3e40c38c7cf88740ddcac43f629a5.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.posix.import.so.debug -/usr/lib/debug/.build-id/ad 40755 root:root -/usr/lib/debug/.build-id/ad/2857a7717d9fd23ee9e3a2a93e38e0680a63e4 120777 root:root ../../../../lib64/chicken/11/chicken.random.import.so -/usr/lib/debug/.build-id/ad/2857a7717d9fd23ee9e3a2a93e38e0680a63e4.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.random.import.so.debug +/usr/lib/debug/.build-id/9a/4b13904f392888bf9c5bce39eb3c499198e334 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.import.so +/usr/lib/debug/.build-id/9a/4b13904f392888bf9c5bce39eb3c499198e334.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.import.so.debug +/usr/lib/debug/.build-id/9a/fb776d4bf6fb2ddd09f6efe27559655b41a1e3 120777 root:root ../../../../lib64/chicken/11/chicken.tcp.import.so +/usr/lib/debug/.build-id/9a/fb776d4bf6fb2ddd09f6efe27559655b41a1e3.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.tcp.import.so.debug +/usr/lib/debug/.build-id/9d 40755 root:root +/usr/lib/debug/.build-id/9d/1e35ef80b3ce6e66d0e68d0484847097633158 120777 root:root ../../../../lib64/chicken/11/chicken.memory.representation.import.so +/usr/lib/debug/.build-id/9d/1e35ef80b3ce6e66d0e68d0484847097633158.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.representation.import.so.debug +/usr/lib/debug/.build-id/a0 40755 root:root +/usr/lib/debug/.build-id/a0/b93d9505a35d98207d45027c51869a25900eeb 120777 root:root ../../../../lib64/chicken/11/chicken.process.import.so +/usr/lib/debug/.build-id/a0/b93d9505a35d98207d45027c51869a25900eeb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.import.so.debug +/usr/lib/debug/.build-id/a7 40755 root:root +/usr/lib/debug/.build-id/a7/e4617ae5d85f9a5095362d7b249f1ec4654baa 120777 root:root ../../../../lib64/chicken/11/chicken.condition.import.so +/usr/lib/debug/.build-id/a7/e4617ae5d85f9a5095362d7b249f1ec4654baa.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.condition.import.so.debug +/usr/lib/debug/.build-id/aa 40755 root:root +/usr/lib/debug/.build-id/aa/8e217de06206acae0c82b00dd84c1543af8157 120777 root:root ../../../../lib64/chicken/11/chicken.flonum.import.so +/usr/lib/debug/.build-id/aa/8e217de06206acae0c82b00dd84c1543af8157.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.flonum.import.so.debug +/usr/lib/debug/.build-id/c3 40755 root:root +/usr/lib/debug/.build-id/c3/50bc106fcb9c0873fd97fc4115f652c8af98c9 120777 root:root ../../../../lib64/chicken/11/chicken.errno.import.so +/usr/lib/debug/.build-id/c3/50bc106fcb9c0873fd97fc4115f652c8af98c9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.errno.import.so.debug /usr/lib/debug/.build-id/d0 40755 root:root -/usr/lib/debug/.build-id/d0/7cd5fa968a20bfdc8cf4af97ae76441a62caf6 120777 root:root ../../../../lib64/chicken/11/chicken.time.posix.import.so -/usr/lib/debug/.build-id/d0/7cd5fa968a20bfdc8cf4af97ae76441a62caf6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.posix.import.so.debug -/usr/lib/debug/.build-id/d1 40755 root:root -/usr/lib/debug/.build-id/d1/0f5af11cd83bf2d6f6176ebfbdac908eddadb9 120777 root:root ../../../../lib64/chicken/11/chicken.syntax.import.so -/usr/lib/debug/.build-id/d1/0f5af11cd83bf2d6f6176ebfbdac908eddadb9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.syntax.import.so.debug -/usr/lib/debug/.build-id/d1/677f197f1f6cb934572127533867c787f497d6 120777 root:root ../../../../lib64/chicken/11/chicken.platform.import.so -/usr/lib/debug/.build-id/d1/677f197f1f6cb934572127533867c787f497d6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.platform.import.so.debug -/usr/lib/debug/.build-id/d3 40755 root:root -/usr/lib/debug/.build-id/d3/99e4d6ff0473b252a85110ee01efd3f204d1ea 120777 root:root ../../../../lib64/chicken/11/chicken.gc.import.so -/usr/lib/debug/.build-id/d3/99e4d6ff0473b252a85110ee01efd3f204d1ea.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.gc.import.so.debug -/usr/lib/debug/.build-id/e1 40755 root:root -/usr/lib/debug/.build-id/e1/7f92f74fb30b560188af16830a8e715ae144b9 120777 root:root ../../../../lib64/chicken/11/chicken.time.import.so -/usr/lib/debug/.build-id/e1/7f92f74fb30b560188af16830a8e715ae144b9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.import.so.debug +/usr/lib/debug/.build-id/d0/f6309ffdd74a70ba6dae13eddddddfbb1b565d 120777 root:root ../../../../lib64/chicken/11/chicken.csi.import.so +/usr/lib/debug/.build-id/d0/f6309ffdd74a70ba6dae13eddddddfbb1b565d.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.csi.import.so.debug +/usr/lib/debug/.build-id/d5 40755 root:root +/usr/lib/debug/.build-id/d5/937cdb832ad564680577e95a504cdce1c715e7 120777 root:root ../../../../lib64/chicken/11/chicken.port.import.so +/usr/lib/debug/.build-id/d5/937cdb832ad564680577e95a504cdce1c715e7.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.port.import.so.debug +/usr/lib/debug/.build-id/d8 40755 root:root +/usr/lib/debug/.build-id/d8/d95294cc0d9c136f49afc74e2103a17decc37a 120777 root:root ../../../../lib64/chicken/11/chicken.keyword.import.so +/usr/lib/debug/.build-id/d8/d95294cc0d9c136f49afc74e2103a17decc37a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.keyword.import.so.debug +/usr/lib/debug/.build-id/d8/daaa5e4512be5b32c2397ecd18bf4dbbdb3200 120777 root:root ../../../../lib64/chicken/11/srfi-4.import.so +/usr/lib/debug/.build-id/d8/daaa5e4512be5b32c2397ecd18bf4dbbdb3200.debug 120777 root:root ../../usr/lib64/chicken/11/srfi-4.import.so.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/ee985eab0e9f801ec3802aee686cb03a77a8a0 120777 root:root ../../../../lib64/chicken/11/chicken.file.posix.import.so +/usr/lib/debug/.build-id/db/ee985eab0e9f801ec3802aee686cb03a77a8a0.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.posix.import.so.debug +/usr/lib/debug/.build-id/df 40755 root:root +/usr/lib/debug/.build-id/df/ab7f5d59ca77034f56031fbc92bafe64970131 120777 root:root ../../../../lib64/chicken/11/chicken.locative.import.so +/usr/lib/debug/.build-id/df/ab7f5d59ca77034f56031fbc92bafe64970131.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.locative.import.so.debug +/usr/lib/debug/.build-id/e2 40755 root:root +/usr/lib/debug/.build-id/e2/9a95651834e414a186f05f245051d76265a695 120777 root:root ../../../../lib64/chicken/11/chicken.gc.import.so +/usr/lib/debug/.build-id/e2/9a95651834e414a186f05f245051d76265a695.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.gc.import.so.debug /usr/lib/debug/.build-id/e5 40755 root:root -/usr/lib/debug/.build-id/e5/15322af9dc7fa1ecd9d91aa451962ded12e293 120777 root:root ../../../../lib64/chicken/11/chicken.load.import.so -/usr/lib/debug/.build-id/e5/15322af9dc7fa1ecd9d91aa451962ded12e293.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.load.import.so.debug -/usr/lib/debug/.build-id/eb 40755 root:root -/usr/lib/debug/.build-id/eb/1c5a11aff7389155ea6630ed57f57571f97cf9 120777 root:root ../../../../lib64/chicken/11/chicken.tcp.import.so -/usr/lib/debug/.build-id/eb/1c5a11aff7389155ea6630ed57f57571f97cf9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.tcp.import.so.debug -/usr/lib/debug/.build-id/f2 40755 root:root -/usr/lib/debug/.build-id/f2/db735c8fe3e88b58e4a3a29904b0f8e7522548 120777 root:root ../../../../lib64/chicken/11/chicken.file.import.so -/usr/lib/debug/.build-id/f2/db735c8fe3e88b58e4a3a29904b0f8e7522548.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.import.so.debug -/usr/lib/debug/.build-id/fb 40755 root:root -/usr/lib/debug/.build-id/fb/53b72cb6a30e692a01f2d12e30e4fbb7443148 120777 root:root ../../../../lib64/chicken/11/chicken.process.signal.import.so -/usr/lib/debug/.build-id/fb/53b72cb6a30e692a01f2d12e30e4fbb7443148.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.signal.import.so.debug +/usr/lib/debug/.build-id/e5/4eb60828556dc46d0de4dac07bf22beae1495b 120777 root:root ../../../../lib64/chicken/11/chicken.eval.import.so +/usr/lib/debug/.build-id/e5/4eb60828556dc46d0de4dac07bf22beae1495b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.eval.import.so.debug +/usr/lib/debug/.build-id/e8 40755 root:root +/usr/lib/debug/.build-id/e8/ac7ce6fcaca7fdfbf7be9240ff1928c390dd1a 120777 root:root ../../../../lib64/chicken/11/chicken.file.import.so +/usr/lib/debug/.build-id/e8/ac7ce6fcaca7fdfbf7be9240ff1928c390dd1a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.import.so.debug +/usr/lib/debug/.build-id/f0 40755 root:root +/usr/lib/debug/.build-id/f0/4ddcca9d3d3810b3f120da66a268e79dde431b 120777 root:root ../../../../lib64/chicken/11/chicken.format.import.so +/usr/lib/debug/.build-id/f0/4ddcca9d3d3810b3f120da66a268e79dde431b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.format.import.so.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/fad9b8564114c9e653df9010d7df49bb6367d6 120777 root:root ../../../../lib64/chicken/11/chicken.time.posix.import.so +/usr/lib/debug/.build-id/f4/fad9b8564114c9e653df9010d7df49bb6367d6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.posix.import.so.debug /usr/lib/debug/usr/lib64/chicken 40755 root:root @@ -251,174 +251,174 @@ Provides: libchicken-debuginfo = 5.2.0-alt1:sisyphus+278396.100.1.1 -File: /usr/lib/debug/.build-id/03 40755 root:root -File: /usr/lib/debug/.build-id/03/4545903db307d796bbf27ca8b1d3621b1d2afc 120777 root:root ../../../../lib64/chicken/11/chicken.process.import.so -File: /usr/lib/debug/.build-id/03/4545903db307d796bbf27ca8b1d3621b1d2afc.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.import.so.debug +File: /usr/lib/debug/.build-id/0e 40755 root:root +File: /usr/lib/debug/.build-id/0e/d036f4b28444a6d6ce63a42a5532063378c4aa 120777 root:root ../../../../lib64/chicken/11/chicken.string.import.so +File: /usr/lib/debug/.build-id/0e/d036f4b28444a6d6ce63a42a5532063378c4aa.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.string.import.so.debug +File: /usr/lib/debug/.build-id/10 40755 root:root +File: /usr/lib/debug/.build-id/10/862d18e0f8a62adb2f78649865f895208f516e 120777 root:root ../../../../lib64/chicken/11/chicken.read-syntax.import.so +File: /usr/lib/debug/.build-id/10/862d18e0f8a62adb2f78649865f895208f516e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.read-syntax.import.so.debug +File: /usr/lib/debug/.build-id/12 40755 root:root +File: /usr/lib/debug/.build-id/12/e8e989cc000101fc68053644c8ea8688dfc8d1 120777 root:root ../../../../lib64/chicken/11/chicken.syntax.import.so +File: /usr/lib/debug/.build-id/12/e8e989cc000101fc68053644c8ea8688dfc8d1.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.syntax.import.so.debug File: /usr/lib/debug/.build-id/16 40755 root:root -File: /usr/lib/debug/.build-id/16/60305388ac17868ae957b23102b4b176bd0aa5 120777 root:root ../../../../lib64/libchicken.so.11 -File: /usr/lib/debug/.build-id/16/60305388ac17868ae957b23102b4b176bd0aa5.debug 120777 root:root ../../usr/lib64/libchicken.so.11.debug -File: /usr/lib/debug/.build-id/19 40755 root:root -File: /usr/lib/debug/.build-id/19/9cd0bc709ece9f350bdd7184e850e62a9b2009 120777 root:root ../../../../lib64/chicken/11/chicken.continuation.import.so -File: /usr/lib/debug/.build-id/19/9cd0bc709ece9f350bdd7184e850e62a9b2009.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.continuation.import.so.debug -File: /usr/lib/debug/.build-id/1c 40755 root:root -File: /usr/lib/debug/.build-id/1c/76663f15ec2b043eb04a5a70e7676f642c76d6 120777 root:root ../../../../lib64/chicken/11/chicken.sort.import.so -File: /usr/lib/debug/.build-id/1c/76663f15ec2b043eb04a5a70e7676f642c76d6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.sort.import.so.debug -File: /usr/lib/debug/.build-id/1c/774833839a8062f5f2cc2fa840d1818fa1ad29 120777 root:root ../../../../lib64/chicken/11/srfi-4.import.so -File: /usr/lib/debug/.build-id/1c/774833839a8062f5f2cc2fa840d1818fa1ad29.debug 120777 root:root ../../usr/lib64/chicken/11/srfi-4.import.so.debug -File: /usr/lib/debug/.build-id/26 40755 root:root -File: /usr/lib/debug/.build-id/26/6d6b7d83ac2fc243c1ec88902ffa378bc90121 120777 root:root ../../../../lib64/chicken/11/chicken.string.import.so -File: /usr/lib/debug/.build-id/26/6d6b7d83ac2fc243c1ec88902ffa378bc90121.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.string.import.so.debug -File: /usr/lib/debug/.build-id/27 40755 root:root -File: /usr/lib/debug/.build-id/27/63151db5a2274051a536f84c7aca7437597ca8 120777 root:root ../../../../lib64/chicken/11/chicken.read-syntax.import.so -File: /usr/lib/debug/.build-id/27/63151db5a2274051a536f84c7aca7437597ca8.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.read-syntax.import.so.debug -File: /usr/lib/debug/.build-id/27/fb486e43f980b57d395ba1565b3639768d7431 120777 root:root ../../../../lib64/chicken/11/chicken.fixnum.import.so -File: /usr/lib/debug/.build-id/27/fb486e43f980b57d395ba1565b3639768d7431.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.fixnum.import.so.debug -File: /usr/lib/debug/.build-id/2e 40755 root:root -File: /usr/lib/debug/.build-id/2e/2ea6f32fa9cec2d697915751d47968289ce184 120777 root:root ../../../../lib64/chicken/11/chicken.flonum.import.so -File: /usr/lib/debug/.build-id/2e/2ea6f32fa9cec2d697915751d47968289ce184.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.flonum.import.so.debug -File: /usr/lib/debug/.build-id/2f 40755 root:root -File: /usr/lib/debug/.build-id/2f/41ad42816b807143337786e23af1e0492b352c 120777 root:root ../../../../lib64/chicken/11/chicken.repl.import.so -File: /usr/lib/debug/.build-id/2f/41ad42816b807143337786e23af1e0492b352c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.repl.import.so.debug -File: /usr/lib/debug/.build-id/2f/e6ae687daaea5d9d18f8a11f2d4a7d966093cd 120777 root:root ../../../../lib64/chicken/11/chicken.memory.import.so -File: /usr/lib/debug/.build-id/2f/e6ae687daaea5d9d18f8a11f2d4a7d966093cd.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.import.so.debug -File: /usr/lib/debug/.build-id/42 40755 root:root -File: /usr/lib/debug/.build-id/42/b8a9e819e82d442245157e7ee4f7e7788cc24c 120777 root:root ../../../../lib64/chicken/11/chicken.pretty-print.import.so -File: /usr/lib/debug/.build-id/42/b8a9e819e82d442245157e7ee4f7e7788cc24c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pretty-print.import.so.debug -File: /usr/lib/debug/.build-id/42/ba0c1d19f6fcae2be2586145cd34a4edad5fda 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.import.so -File: /usr/lib/debug/.build-id/42/ba0c1d19f6fcae2be2586145cd34a4edad5fda.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.import.so.debug -File: /usr/lib/debug/.build-id/4c 40755 root:root -File: /usr/lib/debug/.build-id/4c/b8c0fa62da6016529426f7b1e4e68df1971b54 120777 root:root ../../../../lib64/chicken/11/chicken.irregex.import.so -File: /usr/lib/debug/.build-id/4c/b8c0fa62da6016529426f7b1e4e68df1971b54.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.irregex.import.so.debug -File: /usr/lib/debug/.build-id/4f 40755 root:root -File: /usr/lib/debug/.build-id/4f/668160aaa63da475263111ffd892fe9bbc2db6 120777 root:root ../../../../lib64/chicken/11/chicken.csi.import.so -File: /usr/lib/debug/.build-id/4f/668160aaa63da475263111ffd892fe9bbc2db6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.csi.import.so.debug -File: /usr/lib/debug/.build-id/4f/b7778ac7d805314297f8e3da327fccdb2d1e07 120777 root:root ../../../../lib64/chicken/11/chicken.format.import.so -File: /usr/lib/debug/.build-id/4f/b7778ac7d805314297f8e3da327fccdb2d1e07.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.format.import.so.debug -File: /usr/lib/debug/.build-id/50 40755 root:root -File: /usr/lib/debug/.build-id/50/dbed85984f5605499e4e54d7d8d1278e0728ec 120777 root:root ../../../../lib64/chicken/11/chicken.keyword.import.so -File: /usr/lib/debug/.build-id/50/dbed85984f5605499e4e54d7d8d1278e0728ec.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.keyword.import.so.debug +File: /usr/lib/debug/.build-id/16/9f8220bf2f59217fb11e22ced01bc2ed53fbc5 120777 root:root ../../../../lib64/chicken/11/chicken.base.import.so +File: /usr/lib/debug/.build-id/16/9f8220bf2f59217fb11e22ced01bc2ed53fbc5.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.base.import.so.debug +File: /usr/lib/debug/.build-id/21 40755 root:root +File: /usr/lib/debug/.build-id/21/8e203555afa6a3f5a41620283496694fd48dc6 120777 root:root ../../../../lib64/chicken/11/chicken.random.import.so +File: /usr/lib/debug/.build-id/21/8e203555afa6a3f5a41620283496694fd48dc6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.random.import.so.debug +File: /usr/lib/debug/.build-id/22 40755 root:root +File: /usr/lib/debug/.build-id/22/41dee75d14c46ef96cd0a88ff964f61a60154b 120777 root:root ../../../../lib64/chicken/11/chicken.repl.import.so +File: /usr/lib/debug/.build-id/22/41dee75d14c46ef96cd0a88ff964f61a60154b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.repl.import.so.debug +File: /usr/lib/debug/.build-id/22/963d4dd11eb2e6a5e3c6368d39aaef11c0724f 120777 root:root ../../../../lib64/chicken/11/chicken.plist.import.so +File: /usr/lib/debug/.build-id/22/963d4dd11eb2e6a5e3c6368d39aaef11c0724f.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.plist.import.so.debug +File: /usr/lib/debug/.build-id/28 40755 root:root +File: /usr/lib/debug/.build-id/28/61695da4ba7f3b8651a9768f6600525c0d1bef 120777 root:root ../../../../lib64/libchicken.so.11 +File: /usr/lib/debug/.build-id/28/61695da4ba7f3b8651a9768f6600525c0d1bef.debug 120777 root:root ../../usr/lib64/libchicken.so.11.debug +File: /usr/lib/debug/.build-id/2c 40755 root:root +File: /usr/lib/debug/.build-id/2c/7724ecc3646e166a17921b29f7210b701dc08e 120777 root:root ../../../../lib64/chicken/11/chicken.fixnum.import.so +File: /usr/lib/debug/.build-id/2c/7724ecc3646e166a17921b29f7210b701dc08e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.fixnum.import.so.debug +File: /usr/lib/debug/.build-id/2d 40755 root:root +File: /usr/lib/debug/.build-id/2d/0740d40853b6ab6efd5a3a0dbebfac2566b67f 120777 root:root ../../../../lib64/chicken/11/chicken.bitwise.import.so +File: /usr/lib/debug/.build-id/2d/0740d40853b6ab6efd5a3a0dbebfac2566b67f.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.bitwise.import.so.debug +File: /usr/lib/debug/.build-id/2d/76dde321dc403348d80bd6d3fcb8e5fcc5cb07 120777 root:root ../../../../lib64/chicken/11/chicken.internal.import.so +File: /usr/lib/debug/.build-id/2d/76dde321dc403348d80bd6d3fcb8e5fcc5cb07.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.internal.import.so.debug +File: /usr/lib/debug/.build-id/31 40755 root:root +File: /usr/lib/debug/.build-id/31/9c22a6e9f4bf8c17c4e159f1cdcc6df91bd549 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.posix.import.so +File: /usr/lib/debug/.build-id/31/9c22a6e9f4bf8c17c4e159f1cdcc6df91bd549.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.posix.import.so.debug +File: /usr/lib/debug/.build-id/31/b44af5fb5309f50519d14810f4ea0aaef51d7a 120777 root:root ../../../../lib64/chicken/11/chicken.io.import.so +File: /usr/lib/debug/.build-id/31/b44af5fb5309f50519d14810f4ea0aaef51d7a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.io.import.so.debug +File: /usr/lib/debug/.build-id/3d 40755 root:root +File: /usr/lib/debug/.build-id/3d/b7660f470299e52dbff672b81fdb79d6684349 120777 root:root ../../../../lib64/chicken/11/chicken.platform.import.so +File: /usr/lib/debug/.build-id/3d/b7660f470299e52dbff672b81fdb79d6684349.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.platform.import.so.debug +File: /usr/lib/debug/.build-id/40 40755 root:root +File: /usr/lib/debug/.build-id/40/c81a3425f2524772999b61f1282a748a56271d 120777 root:root ../../../../lib64/chicken/11/chicken.memory.import.so +File: /usr/lib/debug/.build-id/40/c81a3425f2524772999b61f1282a748a56271d.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.import.so.debug +File: /usr/lib/debug/.build-id/4a 40755 root:root +File: /usr/lib/debug/.build-id/4a/6a938503c8118092607020ff1c775050c26e34 120777 root:root ../../../../lib64/chicken/11/chicken.continuation.import.so +File: /usr/lib/debug/.build-id/4a/6a938503c8118092607020ff1c775050c26e34.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.continuation.import.so.debug +File: /usr/lib/debug/.build-id/56 40755 root:root +File: /usr/lib/debug/.build-id/56/5854b3f98443b7b58b1689468954c35253909c 120777 root:root ../../../../lib64/chicken/11/chicken.load.import.so +File: /usr/lib/debug/.build-id/56/5854b3f98443b7b58b1689468954c35253909c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.load.import.so.debug +File: /usr/lib/debug/.build-id/56/d09f2bc9e8e1ebca543d51ca0c61fc5fcb26a6 120777 root:root ../../../../lib64/chicken/11/chicken.blob.import.so +File: /usr/lib/debug/.build-id/56/d09f2bc9e8e1ebca543d51ca0c61fc5fcb26a6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.blob.import.so.debug +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/4a7b3619d8d0b24061232a2f72c992851fa2cb 120777 root:root ../../../../lib64/chicken/11/chicken.time.import.so +File: /usr/lib/debug/.build-id/59/4a7b3619d8d0b24061232a2f72c992851fa2cb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.import.so.debug File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/bb6b695d7918c076cd62b17d98711ade642078 120777 root:root ../../../../lib64/chicken/11/chicken.errno.import.so -File: /usr/lib/debug/.build-id/5c/bb6b695d7918c076cd62b17d98711ade642078.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.errno.import.so.debug -File: /usr/lib/debug/.build-id/5d 40755 root:root -File: /usr/lib/debug/.build-id/5d/2aac3079a5595f53fea14e999e5e991a1f341c 120777 root:root ../../../../lib64/chicken/11/chicken.compiler.user-pass.import.so -File: /usr/lib/debug/.build-id/5d/2aac3079a5595f53fea14e999e5e991a1f341c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.compiler.user-pass.import.so.debug -File: /usr/lib/debug/.build-id/65 40755 root:root -File: /usr/lib/debug/.build-id/65/0ecb17f84c677b433f3c09851538dd57585bfe 120777 root:root ../../../../lib64/chicken/11/chicken.foreign.import.so -File: /usr/lib/debug/.build-id/65/0ecb17f84c677b433f3c09851538dd57585bfe.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.foreign.import.so.debug +File: /usr/lib/debug/.build-id/5c/6127da3d2e1346100f7c61e36eca6a09ed15bb 120777 root:root ../../../../lib64/chicken/11/chicken.pathname.import.so +File: /usr/lib/debug/.build-id/5c/6127da3d2e1346100f7c61e36eca6a09ed15bb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pathname.import.so.debug +File: /usr/lib/debug/.build-id/61 40755 root:root +File: /usr/lib/debug/.build-id/61/954c071d97fd35a57d549f91260b5b77d41546 120777 root:root ../../../../lib64/chicken/11/chicken.pretty-print.import.so +File: /usr/lib/debug/.build-id/61/954c071d97fd35a57d549f91260b5b77d41546.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pretty-print.import.so.debug +File: /usr/lib/debug/.build-id/68 40755 root:root +File: /usr/lib/debug/.build-id/68/4e498c13f8f0c5100662aa6ff5a863680731dc 120777 root:root ../../../../lib64/chicken/11/chicken.process.signal.import.so +File: /usr/lib/debug/.build-id/68/4e498c13f8f0c5100662aa6ff5a863680731dc.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.signal.import.so.debug File: /usr/lib/debug/.build-id/6d 40755 root:root -File: /usr/lib/debug/.build-id/6d/f04dfa79394f2fc69da0114f34c8144138c89e 120777 root:root ../../../../lib64/chicken/11/chicken.blob.import.so -File: /usr/lib/debug/.build-id/6d/f04dfa79394f2fc69da0114f34c8144138c89e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.blob.import.so.debug -File: /usr/lib/debug/.build-id/6e 40755 root:root -File: /usr/lib/debug/.build-id/6e/9c0191e97fc3f7a4b81470d33a1cb293d73730 120777 root:root ../../../../lib64/chicken/11/chicken.file.posix.import.so -File: /usr/lib/debug/.build-id/6e/9c0191e97fc3f7a4b81470d33a1cb293d73730.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.posix.import.so.debug -File: /usr/lib/debug/.build-id/71 40755 root:root -File: /usr/lib/debug/.build-id/71/bb749dd49a285cc8cbc514302e39ab5f45a49b 120777 root:root ../../../../lib64/chicken/11/chicken.condition.import.so -File: /usr/lib/debug/.build-id/71/bb749dd49a285cc8cbc514302e39ab5f45a49b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.condition.import.so.debug -File: /usr/lib/debug/.build-id/73 40755 root:root -File: /usr/lib/debug/.build-id/73/52bd2ec43228c947ae2e76ffb0423fece5648f 120777 root:root ../../../../lib64/chicken/11/chicken.port.import.so -File: /usr/lib/debug/.build-id/73/52bd2ec43228c947ae2e76ffb0423fece5648f.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.port.import.so.debug -File: /usr/lib/debug/.build-id/75 40755 root:root -File: /usr/lib/debug/.build-id/75/20f2fc3a09580e11aae3b5d9573c74b99edaa2 120777 root:root ../../../../lib64/chicken/11/chicken.io.import.so -File: /usr/lib/debug/.build-id/75/20f2fc3a09580e11aae3b5d9573c74b99edaa2.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.io.import.so.debug -File: /usr/lib/debug/.build-id/79 40755 root:root -File: /usr/lib/debug/.build-id/79/cd6beb5896992d96b4810f7aebfbcc2007a3cb 120777 root:root ../../../../lib64/chicken/11/chicken.locative.import.so -File: /usr/lib/debug/.build-id/79/cd6beb5896992d96b4810f7aebfbcc2007a3cb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.locative.import.so.debug -File: /usr/lib/debug/.build-id/8b 40755 root:root -File: /usr/lib/debug/.build-id/8b/082b0a6777106ea8d7d4a9981a68242c5e8db6 120777 root:root ../../../../lib64/chicken/11/chicken.memory.representation.import.so -File: /usr/lib/debug/.build-id/8b/082b0a6777106ea8d7d4a9981a68242c5e8db6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.representation.import.so.debug +File: /usr/lib/debug/.build-id/6d/4407c803398a9b48d75a3e3310399ccbf4ce94 120777 root:root ../../../../lib64/chicken/11/chicken.foreign.import.so +File: /usr/lib/debug/.build-id/6d/4407c803398a9b48d75a3e3310399ccbf4ce94.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.foreign.import.so.debug +File: /usr/lib/debug/.build-id/77 40755 root:root +File: /usr/lib/debug/.build-id/77/7ec7dbc9dda10f8f0d1f093c1686287c17dbb4 120777 root:root ../../../../lib64/chicken/11/chicken.irregex.import.so +File: /usr/lib/debug/.build-id/77/7ec7dbc9dda10f8f0d1f093c1686287c17dbb4.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.irregex.import.so.debug File: /usr/lib/debug/.build-id/91 40755 root:root -File: /usr/lib/debug/.build-id/91/d8b86bee50a617feb422d1038819dbf413352c 120777 root:root ../../../../lib64/chicken/11/chicken.base.import.so -File: /usr/lib/debug/.build-id/91/d8b86bee50a617feb422d1038819dbf413352c.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.base.import.so.debug -File: /usr/lib/debug/.build-id/92 40755 root:root -File: /usr/lib/debug/.build-id/92/a271b8b6d2eb70acdeed76b4fd246a4486f55e 120777 root:root ../../../../lib64/chicken/11/chicken.internal.import.so -File: /usr/lib/debug/.build-id/92/a271b8b6d2eb70acdeed76b4fd246a4486f55e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.internal.import.so.debug -File: /usr/lib/debug/.build-id/98 40755 root:root -File: /usr/lib/debug/.build-id/98/c9798aff15082c090b4ee2e0a4aad943175e78 120777 root:root ../../../../lib64/chicken/11/chicken.pathname.import.so -File: /usr/lib/debug/.build-id/98/c9798aff15082c090b4ee2e0a4aad943175e78.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.pathname.import.so.debug +File: /usr/lib/debug/.build-id/91/8f7552d40381af0a79aa1c3dbd1e7ae16e2cc6 120777 root:root ../../../../lib64/chicken/11/chicken.compiler.user-pass.import.so +File: /usr/lib/debug/.build-id/91/8f7552d40381af0a79aa1c3dbd1e7ae16e2cc6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.compiler.user-pass.import.so.debug File: /usr/lib/debug/.build-id/99 40755 root:root -File: /usr/lib/debug/.build-id/99/d380c57038d84a455b8f8ff96a848f34ac701e 120777 root:root ../../../../lib64/chicken/11/chicken.plist.import.so -File: /usr/lib/debug/.build-id/99/d380c57038d84a455b8f8ff96a848f34ac701e.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.plist.import.so.debug +File: /usr/lib/debug/.build-id/99/cb8a322d6bc14172533bf0f59f3a0152926b6a 120777 root:root ../../../../lib64/chicken/11/chicken.sort.import.so +File: /usr/lib/debug/.build-id/99/cb8a322d6bc14172533bf0f59f3a0152926b6a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.sort.import.so.debug File: /usr/lib/debug/.build-id/9a 40755 root:root -File: /usr/lib/debug/.build-id/9a/1edec4bf3b58cc1499dd5b684a1a86a97fc10a 120777 root:root ../../../../lib64/chicken/11/chicken.bitwise.import.so -File: /usr/lib/debug/.build-id/9a/1edec4bf3b58cc1499dd5b684a1a86a97fc10a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.bitwise.import.so.debug -File: /usr/lib/debug/.build-id/a2 40755 root:root -File: /usr/lib/debug/.build-id/a2/165209e112f6406ce1094c154990dfc88fbb14 120777 root:root ../../../../lib64/chicken/11/chicken.eval.import.so -File: /usr/lib/debug/.build-id/a2/165209e112f6406ce1094c154990dfc88fbb14.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.eval.import.so.debug -File: /usr/lib/debug/.build-id/a5 40755 root:root -File: /usr/lib/debug/.build-id/a5/518fa2c8d3e40c38c7cf88740ddcac43f629a5 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.posix.import.so -File: /usr/lib/debug/.build-id/a5/518fa2c8d3e40c38c7cf88740ddcac43f629a5.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.posix.import.so.debug -File: /usr/lib/debug/.build-id/ad 40755 root:root -File: /usr/lib/debug/.build-id/ad/2857a7717d9fd23ee9e3a2a93e38e0680a63e4 120777 root:root ../../../../lib64/chicken/11/chicken.random.import.so -File: /usr/lib/debug/.build-id/ad/2857a7717d9fd23ee9e3a2a93e38e0680a63e4.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.random.import.so.debug +File: /usr/lib/debug/.build-id/9a/4b13904f392888bf9c5bce39eb3c499198e334 120777 root:root ../../../../lib64/chicken/11/chicken.process-context.import.so +File: /usr/lib/debug/.build-id/9a/4b13904f392888bf9c5bce39eb3c499198e334.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process-context.import.so.debug +File: /usr/lib/debug/.build-id/9a/fb776d4bf6fb2ddd09f6efe27559655b41a1e3 120777 root:root ../../../../lib64/chicken/11/chicken.tcp.import.so +File: /usr/lib/debug/.build-id/9a/fb776d4bf6fb2ddd09f6efe27559655b41a1e3.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.tcp.import.so.debug +File: /usr/lib/debug/.build-id/9d 40755 root:root +File: /usr/lib/debug/.build-id/9d/1e35ef80b3ce6e66d0e68d0484847097633158 120777 root:root ../../../../lib64/chicken/11/chicken.memory.representation.import.so +File: /usr/lib/debug/.build-id/9d/1e35ef80b3ce6e66d0e68d0484847097633158.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.memory.representation.import.so.debug +File: /usr/lib/debug/.build-id/a0 40755 root:root +File: /usr/lib/debug/.build-id/a0/b93d9505a35d98207d45027c51869a25900eeb 120777 root:root ../../../../lib64/chicken/11/chicken.process.import.so +File: /usr/lib/debug/.build-id/a0/b93d9505a35d98207d45027c51869a25900eeb.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.import.so.debug +File: /usr/lib/debug/.build-id/a7 40755 root:root +File: /usr/lib/debug/.build-id/a7/e4617ae5d85f9a5095362d7b249f1ec4654baa 120777 root:root ../../../../lib64/chicken/11/chicken.condition.import.so +File: /usr/lib/debug/.build-id/a7/e4617ae5d85f9a5095362d7b249f1ec4654baa.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.condition.import.so.debug +File: /usr/lib/debug/.build-id/aa 40755 root:root +File: /usr/lib/debug/.build-id/aa/8e217de06206acae0c82b00dd84c1543af8157 120777 root:root ../../../../lib64/chicken/11/chicken.flonum.import.so +File: /usr/lib/debug/.build-id/aa/8e217de06206acae0c82b00dd84c1543af8157.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.flonum.import.so.debug +File: /usr/lib/debug/.build-id/c3 40755 root:root +File: /usr/lib/debug/.build-id/c3/50bc106fcb9c0873fd97fc4115f652c8af98c9 120777 root:root ../../../../lib64/chicken/11/chicken.errno.import.so +File: /usr/lib/debug/.build-id/c3/50bc106fcb9c0873fd97fc4115f652c8af98c9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.errno.import.so.debug File: /usr/lib/debug/.build-id/d0 40755 root:root -File: /usr/lib/debug/.build-id/d0/7cd5fa968a20bfdc8cf4af97ae76441a62caf6 120777 root:root ../../../../lib64/chicken/11/chicken.time.posix.import.so -File: /usr/lib/debug/.build-id/d0/7cd5fa968a20bfdc8cf4af97ae76441a62caf6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.posix.import.so.debug -File: /usr/lib/debug/.build-id/d1 40755 root:root -File: /usr/lib/debug/.build-id/d1/0f5af11cd83bf2d6f6176ebfbdac908eddadb9 120777 root:root ../../../../lib64/chicken/11/chicken.syntax.import.so -File: /usr/lib/debug/.build-id/d1/0f5af11cd83bf2d6f6176ebfbdac908eddadb9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.syntax.import.so.debug -File: /usr/lib/debug/.build-id/d1/677f197f1f6cb934572127533867c787f497d6 120777 root:root ../../../../lib64/chicken/11/chicken.platform.import.so -File: /usr/lib/debug/.build-id/d1/677f197f1f6cb934572127533867c787f497d6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.platform.import.so.debug -File: /usr/lib/debug/.build-id/d3 40755 root:root -File: /usr/lib/debug/.build-id/d3/99e4d6ff0473b252a85110ee01efd3f204d1ea 120777 root:root ../../../../lib64/chicken/11/chicken.gc.import.so -File: /usr/lib/debug/.build-id/d3/99e4d6ff0473b252a85110ee01efd3f204d1ea.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.gc.import.so.debug -File: /usr/lib/debug/.build-id/e1 40755 root:root -File: /usr/lib/debug/.build-id/e1/7f92f74fb30b560188af16830a8e715ae144b9 120777 root:root ../../../../lib64/chicken/11/chicken.time.import.so -File: /usr/lib/debug/.build-id/e1/7f92f74fb30b560188af16830a8e715ae144b9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.import.so.debug +File: /usr/lib/debug/.build-id/d0/f6309ffdd74a70ba6dae13eddddddfbb1b565d 120777 root:root ../../../../lib64/chicken/11/chicken.csi.import.so +File: /usr/lib/debug/.build-id/d0/f6309ffdd74a70ba6dae13eddddddfbb1b565d.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.csi.import.so.debug +File: /usr/lib/debug/.build-id/d5 40755 root:root +File: /usr/lib/debug/.build-id/d5/937cdb832ad564680577e95a504cdce1c715e7 120777 root:root ../../../../lib64/chicken/11/chicken.port.import.so +File: /usr/lib/debug/.build-id/d5/937cdb832ad564680577e95a504cdce1c715e7.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.port.import.so.debug +File: /usr/lib/debug/.build-id/d8 40755 root:root +File: /usr/lib/debug/.build-id/d8/d95294cc0d9c136f49afc74e2103a17decc37a 120777 root:root ../../../../lib64/chicken/11/chicken.keyword.import.so +File: /usr/lib/debug/.build-id/d8/d95294cc0d9c136f49afc74e2103a17decc37a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.keyword.import.so.debug +File: /usr/lib/debug/.build-id/d8/daaa5e4512be5b32c2397ecd18bf4dbbdb3200 120777 root:root ../../../../lib64/chicken/11/srfi-4.import.so +File: /usr/lib/debug/.build-id/d8/daaa5e4512be5b32c2397ecd18bf4dbbdb3200.debug 120777 root:root ../../usr/lib64/chicken/11/srfi-4.import.so.debug +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/ee985eab0e9f801ec3802aee686cb03a77a8a0 120777 root:root ../../../../lib64/chicken/11/chicken.file.posix.import.so +File: /usr/lib/debug/.build-id/db/ee985eab0e9f801ec3802aee686cb03a77a8a0.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.posix.import.so.debug +File: /usr/lib/debug/.build-id/df 40755 root:root +File: /usr/lib/debug/.build-id/df/ab7f5d59ca77034f56031fbc92bafe64970131 120777 root:root ../../../../lib64/chicken/11/chicken.locative.import.so +File: /usr/lib/debug/.build-id/df/ab7f5d59ca77034f56031fbc92bafe64970131.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.locative.import.so.debug +File: /usr/lib/debug/.build-id/e2 40755 root:root +File: /usr/lib/debug/.build-id/e2/9a95651834e414a186f05f245051d76265a695 120777 root:root ../../../../lib64/chicken/11/chicken.gc.import.so +File: /usr/lib/debug/.build-id/e2/9a95651834e414a186f05f245051d76265a695.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.gc.import.so.debug File: /usr/lib/debug/.build-id/e5 40755 root:root -File: /usr/lib/debug/.build-id/e5/15322af9dc7fa1ecd9d91aa451962ded12e293 120777 root:root ../../../../lib64/chicken/11/chicken.load.import.so -File: /usr/lib/debug/.build-id/e5/15322af9dc7fa1ecd9d91aa451962ded12e293.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.load.import.so.debug -File: /usr/lib/debug/.build-id/eb 40755 root:root -File: /usr/lib/debug/.build-id/eb/1c5a11aff7389155ea6630ed57f57571f97cf9 120777 root:root ../../../../lib64/chicken/11/chicken.tcp.import.so -File: /usr/lib/debug/.build-id/eb/1c5a11aff7389155ea6630ed57f57571f97cf9.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.tcp.import.so.debug -File: /usr/lib/debug/.build-id/f2 40755 root:root -File: /usr/lib/debug/.build-id/f2/db735c8fe3e88b58e4a3a29904b0f8e7522548 120777 root:root ../../../../lib64/chicken/11/chicken.file.import.so -File: /usr/lib/debug/.build-id/f2/db735c8fe3e88b58e4a3a29904b0f8e7522548.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.import.so.debug -File: /usr/lib/debug/.build-id/fb 40755 root:root -File: /usr/lib/debug/.build-id/fb/53b72cb6a30e692a01f2d12e30e4fbb7443148 120777 root:root ../../../../lib64/chicken/11/chicken.process.signal.import.so -File: /usr/lib/debug/.build-id/fb/53b72cb6a30e692a01f2d12e30e4fbb7443148.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.process.signal.import.so.debug +File: /usr/lib/debug/.build-id/e5/4eb60828556dc46d0de4dac07bf22beae1495b 120777 root:root ../../../../lib64/chicken/11/chicken.eval.import.so +File: /usr/lib/debug/.build-id/e5/4eb60828556dc46d0de4dac07bf22beae1495b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.eval.import.so.debug +File: /usr/lib/debug/.build-id/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/ac7ce6fcaca7fdfbf7be9240ff1928c390dd1a 120777 root:root ../../../../lib64/chicken/11/chicken.file.import.so +File: /usr/lib/debug/.build-id/e8/ac7ce6fcaca7fdfbf7be9240ff1928c390dd1a.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.file.import.so.debug +File: /usr/lib/debug/.build-id/f0 40755 root:root +File: /usr/lib/debug/.build-id/f0/4ddcca9d3d3810b3f120da66a268e79dde431b 120777 root:root ../../../../lib64/chicken/11/chicken.format.import.so +File: /usr/lib/debug/.build-id/f0/4ddcca9d3d3810b3f120da66a268e79dde431b.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.format.import.so.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/fad9b8564114c9e653df9010d7df49bb6367d6 120777 root:root ../../../../lib64/chicken/11/chicken.time.posix.import.so +File: /usr/lib/debug/.build-id/f4/fad9b8564114c9e653df9010d7df49bb6367d6.debug 120777 root:root ../../usr/lib64/chicken/11/chicken.time.posix.import.so.debug File: /usr/lib/debug/usr/lib64/chicken 40755 root:root File: /usr/lib/debug/usr/lib64/chicken/11 40755 root:root -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.base.import.so.debug 100644 root:root 40b966c49377726ee215fea2bf76075b -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.bitwise.import.so.debug 100644 root:root 3ebb4fbe964d67f55897104fea8bfbeb -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.blob.import.so.debug 100644 root:root 7e8d610d5a17a3b69abd36a5a2e432cd -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.compiler.user-pass.import.so.debug 100644 root:root 9b7adbc0b50bfb77e54998b2fe6ffc07 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.condition.import.so.debug 100644 root:root b4abaa9f624345244924293ae33b862c -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.continuation.import.so.debug 100644 root:root cbc5f5423ea29ba80ef6ba2593fe7722 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.csi.import.so.debug 100644 root:root 9481c60e65e121068db498fd60ab9431 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.errno.import.so.debug 100644 root:root c947c1674d88d055bae2c07070b9c5e5 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.eval.import.so.debug 100644 root:root 66248b07047a17398a9458a46fa14e48 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.file.import.so.debug 100644 root:root 89b26fab333e4635d24f0d741f57d133 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.file.posix.import.so.debug 100644 root:root fb9192651c7a433df4ad34f9cbb785a5 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.fixnum.import.so.debug 100644 root:root cb6508eb750ac76b41bbf543630b362b -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.flonum.import.so.debug 100644 root:root d55900ea9f69c3609d694ad024a32f09 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.foreign.import.so.debug 100644 root:root afab9c4fe0b8e8cfdeeaf23b6d360218 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.format.import.so.debug 100644 root:root 0c7ab215a0d526a70a2bc57d6b8af745 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.gc.import.so.debug 100644 root:root 3f688ef6cbc4b5a8599fc32b33a5c8f9 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.internal.import.so.debug 100644 root:root b66aa89e60cc6fb0b5795650a32a376d -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.io.import.so.debug 100644 root:root a60b6f7570146860b4fb1b5a3a51f51b -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.irregex.import.so.debug 100644 root:root a9649cf1661bbf806e44dc8a616fd9ea -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.keyword.import.so.debug 100644 root:root 9ebc68e59d1fdc935bb73ba49deb2448 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.load.import.so.debug 100644 root:root 936166f54cf9bdc09f8149c74819ab40 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.locative.import.so.debug 100644 root:root f65f5f500f4de8609f04c00d5a9bbffa -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.memory.import.so.debug 100644 root:root a6accc63b9aca289b1b5d267becf1a4b -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.memory.representation.import.so.debug 100644 root:root 823b1c2c81627fb5d5b0f22329dc7abd -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.pathname.import.so.debug 100644 root:root ce563d5ccc8ba999f7b353dd22400044 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.platform.import.so.debug 100644 root:root 226455add1aff646dc1a5bb674f5c889 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.plist.import.so.debug 100644 root:root 07caf7c165be5a5c55a284a34c274a3a -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.port.import.so.debug 100644 root:root cb6759526c72417eb124434c746c253a -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.pretty-print.import.so.debug 100644 root:root 206b99959a54ae5e7bdd22a88adef046 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process-context.import.so.debug 100644 root:root 70eff355acc7ce09b6d842c857f3f2e9 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process-context.posix.import.so.debug 100644 root:root 5a032268b1164e8cd2e14d82efd9f43c -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process.import.so.debug 100644 root:root 6b98459fc014d3d232d989ed09960fba -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process.signal.import.so.debug 100644 root:root 2f0d0b35e8bef01a88f8adec4dcacbbd -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.random.import.so.debug 100644 root:root 0ec060934e1bfcec09c8025fb63ca36f -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.read-syntax.import.so.debug 100644 root:root d3357f304f8b919501061e4b4ac4689b -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.repl.import.so.debug 100644 root:root 0d2d638f2b6c55320221df0ac47743cc -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.sort.import.so.debug 100644 root:root dc8047a2028d56e8ec4dc9fbca829d1e -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.string.import.so.debug 100644 root:root da2d5f7ac67c5e49bbad5849e5f97f17 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.syntax.import.so.debug 100644 root:root 05a9f166f40bb4e04f5787c0169219d2 -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.tcp.import.so.debug 100644 root:root ea83ab00e09378d615b104fbe239361d -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.time.import.so.debug 100644 root:root a7a67c4a1e0519908f754505e292e7eb -File: /usr/lib/debug/usr/lib64/chicken/11/chicken.time.posix.import.so.debug 100644 root:root 7745d9dae0d22d63cd360b6cfc8ebc5e -File: /usr/lib/debug/usr/lib64/chicken/11/srfi-4.import.so.debug 100644 root:root b2e9fd69644ce1d78177f0e826409e8b -File: /usr/lib/debug/usr/lib64/libchicken.so.11.debug 100644 root:root b58e857338c7c7397955134240910752 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.base.import.so.debug 100644 root:root ccb167a848530b81df45aa59e4ce238f +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.bitwise.import.so.debug 100644 root:root e357c4a1117dae115b31e5e5df16eb8e +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.blob.import.so.debug 100644 root:root 05ba54faa82897489c3fb5a6e9b5f640 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.compiler.user-pass.import.so.debug 100644 root:root ff031a9cafe37e39897957adcb5e1802 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.condition.import.so.debug 100644 root:root 57febcb86c8606f670b3ef590e2dc4ce +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.continuation.import.so.debug 100644 root:root 3ff3e50cfacbc0b169f31ff8c47da347 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.csi.import.so.debug 100644 root:root 64a3727365ed866e9d77ff7627088a94 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.errno.import.so.debug 100644 root:root 510f694434a421e2e6c380505f69cdc9 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.eval.import.so.debug 100644 root:root 780edad48778f53c2cd78a343a11a92f +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.file.import.so.debug 100644 root:root 8929193f0b96b925193a4d62f0e5ce8b +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.file.posix.import.so.debug 100644 root:root 7f3d59e93826712fb7238a5d827164b6 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.fixnum.import.so.debug 100644 root:root ee3c57b41075eadcf9c9e82b9f777233 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.flonum.import.so.debug 100644 root:root 6ca93a754224b3787f6e7eddc73e0295 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.foreign.import.so.debug 100644 root:root a1f0ec0edef67615083856c4578af3aa +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.format.import.so.debug 100644 root:root 76ff44c64a5a649ca09e8ee8eb71b3e0 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.gc.import.so.debug 100644 root:root b926605a7c60a385a21800dcc14a317c +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.internal.import.so.debug 100644 root:root 5ea071f7d8bcfc3ba98b586ba7c2619b +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.io.import.so.debug 100644 root:root 22e8852c178b65c0c216509fea1fd0dd +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.irregex.import.so.debug 100644 root:root 80d95ac3e28503b8e224428af38bdff7 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.keyword.import.so.debug 100644 root:root 3d94ee16190b2fa981431cfdf30a1b83 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.load.import.so.debug 100644 root:root 728206d9f4de37fef5b7b5fb0a19fe3e +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.locative.import.so.debug 100644 root:root b4db9e1c4833a8214a71f8fc6fb1f108 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.memory.import.so.debug 100644 root:root 5acb517ffa8607f9ef4a05eaebda631d +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.memory.representation.import.so.debug 100644 root:root e179c4c9ca4f5aa0b9d5060bea49fdd1 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.pathname.import.so.debug 100644 root:root 78805ac1418e5f185f9ece4a34d46f70 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.platform.import.so.debug 100644 root:root e628037577faf6efef9949754f7336f7 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.plist.import.so.debug 100644 root:root 90e3e5a2be91a3f2be1ca5a7991e6120 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.port.import.so.debug 100644 root:root 393d73d4c6896ad8d7dcb986f7a9db62 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.pretty-print.import.so.debug 100644 root:root 887e6f0529664d3f9431251088fb8237 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process-context.import.so.debug 100644 root:root 0b87f875b11f6b240a60b38890d1353b +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process-context.posix.import.so.debug 100644 root:root 5f37edbdbd5a67af9f547126b2bc0836 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process.import.so.debug 100644 root:root 615ddf4b0a8db9ff3b0a2f388282e3f6 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.process.signal.import.so.debug 100644 root:root d32a045a948dd8e1f2761217dc0f3970 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.random.import.so.debug 100644 root:root 22821981595b7c2347e81c5e11857553 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.read-syntax.import.so.debug 100644 root:root febbca3c2acb759572931337e9d6d376 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.repl.import.so.debug 100644 root:root 2e145ffdf704bce4d561b9157321d22a +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.sort.import.so.debug 100644 root:root 8a5ba0679ff38cdd7c7ae10e7f6edfb2 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.string.import.so.debug 100644 root:root a2014522061b37642fd13744615940aa +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.syntax.import.so.debug 100644 root:root a724c0dd65f87d8e72e96b42db3fb33b +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.tcp.import.so.debug 100644 root:root 4a07b440fb64aff53caad2af569de157 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.time.import.so.debug 100644 root:root 05987e5c84bffb907ae6c7cb1421b6a1 +File: /usr/lib/debug/usr/lib64/chicken/11/chicken.time.posix.import.so.debug 100644 root:root 70f8930b97a91420e64b7feed3427466 +File: /usr/lib/debug/usr/lib64/chicken/11/srfi-4.import.so.debug 100644 root:root e149e2851abfd70b8e7dba45987ed77c +File: /usr/lib/debug/usr/lib64/libchicken.so.11.debug 100644 root:root 236bcd5f4fcd3a80135874ffed3f8ca7 File: /usr/src/debug/chicken-5.2.0 40755 root:root @@ -495,2 +495,2 @@ File: /usr/src/debug/chicken-5.2.0/tcp.c 100644 root:root 2fd7fbdb1d7335536a38dafa75e52e2b -RPMIdentity: 5362243f9e16fab462b3657340c10bb3521fe0e817c2011cacbba38d71ec7a8f1f3f33a6f6a03ebe412e8e6c7bfb23dc7aeae1260cfb6bf18ac9abafad0ce7e5 +RPMIdentity: 3c34f3e1cfd2407bd824b5d6a974a061635ede3514896e06e377b5a7ca8911e0767a49f7956fca03ecdca79c99fd188792033bd1b253d212dc16d32f60a51ad5 --- libchicken-devel-static-5.2.0-alt1.x86_64.rpm.repo 2021-07-12 13:17:42.000000000 +0000 +++ libchicken-devel-static-5.2.0-alt1.x86_64.rpm.hasher 2021-08-24 03:47:42.437148829 +0000 @@ -5,3 +5,3 @@ Provides: libchicken-devel-static = 5.2.0-alt1:sisyphus+278396.100.1.1 -File: /usr/lib64/libchicken.a 100644 root:root a4c941460d7241fe9d402b6cf7653eef -RPMIdentity: fb6d151ab2b95f07cfdd460ccb9c97f7f257ff4d8c484dabfb1a48336f4243fd9028c3b0009c584e865e4af49559eba86a9bdc8c7b70a81d21b0ea17dac3280e +File: /usr/lib64/libchicken.a 100644 root:root 74c3eafa51683ce98449b0f12964ff77 +RPMIdentity: 48399c8b57bcc592cbbb8b74066f3fd92ff1c732cce188f0fcba7004985e8d2d6888ee9b965db221a56b658508ec5fd4d91290920d58679fe6190a9b36c7bcf6