HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 5 and Version 6 of app-shells/bash/4.0/1


Ignore:
Timestamp:
04/19/09 07:05:23 (6 years ago)
Author:
disreali
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app-shells/bash/4.0/1

    v5 v6  
    22 
    33 
     4config output: 
     5 
     6{{{ 
     7checking build system type... i586-pc-haiku 
     8checking host system type... i586-pc-haiku 
     9checking for emacs... no 
     10checking for xemacs... no 
     11 
     12Beginning configuration for bash-4.0-release for i586-pc-haiku 
     13 
     14checking for gcc... gcc 
     15checking for C compiler default output file name... conftest 
     16checking whether the C compiler works... yes 
     17checking whether we are cross compiling... no 
     18checking for suffix of executables...  
     19checking for suffix of object files... o 
     20checking whether we are using the GNU C compiler... yes 
     21checking whether gcc accepts -g... yes 
     22checking for gcc option to accept ISO C89... none needed 
     23checking for library containing strerror... none required 
     24checking how to run the C preprocessor... gcc -E 
     25checking for grep that handles long lines and -e... /bin/grep 
     26checking for egrep... /bin/grep -E 
     27checking for ANSI C header files... yes 
     28checking for sys/types.h... yes 
     29checking for sys/stat.h... yes 
     30checking for stdlib.h... yes 
     31checking for string.h... yes 
     32checking for memory.h... yes 
     33checking for strings.h... yes 
     34checking for inttypes.h... yes 
     35checking for stdint.h... yes 
     36checking for unistd.h... yes 
     37checking minix/config.h usability... no 
     38checking minix/config.h presence... no 
     39checking for minix/config.h... no 
     40checking whether it is safe to define __EXTENSIONS__... yes 
     41checking for a sed that does not truncate output... /bin/sed 
     42checking for fgrep... /bin/grep -F 
     43checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     44checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     45checking for BSD- or MS-compatible name lister (nm)... /boot/develop/tools/gnupro/bin/nm -B 
     46checking the name lister (/boot/develop/tools/gnupro/bin/nm -B) interface... BSD nm 
     47checking whether ln -s works... yes 
     48checking the maximum length of command line arguments... 32768 
     49checking whether the shell understands some XSI constructs... yes 
     50checking whether the shell understands "+="... no 
     51checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r 
     52checking for objdump... objdump 
     53checking how to recognize dependent libraries... pass_all 
     54checking for ar... ar 
     55checking for strip... strip 
     56checking for ranlib... ranlib 
     57checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok 
     58checking for dlfcn.h... yes 
     59checking for objdir... .libs 
     60checking if gcc supports -fno-rtti -fno-exceptions... yes 
     61checking for gcc option to produce PIC...  -DPIC 
     62checking if gcc PIC flag  -DPIC works... yes 
     63checking if gcc static flag  works... yes 
     64checking if gcc supports -c -o file.o... yes 
     65checking if gcc supports -c -o file.o... (cached) yes 
     66checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     67checking whether -lc should be explicitly linked in... yes 
     68checking dynamic linker characteristics... haiku runtime_loader 
     69checking how to hardcode library paths into programs... immediate 
     70checking whether stripping libraries is possible... yes 
     71checking if libtool supports shared libraries... yes 
     72checking whether to build shared libraries... yes 
     73checking whether to build static libraries... yes 
     74checking for special C compiler options needed for large files... no 
     75checking for _FILE_OFFSET_BITS value needed for large files... no 
     76checking whether gcc needs -traditional... no 
     77checking for a BSD-compatible install... /bin/install -c 
     78checking for ar... ar 
     79checking for bison... bison -y 
     80checking whether make sets $(MAKE)... yes 
     81checking for an ANSI C-conforming const... yes 
     82checking for inline... inline 
     83checking whether byte ordering is bigendian... no 
     84checking for preprocessor stringizing operator... yes 
     85checking for long double with more range or precision than double... no 
     86checking for function prototypes... yes 
     87checking whether char is unsigned... no 
     88checking for working volatile... yes 
     89checking for C/C++ restrict keyword... __restrict 
     90checking for a thread-safe mkdir -p... /bin/mkdir -p 
     91checking whether NLS is requested... yes 
     92checking for msgfmt... /boot/common/bin/msgfmt 
     93checking for gmsgfmt... /boot/common/bin/msgfmt 
     94checking for xgettext... /boot/common/bin/xgettext 
     95checking for msgmerge... /boot/common/bin/msgmerge 
     96checking whether we are using the GNU C Library 2 or newer... no 
     97checking for ranlib... (cached) ranlib 
     98checking for simple visibility declarations... no 
     99checking for size_t... yes 
     100checking for stdint.h... yes 
     101checking for working alloca.h... yes 
     102checking for alloca... yes 
     103checking for stdlib.h... (cached) yes 
     104checking for unistd.h... (cached) yes 
     105checking for getpagesize... yes 
     106checking for working mmap... no 
     107checking whether integer division by zero raises SIGFPE... yes 
     108checking for inttypes.h... yes 
     109checking for unsigned long long int... yes 
     110checking for inttypes.h... (cached) yes 
     111checking whether the inttypes.h PRIxNN macros are broken... no 
     112checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     113checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     114checking for shared library run path origin... done 
     115checking whether imported symbols can be declared weak... yes 
     116checking pthread.h usability... yes 
     117checking pthread.h presence... yes 
     118checking for pthread.h... yes 
     119checking for pthread_kill in -lpthread... no 
     120checking for pthread_rwlock_t... yes 
     121checking for multithread API to use... posix 
     122checking argz.h usability... no 
     123checking argz.h presence... no 
     124checking for argz.h... no 
     125checking for inttypes.h... (cached) yes 
     126checking limits.h usability... yes 
     127checking limits.h presence... yes 
     128checking for limits.h... yes 
     129checking for unistd.h... (cached) yes 
     130checking sys/param.h usability... yes 
     131checking sys/param.h presence... yes 
     132checking for sys/param.h... yes 
     133checking for getcwd... yes 
     134checking for getegid... yes 
     135checking for geteuid... yes 
     136checking for getgid... yes 
     137checking for getuid... yes 
     138checking for mempcpy... no 
     139checking for munmap... yes 
     140checking for stpcpy... yes 
     141checking for strcasecmp... yes 
     142checking for strdup... yes 
     143checking for strtoul... yes 
     144checking for tsearch... yes 
     145checking for argz_count... no 
     146checking for argz_stringify... no 
     147checking for argz_next... no 
     148checking for __fsetlocking... yes 
     149checking whether feof_unlocked is declared... yes 
     150checking whether fgets_unlocked is declared... no 
     151checking for iconv... yes 
     152checking for working iconv... yes 
     153checking how to link with libiconv... -liconv 
     154checking for iconv declaration...  
     155         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); 
     156checking for NL_LOCALE_NAME macro... no 
     157checking for bison... bison 
     158checking version of bison... 2.4, ok 
     159checking for long long int... yes 
     160checking for wchar_t... yes 
     161checking for wint_t... yes 
     162checking for intmax_t... yes 
     163checking whether printf() supports POSIX/XSI format strings... yes 
     164checking whether we are using the GNU C Library 2.1 or newer... no 
     165checking for stdint.h... (cached) yes 
     166checking for SIZE_MAX... yes 
     167checking for stdint.h... (cached) yes 
     168checking for CFPreferencesCopyAppValue... no 
     169checking for CFLocaleCopyCurrent... no 
     170checking for ptrdiff_t... yes 
     171checking stddef.h usability... yes 
     172checking stddef.h presence... yes 
     173checking for stddef.h... yes 
     174checking for stdlib.h... (cached) yes 
     175checking for string.h... (cached) yes 
     176checking for asprintf... yes 
     177checking for fwprintf... yes 
     178checking for putenv... yes 
     179checking for setenv... yes 
     180checking for setlocale... yes 
     181checking for snprintf... yes 
     182checking for wcslen... yes 
     183checking whether _snprintf is declared... no 
     184checking whether _snwprintf is declared... no 
     185checking whether getc_unlocked is declared... yes 
     186checking for nl_langinfo and CODESET... no 
     187checking for LC_MESSAGES... yes 
     188checking for CFPreferencesCopyAppValue... (cached) no 
     189checking for CFLocaleCopyCurrent... (cached) no 
     190checking whether included gettext is requested... no 
     191checking for GNU gettext in libc... no 
     192checking for GNU gettext in libintl... no 
     193checking whether to use NLS... yes 
     194checking where the gettext function comes from... included intl directory 
     195checking for dirent.h that defines DIR... yes 
     196checking for library containing opendir... none required 
     197checking whether time.h and sys/time.h may both be included... yes 
     198checking for inttypes.h... (cached) yes 
     199checking for unistd.h... (cached) yes 
     200checking for stdlib.h... (cached) yes 
     201checking stdarg.h usability... yes 
     202checking stdarg.h presence... yes 
     203checking for stdarg.h... yes 
     204checking varargs.h usability... yes 
     205checking varargs.h presence... yes 
     206checking for varargs.h... yes 
     207checking for limits.h... (cached) yes 
     208checking for string.h... (cached) yes 
     209checking for memory.h... (cached) yes 
     210checking locale.h usability... yes 
     211checking locale.h presence... yes 
     212checking for locale.h... yes 
     213checking termcap.h usability... yes 
     214checking termcap.h presence... yes 
     215checking for termcap.h... yes 
     216checking termio.h usability... no 
     217checking termio.h presence... no 
     218checking for termio.h... no 
     219checking termios.h usability... yes 
     220checking termios.h presence... yes 
     221checking for termios.h... yes 
     222checking for dlfcn.h... (cached) yes 
     223checking for stddef.h... (cached) yes 
     224checking for stdint.h... (cached) yes 
     225checking netdb.h usability... yes 
     226checking netdb.h presence... yes 
     227checking for netdb.h... yes 
     228checking pwd.h usability... yes 
     229checking pwd.h presence... yes 
     230checking for pwd.h... yes 
     231checking grp.h usability... yes 
     232checking grp.h presence... yes 
     233checking for grp.h... yes 
     234checking for strings.h... (cached) yes 
     235checking regex.h usability... yes 
     236checking regex.h presence... yes 
     237checking for regex.h... yes 
     238checking sys/pte.h usability... no 
     239checking sys/pte.h presence... no 
     240checking for sys/pte.h... no 
     241checking sys/stream.h usability... no 
     242checking sys/stream.h presence... no 
     243checking for sys/stream.h... no 
     244checking sys/select.h usability... yes 
     245checking sys/select.h presence... yes 
     246checking for sys/select.h... yes 
     247checking sys/file.h usability... yes 
     248checking sys/file.h presence... yes 
     249checking for sys/file.h... yes 
     250checking sys/resource.h usability... yes 
     251checking sys/resource.h presence... yes 
     252checking for sys/resource.h... yes 
     253checking for sys/param.h... (cached) yes 
     254checking sys/socket.h usability... yes 
     255checking sys/socket.h presence... yes 
     256checking for sys/socket.h... yes 
     257checking for sys/stat.h... (cached) yes 
     258checking sys/time.h usability... yes 
     259checking sys/time.h presence... yes 
     260checking for sys/time.h... yes 
     261checking sys/times.h usability... yes 
     262checking sys/times.h presence... yes 
     263checking for sys/times.h... yes 
     264checking for sys/types.h... (cached) yes 
     265checking sys/wait.h usability... yes 
     266checking sys/wait.h presence... yes 
     267checking for sys/wait.h... yes 
     268checking netinet/in.h usability... yes 
     269checking netinet/in.h presence... yes 
     270checking for netinet/in.h... yes 
     271checking arpa/inet.h usability... yes 
     272checking arpa/inet.h presence... yes 
     273checking for arpa/inet.h... yes 
     274checking for sys/ptem.h... no 
     275checking for working alloca.h... (cached) yes 
     276checking for alloca... (cached) yes 
     277checking whether getpgrp requires zero arguments... yes 
     278checking for vprintf... yes 
     279checking for _doprnt... no 
     280checking for working strcoll... yes 
     281checking return type of signal handlers... void 
     282checking for __setostype... no 
     283checking for wait3... no 
     284checking for isinf... yes 
     285checking for isnan... yes 
     286checking for mkfifo... yes 
     287checking for dup2... yes 
     288checking for eaccess... no 
     289checking for fcntl... yes 
     290checking for getdtablesize... yes 
     291checking for getgroups... yes 
     292checking for gethostname... yes 
     293checking for getpagesize... (cached) yes 
     294checking for getpeername... no 
     295checking for getrlimit... yes 
     296checking for getrusage... yes 
     297checking for gettimeofday... yes 
     298checking for kill... yes 
     299checking for killpg... yes 
     300checking for lstat... yes 
     301checking for readlink... yes 
     302checking for sbrk... yes 
     303checking for select... yes 
     304checking for setdtablesize... no 
     305checking for setitimer... yes 
     306checking for tcgetpgrp... yes 
     307checking for uname... yes 
     308checking for ulimit... no 
     309checking for waitpid... yes 
     310checking for rename... yes 
     311checking for bcopy... yes 
     312checking for bzero... yes 
     313checking for confstr... yes 
     314checking for fnmatch... yes 
     315checking for getaddrinfo... no 
     316checking for gethostbyname... no 
     317checking for getservbyname... no 
     318checking for getservent... no 
     319checking for inet_aton... no 
     320checking for memmove... yes 
     321checking for pathconf... yes 
     322checking for putenv... (cached) yes 
     323checking for raise... yes 
     324checking for regcomp... yes 
     325checking for regexec... yes 
     326checking for setenv... (cached) yes 
     327checking for setlinebuf... yes 
     328checking for setlocale... (cached) yes 
     329checking for setvbuf... yes 
     330checking for siginterrupt... yes 
     331checking for strchr... yes 
     332checking for sysconf... yes 
     333checking for tcgetattr... yes 
     334checking for times... yes 
     335checking for ttyname... yes 
     336checking for tzset... yes 
     337checking for unsetenv... yes 
     338checking for vsnprintf... yes 
     339checking for snprintf... (cached) yes 
     340checking for vasprintf... yes 
     341checking for asprintf... (cached) yes 
     342checking for isascii... yes 
     343checking for isblank... yes 
     344checking for isgraph... yes 
     345checking for isprint... yes 
     346checking for isspace... yes 
     347checking for isxdigit... yes 
     348checking for getpwent... yes 
     349checking for getpwnam... yes 
     350checking for getpwuid... yes 
     351checking for getcwd... (cached) yes 
     352checking for memset... yes 
     353checking for strcasecmp... (cached) yes 
     354checking for strerror... yes 
     355checking for strftime... yes 
     356checking for strnlen... yes 
     357checking for strpbrk... yes 
     358checking for strstr... yes 
     359checking for strtod... yes 
     360checking for strtol... yes 
     361checking for strtoul... (cached) yes 
     362checking for strtoll... yes 
     363checking for strtoull... yes 
     364checking for strtoimax... yes 
     365checking for strtoumax... yes 
     366checking for fdprintf... no 
     367checking whether confstr is declared... yes 
     368checking whether printf is declared... yes 
     369checking whether sbrk is declared... yes 
     370checking whether setregid is declared... yes 
     371checking whether strcpy is declared... yes 
     372checking whether strsignal is declared... yes 
     373checking whether strtold is declared... no 
     374checking for declaration of strtoimax... yes 
     375checking for declaration of strtol... yes 
     376checking for declaration of strtoll... yes 
     377checking for declaration of strtoul... yes 
     378checking for declaration of strtoull... yes 
     379checking for declaration of strtoumax... yes 
     380checking for sys/time.h... (cached) yes 
     381checking for unistd.h... (cached) yes 
     382checking for alarm... yes 
     383checking for working mktime... yes 
     384checking for argz.h... (cached) no 
     385checking errno.h usability... yes 
     386checking errno.h presence... yes 
     387checking for errno.h... yes 
     388checking fcntl.h usability... yes 
     389checking fcntl.h presence... yes 
     390checking for fcntl.h... yes 
     391checking malloc.h usability... yes 
     392checking malloc.h presence... yes 
     393checking for malloc.h... yes 
     394checking stdio_ext.h usability... yes 
     395checking stdio_ext.h presence... yes 
     396checking for stdio_ext.h... yes 
     397checking for stdlib.h... (cached) yes 
     398checking for unistd.h... (cached) yes 
     399checking for getpagesize... (cached) yes 
     400checking for working mmap... (cached) no 
     401checking for __argz_count... no 
     402checking for __argz_next... no 
     403checking for __argz_stringify... no 
     404checking for dcgettext... no 
     405checking for mempcpy... (cached) no 
     406checking for munmap... (cached) yes 
     407checking for stpcpy... (cached) yes 
     408checking for strcspn... yes 
     409checking for strdup... (cached) yes 
     410checking wctype.h usability... yes 
     411checking wctype.h presence... yes 
     412checking for wctype.h... yes 
     413checking wchar.h usability... yes 
     414checking wchar.h presence... yes 
     415checking for wchar.h... yes 
     416checking langinfo.h usability... no 
     417checking langinfo.h presence... no 
     418checking for langinfo.h... no 
     419checking for mbrlen... yes 
     420checking for mbscmp... no 
     421checking for mbsrtowcs... yes 
     422checking for wcrtomb... yes 
     423checking for wcscoll... yes 
     424checking for wcsdup... yes 
     425checking for wcwidth... yes 
     426checking for wctype... yes 
     427checking whether mbrtowc and mbstate_t are properly declared... yes 
     428checking for iswlower... yes 
     429checking for iswupper... yes 
     430checking for towlower... yes 
     431checking for towupper... yes 
     432checking for iswctype... yes 
     433checking for nl_langinfo and CODESET... no 
     434checking for wchar_t in wchar.h... yes 
     435checking for wctype_t in wctype.h... yes 
     436checking for wint_t in wctype.h... yes 
     437checking for dlopen in -ldl... no 
     438checking for dlopen... yes 
     439checking for dlclose... yes 
     440checking for dlsym... yes 
     441checking whether sys_siglist is declared... yes 
     442checking for inet_aton... no 
     443checking for getpeername in -lsocket... no 
     444checking for gethostbyname in socket library... no 
     445checking for uid_t in sys/types.h... yes 
     446checking type of array argument to getgroups... gid_t 
     447checking for off_t... yes 
     448checking for mode_t... yes 
     449checking for uid_t in sys/types.h... (cached) yes 
     450checking for pid_t... yes 
     451checking for size_t... (cached) yes 
     452checking for ssize_t... yes 
     453checking for time_t... yes 
     454checking for long long... long long 
     455checking for unsigned long long... unsigned long long 
     456checking return type of signal handlers... (cached) void 
     457checking for sig_atomic_t in signal.h... yes 
     458checking size of char... 1 
     459checking size of short... 2 
     460checking size of int... 4 
     461checking size of long... 4 
     462checking size of char *... 4 
     463checking size of double... 8 
     464checking size of long long... 8 
     465checking for u_int... yes 
     466checking for u_long... yes 
     467checking for bits16_t... no 
     468checking for u_bits16_t... no 
     469checking for bits32_t... no 
     470checking for u_bits32_t... no 
     471checking for bits64_t... no 
     472checking for ptrdiff_t... (cached) yes 
     473checking whether stat file-mode macros are broken... no 
     474checking whether #! works in shell scripts... yes 
     475checking whether the ctype macros accept non-ascii characters... no 
     476checking if dup2 fails to clear the close-on-exec flag... no 
     477checking whether pgrps need synchronization... no 
     478checking return type of signal handlers... (cached) void 
     479checking for type of signal functions... posix 
     480checking for sys_errlist and sys_nerr... yes 
     481checking whether sys_siglist is declared... (cached) yes 
     482checking for sys_siglist in system C library... yes 
     483./configure: line 37467: BASH_UNDER_SYS_SIGLIST: command not found 
     484checking whether signal handlers are of type void... yes 
     485checking for clock_t... yes 
     486checking for sigset_t... yes 
     487checking for quad_t... no 
     488checking for intmax_t... yes 
     489checking for uintmax_t... yes 
     490checking for socklen_t... yes 
     491checking for size and type of struct rlimit fields... rlim_t 
     492checking for struct termios.c_line... yes 
     493checking for struct termio.c_line... no 
     494checking for struct dirent.d_ino... yes 
     495checking for struct dirent.d_fileno... no 
     496checking for struct dirent.d_namlen... no 
     497checking for struct winsize in sys/ioctl.h and termios.h... termios.h 
     498checking for struct timeval in sys/time.h and time.h... yes 
     499checking for struct stat.st_blocks... yes 
     500checking whether struct tm is in sys/time.h or time.h... time.h 
     501checking for struct tm.tm_zone... yes 
     502checking for struct timezone in sys/time.h and time.h... yes 
     503checking for the existence of strsignal... yes 
     504checking if opendir() opens non-directories... no 
     505checking whether ulimit can substitute for getdtablesize... no 
     506./configure: line 39280: BASH_FUNC_FPURGE: command not found 
     507checking to see if getenv can be redefined... yes 
     508checking if getcwd() will dynamically allocate memory with 0 size... yes 
     509checking for presence of POSIX-style sigsetjmp/siglongjmp... present 
     510checking whether or not strcoll and strcmp differ... no 
     511checking for standard-conformant putenv declaration... no 
     512checking for standard-conformant unsetenv declaration... yes 
     513checking for printf floating point output in hex notation... yes 
     514checking if signal handlers must be reinstalled when invoked... no 
     515checking for presence of necessary job control definitions... present 
     516checking for presence of named pipes... present 
     517checking whether termios.h defines TIOCGWINSZ... yes 
     518checking for TIOCSTAT in sys/ioctl.h... no 
     519checking for FIONREAD in sys/ioctl.h... yes 
     520checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no 
     521checking for speed_t in sys/types.h... no 
     522checking whether getpw functions are declared in pwd.h... yes 
     523checking for unusable real-time signals due to large values... no 
     524checking for _sys_siglist in signal.h or unistd.h... no 
     525checking for tgetent... no 
     526checking for tgetent in -ltermcap... no 
     527checking for tgetent in -ltinfo... no 
     528checking for tgetent in -lcurses... no 
     529checking for tgetent in -lncurses... yes 
     530checking which library has the termcap functions... using libncurses 
     531checking whether /dev/fd is available... absent 
     532checking whether /dev/stdin stdout stderr are available... absent 
     533checking for default mail directory... unknown 
     534checking shared object configuration for loadable builtins... supported 
     535configure: creating ./config.status 
     536config.status: creating Makefile 
     537config.status: creating builtins/Makefile 
     538config.status: creating lib/readline/Makefile 
     539config.status: creating lib/glob/Makefile 
     540config.status: creating lib/intl/Makefile 
     541config.status: creating lib/malloc/Makefile 
     542config.status: creating lib/sh/Makefile 
     543config.status: creating lib/termcap/Makefile 
     544config.status: creating lib/tilde/Makefile 
     545config.status: creating doc/Makefile 
     546config.status: creating support/Makefile 
     547config.status: creating po/Makefile.in 
     548config.status: creating examples/loadables/Makefile 
     549config.status: creating examples/loadables/perl/Makefile 
     550config.status: creating config.h 
     551config.status: config.h is unchanged 
     552config.status: executing libtool commands 
     553config.status: executing po-directories commands 
     554config.status: creating po/POTFILES 
     555config.status: creating po/Makefile 
     556config.status: executing default commands 
     557}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/