| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:app-shells]/bash = |
| 4 | | |
| 5 | | == version 3.2 == |
| 6 | | |
| 7 | | ||R5||untested|| |
| 8 | | ||BONE||untested|| |
| 9 | | ||Haiku||broken|| |
| 10 | | |
| 11 | | |
| 12 | | {{{make}}} fails on |
| 13 | | |
| 14 | | {{{ |
| 15 | | ~/bash-3.2> makemaking lib/intl/libintl.a in ./lib/intl |
| 16 | | make[1]: Entering directory `/boot/home/bash-3.2/lib/intl' |
| 17 | | make[1]: Nothing to be done for `all'. |
| 18 | | make[1]: Leaving directory `/boot/home/bash-3.2/lib/intl' |
| 19 | | |
| 20 | | *********************************************************** |
| 21 | | * * |
| 22 | | * GNU bash, version 3.2.0(2)-release (i586-pc-beos) |
| 23 | | * * |
| 24 | | *********************************************************** |
| 25 | | |
| 26 | | rm -f shell.o |
| 27 | | gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"i586"' -DCONF_OSTYPE='"beos"' -DCONF_MACHTYPE='"i586-pc-beos"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib-I./lib/intl -I/boot/home/bash-3.2/lib/intl -g -O2 -c shell.c |
| 28 | | In file included from /boot/home/bash-3.2/include/chartypes.h:24, |
| 29 | | from /boot/home/bash-3.2/general.h:27, |
| 30 | | from /boot/home/bash-3.2/shell.h:29, |
| 31 | | from /boot/home/bash-3.2/shell.c:50: |
| 32 | | /boot/develop/headers/posix/ctype.h:62: warning: `isblank' redefined |
| 33 | | /boot/home/bash-3.2/syntax.h:101: warning: this is the location of the previousdefinition |
| 34 | | In file included from /boot/home/bash-3.2/include/chartypes.h:24, |
| 35 | | from /boot/home/bash-3.2/general.h:27, |
| 36 | | from /boot/home/bash-3.2/shell.h:29, |
| 37 | | from /boot/home/bash-3.2/shell.c:50: |
| 38 | | /boot/develop/headers/posix/ctype.h:14: parse error before `int' |
| 39 | | make: *** [shell.o] Error 1 |
| 40 | | ~/bash-3.2> bash --version |
| 41 | | GNU bash, version 2.05b.0(1)-release (i586-pc-beos) |
| 42 | | Copyright (C) 2002 Free Software Foundation, Inc. |
| 43 | | ~/bash-3.2> |
| 44 | | }}} |
| 45 | | |
| 46 | | |