| | 1 | [[TOC]] |
| | 2 | |
| | 3 | = PortLog: [wiki:sys-apps]/grep = |
| | 4 | |
| | 5 | http://www.gnu.org/software/grep/ |
| | 6 | |
| | 7 | == version 2.5.3 == |
| | 8 | |
| | 9 | ||R5||untested|| |
| | 10 | ||BONE||untested|| |
| | 11 | ||Haiku||broken|| |
| | 12 | |
| | 13 | {{{ |
| | 14 | configure gets a few WARNINGS, and make bombs out, maybe somebody has an idea of something else to try. |
| | 15 | deleted yes entires to cut down on space |
| | 16 | |
| | 17 | ~/to-port/grep-2.5.3> ./configure --prefix=/boot/home/config |
| | 18 | checking for a BSD-compatible install... /bin/install -c |
| | 19 | /boot/home/to-port/grep-2.5.3/missing: /boot/home/to-port/grep-2.5.3/missing: No such file or directory |
| | 20 | configure: WARNING: `missing' script is too old or missing |
| | 21 | checking for a thread-safe mkdir -p... /bin/mkdir -p |
| | 22 | checking build system type... i586-pc-beos |
| | 23 | checking host system type... i586-pc-beos |
| | 24 | checking for C compiler default output file name... conftest |
| | 25 | checking for getconf... no |
| | 26 | checking for CFLAGS value to request large file support... no |
| | 27 | checking for LDFLAGS value to request large file support... no |
| | 28 | checking for LIBS value to request large file support... no |
| | 29 | checking for _FILE_OFFSET_BITS... no |
| | 30 | checking for _LARGEFILE_SOURCE... no |
| | 31 | checking for _LARGE_FILES... no |
| | 32 | checking how to run the C preprocessor... gcc -E |
| | 33 | checking for grep that handles long lines and -e... /bin/grep |
| | 34 | checking for egrep... /bin/grep -E |
| | 35 | |
| | 36 | checking libintl.h usability... no |
| | 37 | checking libintl.h presence... no |
| | 38 | checking for libintl.h... no |
| | 39 | checking for working mmap... no |
| | 40 | checking for isascii... no |
| | 41 | checking for setmode... no |
| | 42 | checking whether <inttypes.h> defines strtoumax as a macro... no |
| | 43 | checking for strerror in -lcposix... no |
| | 44 | checking for inline... inline |
| | 45 | checking whether we are using the GNU C Library 2.1 or newer... no |
| | 46 | checking argz.h usability... no |
| | 47 | checking argz.h presence... no |
| | 48 | checking for argz.h... no |
| | 49 | checking for mempcpy... no |
| | 50 | checking for __argz_count... no |
| | 51 | checking for __argz_stringify... no |
| | 52 | checking for __argz_next... no |
| | 53 | checking for iconv... no, consider installing GNU libiconv |
| | 54 | checking for nl_langinfo and CODESET... no |
| | 55 | checking whether included gettext is requested... no |
| | 56 | checking for libintl.h... (cached) no |
| | 57 | checking for msgfmt... no |
| | 58 | checking for gmsgfmt... : |
| | 59 | checking for xgettext... no |
| | 60 | checking for bison... bison |
| | 61 | checking version of bison... 2.3, ok |
| | 62 | checking for catalogs to be installed... af be bg ca cs da de el eo es et eu fi fr ga gl he hr hu id it ja ko nb nl no pl pt_BR pt ro ru rw sl sr sv tr uk vi zh_TW |
| | 63 | checking for dos file convention... no |
| | 64 | checking host system type... (cached) i586-pc-beos |
| | 65 | checking host system type... (cached) i586-pc-beos |
| | 66 | checking for DJGPP environment... no |
| | 67 | checking for environ variable separator... : |
| | 68 | configure: WARNING: Included lib/regex.c not used |
| | 69 | checking whether strerror_r returns char *... no |
| | 70 | checking for doprnt... no |
| | 71 | checking for pcre_exec in -lpcre... no |
| | 72 | configure: creating ./config.status |
| | 73 | config.status: creating Makefile |
| | 74 | config.status: creating lib/Makefile |
| | 75 | config.status: creating lib/posix/Makefile |
| | 76 | config.status: creating src/Makefile |
| | 77 | config.status: creating tests/Makefile |
| | 78 | config.status: creating po/Makefile.in |
| | 79 | config.status: creating intl/Makefile |
| | 80 | config.status: WARNING: intl/Makefile.in seems to ignore the --datarootdir setting |
| | 81 | config.status: creating doc/Makefile |
| | 82 | config.status: creating m4/Makefile |
| | 83 | config.status: creating vms/Makefile |
| | 84 | config.status: creating bootstrap/Makefile |
| | 85 | config.status: creating config.h |
| | 86 | config.status: config.h is unchanged |
| | 87 | config.status: executing depfiles commands |
| | 88 | config.status: executing default-1 commands |
| | 89 | config.status: creating po/POTFILES |
| | 90 | config.status: creating po/Makefile |
| | 91 | config.status: executing default commands |
| | 92 | ~/to-port/grep-2.5.3> make/bin/make all-recursive |
| | 93 | make[1]: Entering directory `/boot/home/to-port/grep-2.5.3' |
| | 94 | Making all in intl |
| | 95 | make[2]: Entering directory `/boot/home/to-port/grep-2.5.3/intl' |
| | 96 | gcc -c -DLOCALEDIR=\"/boot/home/config/share/locale\" -DLOCALE_ALIAS_PATH=\"/boot/home/config/share/locale\" -DLIBDIR=\"/boot/home/config/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 dcigettext.c |
| | 97 | In file included from /boot/home/to-port/grep-2.5.3/intl/dcigettext.c:223: |
| | 98 | /boot/develop/headers/posix/search.h:35: conflicting types for `restrict' |
| | 99 | /boot/develop/headers/posix/search.h:35: previous declaration of `restrict' |
| | 100 | make[2]: *** [dcigettext.o] Error 1 |
| | 101 | make[2]: Leaving directory `/boot/home/to-port/grep-2.5.3/intl' |
| | 102 | make[1]: *** [all-recursive] Error 1 |
| | 103 | make[1]: Leaving directory `/boot/home/to-port/grep-2.5.3' |
| | 104 | make: *** [all] Error 2 |
| | 105 | ~/to-port/grep-2.5.3> |
| | 106 | }}} |
| | 107 | |
| | 108 | |
| | 109 | |