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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Initial Version and Version 1 of sys-apps/grep


Ignore:
Timestamp:
05/03/08 20:55:41 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • sys-apps/grep

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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