Created
November 4, 2018 12:58
-
-
Save lwiechec/6bd77e5886500b5838ed0acad96b3469 to your computer and use it in GitHub Desktop.
Compiling wget on BB10 - failing
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
luke@luke-new-laptop:~/fun/blackberry/wget-1.19$ sh bb10_compile | |
make all-recursive | |
make[1]: Entering directory '/home/luke/fun/blackberry/wget-1.19' | |
Making all in lib | |
make[2]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make all-recursive | |
make[3]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make[4]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
CC base32.o | |
CC binary-io.o | |
CC c-ctype.o | |
CC c-strcasecmp.o | |
CC c-strncasecmp.o | |
CC c-strcasestr.o | |
CC cloexec.o | |
CC md2.o | |
CC md4.o | |
CC md5.o | |
CC sha1.o | |
CC sha256.o | |
CC sha512.o | |
CC dirname.o | |
CC basename.o | |
CC dirname-lgpl.o | |
CC basename-lgpl.o | |
CC stripslash.o | |
CC exitfail.o | |
CC fatal-signal.o | |
CC fd-hook.o | |
CC fd-safer-flag.o | |
CC dup-safer-flag.o | |
CC getprogname.o | |
CC gettime.o | |
CC hard-locale.o | |
CC localcharset.o | |
CC glthread/lock.o | |
CC mbchar.o | |
CC mbiter.o | |
CC pipe2.o | |
CC pipe2-safer.o | |
CC quotearg.o | |
CC sig-handler.o | |
CC sockets.o | |
CC spawn-pipe.o | |
CC stat-time.o | |
CC strnlen1.o | |
CC sys_socket.o | |
CC tempname.o | |
CC glthread/threadlib.o | |
CC timespec.o | |
CC tmpdir.o | |
CC u64.o | |
CC unicase/tolower.o | |
CC unistd.o | |
CC dup-safer.o | |
CC fd-safer.o | |
CC pipe-safer.o | |
CC uniwidth/width.o | |
CC utimens.o | |
CC wait-process.o | |
CC wctype-h.o | |
CC xmalloc.o | |
CC xalloc-die.o | |
CC xsize.o | |
CC xstrndup.o | |
CC asnprintf.o | |
CC asprintf.o | |
CC error.o | |
CC fcntl.o | |
CC fnmatch.o | |
CC futimens.o | |
CC getdelim.o | |
CC getline.o | |
CC getopt.o | |
CC getopt1.o | |
CC getpass.o | |
CC gettimeofday.o | |
CC link.o | |
CC lstat.o | |
CC mbrtowc.o | |
CC memchr.o | |
CC memrchr.o | |
CC mkdir.o | |
CC mkostemp.o | |
CC mkstemp.o | |
CC mktime.o | |
CC nanosleep.o | |
CC nl_langinfo.o | |
CC printf-args.o | |
CC printf-parse.o | |
CC rawmemchr.o | |
CC regex.o | |
CC secure_getenv.o | |
CC select.o | |
CC snprintf.o | |
CC stat.o | |
CC strchrnul.o | |
CC strerror.o | |
CC strerror-override.o | |
CC strerror_r.o | |
CC strndup.o | |
CC symlink.o | |
CC timegm.o | |
CC unlink.o | |
CC vasnprintf.o | |
CC vasprintf.o | |
CC vsnprintf.o | |
CC wcwidth.o | |
CC xmemdup0.o | |
AR libgnu.a | |
GEN charset.alias | |
GEN ref-add.sed | |
GEN ref-del.sed | |
make[4]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make[3]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make[2]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
Making all in src | |
make[2]: Entering directory '/home/luke/fun/blackberry/wget-1.19/src' | |
make all-am | |
make[3]: Entering directory '/home/luke/fun/blackberry/wget-1.19/src' | |
CC connect.o | |
In file included from wget.h:217:0, | |
from connect.c:32: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from connect.c:63:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
CC convert.o | |
In file included from wget.h:217:0, | |
from convert.c:31: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from convert.c:42:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
CC cookies.o | |
In file included from wget.h:217:0, | |
from cookies.c:46: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from cookies.c:58:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
CC ftp.o | |
In file included from wget.h:217:0, | |
from ftp.c:32: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from ftp.c:43:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
ftp.c: In function 'getftp': | |
ftp.c:1466:18: error: 'struct options' has no member named 'rpl_unlink' | |
cc: /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3/cc1 error 1 | |
Makefile:1651: recipe for target 'ftp.o' failed | |
make[3]: *** [ftp.o] Error 1 | |
make[3]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/src' | |
Makefile:1466: recipe for target 'all' failed | |
make[2]: *** [all] Error 2 | |
make[2]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/src' | |
Makefile:1456: recipe for target 'all-recursive' failed | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory '/home/luke/fun/blackberry/wget-1.19' | |
Makefile:1412: recipe for target 'all' failed | |
make: *** [all] Error 2 | |
luke@luke-new-laptop:~/fun/blackberry/wget-1.19$ | |
luke@luke-new-laptop:~/fun/blackberry/wget-1.19$ | |
luke@luke-new-laptop:~/fun/blackberry/wget-1.19$ | |
luke@luke-new-laptop:~/fun/blackberry/wget-1.19$ sh bb10_compile | |
configure: configuring for GNU Wget 1.19 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for armv7-strip... no | |
checking for strip... strip | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... armv7-unknown-none | |
checking whether make supports nested variables... (cached) yes | |
checking for armv7-gcc... /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc accepts -g... yes | |
checking for /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc option to accept ISO C89... none needed | |
checking whether /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc... gcc | |
checking how to run the C preprocessor... /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /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 whether _XOPEN_SOURCE should be defined... no | |
checking for Minix Amsterdam compiler... no | |
checking for armv7-ar... ntoarmv7-ar | |
checking the archiver (ntoarmv7-ar) interface... ar | |
checking for armv7-ar... (cached) ntoarmv7-ar | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... 64 | |
checking for a Python interpreter with version >= 3.0... python3 | |
checking for python3... /usr/bin/python3 | |
checking for python3 version... 3.5 | |
checking for python3 platform... linux | |
checking for python3 script directory... ${prefix}/lib/python3.5/site-packages | |
checking for python3 extension module directory... ${exec_prefix}/lib/python3.5/site-packages | |
checking for a sed that does not truncate output... /bin/sed | |
checking whether NLS is requested... yes | |
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 /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc... /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 for GNU gettext in libc... no | |
checking for iconv... yes | |
checking for working iconv... guessing yes | |
checking how to link with libiconv... -liconv | |
checking for GNU gettext in libintl... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... external libintl | |
checking how to link with libintl... -lintl -liconv | |
checking for armv7-ranlib... ntoarmv7-ranlib | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -lfl | |
checking whether yytext is a pointer... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for working volatile... yes | |
checking for ANSI C header files... (cached) yes | |
checking for special C compiler options needed for large files... (cached) no | |
checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64 | |
checking size of off_t... 8 | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for unistd.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/utime.h usability... no | |
checking sys/utime.h presence... no | |
checking for sys/utime.h... no | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking whether h_errno is declared... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 4 | |
checking size of long long... 8 | |
checking size of void *... 4 | |
checking for size_t... yes | |
checking for pid_t... yes | |
checking for uint32_t... yes | |
checking for uintptr_t... yes | |
checking for intptr_t... yes | |
checking for int64_t... yes | |
checking for sig_atomic_t... yes | |
checking for sys/socket.h... yes | |
checking for arpa/inet.h... yes | |
checking for features.h... no | |
checking for unistd.h... (cached) yes | |
checking for wctype.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for netdb.h... yes | |
checking for netinet/in.h... yes | |
checking for getopt.h... yes | |
checking for stdio_ext.h... no | |
checking for termios.h... (cached) yes | |
checking for sys/time.h... (cached) yes | |
checking for iconv.h... yes | |
checking for limits.h... yes | |
checking for wchar.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking for langinfo.h... no | |
checking for xlocale.h... no | |
checking for sys/mman.h... yes | |
checking for sys/select.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for malloc.h... yes | |
checking for sys/cdefs.h... yes | |
checking for spawn.h... yes | |
checking for strings.h... (cached) yes | |
checking for sys/file.h... yes | |
checking for sys/ioctl.h... (cached) yes | |
checking for sys/uio.h... yes | |
checking for sys/wait.h... yes | |
checking for utime.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking whether the preprocessor supports include_next... yes | |
checking whether system header files limit the line length... no | |
checking whether <sys/socket.h> is self-contained... yes | |
checking for shutdown... no | |
checking for struct sockaddr_storage... yes | |
checking for sa_family_t... yes | |
checking for struct sockaddr_storage.ss_family... yes | |
checking whether socket is declared without a macro... yes | |
checking whether connect is declared without a macro... yes | |
checking whether accept is declared without a macro... yes | |
checking whether bind is declared without a macro... yes | |
checking whether getpeername is declared without a macro... yes | |
checking whether getsockname is declared without a macro... yes | |
checking whether getsockopt is declared without a macro... yes | |
checking whether listen is declared without a macro... yes | |
checking whether recv is declared without a macro... yes | |
checking whether send is declared without a macro... yes | |
checking whether recvfrom is declared without a macro... yes | |
checking whether sendto is declared without a macro... yes | |
checking whether setsockopt is declared without a macro... yes | |
checking whether shutdown is declared without a macro... yes | |
checking whether accept4 is declared without a macro... no | |
checking for working alloca.h... no | |
checking for alloca... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking whether <wchar.h> uses 'inline' correctly... yes | |
checking for btowc... yes | |
checking for _set_invalid_parameter_handler... no | |
checking for fcntl... yes | |
checking for symlink... yes | |
checking for flock... yes | |
checking for isblank... yes | |
checking for iswctype... yes | |
checking for mbsrtowcs... yes | |
checking for mempcpy... no | |
checking for wmemchr... yes | |
checking for wmemcpy... yes | |
checking for wmempcpy... no | |
checking for futimens... no | |
checking for getdelim... no | |
checking for getdtablesize... yes | |
checking for __fsetlocking... no | |
checking for tcgetattr... yes | |
checking for tcsetattr... yes | |
checking for getprogname... no | |
checking for getexecname... no | |
checking for gettimeofday... yes | |
checking for nanotime... no | |
checking for iswcntrl... yes | |
checking for iswblank... yes | |
checking for link... yes | |
checking for lstat... yes | |
checking for mbsinit... yes | |
checking for mbrtowc... yes | |
checking for mprotect... yes | |
checking for mkostemp... no | |
checking for mkstemp... yes | |
checking for tzset... yes | |
checking for nl_langinfo... no | |
checking for pipe... yes | |
checking for pipe2... no | |
checking for secure_getenv... no | |
checking for getuid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getegid... yes | |
checking for sigaction... yes | |
checking for sigaltstack... no | |
checking for siginterrupt... no | |
checking for snprintf... yes | |
checking for strdup... yes | |
checking for __xpg_strerror_r... no | |
checking for catgets... no | |
checking for strndup... no | |
checking for strptime... yes | |
checking for localtime_r... yes | |
checking for timegm... yes | |
checking for futimes... no | |
checking for futimesat... no | |
checking for utimensat... no | |
checking for lutimes... no | |
checking for vasnprintf... no | |
checking for wcrtomb... yes | |
checking for wcwidth... no | |
checking for nl_langinfo and CODESET... no | |
checking for a traditional french locale... none | |
checking whether byte ordering is bigendian... no | |
checking whether // is distinct from /... unknown, assuming no | |
checking if environ is properly declared... yes | |
checking for complete errno.h... no | |
checking for EMULTIHOP value... yes | |
checking for ENOLINK value... yes | |
checking for EOVERFLOW value... yes | |
checking for sig_atomic_t... (cached) yes | |
checking for working fcntl.h... cross-compiling | |
checking for mode_t... yes | |
checking for mbstate_t... yes | |
checking whether stdin defaults to large file offsets... yes | |
checking whether fseeko is declared... yes | |
checking for fseeko... yes | |
checking whether stat file-mode macros are broken... no | |
checking for nlink_t... yes | |
checking whether fchmodat is declared without a macro... no | |
checking whether fstat is declared without a macro... yes | |
checking whether fstatat is declared without a macro... no | |
checking whether futimens is declared without a macro... no | |
checking whether lchmod is declared without a macro... no | |
checking whether lstat is declared without a macro... yes | |
checking whether mkdirat is declared without a macro... no | |
checking whether mkfifo is declared without a macro... yes | |
checking whether mkfifoat is declared without a macro... no | |
checking whether mknod is declared without a macro... yes | |
checking whether mknodat is declared without a macro... no | |
checking whether stat is declared without a macro... yes | |
checking whether utimensat is declared without a macro... no | |
checking whether ftello is declared... yes | |
checking for ftello... yes | |
checking whether ftello works... guessing yes | |
checking whether getaddrinfo is declared without a macro... yes | |
checking whether freeaddrinfo is declared without a macro... yes | |
checking whether gai_strerror is declared without a macro... yes | |
checking whether getnameinfo is declared without a macro... yes | |
checking for library containing gethostbyname... no | |
checking for gethostbyname... no | |
checking for gethostbyname in winsock2.h and -lws2_32... no | |
checking for library containing getservbyname... -lsocket | |
checking for library containing inet_ntop... none required | |
checking whether inet_ntop is declared... yes | |
checking for IPv4 sockets... yes | |
checking for IPv6 sockets... yes | |
checking whether getdelim is declared... no | |
checking whether getdtablesize is declared... yes | |
checking whether getline is declared... no | |
checking for getopt.h... (cached) yes | |
checking for getopt_long_only... yes | |
checking whether getopt is POSIX compatible... guessing yes | |
checking for working GNU getopt function... guessing no | |
checking whether getenv is declared... yes | |
checking whether getpass is declared... yes | |
checking whether fflush_unlocked is declared... no | |
checking whether flockfile is declared... yes | |
checking whether fputs_unlocked is declared... no | |
checking whether funlockfile is declared... yes | |
checking whether putc_unlocked is declared... yes | |
checking for struct timeval... yes | |
checking for wide-enough struct timeval.tv_sec member... yes | |
checking whether gettimeofday is declared without a macro... yes | |
checking for iconv... (cached) yes | |
checking for working iconv... (cached) guessing yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking whether limits.h has ULLONG_WIDTH etc.... no | |
checking for wint_t... yes | |
checking whether wint_t is too small... no | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking whether stdint.h conforms to C99... yes | |
checking whether stdint.h predates C++11... no | |
checking whether stdint.h has UINTMAX_WIDTH etc.... no | |
checking whether imaxabs is declared without a macro... yes | |
checking whether imaxdiv is declared without a macro... yes | |
checking whether strtoimax is declared without a macro... yes | |
checking whether strtoumax is declared without a macro... yes | |
checking for inttypes.h... (cached) yes | |
checking whether the inttypes.h PRIxNN macros are broken... no | |
checking whether iswcntrl works... guessing yes | |
checking for towlower... yes | |
checking for wctype_t... yes | |
checking for wctrans_t... yes | |
checking whether wctype is declared without a macro... yes | |
checking whether iswctype is declared without a macro... yes | |
checking whether wctrans is declared without a macro... yes | |
checking whether towctrans is declared without a macro... yes | |
checking whether included libunistring is requested... no | |
checking for libunistring... no, trying again together with libiconv | |
checking for libunistring... no, consider installing GNU libunistring | |
checking whether getc_unlocked is declared... yes | |
checking whether we are using the GNU C Library >= 2.1 or uClibc... no | |
checking for wchar_t... yes | |
checking for max_align_t... no | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether imported symbols can be declared weak... guessing yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_kill in -lpthread... no | |
checking for multithread API to use... posix | |
checking whether lstat correctly handles trailing slash... guessing no | |
checking whether malloc, realloc, calloc are POSIX compliant... yes | |
checking for a traditional japanese locale... none | |
checking for a transitional chinese locale... none | |
checking for a french Unicode locale... none | |
checking for mmap... yes | |
checking for MAP_ANONYMOUS... yes | |
checking whether memchr works... guessing no | |
checking whether memrchr is declared... no | |
checking whether <limits.h> defines MIN and MAX... no | |
checking whether <sys/param.h> defines MIN and MAX... no | |
checking whether time_t is signed... no | |
checking whether alarm is declared... yes | |
checking whether <sys/select.h> is self-contained... no | |
checking whether pselect is declared without a macro... no | |
checking whether select is declared without a macro... yes | |
checking for library containing setsockopt... -lsocket | |
checking whether select supports a 0 argument... guessing yes | |
checking whether select detects invalid fds... guessing no | |
checking for promoted mode_t type... mode_t | |
checking for library containing posix_spawn... none required | |
checking for posix_spawn... yes | |
checking whether posix_spawn works... guessing yes | |
checking whether posix_spawnattr_setschedpolicy is supported... yes | |
checking whether posix_spawnattr_setschedparam is supported... yes | |
checking for sigset_t... yes | |
checking for SIGPIPE... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... no | |
checking for uid_t in sys/types.h... yes | |
checking whether C symbols are prefixed with underscore at the linker level... no | |
checking whether snprintf returns a byte count as in C99... guessing no | |
checking whether snprintf is declared... yes | |
checking whether strdup is declared... yes | |
checking whether strerror(0) succeeds... guessing no | |
checking for strerror_r... yes | |
checking whether ffsl is declared without a macro... no | |
checking whether ffsll is declared without a macro... no | |
checking whether memmem is declared without a macro... no | |
checking whether mempcpy is declared without a macro... no | |
checking whether memrchr is declared without a macro... no | |
checking whether rawmemchr is declared without a macro... no | |
checking whether stpcpy is declared without a macro... no | |
checking whether stpncpy is declared without a macro... no | |
checking whether strchrnul is declared without a macro... no | |
checking whether strdup is declared without a macro... yes | |
checking whether strncat is declared without a macro... yes | |
checking whether strndup is declared without a macro... no | |
checking whether strnlen is declared without a macro... yes | |
checking whether strpbrk is declared without a macro... yes | |
checking whether strsep is declared without a macro... yes | |
checking whether strcasestr is declared without a macro... yes | |
checking whether strtok_r is declared without a macro... yes | |
checking whether strerror_r is declared without a macro... yes | |
checking whether strsignal is declared without a macro... yes | |
checking whether strverscmp is declared without a macro... no | |
checking whether ffs is declared without a macro... yes | |
checking whether strcasecmp is declared without a macro... yes | |
checking whether strncasecmp is declared without a macro... yes | |
checking whether strndup is declared... no | |
checking whether strnlen is declared... (cached) yes | |
checking for struct tm.tm_gmtoff... yes | |
checking whether strtok_r is declared... (cached) yes | |
checking for struct timespec in <time.h>... yes | |
checking whether clearerr_unlocked is declared... no | |
checking whether feof_unlocked is declared... no | |
checking whether ferror_unlocked is declared... no | |
checking whether fgets_unlocked is declared... no | |
checking whether fputc_unlocked is declared... no | |
checking whether fread_unlocked is declared... no | |
checking whether fwrite_unlocked is declared... no | |
checking whether getchar_unlocked is declared... yes | |
checking whether putchar_unlocked is declared... yes | |
checking whether the utimes function works... no | |
checking for struct utimbuf... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for intmax_t... yes | |
checking where to find the exponent in a 'double'... (cached) word 1 bit 20 | |
checking for snprintf... (cached) yes | |
checking for strnlen... yes | |
checking for wcslen... yes | |
checking for wcsnlen... no | |
checking for mbrtowc... (cached) yes | |
checking for wcrtomb... (cached) yes | |
checking whether _snprintf is declared... no | |
checking whether vsnprintf is declared... yes | |
checking whether inet_ntop is declared without a macro... yes | |
checking whether inet_pton is declared without a macro... yes | |
checking whether btowc(0) is correct... guessing yes | |
checking whether btowc(EOF) is correct... guessing yes | |
checking for __builtin_expect... yes | |
checking for library containing clock_gettime... none required | |
checking for clock_gettime... yes | |
checking for clock_settime... yes | |
checking whether // is distinct from /... (cached) unknown, assuming no | |
checking whether dup2 works... guessing yes | |
checking for error_at_line... no | |
checking whether fcntl handles F_DUPFD correctly... guessing yes | |
checking whether fcntl understands F_DUPFD_CLOEXEC... no | |
checking whether fcntl is declared without a macro... yes | |
checking whether openat is declared without a macro... no | |
checking for flexible array member... yes | |
checking whether conversion from 'int' to 'long double' works... guessing yes | |
checking for working POSIX fnmatch... guessing no | |
checking whether isblank is declared... yes | |
checking whether fopen recognizes a trailing slash... guessing yes | |
checking for fseeko... (cached) yes | |
checking for ftello... (cached) yes | |
checking whether ftello works... (cached) guessing yes | |
checking how to do getaddrinfo, freeaddrinfo and getnameinfo... checking for library containing getaddrinfo... -lsocket | |
checking for getaddrinfo... yes | |
checking whether gai_strerror is declared... (cached) yes | |
checking whether gai_strerrorA is declared... no | |
checking for gai_strerror with POSIX signature... yes | |
checking for struct sockaddr.sa_len... yes | |
checking whether getaddrinfo is declared... (cached) yes | |
checking whether freeaddrinfo is declared... (cached) yes | |
checking whether getnameinfo is declared... (cached) yes | |
checking for struct addrinfo... yes | |
checking for flockfile... yes | |
checking for funlockfile... yes | |
checking whether getc_unlocked is declared... (cached) yes | |
checking whether getdtablesize works... guessing yes | |
checking for getline... no | |
checking whether __fsetlocking is declared... no | |
checking whether program_invocation_name is declared... no | |
checking whether program_invocation_short_name is declared... no | |
checking whether __argv is declared... no | |
checking whether __progname is defined in default libraries... yes | |
checking whether gettimeofday clobbers localtime buffer... guessing yes | |
checking for gettimeofday with POSIX signature... yes | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking for _ftime... no | |
checking for library containing gethostbyname... (cached) no | |
checking for gethostbyname... (cached) no | |
checking for gethostbyname in winsock2.h and -lws2_32... (cached) no | |
checking for library containing inet_ntop... (cached) none required | |
checking whether inet_ntop is declared... (cached) yes | |
checking whether the compiler generally respects inline... no | |
checking whether INT32_MAX < INTMAX_MAX... yes | |
checking whether INT64_MAX == LONG_MAX... no | |
checking whether UINT32_MAX < UINTMAX_MAX... yes | |
checking whether UINT64_MAX == ULONG_MAX... no | |
checking for ioctl... yes | |
checking for ioctl with POSIX signature... yes | |
checking whether iswblank is declared... yes | |
checking whether nl_langinfo is declared without a macro... no | |
checking whether to use the included libunistring... yes | |
checking whether link obeys POSIX... guessing no | |
checking whether locale.h conforms to POSIX:2001... yes | |
checking whether struct lconv is properly defined... yes | |
checking whether setlocale is declared without a macro... yes | |
checking whether duplocale is declared without a macro... no | |
checking for pthread_rwlock_t... yes | |
checking whether pthread_rwlock_rdlock prefers a writer to a reader... guessing yes | |
checking whether lseek detects pipes... yes | |
checking whether mbrtowc handles incomplete characters... guessing yes | |
checking whether mbrtowc works as well as mbtowc... guessing yes | |
checking whether mbrtowc handles a NULL pwc argument... guessing yes | |
checking whether mbrtowc handles a NULL string argument... guessing yes | |
checking whether mbrtowc has a correct return value... guessing yes | |
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes | |
checking whether mbrtowc works on empty input... guessing yes | |
checking whether the C locale is free of encoding errors... guessing no | |
checking whether mbrtowc handles incomplete characters... (cached) guessing yes | |
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes | |
checking whether mbrtowc handles incomplete characters... (cached) guessing yes | |
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes | |
checking whether mbsrtowcs works... guessing yes | |
checking bp-sym.h usability... no | |
checking bp-sym.h presence... no | |
checking for bp-sym.h... no | |
checking for memrchr... no | |
checking whether mkdir handles trailing slash... guessing no | |
checking whether mkdir handles trailing dot... guessing no | |
checking for working mkstemp... guessing no | |
checking for working mktime... no | |
checking for library containing nanosleep... none required | |
checking for working nanosleep... guessing no | |
checking whether getaddrinfo is declared without a macro... (cached) yes | |
checking whether freeaddrinfo is declared without a macro... (cached) yes | |
checking whether gai_strerror is declared without a macro... (cached) yes | |
checking whether getnameinfo is declared without a macro... (cached) yes | |
checking whether <netinet/in.h> is self-contained... yes | |
checking whether open recognizes a trailing slash... guessing yes | |
checking whether posix_spawn_file_actions_addclose works... guessing yes | |
checking whether posix_spawn_file_actions_adddup2 works... guessing yes | |
checking whether posix_spawn_file_actions_addopen works... guessing yes | |
checking for raise... yes | |
checking for sigprocmask... yes | |
checking for rawmemchr... no | |
checking for working re_compile_pattern... no | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking whether isblank is declared... (cached) yes | |
checking for __secure_getenv... no | |
checking for issetugid... no | |
checking whether select supports a 0 argument... (cached) guessing yes | |
checking whether select detects invalid fds... (cached) guessing no | |
checking for library containing getservbyname... (cached) -lsocket | |
checking for struct sigaction.sa_sigaction... yes | |
checking for volatile sig_atomic_t... yes | |
checking for sighandler_t... no | |
checking whether pthread_sigmask is declared without a macro... yes | |
checking whether sigaction is declared without a macro... yes | |
checking whether sigaddset is declared without a macro... yes | |
checking whether sigdelset is declared without a macro... yes | |
checking whether sigemptyset is declared without a macro... yes | |
checking whether sigfillset is declared without a macro... yes | |
checking whether sigismember is declared without a macro... yes | |
checking whether sigpending is declared without a macro... yes | |
checking whether sigprocmask is declared without a macro... yes | |
checking for sigprocmask... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking for snprintf... (cached) yes | |
checking whether snprintf respects a size of 1... guessing yes | |
checking for socklen_t... yes | |
checking for posix_spawnattr_t... yes | |
checking for posix_spawn_file_actions_t... yes | |
checking whether posix_spawn is declared without a macro... yes | |
checking whether posix_spawnp is declared without a macro... yes | |
checking whether posix_spawnattr_init is declared without a macro... yes | |
checking whether posix_spawnattr_destroy is declared without a macro... yes | |
checking whether posix_spawnattr_getsigdefault is declared without a macro... yes | |
checking whether posix_spawnattr_setsigdefault is declared without a macro... yes | |
checking whether posix_spawnattr_getsigmask is declared without a macro... yes | |
checking whether posix_spawnattr_setsigmask is declared without a macro... yes | |
checking whether posix_spawnattr_getflags is declared without a macro... yes | |
checking whether posix_spawnattr_setflags is declared without a macro... yes | |
checking whether posix_spawnattr_getpgroup is declared without a macro... yes | |
checking whether posix_spawnattr_setpgroup is declared without a macro... yes | |
checking whether posix_spawnattr_getschedpolicy is declared without a macro... yes | |
checking whether posix_spawnattr_setschedpolicy is declared without a macro... yes | |
checking whether posix_spawnattr_getschedparam is declared without a macro... yes | |
checking whether posix_spawnattr_setschedparam is declared without a macro... yes | |
checking whether posix_spawn_file_actions_init is declared without a macro... yes | |
checking whether posix_spawn_file_actions_destroy is declared without a macro... yes | |
checking whether posix_spawn_file_actions_addopen is declared without a macro... yes | |
checking whether posix_spawn_file_actions_addclose is declared without a macro... yes | |
checking whether posix_spawn_file_actions_adddup2 is declared without a macro... yes | |
checking for ssize_t... yes | |
checking whether stat handles trailing slashes on directories... guessing yes | |
checking whether stat handles trailing slashes on files... guessing no | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_atimespec.tv_nsec... no | |
checking for struct stat.st_atimensec... no | |
checking for struct stat.st_atim.st__tim.tv_nsec... no | |
checking for struct stat.st_birthtimespec.tv_nsec... no | |
checking for struct stat.st_birthtimensec... no | |
checking for struct stat.st_birthtim.tv_nsec... no | |
checking for working stdalign.h... no | |
checking for max_align_t... (cached) no | |
checking whether NULL can be used in arbitrary expressions... (cached) yes | |
checking which flavor of printf attribute matches inttypes macros... system | |
checking whether dprintf is declared without a macro... no | |
checking whether fpurge is declared without a macro... no | |
checking whether fseeko is declared without a macro... yes | |
checking whether ftello is declared without a macro... yes | |
checking whether getdelim is declared without a macro... no | |
checking whether getline is declared without a macro... no | |
checking whether gets is declared without a macro... yes | |
checking whether pclose is declared without a macro... yes | |
checking whether popen is declared without a macro... yes | |
checking whether renameat is declared without a macro... no | |
checking whether snprintf is declared without a macro... yes | |
checking whether tmpfile is declared without a macro... yes | |
checking whether vdprintf is declared without a macro... no | |
checking whether vsnprintf is declared without a macro... yes | |
checking whether _Exit is declared without a macro... yes | |
checking whether atoll is declared without a macro... yes | |
checking whether canonicalize_file_name is declared without a macro... no | |
checking whether getloadavg is declared without a macro... no | |
checking whether getsubopt is declared without a macro... yes | |
checking whether grantpt is declared without a macro... yes | |
checking whether initstate is declared without a macro... yes | |
checking whether initstate_r is declared without a macro... no | |
checking whether mkdtemp is declared without a macro... yes | |
checking whether mkostemp is declared without a macro... no | |
checking whether mkostemps is declared without a macro... no | |
checking whether mkstemp is declared without a macro... yes | |
checking whether mkstemps is declared without a macro... no | |
checking whether posix_openpt is declared without a macro... yes | |
checking whether ptsname is declared without a macro... yes | |
checking whether ptsname_r is declared without a macro... yes | |
checking whether qsort_r is declared without a macro... no | |
checking whether random is declared without a macro... yes | |
checking whether random_r is declared without a macro... no | |
checking whether realpath is declared without a macro... yes | |
checking whether rpmatch is declared without a macro... no | |
checking whether secure_getenv is declared without a macro... no | |
checking whether setenv is declared without a macro... yes | |
checking whether setstate is declared without a macro... yes | |
checking whether setstate_r is declared without a macro... no | |
checking whether srandom is declared without a macro... yes | |
checking whether srandom_r is declared without a macro... no | |
checking whether strtod is declared without a macro... yes | |
checking whether strtoll is declared without a macro... yes | |
checking whether strtoull is declared without a macro... yes | |
checking whether unlockpt is declared without a macro... yes | |
checking whether unsetenv is declared without a macro... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking whether strncasecmp is declared... (cached) yes | |
checking for strchrnul... no | |
checking whether strerror_r is declared... (cached) yes | |
checking for working strnlen... yes | |
checking for strpbrk... yes | |
checking for strtok_r... yes | |
checking whether strtok_r works... guessing yes | |
checking for strtoll... yes | |
checking whether symlink handles trailing slash correctly... guessing no | |
checking whether flock is declared without a macro... yes | |
checking whether <sys/ioctl.h> declares ioctl... yes | |
checking whether ioctl is declared without a macro... yes | |
checking whether <sys/select.h> is self-contained... (cached) no | |
checking whether pselect is declared without a macro... (cached) no | |
checking whether select is declared without a macro... (cached) yes | |
checking for nlink_t... (cached) yes | |
checking whether fchmodat is declared without a macro... (cached) no | |
checking whether fstat is declared without a macro... (cached) yes | |
checking whether fstatat is declared without a macro... (cached) no | |
checking whether futimens is declared without a macro... (cached) no | |
checking whether lchmod is declared without a macro... (cached) no | |
checking whether lstat is declared without a macro... (cached) yes | |
checking whether mkdirat is declared without a macro... (cached) no | |
checking whether mkfifo is declared without a macro... (cached) yes | |
checking whether mkfifoat is declared without a macro... (cached) no | |
checking whether mknod is declared without a macro... (cached) yes | |
checking whether mknodat is declared without a macro... (cached) no | |
checking whether stat is declared without a macro... (cached) yes | |
checking whether utimensat is declared without a macro... (cached) no | |
checking whether waitpid is declared without a macro... yes | |
checking whether localtime_r is declared... yes | |
checking whether localtime_r is compatible with its POSIX signature... yes | |
checking whether chdir is declared without a macro... yes | |
checking whether chown is declared without a macro... yes | |
checking whether dup is declared without a macro... yes | |
checking whether dup2 is declared without a macro... yes | |
checking whether dup3 is declared without a macro... no | |
checking whether environ is declared without a macro... yes | |
checking whether euidaccess is declared without a macro... no | |
checking whether faccessat is declared without a macro... no | |
checking whether fchdir is declared without a macro... yes | |
checking whether fchownat is declared without a macro... no | |
checking whether fdatasync is declared without a macro... yes | |
checking whether fsync is declared without a macro... yes | |
checking whether ftruncate is declared without a macro... yes | |
checking whether getcwd is declared without a macro... yes | |
checking whether getdomainname is declared without a macro... yes | |
checking whether getdtablesize is declared without a macro... yes | |
checking whether getgroups is declared without a macro... yes | |
checking whether gethostname is declared without a macro... yes | |
checking whether getlogin is declared without a macro... yes | |
checking whether getlogin_r is declared without a macro... yes | |
checking whether getpagesize is declared without a macro... yes | |
checking whether getusershell is declared without a macro... no | |
checking whether setusershell is declared without a macro... no | |
checking whether endusershell is declared without a macro... no | |
checking whether group_member is declared without a macro... no | |
checking whether isatty is declared without a macro... yes | |
checking whether lchown is declared without a macro... yes | |
checking whether link is declared without a macro... yes | |
checking whether linkat is declared without a macro... no | |
checking whether lseek is declared without a macro... yes | |
checking whether pipe is declared without a macro... yes | |
checking whether pipe2 is declared without a macro... no | |
checking whether pread is declared without a macro... yes | |
checking whether pwrite is declared without a macro... yes | |
checking whether readlink is declared without a macro... yes | |
checking whether readlinkat is declared without a macro... no | |
checking whether rmdir is declared without a macro... yes | |
checking whether sethostname is declared without a macro... yes | |
checking whether sleep is declared without a macro... yes | |
checking whether symlink is declared without a macro... yes | |
checking whether symlinkat is declared without a macro... no | |
checking whether ttyname_r is declared without a macro... yes | |
checking whether unlink is declared without a macro... yes | |
checking whether unlinkat is declared without a macro... no | |
checking whether usleep is declared without a macro... yes | |
checking whether unlink honors trailing slashes... guessing no | |
checking whether unlink of a parent directory fails as it should... guessing yes | |
checking for ptrdiff_t... yes | |
checking for vasprintf... no | |
checking for vsnprintf... yes | |
checking whether snprintf respects a size of 1... (cached) guessing yes | |
checking for waitid... yes | |
checking whether btowc is declared without a macro... yes | |
checking whether wctob is declared without a macro... yes | |
checking whether mbsinit is declared without a macro... yes | |
checking whether mbrtowc is declared without a macro... yes | |
checking whether mbrlen is declared without a macro... yes | |
checking whether mbsrtowcs is declared without a macro... yes | |
checking whether mbsnrtowcs is declared without a macro... no | |
checking whether wcrtomb is declared without a macro... yes | |
checking whether wcsrtombs is declared without a macro... yes | |
checking whether wcsnrtombs is declared without a macro... no | |
checking whether wcwidth is declared without a macro... no | |
checking whether wmemchr is declared without a macro... yes | |
checking whether wmemcmp is declared without a macro... yes | |
checking whether wmemcpy is declared without a macro... yes | |
checking whether wmemmove is declared without a macro... yes | |
checking whether wmemset is declared without a macro... yes | |
checking whether wcslen is declared without a macro... yes | |
checking whether wcsnlen is declared without a macro... no | |
checking whether wcscpy is declared without a macro... yes | |
checking whether wcpcpy is declared without a macro... no | |
checking whether wcsncpy is declared without a macro... yes | |
checking whether wcpncpy is declared without a macro... no | |
checking whether wcscat is declared without a macro... yes | |
checking whether wcsncat is declared without a macro... yes | |
checking whether wcscmp is declared without a macro... yes | |
checking whether wcsncmp is declared without a macro... yes | |
checking whether wcscasecmp is declared without a macro... no | |
checking whether wcsncasecmp is declared without a macro... no | |
checking whether wcscoll is declared without a macro... yes | |
checking whether wcsxfrm is declared without a macro... yes | |
checking whether wcsdup is declared without a macro... no | |
checking whether wcschr is declared without a macro... yes | |
checking whether wcsrchr is declared without a macro... yes | |
checking whether wcscspn is declared without a macro... yes | |
checking whether wcsspn is declared without a macro... yes | |
checking whether wcspbrk is declared without a macro... yes | |
checking whether wcsstr is declared without a macro... yes | |
checking whether wcstok is declared without a macro... yes | |
checking whether wcswidth is declared without a macro... no | |
checking whether mbrtowc handles incomplete characters... (cached) guessing yes | |
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes | |
checking whether wcrtomb return value is correct... guessing yes | |
checking whether iswcntrl works... (cached) guessing yes | |
checking for towlower... (cached) yes | |
checking for wctype_t... (cached) yes | |
checking for wctrans_t... (cached) yes | |
checking whether wctype is declared without a macro... (cached) yes | |
checking whether iswctype is declared without a macro... (cached) yes | |
checking whether wctrans is declared without a macro... (cached) yes | |
checking whether towctrans is declared without a macro... (cached) yes | |
checking whether wcwidth is declared... no | |
checking for stdint.h... (cached) yes | |
checking for getpagesize... yes | |
checking for working mmap... no | |
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no | |
checking for strptime... (cached) yes | |
checking for timegm... (cached) yes | |
checking for vsnprintf... (cached) yes | |
checking for vasprintf... (cached) no | |
checking for drand48... yes | |
checking for pathconf... yes | |
checking for strtoll... (cached) yes | |
checking for usleep... yes | |
checking for ftello... yes | |
checking for sigblock... yes | |
checking for sigsetjmp... yes | |
checking for memrchr... (cached) no | |
checking for wcwidth... (cached) no | |
checking for mbtowc... yes | |
checking for sleep... yes | |
checking for symlink... (cached) yes | |
checking for utime... yes | |
checking for strlcpy... yes | |
checking for random... yes | |
checking for armv7-pkg-config... no | |
checking for pkg-config... /usr/bin/pkg-config | |
configure: WARNING: using cross tools not prefixed with host triplet | |
checking pkg-config is at least version 0.9.0... yes | |
checking for LIBPSL... no | |
checking for library containing psl_builtin... no | |
configure: WARNING: *** libpsl was not found. Fallback to builtin cookie checking. | |
checking for ZLIB... yes | |
checking for OPENSSL... yes | |
configure: compiling in support for SSL via OpenSSL | |
checking for RAND_egd... yes | |
checking for gpgme-config... no | |
checking for METALINK... no | |
checking for INET6 protocol support... yes | |
checking for struct sockaddr_in6... yes | |
checking for struct sockaddr_storage... (cached) yes | |
checking for struct sockaddr_in6.sin6_scope_id... yes | |
configure: Enabling support for IPv6. | |
checking for makeinfo... ${SHELL} /home/luke/fun/blackberry/wget-1.19/build-aux/missing makeinfo | |
checking for perl5... no | |
checking for perl... /usr/bin/perl | |
checking for pod2man... /usr/bin/pod2man | |
checking for library containing idn2_lookup_u8... no | |
configure: WARNING: *** LIBIDN2 was not found. You will not be able to use IDN2008 support | |
checking uuid.h usability... no | |
checking uuid.h presence... no | |
checking for uuid.h... no | |
checking uuid/uuid.h usability... no | |
checking uuid/uuid.h presence... no | |
checking for uuid/uuid.h... no | |
checking for PCRE... yes | |
checking pcre.h usability... no | |
checking pcre.h presence... no | |
checking for pcre.h... no | |
configure: Disabling Extended Attribute support: your system is not known to support extended attributes. | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating util/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating tests/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating testenv/Makefile | |
config.status: creating src/config.h | |
config.status: src/config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
configure: Summary of build options: | |
Version: 1.19 | |
Host OS: none | |
Install prefix: /usr/local | |
Compiler: /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/bin/qcc | |
CFlags: -DHAVE_LIBSSL -DNDEBUG -Vgcc_ntoarmv7le | |
LDFlags: -Vgcc_ntoarmv7le | |
Libs: -lssl -lcrypto -lz | |
SSL: openssl | |
Zlib: yes | |
PSL: no | |
Digest: yes | |
NTLM: yes | |
OPIE: yes | |
POSIX xattr: no | |
Debugging: yes | |
Assertions: no | |
Valgrind: Valgrind testing not enabled | |
Metalink: no | |
Resolver: libc, --bind-dns-address and --dns-servers not available | |
GPGME: no | |
IRI: no | |
make all-recursive | |
make[1]: Entering directory '/home/luke/fun/blackberry/wget-1.19' | |
Making all in lib | |
make[2]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
GEN alloca.h | |
GEN arpa/inet.h | |
GEN configmake.h | |
GEN errno.h | |
GEN fcntl.h | |
GEN fnmatch.h | |
GEN getopt.h | |
GEN inttypes.h | |
GEN langinfo.h | |
GEN limits.h | |
GEN locale.h | |
GEN netdb.h | |
GEN signal.h | |
GEN spawn.h | |
GEN stdalign.h | |
GEN stddef.h | |
GEN stdint.h | |
GEN stdio.h | |
GEN stdlib.h | |
GEN string.h | |
GEN strings.h | |
GEN sys/file.h | |
GEN sys/ioctl.h | |
GEN sys/select.h | |
GEN sys/socket.h | |
GEN sys/stat.h | |
GEN sys/time.h | |
GEN sys/types.h | |
GEN sys/uio.h | |
GEN sys/wait.h | |
GEN time.h | |
GEN unistd.h | |
GEN wchar.h | |
GEN wctype.h | |
make all-recursive | |
make[3]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make[4]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
CC base32.o | |
CC binary-io.o | |
CC c-strcasecmp.o | |
CC c-strncasecmp.o | |
CC c-strcasestr.o | |
CC cloexec.o | |
CC md2.o | |
CC md4.o | |
CC md5.o | |
CC sha1.o | |
CC sha256.o | |
CC sha512.o | |
CC dirname.o | |
CC basename.o | |
CC dirname-lgpl.o | |
CC basename-lgpl.o | |
CC stripslash.o | |
CC exitfail.o | |
CC fatal-signal.o | |
CC fd-hook.o | |
CC fd-safer-flag.o | |
CC dup-safer-flag.o | |
CC getprogname.o | |
CC gettime.o | |
CC hard-locale.o | |
CC localcharset.o | |
CC glthread/lock.o | |
CC mbchar.o | |
CC mbiter.o | |
CC pipe2.o | |
CC pipe2-safer.o | |
CC quotearg.o | |
CC sig-handler.o | |
CC spawn-pipe.o | |
CC stat-time.o | |
CC strnlen1.o | |
CC sys_socket.o | |
CC tempname.o | |
CC glthread/threadlib.o | |
CC timespec.o | |
CC tmpdir.o | |
CC u64.o | |
CC unicase/tolower.o | |
CC unistd.o | |
CC dup-safer.o | |
CC fd-safer.o | |
CC pipe-safer.o | |
CC uniwidth/width.o | |
CC utimens.o | |
CC wait-process.o | |
CC wctype-h.o | |
CC xmalloc.o | |
CC xalloc-die.o | |
CC xsize.o | |
CC xstrndup.o | |
CC asnprintf.o | |
CC asprintf.o | |
CC error.o | |
CC fcntl.o | |
CC fnmatch.o | |
CC futimens.o | |
CC getdelim.o | |
CC getline.o | |
CC getopt.o | |
CC getopt1.o | |
CC getpass.o | |
CC gettimeofday.o | |
CC link.o | |
CC lstat.o | |
CC mbrtowc.o | |
CC memchr.o | |
CC memrchr.o | |
CC mkdir.o | |
CC mkostemp.o | |
CC mkstemp.o | |
CC mktime.o | |
CC nanosleep.o | |
CC nl_langinfo.o | |
CC printf-args.o | |
CC printf-parse.o | |
CC rawmemchr.o | |
CC regex.o | |
CC secure_getenv.o | |
CC select.o | |
CC snprintf.o | |
CC stat.o | |
CC strchrnul.o | |
CC strerror.o | |
CC strerror-override.o | |
CC strerror_r.o | |
CC strndup.o | |
CC symlink.o | |
CC timegm.o | |
CC unlink.o | |
CC vasnprintf.o | |
CC vasprintf.o | |
CC vsnprintf.o | |
CC wcwidth.o | |
CC xmemdup0.o | |
AR libgnu.a | |
make[4]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make[3]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make[2]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
Making all in src | |
make[2]: Entering directory '/home/luke/fun/blackberry/wget-1.19/src' | |
make all-am | |
make[3]: Entering directory '/home/luke/fun/blackberry/wget-1.19/src' | |
CC connect.o | |
In file included from wget.h:217:0, | |
from connect.c:32: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from connect.c:63:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
CC convert.o | |
In file included from wget.h:217:0, | |
from convert.c:31: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from convert.c:42:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
CC cookies.o | |
In file included from wget.h:217:0, | |
from cookies.c:46: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from cookies.c:58:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
CC ftp.o | |
In file included from wget.h:217:0, | |
from ftp.c:32: | |
log.h:44:6: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
log.h:45:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
In file included from ftp.c:43:0: | |
utils.h:78:1: warning: 'libintl_printf' is an unrecognized format function type [-Wformat] | |
ftp.c: In function 'getftp': | |
ftp.c:1466:18: error: 'struct options' has no member named 'rpl_unlink' | |
cc: /home/luke/fun/blackberry/bbndk/host_10_3_1_12/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.6.3/cc1 error 1 | |
Makefile:1651: recipe for target 'ftp.o' failed | |
make[3]: *** [ftp.o] Error 1 | |
make[3]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/src' | |
Makefile:1466: recipe for target 'all' failed | |
make[2]: *** [all] Error 2 | |
make[2]: Leaving directory '/home/luke/fun/blackberry/wget-1.19/src' | |
Makefile:1456: recipe for target 'all-recursive' failed | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory '/home/luke/fun/blackberry/wget-1.19' | |
Makefile:1412: recipe for target 'all' failed | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment