-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.3: test suite is failing #11
Comments
autoconf output: + ./configure --bindir=/usr/bin --build=x86_64-redhat-linux-gnu --datadir=/usr/share --disable-dependency-tracking --exec-prefix=/usr --host=x86_64-redhat-linux-gnu --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --mandir=/usr/share/man --prefix=/usr --program-prefix= --runstatedir=/run --sbindir=/usr/sbin --sharedstatedir=/var/lib --sysconfdir=/etc --enable-reduced-depends --enable-setpag --with-aklog=/usr/bin/aklog
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-redhat-linux-gnu-gcc... /usr/bin/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 the compiler supports GNU C... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to enable C11 features... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/bin/gcc... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking if the compiler is Clang... no
checking if /usr/bin/gcc supports -fstrict-overflow... yes
checking if /usr/bin/gcc supports -fstrict-aliasing... yes
checking if /usr/bin/gcc supports -Wall... yes
checking if /usr/bin/gcc supports -Wextra... yes
checking if /usr/bin/gcc supports -Wformat=2... yes
checking if /usr/bin/gcc supports -Wformat-overflow=2... yes
checking if /usr/bin/gcc supports -Wformat-signedness... yes
checking if /usr/bin/gcc supports -Wformat-truncation=2... yes
checking if /usr/bin/gcc supports -Wnull-dereference... yes
checking if /usr/bin/gcc supports -Winit-self... yes
checking if /usr/bin/gcc supports -Wswitch-enum... yes
checking if /usr/bin/gcc supports -Wstrict-overflow=5... yes
checking if /usr/bin/gcc supports -Wmissing-format-attribute... yes
checking if /usr/bin/gcc supports -Walloc-zero... yes
checking if /usr/bin/gcc supports -Wduplicated-branches... yes
checking if /usr/bin/gcc supports -Wduplicated-cond... yes
checking if /usr/bin/gcc supports -Wtrampolines... yes
checking if /usr/bin/gcc supports -Wfloat-equal... yes
checking if /usr/bin/gcc supports -Wdeclaration-after-statement... yes
checking if /usr/bin/gcc supports -Wshadow... yes
checking if /usr/bin/gcc supports -Wpointer-arith... yes
checking if /usr/bin/gcc supports -Wbad-function-cast... yes
checking if /usr/bin/gcc supports -Wcast-align... yes
checking if /usr/bin/gcc supports -Wwrite-strings... yes
checking if /usr/bin/gcc supports -Wconversion... yes
checking if /usr/bin/gcc supports -Wno-sign-conversion... yes
checking if /usr/bin/gcc supports -Wdate-time... yes
checking if /usr/bin/gcc supports -Wjump-misses-init... yes
checking if /usr/bin/gcc supports -Wlogical-op... yes
checking if /usr/bin/gcc supports -Wstrict-prototypes... yes
checking if /usr/bin/gcc supports -Wold-style-definition... yes
checking if /usr/bin/gcc supports -Wmissing-prototypes... yes
checking if /usr/bin/gcc supports -Wmissing-declarations... yes
checking if /usr/bin/gcc supports -Wnormalized=nfc... yes
checking if /usr/bin/gcc supports -Wpacked... yes
checking if /usr/bin/gcc supports -Wredundant-decls... yes
checking if /usr/bin/gcc supports -Wrestrict... yes
checking if /usr/bin/gcc supports -Wnested-externs... yes
checking if /usr/bin/gcc supports -Winline... yes
checking if /usr/bin/gcc supports -Wvla... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for x86_64-redhat-linux-gnu-ar... /usr/bin/gcc-ar
checking the archiver (/usr/bin/gcc-ar) interface... ar
checking for x86_64-redhat-linux-gnu-ranlib... /usr/bin/gcc-ranlib
checking size of long... 8
checking for krb5_init_context in -lkrb5... yes
checking for krb5_get_error_message... yes
checking for krb5_free_error_message... yes
checking for krb5.h... yes
checking for kerberosv5/krb5.h... no
checking for krb5/krb5.h... yes
checking for krb5_cc_copy_cache... no
checking for krb5_cc_get_full_name... yes
checking for krb5_get_init_creds_opt_alloc... yes
checking for krb5_get_init_creds_opt_set_default_flags... no
checking for krb5_principal_get_realm... no
checking for krb5_xfree... no
checking for krb5_get_init_creds_opt_free... yes
checking if krb5_get_init_creds_opt_free takes two arguments... yes
checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed
checking whether krb5_kt_free_entry is declared... yes
checking for krb5_get_renewed_creds... yes
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking for sys/ioccom.h... no
checking for k_hasafs in -lkafs... no
checking for k_hasafs in -lkopenafs... no
checking for k_pioctl... no
checking for k_haspag... no
checking for x86_64-redhat-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for library containing keyctl_join_session_keyring... no
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for strings.h... (cached) yes
checking for sys/bitypes.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for syslog.h... yes
checking whether reallocarray is declared... yes
checking for C99 variadic macros... yes
checking for GNU-style variadic macros... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for uint32_t... yes
checking for sig_atomic_t... yes
checking for ssize_t... yes
checking for explicit_bzero... yes
checking for setrlimit... yes
checking for setsid... yes
checking for asprintf... yes
checking for daemon... yes
checking for mkstemp... yes
checking for reallocarray... yes
checking for setenv... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing tests/data/.placeholder commands |
Try following the instructions in the README to run one of the tests with verbose output to see what exactly is failing. Based on the error message and the tests that are failing, my guess is that you don't have Perl installed. kstart itself does not require Perl, but the test suite does. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like something is wong and test suite is failing
The text was updated successfully, but these errors were encountered: