Hi All, I recieved the following error as I was running dbt2 test, would you please help me to fix it?
09:24:50 DEBUG| [stdout] checking for a BSD-compatible install... /usr/bin/install -c 09:24:51 DEBUG| [stdout] checking whether build environment is sane... yes 09:24:51 DEBUG| [stdout] checking for gawk... gawk 09:24:51 DEBUG| [stdout] checking whether make sets $(MAKE)... yes 09:24:51 DEBUG| [stdout] checking build system type... x86_64-unknown-linux-gnu 09:24:51 DEBUG| [stdout] checking for gawk... (cached) gawk 09:24:51 DEBUG| [stdout] checking for gcc... gcc 09:24:51 DEBUG| [stdout] checking for C compiler default output file name... a.out 09:24:51 DEBUG| [stdout] checking whether the C compiler works... yes 09:24:51 DEBUG| [stdout] checking whether we are cross compiling... no 09:24:51 DEBUG| [stdout] checking for suffix of executables... 09:24:51 DEBUG| [stdout] checking for suffix of object files... o 09:24:51 DEBUG| [stdout] checking whether we are using the GNU C compiler... yes 09:24:51 DEBUG| [stdout] checking whether gcc accepts -g... yes 09:24:51 DEBUG| [stdout] checking for gcc option to accept ANSI C... none needed 09:24:51 DEBUG| [stdout] checking for style of include used by make... GNU 09:24:51 DEBUG| [stdout] checking dependency style of gcc... none 09:24:51 DEBUG| [stdout] checking for grep... /bin/grep 09:24:51 DEBUG| [stdout] checking for vmstat... /usr/bin/vmstat 09:24:51 DEBUG| [stdout] checking for iostat... /usr/bin/iostat 09:24:51 DEBUG| [stdout] checking for gnuplot... /usr/bin/gnuplot 09:24:51 DEBUG| [stdout] checking for sar... /usr/bin/sar 09:24:51 DEBUG| [stdout] checking for sysctl... /sbin/sysctl 09:24:51 DEBUG| [stdout] checking how to run the C preprocessor... gcc -E 09:24:51 DEBUG| [stdout] checking for egrep... grep -E 09:24:51 DEBUG| [stdout] checking for ANSI C header files... yes 09:24:51 DEBUG| [stdout] checking for sys/types.h... yes 09:24:52 DEBUG| [stdout] checking for sys/stat.h... yes 09:24:52 DEBUG| [stdout] checking for stdlib.h... yes 09:24:52 DEBUG| [stdout] checking for string.h... yes 09:24:52 DEBUG| [stdout] checking for memory.h... yes 09:24:52 DEBUG| [stdout] checking for strings.h... yes 09:24:52 DEBUG| [stdout] checking for inttypes.h... yes 09:24:52 DEBUG| [stdout] checking for stdint.h... yes 09:24:52 DEBUG| [stdout] checking for unistd.h... yes 09:24:52 DEBUG| [stdout] checking semaphore.h usability... yes 09:24:52 DEBUG| [stdout] checking semaphore.h presence... yes 09:24:52 DEBUG| [stdout] checking for semaphore.h... yes 09:24:52 DEBUG| [stdout] checking pthread.h usability... yes 09:24:52 DEBUG| [stdout] checking pthread.h presence... yes 09:24:52 DEBUG| [stdout] checking for pthread.h... yes 09:24:52 DEBUG| [stdout] checking for pthread_create in -lpthread... yes 09:24:52 DEBUG| [stdout] checking for sem_init in -lposix4... no 09:24:52 DEBUG| [stdout] checking for main in -lm... yes 09:24:52 DEBUG| [stdout] checking for library containing socket... none required 09:24:52 DEBUG| [stdout] checking for library containing gethostbyname... none required 09:24:52 DEBUG| [stdout] checking getopt.h usability... yes 09:24:52 DEBUG| [stdout] checking getopt.h presence... yes 09:24:52 DEBUG| [stdout] checking for getopt.h... yes 09:24:52 DEBUG| [stdout] checking for library containing getopt_long... none required 09:24:53 DEBUG| [stdout] checking Version of MySQL headers... 09:24:53 DEBUG| [stdout] 50045 09:24:53 DEBUG| [stdout] checking MySQL C flags(mysql_config)... -I/usr/local/autotest/client/deps/mysql/mysql/include/mysql 09:24:53 DEBUG| [stdout] checking MySQL linker flags(mysql_config)... -L/usr/local/autotest/client/deps/mysql/mysql/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm 09:24:53 DEBUG| [stdout] checking for mysql_config... /usr/local/autotest/client/deps/mysql/mysql/bin/mysql_config 09:24:53 DEBUG| [stdout] checking for MySQL libraries... checking for mysql... /usr/bin/mysql 09:24:53 DEBUG| [stdout] checking for mysqld_safe... /usr/local/autotest/client/deps/mysql/mysql/bin/mysqld_safe 09:24:53 DEBUG| [stdout] checking for ANSI C header files... (cached) yes 09:24:53 DEBUG| [stdout] checking for an ANSI C-conforming const... yes 09:24:53 DEBUG| [stdout] checking whether time.h and sys/time.h may both be included... yes 09:24:53 DEBUG| [stdout] checking whether struct tm is in sys/time.h or time.h... time.h 09:24:53 DEBUG| [stdout] checking for vprintf... yes 09:24:53 DEBUG| [stdout] checking for _doprnt... no 09:24:53 DEBUG| [stdout] checking for gettimeofday... yes 09:24:53 DEBUG| [stdout] checking for socket... yes 09:24:53 DEBUG| [stdout] checking for special C compiler options needed for large files... no 09:24:53 DEBUG| [stdout] checking for _FILE_OFFSET_BITS value needed for large files... no 09:24:53 DEBUG| [stdout] checking for _LARGE_FILES value needed for large files... no 09:24:53 DEBUG| [stdout] configure: creating ./config.status 09:24:53 DEBUG| [stdout] config.status: creating scripts/Linux/get_os_info.sh 09:24:53 DEBUG| [stdout] config.status: creating scripts/mysql/build_db.sh 09:24:53 DEBUG| [stdout] config.status: creating scripts/mysql/mysql_profile 09:24:53 DEBUG| [stdout] config.status: creating scripts/mysql/start_db.sh 09:24:53 DEBUG| [stdout] config.status: creating scripts/mysql/stop_db.sh 09:24:53 DEBUG| [stdout] config.status: creating Makefile 09:24:53 DEBUG| [stdout] config.status: creating src/Makefile 09:24:53 DEBUG| [stdout] config.status: creating storedproc/Makefile 09:24:53 DEBUG| [stdout] config.status: creating scripts/dbt2_profile 09:24:53 DEBUG| [stdout] config.status: creating scripts/sysstats.sh 09:24:53 DEBUG| [stdout] config.status: creating scripts/transform_sar.sh 09:24:53 DEBUG| [stdout] config.status: creating scripts/run_workload.sh 09:24:53 DEBUG| [stdout] config.status: creating config.h 09:24:53 DEBUG| [stdout] config.status: config.h is unchanged 09:24:53 DEBUG| [stdout] config.status: executing depfiles commands 09:24:54 DEBUG| Running 'make ' 09:24:54 DEBUG| [stdout] make all-recursive 09:24:54 DEBUG| [stdout] make[1]: Entering directory `/usr/local/autotest/client/tmp/dbt2/src.mysql' 09:24:54 DEBUG| [stdout] Making all in . 09:24:54 DEBUG| [stdout] make[2]: Entering directory `/usr/local/autotest/client/tmp/dbt2/src.mysql' 09:24:54 DEBUG| [stdout] make[2]: Leaving directory `/usr/local/autotest/client/tmp/dbt2/src.mysql' 09:24:54 DEBUG| [stdout] Making all in src 09:24:54 DEBUG| [stdout] make[2]: Entering directory `/usr/local/autotest/client/tmp/dbt2/src.mysql/src' 09:24:54 DEBUG| [stdout] /bin/bash ./config.status --recheck 09:24:54 ERROR| [stderr] /bin/bash: ./config.status: No such file or directory 09:24:54 DEBUG| [stdout] make[2]: Leaving directory `/usr/local/autotest/client/tmp/dbt2/src.mysql/src' 09:24:54 DEBUG| [stdout] make[1]: Leaving directory `/usr/local/autotest/client/tmp/dbt2/src.mysql' 09:24:54 ERROR| [stderr] make[2]: *** [config.status] Error 127 09:24:54 ERROR| [stderr] make[1]: *** [all-recursive] Error 1 09:24:54 ERROR| [stderr] make: *** [all] Error 2 09:24:54 ERROR| child process failed
_______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
