<86>Apr 21 00:58:40 userdel[29465]: delete user 'rooter' <86>Apr 21 00:58:40 userdel[29465]: removed group 'rooter' owned by 'rooter' <86>Apr 21 00:58:40 userdel[29465]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 00:58:40 groupadd[29514]: group added to /etc/group: name=rooter, GID=573 <86>Apr 21 00:58:40 groupadd[29514]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:58:40 groupadd[29514]: new group: name=rooter, GID=573 <86>Apr 21 00:58:40 useradd[29531]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Apr 21 00:58:40 userdel[29611]: delete user 'builder' <86>Apr 21 00:58:40 userdel[29611]: removed group 'builder' owned by 'builder' <86>Apr 21 00:58:40 userdel[29611]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:58:40 groupadd[29629]: group added to /etc/group: name=builder, GID=574 <86>Apr 21 00:58:40 groupadd[29629]: group added to /etc/gshadow: name=builder <86>Apr 21 00:58:40 groupadd[29629]: new group: name=builder, GID=574 <86>Apr 21 00:58:40 useradd[29638]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash Installing libgssglue-0.4-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.70508 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libgssglue-0.4 + echo 'Source #0 (libgssglue-0.4-alt1.tar):' Source #0 (libgssglue-0.4-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libgssglue-0.4-alt1.tar + cd libgssglue-0.4 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's@^/usr/lib@/lib64@; s@krb5\.so[ ]@krb5.so.2 @' doc/gssapi_mech.conf + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.70508 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libgssglue-0.4 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.in: not using Gettext autoreconf-default: running: aclocal --force aclocal-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf-default: configure.in: tracing autoreconf-default: running: libtoolize --force --install libtoolize-default: putting auxiliary files in `.'. libtoolize-default: linking file `./config.guess' libtoolize-default: linking file `./config.sub' libtoolize-default: linking file `./install-sh' libtoolize-default: linking file `./ltmain.sh' libtoolize-default: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize-default: rerunning libtoolize-default, to keep the correct libtool macros in-tree. libtoolize-default: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. libtoolize-default: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT' autoreconf-default: configure.in: not using Intltool autoreconf-default: configure.in: not using gtk-doc aclocal-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: running: automake --add-missing --force-missing automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:8: installing './compile' automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf-default: Leaving directory `.' + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_prog_cc_static_works=no + lt_cv_prog_cc_static_works=no + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + xargs -ri dirname -- '{}' + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext --disable-static configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes checking dependency style of x86_64-alt-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-alt-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-alt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-alt-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-alt-linux-strip... no checking for strip... strip checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok checking for sysroot... no checking for x86_64-alt-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-alt-linux-gcc static flag -static works... no checking if x86_64-alt-linux-gcc supports -c -o file.o... yes checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-alt-linux-gcc... (cached) x86_64-alt-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-alt-linux-gcc accepts -g... (cached) yes checking for x86_64-alt-linux-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-alt-linux-gcc... (cached) none checking for x86_64-alt-linux-ranlib... ranlib checking for ANSI C header files... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... yes checking for strerror... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgssglue.pc config.status: creating src/gssglue/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4' Making all in src make[1]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' Creating gssapi.h + mv gss79415 ../src/gssglue/gssapi/gssapi.h rm: cannot remove 'gss79415': No such file or directory make all-am make[2]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_accept_sec_context.lo g_accept_sec_context.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_acquire_cred.lo g_acquire_cred.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_compare_name.lo g_compare_name.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_context_time.lo g_context_time.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_delete_sec_context.lo g_delete_sec_context.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_dsp_name.lo g_dsp_name.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_dsp_status.lo g_dsp_status.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_dup_name.lo g_dup_name.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_delete_sec_context.c -fPIC -DPIC -o .libs/g_delete_sec_context.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_dsp_status.c -fPIC -DPIC -o .libs/g_dsp_status.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_dup_name.c -fPIC -DPIC -o .libs/g_dup_name.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_dsp_name.c -fPIC -DPIC -o .libs/g_dsp_name.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_acquire_cred.c -fPIC -DPIC -o .libs/g_acquire_cred.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o gen_oids.lo gen_oids.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_context_time.c -fPIC -DPIC -o .libs/g_context_time.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_accept_sec_context.c -fPIC -DPIC -o .libs/g_accept_sec_context.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_compare_name.c -fPIC -DPIC -o .libs/g_compare_name.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_exp_name.lo g_exp_name.c g_acquire_cred.c: In function 'gss_acquire_cred': g_acquire_cred.c:208:10: warning: implicit declaration of function 'generic_gss_copy_oid_set' [-Wimplicit-function-declaration] major = generic_gss_copy_oid_set(minor_status, &oids, actual_mechs); ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_exp_sec_context.lo g_exp_sec_context.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c gen_oids.c -fPIC -DPIC -o .libs/gen_oids.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_exp_name.c -fPIC -DPIC -o .libs/g_exp_name.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_glue.lo g_glue.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_imp_name.lo g_imp_name.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_exp_sec_context.c -fPIC -DPIC -o .libs/g_exp_sec_context.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_glue.c -fPIC -DPIC -o .libs/g_glue.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_imp_sec_context.lo g_imp_sec_context.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_indicate_mechs.lo g_indicate_mechs.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_imp_name.c -fPIC -DPIC -o .libs/g_imp_name.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_initialize.lo g_initialize.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_init_sec_context.lo g_init_sec_context.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_initialize.c -fPIC -DPIC -o .libs/g_initialize.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_imp_sec_context.c -fPIC -DPIC -o .libs/g_imp_sec_context.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_init_sec_context.c -fPIC -DPIC -o .libs/g_init_sec_context.o g_initialize.c: In function 'linux_initialize': libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_indicate_mechs.c -fPIC -DPIC -o .libs/g_indicate_mechs.o g_initialize.c:275:10: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration] if ((getuid() != geteuid()) || ^ g_initialize.c:275:22: warning: implicit declaration of function 'geteuid' [-Wimplicit-function-declaration] if ((getuid() != geteuid()) || ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_inq_context.lo g_inq_context.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_inq_cred.lo g_inq_cred.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_inq_context.c -fPIC -DPIC -o .libs/g_inq_context.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_inq_names.lo g_inq_names.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_inq_cred.c -fPIC -DPIC -o .libs/g_inq_cred.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_mechname.lo g_mechname.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_mit_krb5_mech.lo g_mit_krb5_mech.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_inq_names.c -fPIC -DPIC -o .libs/g_inq_names.o g_inq_cred.c: In function 'gss_inquire_cred': g_inq_cred.c:161:8: warning: passing argument 3 of 'generic_gss_copy_oid' from incompatible pointer type [-Wincompatible-pointer-types] &((*mechanisms)->elements[i])); ^ In file included from g_inq_cred.c:29:0: mglueP.h:444:11: note: expected 'struct gss_OID_desc_struct **' but argument is of type 'gss_OID {aka struct gss_OID_desc_struct *}' OM_uint32 generic_gss_copy_oid ^ libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_mechname.c -fPIC -DPIC -o .libs/g_mechname.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_oid_ops.lo g_oid_ops.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_mit_krb5_mech.c -fPIC -DPIC -o .libs/g_mit_krb5_mech.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_process_context.lo g_process_context.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_rel_buffer.lo g_rel_buffer.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_rel_cred.lo g_rel_cred.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_rel_name.lo g_rel_name.c g_mit_krb5_mech.c: In function 'internal_krb5_gss_initialize': g_mit_krb5_mech.c:209:1: warning: label 'out' defined but not used [-Wunused-label] out: ^ /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_rel_oid_set.lo g_rel_oid_set.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_oid_ops.c -fPIC -DPIC -o .libs/g_oid_ops.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_seal.lo g_seal.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_process_context.c -fPIC -DPIC -o .libs/g_process_context.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_rel_name.c -fPIC -DPIC -o .libs/g_rel_name.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_rel_buffer.c -fPIC -DPIC -o .libs/g_rel_buffer.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_rel_oid_set.c -fPIC -DPIC -o .libs/g_rel_oid_set.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_rel_cred.c -fPIC -DPIC -o .libs/g_rel_cred.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_seal.c -fPIC -DPIC -o .libs/g_seal.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_sign.lo g_sign.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o gssd_pname_to_uid.lo gssd_pname_to_uid.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_unseal.lo g_unseal.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_verify.lo g_verify.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o oid_ops.lo oid_ops.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_unseal.c -fPIC -DPIC -o .libs/g_unseal.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_set_allowable_enctypes.lo g_set_allowable_enctypes.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_sign.c -fPIC -DPIC -o .libs/g_sign.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_lucid_context.lo g_lucid_context.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c gssd_pname_to_uid.c -fPIC -DPIC -o .libs/gssd_pname_to_uid.o g_unseal.c: In function 'gss_unseal': g_unseal.c:81:11: warning: pointer targets in passing argument 6 of 'mech->gss_unwrap' differ in signedness [-Wpointer-sign] qop_state); ^ g_unseal.c:81:11: note: expected 'gss_qop_t * {aka unsigned int *}' but argument is of type 'int *' libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c oid_ops.c -fPIC -DPIC -o .libs/oid_ops.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_verify.c -fPIC -DPIC -o .libs/g_verify.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_canon_name.lo g_canon_name.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_set_allowable_enctypes.c -fPIC -DPIC -o .libs/g_set_allowable_enctypes.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_wrap.lo g_wrap.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_unwrap.lo g_unwrap.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_canon_name.c -fPIC -DPIC -o .libs/g_canon_name.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_lucid_context.c -fPIC -DPIC -o .libs/g_lucid_context.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_get_mic.lo g_get_mic.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_wrap.c -fPIC -DPIC -o .libs/g_wrap.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_unwrap.c -fPIC -DPIC -o .libs/g_unwrap.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_verify_mic.lo g_verify_mic.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c -o g_ccache_name.lo g_ccache_name.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_verify_mic.c -fPIC -DPIC -o .libs/g_verify_mic.o libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_get_mic.c -fPIC -DPIC -o .libs/g_get_mic.o g_canon_name.c: In function 'gss_canonicalize_name': libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src/gssglue -Wall -pipe -Wall -g -O2 -c g_ccache_name.c -fPIC -DPIC -o .libs/g_ccache_name.o g_canon_name.c:125:5: warning: passing argument 2 of '__gss_copy_namebuf' from incompatible pointer type [-Wincompatible-pointer-types] &union_canon_name->external_name); ^ In file included from g_canon_name.c:27:0: mglueP.h:428:11: note: expected 'struct gss_buffer_desc_struct **' but argument is of type 'gss_buffer_desc * {aka struct gss_buffer_desc_struct *}' OM_uint32 __gss_copy_namebuf ^ g_verify_mic.c: In function 'gss_verify_mic': g_verify_mic.c:69:11: warning: pointer targets in passing argument 5 of 'mech->gss_verify_mic' differ in signedness [-Wpointer-sign] qop_state); ^ g_verify_mic.c:69:11: note: expected 'int *' but argument is of type 'gss_qop_t * {aka unsigned int *}' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -pipe -Wall -g -O2 -version-info 1:0:0 -Wl,--version-script,./symbol_versions -o libgssglue.la -rpath /usr/lib64 g_accept_sec_context.lo g_acquire_cred.lo g_compare_name.lo g_context_time.lo g_delete_sec_context.lo g_dsp_name.lo g_dsp_status.lo g_dup_name.lo gen_oids.lo g_exp_name.lo g_exp_sec_context.lo g_glue.lo g_imp_name.lo g_imp_sec_context.lo g_indicate_mechs.lo g_initialize.lo g_init_sec_context.lo g_inq_context.lo g_inq_cred.lo g_inq_names.lo g_mechname.lo g_mit_krb5_mech.lo g_oid_ops.lo g_process_context.lo g_rel_buffer.lo g_rel_cred.lo g_rel_name.lo g_rel_oid_set.lo g_seal.lo g_sign.lo gssd_pname_to_uid.lo g_unseal.lo g_verify.lo oid_ops.lo g_set_allowable_enctypes.lo g_lucid_context.lo g_canon_name.lo g_wrap.lo g_unwrap.lo g_get_mic.lo g_verify_mic.lo g_ccache_name.lo -ldl libtool: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC .libs/g_accept_sec_context.o .libs/g_acquire_cred.o .libs/g_compare_name.o .libs/g_context_time.o .libs/g_delete_sec_context.o .libs/g_dsp_name.o .libs/g_dsp_status.o .libs/g_dup_name.o .libs/gen_oids.o .libs/g_exp_name.o .libs/g_exp_sec_context.o .libs/g_glue.o .libs/g_imp_name.o .libs/g_imp_sec_context.o .libs/g_indicate_mechs.o .libs/g_initialize.o .libs/g_init_sec_context.o .libs/g_inq_context.o .libs/g_inq_cred.o .libs/g_inq_names.o .libs/g_mechname.o .libs/g_mit_krb5_mech.o .libs/g_oid_ops.o .libs/g_process_context.o .libs/g_rel_buffer.o .libs/g_rel_cred.o .libs/g_rel_name.o .libs/g_rel_oid_set.o .libs/g_seal.o .libs/g_sign.o .libs/gssd_pname_to_uid.o .libs/g_unseal.o .libs/g_verify.o .libs/oid_ops.o .libs/g_set_allowable_enctypes.o .libs/g_lucid_context.o .libs/g_canon_name.o .libs/g_wrap.o .libs/g_unwrap.o .libs/g_get_mic.o .libs/g_verify_mic.o .libs/g_ccache_name.o -ldl -O2 -Wl,--version-script -Wl,./symbol_versions -Wl,-soname -Wl,libgssglue.so.1 -o .libs/libgssglue.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libgssglue.so.1" && ln -s "libgssglue.so.1.0.0" "libgssglue.so.1") libtool: link: (cd ".libs" && rm -f "libgssglue.so" && ln -s "libgssglue.so.1.0.0" "libgssglue.so") libtool: link: ( cd ".libs" && rm -f "libgssglue.la" && ln -s "../libgssglue.la" "libgssglue.la" ) make[2]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' make[1]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4' make: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.55870 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libgssglue-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libgssglue-buildroot + cd libgssglue-0.4 + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/libgssglue-buildroot/usr exec_prefix=/usr/src/tmp/libgssglue-buildroot/usr bindir=/usr/src/tmp/libgssglue-buildroot/usr/bin sbindir=/usr/src/tmp/libgssglue-buildroot/usr/sbin sysconfdir=/usr/src/tmp/libgssglue-buildroot/etc datadir=/usr/src/tmp/libgssglue-buildroot/usr/share includedir=/usr/src/tmp/libgssglue-buildroot/usr/include libdir=/usr/src/tmp/libgssglue-buildroot/usr/lib64 libexecdir=/usr/src/tmp/libgssglue-buildroot/usr/lib localstatedir=/usr/src/tmp/libgssglue-buildroot/var/lib sharedstatedir=/usr/src/tmp/libgssglue-buildroot/var/lib mandir=/usr/src/tmp/libgssglue-buildroot/usr/share/man infodir=/usr/src/tmp/libgssglue-buildroot/usr/share/info install make: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4' Making install in src make[1]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' /usr/bin/make install-am make[2]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' make[3]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' /bin/mkdir -p '/usr/src/tmp/libgssglue-buildroot/usr/lib64' /bin/sh ../libtool --mode=install /bin/install -p libgssglue.la '/usr/src/tmp/libgssglue-buildroot/usr/lib64' libtool: install: /bin/install -p .libs/libgssglue.so.1.0.0 /usr/src/tmp/libgssglue-buildroot/usr/lib64/libgssglue.so.1.0.0 libtool: install: (cd /usr/src/tmp/libgssglue-buildroot/usr/lib64 && { ln -s -f libgssglue.so.1.0.0 libgssglue.so.1 || { rm -f libgssglue.so.1 && ln -s libgssglue.so.1.0.0 libgssglue.so.1; }; }) libtool: install: (cd /usr/src/tmp/libgssglue-buildroot/usr/lib64 && { ln -s -f libgssglue.so.1.0.0 libgssglue.so || { rm -f libgssglue.so && ln -s libgssglue.so.1.0.0 libgssglue.so; }; }) libtool: install: /bin/install -p .libs/libgssglue.lai /usr/src/tmp/libgssglue-buildroot/usr/lib64/libgssglue.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /bin/mkdir -p '/usr/src/tmp/libgssglue-buildroot/usr/include' /bin/mkdir -p '/usr/src/tmp/libgssglue-buildroot/usr/include/gssglue/gssapi' /bin/install -p -m 644 gssglue/gssapi/gssapi.h '/usr/src/tmp/libgssglue-buildroot/usr/include/gssglue/gssapi' make[3]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' make[2]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4/src' make[1]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4' make[2]: Entering directory `/usr/src/RPM/BUILD/libgssglue-0.4' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/usr/src/tmp/libgssglue-buildroot/usr/lib64/pkgconfig' /bin/install -p -m 644 libgssglue.pc '/usr/src/tmp/libgssglue-buildroot/usr/lib64/pkgconfig' make[2]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4' make[1]: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4' make: Leaving directory `/usr/src/RPM/BUILD/libgssglue-0.4' + mkdir -p /usr/src/tmp/libgssglue-buildroot/lib64 + mv /usr/src/tmp/libgssglue-buildroot/usr/lib64/libgssglue.so.1 /usr/src/tmp/libgssglue-buildroot/usr/lib64/libgssglue.so.1.0.0 /usr/src/tmp/libgssglue-buildroot/lib64/ + find /usr/src/tmp/libgssglue-buildroot/usr/lib64 -name '*.so' + read ++ readlink /usr/src/tmp/libgssglue-buildroot/usr/lib64/libgssglue.so + ln -snf ../../lib64/libgssglue.so.1.0.0 /usr/src/tmp/libgssglue-buildroot/usr/lib64/libgssglue.so + read + install -pD -m644 doc/gssapi_mech.conf /usr/src/tmp/libgssglue-buildroot/etc/gssapi_mech.conf + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libgssglue-buildroot (auto) removed './usr/lib64/libgssglue.la' mode of './lib64/libgssglue.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libgssglue-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/lib64/pkgconfig/libgssglue.pc: Libs: '-L/usr/lib64 -lgssglue -ldl' --> '-lgssglue -ldl' Compressing files in /usr/src/tmp/libgssglue-buildroot (auto) Adjusting library links in /usr/src/tmp/libgssglue-buildroot ./lib64: libgssglue.so.1 -> libgssglue.so.1.0.0 ./usr/lib64: Verifying ELF objects in /usr/src/tmp/libgssglue-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: libgssglue-0.4-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.42962 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libgssglue-0.4 + DOCDIR=/usr/src/tmp/libgssglue-buildroot/usr/share/doc/libgssglue-0.4 + export DOCDIR + rm -rf /usr/src/tmp/libgssglue-buildroot/usr/share/doc/libgssglue-0.4 + /bin/mkdir -p /usr/src/tmp/libgssglue-buildroot/usr/share/doc/libgssglue-0.4 + cp -prL AUTHORS COPYING README /usr/src/tmp/libgssglue-buildroot/usr/share/doc/libgssglue-0.4 + chmod -R go-w /usr/src/tmp/libgssglue-buildroot/usr/share/doc/libgssglue-0.4 + chmod -R a+rX /usr/src/tmp/libgssglue-buildroot/usr/share/doc/libgssglue-0.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3nrXCI find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libgssglue-buildroot/lib64/libgssglue.so.1: 51 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tooZ5U find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libgssapi, libgssglue.so.1()(64bit) = set:jdEyN6qvFhZeP3EFgfGHNwhglPgl0AABWFRllztRo1e7FQXZxe83hciX9NA20nVyV7qMRO8xqX4IlOH6VfZxQ0YvuLz5i3datd1UEWA2, libgssglue.so.1(HIDDEN)(64bit), libgssglue.so.1(libgssapi_CITI_2)(64bit) Requires: 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), rtld(GNU_HASH) Obsoletes: libgssapi Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XEcWoa Creating libgssglue-debuginfo package Processing files: libgssglue-devel-0.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1DIXys find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7v2uDN find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libgssapi-devel, pkgconfig(libgssglue) = 0.4 Requires: libgssglue = 0.4-alt1, /lib64/libgssglue.so.1.0.0, /usr/lib64/pkgconfig Obsoletes: libgssapi-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HhLetb Processing files: libgssglue-debuginfo-0.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TeiT2B find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N8XMl5 find-requires: running scripts (debuginfo) Provides: debug64(libgssglue.so.1) Requires: libgssglue = 0.4-alt1, debug64(libc.so.6), debug64(libdl.so.2) Removing 1 extra deps from libgssglue-devel due to dependency on libgssglue Wrote: /usr/src/RPM/RPMS/x86_64/libgssglue-0.4-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libgssglue-devel-0.4-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libgssglue-debuginfo-0.4-alt1.x86_64.rpm 8.08user 2.08system 0:19.07elapsed 53%CPU (0avgtext+0avgdata 27384maxresident)k 0inputs+0outputs (0major+997319minor)pagefaults 0swaps 9.12user 3.78system 0:22.32elapsed 57%CPU (0avgtext+0avgdata 27384maxresident)k 0inputs+0outputs (0major+1162182minor)pagefaults 0swaps --- libgssglue-0.4-alt1.x86_64.rpm.repo 2012-06-23 18:46:50.000000000 +0000 +++ libgssglue-0.4-alt1.x86_64.rpm.hasher 2019-04-21 00:59:01.367791526 +0000 @@ -7,2 +7,3 @@ /usr/share/doc/libgssglue-0.4/README 100644 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit)