Created
May 2, 2020 17:52
-
-
Save Rupurudu/9bcb9cfb52ab56e26d289518ca2fd801 to your computer and use it in GitHub Desktop.
gnumake build.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure.ac:113: error: possibly undefined macro: pds_AC_DOS_PATHS | |
If this token and others are legitimate, please use m4_pattern_allow. | |
See the Autoconf documentation. | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make: *** [Makefile:564: config.status] Error 2 | |
make: Failed to remake makefile 'Makefile'. | |
Making clean in glob | |
make[1]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/glob' | |
make[2]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[2]: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make[2]: *** [Makefile:564: config.status] Error 2 | |
make[2]: Failed to remake makefile 'Makefile'. | |
make[2]: Target 'am--refresh' not remade because of errors. | |
make[2]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
make[1]: *** [Makefile:339: ../../make-4.2.1/glob/Makefile.in] Error 1 | |
cd .. && make am--refresh | |
make[2]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[2]: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make[2]: *** [Makefile:564: config.status] Error 2 | |
make[2]: Failed to remake makefile 'Makefile'. | |
make[2]: Target 'am--refresh' not remade because of errors. | |
make[2]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
make[1]: *** [Makefile:360: ../config.status] Error 2 | |
make[1]: Failed to remake makefile 'Makefile'. | |
test -z "libglob.a" || rm -f libglob.a | |
rm -f *.o | |
make[1]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/glob' | |
Making clean in config | |
make[1]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/config' | |
make[2]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[2]: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make[2]: *** [Makefile:564: config.status] Error 2 | |
make[2]: Failed to remake makefile 'Makefile'. | |
make[2]: Target 'am--refresh' not remade because of errors. | |
make[2]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
make[1]: *** [Makefile:284: ../../make-4.2.1/config/Makefile.in] Error 1 | |
cd .. && make am--refresh | |
make[2]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[2]: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make[2]: *** [Makefile:564: config.status] Error 2 | |
make[2]: Failed to remake makefile 'Makefile'. | |
make[2]: Target 'am--refresh' not remade because of errors. | |
make[2]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
make[1]: *** [Makefile:305: ../config.status] Error 2 | |
make[1]: Failed to remake makefile 'Makefile'. | |
make[1]: Nothing to be done for 'clean'. | |
make[1]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/config' | |
Making clean in po | |
make[1]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/po' | |
rm -f *.insert-header | |
rm -f remove-potcdate.sed | |
rm -f stamp-poT | |
rm -f core core.* make.po make.1po make.2po *.new.po | |
rm -fr *.o | |
make[1]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/po' | |
Making clean in doc | |
make[1]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/doc' | |
make[2]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[2]: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make[2]: *** [Makefile:564: config.status] Error 2 | |
make[2]: Failed to remake makefile 'Makefile'. | |
make[2]: Target 'am--refresh' not remade because of errors. | |
make[2]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
make[1]: *** [Makefile:360: ../../make-4.2.1/doc/Makefile.in] Error 1 | |
cd .. && make am--refresh | |
make[2]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[2]: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make[2]: *** [Makefile:564: config.status] Error 2 | |
make[2]: Failed to remake makefile 'Makefile'. | |
make[2]: Target 'am--refresh' not remade because of errors. | |
make[2]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
make[1]: *** [Makefile:381: ../config.status] Error 2 | |
make[1]: Failed to remake makefile 'Makefile'. | |
test -z "make.dvi make.pdf make.ps make.html" \ | |
|| rm -rf make.dvi make.pdf make.ps make.html | |
test -z "make*.html" || rm -f make*.html | |
rm -rf make.t2d make.t2p | |
rm -f vti.tmp* ../../make-4.2.1/doc/version.texi.tmp* | |
make[1]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE/doc' | |
make[1]: Entering directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[1]: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
/bin/bash ./config.status --recheck | |
running CONFIG_SHELL=/bin/bash /bin/bash ../make-4.2.1/configure --prefix=/home/mustafacan/coreboot/util/crossgcc/xgcc --disable-nls CC=gnatgcc CFLAGS=-O2 -fomit-frame-pointer -m64 --no-create --no-recursion | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe 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 make supports the include directive... yes (GNU style) | |
checking for gcc... gnatgcc | |
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 gnatgcc accepts -g... yes | |
checking for gnatgcc option to accept ISO C89... none needed | |
checking whether gnatgcc understands -c and -o together... yes | |
checking dependency style of gnatgcc... gcc3 | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gcc... (cached) gnatgcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gnatgcc accepts -g... (cached) yes | |
checking for gnatgcc option to accept ISO C89... (cached) none needed | |
checking whether gnatgcc understands -c and -o together... (cached) yes | |
checking dependency style of gnatgcc... (cached) gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gnatgcc -E | |
checking for ar... ar | |
checking for perl... perl | |
checking the archiver (ar) interface... ar | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for library containing strerror... none required | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for ld used by gnatgcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking whether to use NLS... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for library containing getpwnam... none required | |
checking for ANSI C header files... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether stat file-mode macros are broken... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for stdlib.h... (cached) yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking for nanoseconds field of struct stat... st_mtim.tv_nsec | |
checking whether to use high resolution file timestamps... yes | |
checking for library containing clock_gettime... none required | |
../make-4.2.1/configure: line 9006: pds_AC_DOS_PATHS: command not found | |
checking for standard gettimeofday... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for mkstemp... yes | |
checking for mktemp... yes | |
checking for fdopen... yes | |
checking for fileno... yes | |
checking for dup... yes | |
checking for dup2... yes | |
checking for getcwd... yes | |
checking for realpath... yes | |
checking for sigsetmask... yes | |
checking for sigaction... yes | |
checking for getgroups... yes | |
checking for seteuid... yes | |
checking for setegid... yes | |
checking for setlinebuf... yes | |
checking for setreuid... yes | |
checking for setregid... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for setvbuf... yes | |
checking for pipe... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for lstat... yes | |
checking for readlink... yes | |
checking for atexit... yes | |
checking for isatty... yes | |
checking for ttyname... yes | |
checking for pselect... yes | |
checking whether bsd_signal is declared... no | |
checking vfork.h usability... no | |
checking vfork.h presence... no | |
checking for vfork.h... no | |
checking for fork... yes | |
checking for vfork... yes | |
checking for working fork... yes | |
checking for working vfork... (cached) yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for strcmpi... no | |
checking for strncmpi... no | |
checking for stricmp... no | |
checking for strnicmp... no | |
checking for working strcoll... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether closedir returns void... no | |
../make-4.2.1/configure: line 9592: PKG_PROG_PKG_CONFIG: command not found | |
../make-4.2.1/configure: line 9604: syntax error near unexpected token `GUILE,' | |
../make-4.2.1/configure: line 9604: ` PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,' | |
make[1]: *** [Makefile:564: config.status] Error 2 | |
make[1]: Failed to remake makefile 'Makefile'. | |
test -z "make" || rm -f make | |
test -z "loadavg" || rm -f loadavg | |
rm -f *.o | |
make[1]: Leaving directory '/home/mustafacan/coreboot/util/crossgcc/build-MAKE' | |
make: *** [Makefile:798: clean-recursive] Error 1 | |
make: Target 'clean' not remade because of errors. | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
cd ../make-4.2.1 && /bin/bash /home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing automake-1.15 --foreign | |
/home/mustafacan/coreboot/util/crossgcc/make-4.2.1/config/missing: line 81: automake-1.15: command not found | |
WARNING: 'automake-1.15' is missing on your system. | |
You should only need it if you modified 'Makefile.am' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'automake' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make: *** [Makefile:541: ../make-4.2.1/Makefile.in] Error 1 | |
rmdir: failed to remove '/home/mustafacan/coreboot/util/crossgcc/xgcc/lib32': No such file or directory | |
rmdir: failed to remove '/home/mustafacan/coreboot/util/crossgcc/xgcc/lib64': No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment