Ticket #15308: detailed_error.txt

File detailed_error.txt, 40.4 KB (added by kngspook@…, 16 years ago)

Verbose-Debug Output

Line 
1~ $ sudo port -vd install grep
2DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/grep
3DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/grep
4DEBUG: Requested variant darwin is not provided by port grep.
5DEBUG: Requested variant i386 is not provided by port grep.
6DEBUG: Requested variant macosx is not provided by port grep.
7DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre
8DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre
9DEBUG: Requested variant darwin is not provided by port pcre.
10DEBUG: Requested variant i386 is not provided by port pcre.
11DEBUG: Requested variant macosx is not provided by port pcre.
12DEBUG: Searching for dependency: pcre
13DEBUG: Found Dependency: receipt exists for pcre
14DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
15DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
16DEBUG: Requested variant darwin is not provided by port gettext.
17DEBUG: Requested variant i386 is not provided by port gettext.
18DEBUG: Requested variant macosx is not provided by port gettext.
19DEBUG: Searching for dependency: gettext
20DEBUG: Found Dependency: receipt exists for gettext
21DEBUG: Executing org.macports.main (grep)
22--->  Fetching grep
23DEBUG: Executing org.macports.fetch (grep)
24--->  Verifying checksum(s) for grep
25DEBUG: Executing org.macports.checksum (grep)
26--->  Checksumming grep-2.5.3.tar.bz2
27DEBUG: Correct (md5) checksum for grep-2.5.3.tar.bz2
28DEBUG: Correct (sha1) checksum for grep-2.5.3.tar.bz2
29DEBUG: Correct (rmd160) checksum for grep-2.5.3.tar.bz2
30DEBUG: setting option extract.cmd to /usr/bin/bzip2
31--->  Extracting grep
32DEBUG: Executing org.macports.extract (grep)
33--->  Extracting grep-2.5.3.tar.bz2
34DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/grep/grep-2.5.3.tar.bz2
35DEBUG: Environment:
36DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/grep/grep-2.5.3.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
37DEBUG: Executing org.macports.patch (grep)
38--->  Configuring grep
39DEBUG: Executing org.macports.configure (grep)
40DEBUG: Using compiler 'Mac OS X gcc 4.0'
41DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include -I/opt/local/include' CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -L/opt/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0'
42DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/grep-2.5.3" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --mandir=/opt/local/share/man'
43checking for a BSD-compatible install... /usr/bin/install
44checking whether build environment is sane... yes
45/bin/sh: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/grep-2.5.3/missing: No such file or directory
46configure: WARNING: `missing' script is too old or missing
47checking for a thread-safe mkdir -p... ./install-sh -c -d
48checking for gawk... no
49checking for mawk... no
50checking for nawk... no
51checking for awk... awk
52checking whether make sets $(MAKE)... yes
53checking build system type... i386-apple-darwin9.2.2
54checking host system type... i386-apple-darwin9.2.2
55checking for gawk... (cached) awk
56checking for gcc... /usr/bin/gcc-4.0
57checking for C compiler default output file name... a.out
58checking whether the C compiler works... yes
59checking whether we are cross compiling... no
60checking for suffix of executables...
61checking for suffix of object files... o
62checking whether we are using the GNU C compiler... yes
63checking whether /usr/bin/gcc-4.0 accepts -g... yes
64checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
65checking for style of include used by make... GNU
66checking dependency style of /usr/bin/gcc-4.0... gcc3
67checking for a BSD-compatible install... /usr/bin/install
68checking for ranlib... ranlib
69checking for getconf... getconf
70checking for CFLAGS value to request large file support... no
71checking for LDFLAGS value to request large file support... no
72checking for LIBS value to request large file support... no
73checking for _FILE_OFFSET_BITS... no
74checking for _LARGEFILE_SOURCE... no
75checking for _LARGE_FILES... no
76checking for function prototypes... yes
77checking how to run the C preprocessor... /usr/bin/cpp-4.0
78checking for grep that handles long lines and -e... /usr/bin/grep
79checking for egrep... /usr/bin/grep -E
80checking for ANSI C header files... yes
81checking for sys/types.h... yes
82checking for sys/stat.h... yes
83checking for stdlib.h... yes
84checking for string.h... yes
85checking for memory.h... yes
86checking for strings.h... yes
87checking for inttypes.h... yes
88checking for stdint.h... yes
89checking for unistd.h... yes
90checking for string.h... (cached) yes
91checking for size_t... yes
92checking for ssize_t... yes
93checking for an ANSI C-conforming const... yes
94checking for inttypes.h... yes
95checking for unsigned long long... yes
96checking for ANSI C header files... (cached) yes
97checking for string.h... (cached) yes
98checking for stdlib.h... (cached) yes
99checking sys/param.h usability... yes
100checking sys/param.h presence... yes
101checking for sys/param.h... yes
102checking for memory.h... (cached) yes
103checking for unistd.h... (cached) yes
104checking libintl.h usability... yes
105checking libintl.h presence... yes
106checking for libintl.h... yes
107checking wctype.h usability... yes
108checking wctype.h presence... yes
109checking for wctype.h... yes
110checking wchar.h usability... yes
111checking wchar.h presence... yes
112checking for wchar.h... yes
113checking for dirent.h that defines DIR... yes
114checking for library containing opendir... none required
115checking whether stat file-mode macros are broken... no
116checking for working alloca.h... yes
117checking for alloca... yes
118checking whether closedir returns void... no
119checking for stdlib.h... (cached) yes
120checking for unistd.h... (cached) yes
121checking for getpagesize... yes
122checking for working mmap... yes
123checking for btowc... yes
124checking for isascii... yes
125checking for iswctype... yes
126checking for mbrlen... yes
127checking for memmove... yes
128checking for setmode... yes
129checking for strerror... yes
130checking for wcrtomb... yes
131checking for wcscoll... yes
132checking for wctype... yes
133checking whether mbrtowc and mbstate_t are properly declared... yes
134checking for stdlib.h... (cached) yes
135checking for mbstate_t... yes
136checking for memchr... yes
137checking for stpcpy... yes
138checking for strtoul... yes
139checking for atexit... yes
140checking for fnmatch... yes
141checking for stdlib.h... (cached) yes
142checking whether <inttypes.h> defines strtoumax as a macro... no
143checking for strtoumax... yes
144checking whether strtoul is declared... yes
145checking whether strtoull is declared... yes
146checking for strerror in -lcposix... no
147checking for inline... inline
148checking for off_t... yes
149checking whether we are using the GNU C Library 2.1 or newer... no
150checking argz.h usability... no
151checking argz.h presence... no
152checking for argz.h... no
153checking limits.h usability... yes
154checking limits.h presence... yes
155checking for limits.h... yes
156checking locale.h usability... yes
157checking locale.h presence... yes
158checking for locale.h... yes
159checking nl_types.h usability... yes
160checking nl_types.h presence... yes
161checking for nl_types.h... yes
162checking malloc.h usability... no
163checking malloc.h presence... no
164checking for malloc.h... no
165checking stddef.h usability... yes
166checking stddef.h presence... yes
167checking for stddef.h... yes
168checking for stdlib.h... (cached) yes
169checking for string.h... (cached) yes
170checking for unistd.h... (cached) yes
171checking for sys/param.h... (cached) yes
172checking for feof_unlocked... yes
173checking for fgets_unlocked... no
174checking for getcwd... yes
175checking for getegid... yes
176checking for geteuid... yes
177checking for getgid... yes
178checking for getuid... yes
179checking for mempcpy... no
180checking for munmap... yes
181checking for putenv... yes
182checking for setenv... yes
183checking for setlocale... yes
184checking for stpcpy... (cached) yes
185checking for strchr... yes
186checking for strcasecmp... yes
187checking for strdup... yes
188checking for strtoul... (cached) yes
189checking for tsearch... yes
190checking for __argz_count... no
191checking for __argz_stringify... no
192checking for __argz_next... no
193checking for iconv... yes
194checking for iconv declaration...
195         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
196checking for nl_langinfo and CODESET... yes
197checking for LC_MESSAGES... yes
198checking whether NLS is requested... yes
199checking whether included gettext is requested... no
200checking for libintl.h... (cached) yes
201checking for GNU gettext in libc... no
202checking for GNU gettext in libintl... yes
203checking for dcgettext... yes
204checking for msgfmt... /opt/local/bin/msgfmt
205checking for gmsgfmt... /opt/local/bin/msgfmt
206checking for xgettext... /opt/local/bin/xgettext
207checking for bison... bison
208checking version of bison... 2.3, ok
209checking 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
210checking for dos file convention... no
211checking host system type... (cached) i386-apple-darwin9.2.2
212checking host system type... (cached) i386-apple-darwin9.2.2
213checking for DJGPP environment... no
214checking for environ variable separator... :
215checking for working re_compile_pattern... no
216checking for getopt_long... yes
217checking whether strerror_r is declared... yes
218checking for strerror_r... yes
219checking whether strerror_r returns char *... no
220checking for strerror... (cached) yes
221checking for strerror_r... (cached) yes
222checking for vprintf... yes
223checking for doprnt... no
224checking for ANSI C header files... (cached) yes
225checking for working malloc... yes
226checking for working realloc... yes
227checking for pcre_exec in -lpcre... yes
228configure: creating ./config.status
229config.status: creating Makefile
230config.status: creating lib/Makefile
231config.status: creating lib/posix/Makefile
232config.status: creating src/Makefile
233config.status: creating tests/Makefile
234config.status: creating po/Makefile.in
235config.status: creating intl/Makefile
236config.status: WARNING:  intl/Makefile.in seems to ignore the --datarootdir setting
237config.status: creating doc/Makefile
238config.status: creating m4/Makefile
239config.status: creating vms/Makefile
240config.status: creating bootstrap/Makefile
241config.status: creating config.h
242config.status: executing depfiles commands
243config.status: executing default-1 commands
244config.status: creating po/POTFILES
245config.status: creating po/Makefile
246config.status: executing default commands
247--->  Building grep with target all
248DEBUG: Executing org.macports.build (grep)
249DEBUG: Environment:
250DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/grep-2.5.3" && make all'
251make  all-recursive
252Making all in intl
253make[2]: Nothing to be done for `all'.
254Making all in po
255PATH=../src:$PATH /opt/local/bin/xgettext --default-domain=grep --directory=.. \
256          --add-comments --keyword=_ --keyword=N_ \
257          --files-from=./POTFILES.in \
258        && test ! -f grep.po \
259           || ( rm -f ./grep.pot \
260                && mv grep.po ./grep.pot )
261rm -f cat-id-tbl.tmp
262sed -f ../intl/po2tbl.sed ./grep.pot \
263                | sed -e "s/@PACKAGE NAME@/grep/" > cat-id-tbl.tmp
264sed: ../intl/po2tbl.sed: No such file or directory
265if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \
266          rm cat-id-tbl.tmp; \
267        else \
268          echo cat-id-tbl.c changed; \
269          rm -f ./cat-id-tbl.c; \
270          mv cat-id-tbl.tmp ./cat-id-tbl.c; \
271        fi
272cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
273file=./`echo af | sed 's,.*/,,'`.gmo \
274          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file af.po
275file=./`echo be | sed 's,.*/,,'`.gmo \
276          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file be.po
277file=./`echo bg | sed 's,.*/,,'`.gmo \
278          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file bg.po
279file=./`echo ca | sed 's,.*/,,'`.gmo \
280          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file ca.po
281file=./`echo cs | sed 's,.*/,,'`.gmo \
282          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file cs.po
283file=./`echo da | sed 's,.*/,,'`.gmo \
284          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file da.po
285file=./`echo de | sed 's,.*/,,'`.gmo \
286          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file de.po
287file=./`echo el | sed 's,.*/,,'`.gmo \
288          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file el.po
289file=./`echo eo | sed 's,.*/,,'`.gmo \
290          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file eo.po
291file=./`echo es | sed 's,.*/,,'`.gmo \
292          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file es.po
293file=./`echo et | sed 's,.*/,,'`.gmo \
294          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file et.po
295file=./`echo eu | sed 's,.*/,,'`.gmo \
296          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file eu.po
297file=./`echo fi | sed 's,.*/,,'`.gmo \
298          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file fi.po
299file=./`echo fr | sed 's,.*/,,'`.gmo \
300          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file fr.po
301file=./`echo ga | sed 's,.*/,,'`.gmo \
302          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file ga.po
303file=./`echo gl | sed 's,.*/,,'`.gmo \
304          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file gl.po
305file=./`echo he | sed 's,.*/,,'`.gmo \
306          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file he.po
307file=./`echo hr | sed 's,.*/,,'`.gmo \
308          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file hr.po
309file=./`echo hu | sed 's,.*/,,'`.gmo \
310          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file hu.po
311file=./`echo id | sed 's,.*/,,'`.gmo \
312          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file id.po
313file=./`echo it | sed 's,.*/,,'`.gmo \
314          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file it.po
315file=./`echo ja | sed 's,.*/,,'`.gmo \
316          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file ja.po
317file=./`echo ko | sed 's,.*/,,'`.gmo \
318          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file ko.po
319file=./`echo nb | sed 's,.*/,,'`.gmo \
320          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file nb.po
321file=./`echo nl | sed 's,.*/,,'`.gmo \
322          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file nl.po
323file=./`echo no | sed 's,.*/,,'`.gmo \
324          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file no.po
325file=./`echo pl | sed 's,.*/,,'`.gmo \
326          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file pl.po
327file=./`echo pt_BR | sed 's,.*/,,'`.gmo \
328          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file pt_BR.po
329file=./`echo pt | sed 's,.*/,,'`.gmo \
330          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file pt.po
331file=./`echo ro | sed 's,.*/,,'`.gmo \
332          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file ro.po
333file=./`echo ru | sed 's,.*/,,'`.gmo \
334          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file ru.po
335file=./`echo rw | sed 's,.*/,,'`.gmo \
336          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file rw.po
337file=./`echo sl | sed 's,.*/,,'`.gmo \
338          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file sl.po
339file=./`echo sr | sed 's,.*/,,'`.gmo \
340          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file sr.po
341file=./`echo sv | sed 's,.*/,,'`.gmo \
342          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file sv.po
343file=./`echo tr | sed 's,.*/,,'`.gmo \
344          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file tr.po
345file=./`echo uk | sed 's,.*/,,'`.gmo \
346          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file uk.po
347file=./`echo vi | sed 's,.*/,,'`.gmo \
348          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file vi.po
349file=./`echo zh_TW | sed 's,.*/,,'`.gmo \
350          && rm -f $file && PATH=../src:$PATH /opt/local/bin/msgfmt -o $file zh_TW.po
351Making all in lib
352Making all in posix
353make[3]: Nothing to be done for `all'.
354/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT closeout.o -MD -MP -MF .deps/closeout.Tpo -c -o closeout.o closeout.c
355mv -f .deps/closeout.Tpo .deps/closeout.Po
356/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
357mv -f .deps/error.Tpo .deps/error.Po
358/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT exclude.o -MD -MP -MF .deps/exclude.Tpo -c -o exclude.o exclude.c
359mv -f .deps/exclude.Tpo .deps/exclude.Po
360/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT hard-locale.o -MD -MP -MF .deps/hard-locale.Tpo -c -o hard-locale.o hard-locale.c
361hard-locale.c: In function 'hard_locale':
362hard-locale.c:67: warning: incompatible implicit declaration of built-in function 'alloca'
363mv -f .deps/hard-locale.Tpo .deps/hard-locale.Po
364/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT isdir.o -MD -MP -MF .deps/isdir.Tpo -c -o isdir.o isdir.c
365mv -f .deps/isdir.Tpo .deps/isdir.Po
366/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT obstack.o -MD -MP -MF .deps/obstack.Tpo -c -o obstack.o obstack.c
367mv -f .deps/obstack.Tpo .deps/obstack.Po
368/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT quotearg.o -MD -MP -MF .deps/quotearg.Tpo -c -o quotearg.o quotearg.c
369mv -f .deps/quotearg.Tpo .deps/quotearg.Po
370/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT savedir.o -MD -MP -MF .deps/savedir.Tpo -c -o savedir.o savedir.c
371mv -f .deps/savedir.Tpo .deps/savedir.Po
372/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
373mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
374/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT xstrtol.o -MD -MP -MF .deps/xstrtol.Tpo -c -o xstrtol.o xstrtol.c
375mv -f .deps/xstrtol.Tpo .deps/xstrtol.Po
376/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT xstrtoumax.o -MD -MP -MF .deps/xstrtoumax.Tpo -c -o xstrtoumax.o xstrtoumax.c
377mv -f .deps/xstrtoumax.Tpo .deps/xstrtoumax.Po
378/usr/bin/gcc-4.0 -DLIBDIR=\"/opt/local/lib\" -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../intl  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c
379mv -f .deps/regex.Tpo .deps/regex.Po
380rm -f libgreputils.a
381ar cru libgreputils.a closeout.o error.o exclude.o hard-locale.o isdir.o obstack.o quotearg.o savedir.o xmalloc.o xstrtol.o xstrtoumax.o regex.o
382ranlib libgreputils.a
383Making all in doc
384Updating ./version.texi
385restore=: && backupdir=".am$$" && \
386        am__cwd=`pwd` && cd . && \
387        rm -rf $backupdir && mkdir $backupdir && \
388        if (makeinfo --version) >/dev/null 2>&1; then \
389          for f in grep.info grep.info-[0-9] grep.info-[0-9][0-9] grep.i[0-9] grep.i[0-9][0-9]; do \
390            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
391          done; \
392        else :; fi && \
393        cd "$am__cwd"; \
394        if makeinfo   -I . \
395         -o grep.info grep.texi; \
396        then \
397          rc=0; \
398          cd .; \
399        else \
400          rc=$?; \
401          cd . && \
402          $restore $backupdir/* `echo "./grep.info" | sed 's|[^/]*$||'`; \
403        fi; \
404        rm -rf $backupdir; exit $rc
405inst=`echo "grep" | sed 's,x,x,'`.1; \
406sed -e "s%@grep@%$inst%g" ./fgrep.man > fgrep.1
407inst=`echo "grep" | sed 's,x,x,'`.1; \
408sed -e "s%@grep@%$inst%g" ./egrep.man > egrep.1
409Making all in src
410/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT grep.o -MD -MP -MF .deps/grep.Tpo -c -o grep.o grep.c
411mv -f .deps/grep.Tpo .deps/grep.Po
412/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c
413search.c: In function 'check_multibyte_string':
414search.c:169: warning: passing argument 1 of 'wcrtomb' discards qualifiers from pointer target type
415mv -f .deps/search.Tpo .deps/search.Po
416/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT kwset.o -MD -MP -MF .deps/kwset.Tpo -c -o kwset.o kwset.c
417mv -f .deps/kwset.Tpo .deps/kwset.Po
418/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT dfa.o -MD -MP -MF .deps/dfa.Tpo -c -o dfa.o dfa.c
419dfa.c: In function 'update_mb_len_index':
420dfa.c:429: warning: pointer targets in passing argument 1 of 'mbrlen' differ in signedness
421dfa.c: In function 'lex':
422dfa.c:773: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
423dfa.c:921: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
424dfa.c:927: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
425dfa.c:937: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
426dfa.c:945: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
427dfa.c:960: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
428dfa.c:1048: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
429dfa.c:1051: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
430dfa.c:1075: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
431dfa.c:1079: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
432dfa.c:1080: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
433dfa.c:1083: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
434dfa.c:1095: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
435dfa.c:1096: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness
436dfa.c: In function 'match_mb_charset':
437dfa.c:2562: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
438dfa.c:2569: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
439dfa.c:2582: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
440dfa.c: In function 'dfaexec':
441dfa.c:2835: warning: pointer targets in assignment differ in signedness
442mv -f .deps/dfa.Tpo .deps/dfa.Po
443/usr/bin/gcc-4.0  -O2 -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib -o grep grep.o search.o kwset.o dfa.o -lintl -liconv ../lib/libgreputils.a -lpcre  -L/opt/local/lib -lpcre
444/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT egrep.o -MD -MP -MF .deps/egrep.Tpo -c -o egrep.o egrep.c
445mv -f .deps/egrep.Tpo .deps/egrep.Po
446/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT esearch.o -MD -MP -MF .deps/esearch.Tpo -c -o esearch.o esearch.c
447In file included from esearch.c:2:
448search.c: In function 'check_multibyte_string':
449search.c:169: warning: passing argument 1 of 'wcrtomb' discards qualifiers from pointer target type
450mv -f .deps/esearch.Tpo .deps/esearch.Po
451/usr/bin/gcc-4.0  -O2 -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib -o egrep egrep.o esearch.o kwset.o dfa.o -lintl -liconv ../lib/libgreputils.a -lpcre  -L/opt/local/lib -lpcre
452/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT fgrep.o -MD -MP -MF .deps/fgrep.Tpo -c -o fgrep.o fgrep.c
453mv -f .deps/fgrep.Tpo .deps/fgrep.Po
454/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I../intl -I../lib -DLOCALEDIR=\"/opt/local/share/locale\"  -I/opt/local/include -I/opt/local/include  -O2 -I/opt/local/include -MT fsearch.o -MD -MP -MF .deps/fsearch.Tpo -c -o fsearch.o fsearch.c
455In file included from fsearch.c:2:
456search.c: In function 'check_multibyte_string':
457search.c:169: warning: passing argument 1 of 'wcrtomb' discards qualifiers from pointer target type
458mv -f .deps/fsearch.Tpo .deps/fsearch.Po
459/usr/bin/gcc-4.0  -O2 -I/opt/local/include  -L/opt/local/lib -L/opt/local/lib -o fgrep fgrep.o fsearch.o kwset.o -lintl -liconv ../lib/libgreputils.a -lpcre  -L/opt/local/lib -lpcre
460Making all in tests
461make[2]: Nothing to be done for `all'.
462Making all in m4
463make[2]: Nothing to be done for `all'.
464Making all in vms
465make[2]: Nothing to be done for `all'.
466Making all in bootstrap
467make[2]: Nothing to be done for `all'.
468make[2]: Nothing to be done for `all-am'.
469--->  Staging grep into destroot
470. changed
471        gid expected 0 found 80 modified
472./usr missing (created)
473. missing (directory not created: File exists)
474./Applications missing (created)
475./Developer missing (created)
476./Library missing (created)
477. changed
478        gid expected 80 found 0 modified
479./bin missing (created)
480./etc missing (created)
481./include missing (created)
482./lib missing (created)
483./libexec missing (created)
484./sbin missing (created)
485./share missing (created)
486./share/info missing (created)
487./share/man missing (created)
488./share/man/cat1 missing (created)
489./share/man/cat2 missing (created)
490./share/man/cat3 missing (created)
491./share/man/cat4 missing (created)
492./share/man/cat5 missing (created)
493./share/man/cat6 missing (created)
494./share/man/cat7 missing (created)
495./share/man/cat8 missing (created)
496./share/man/cat9 missing (created)
497./share/man/catl missing (created)
498./share/man/catn missing (created)
499./share/man/man1 missing (created)
500./share/man/man2 missing (created)
501./share/man/man3 missing (created)
502./share/man/man4 missing (created)
503./share/man/man5 missing (created)
504./share/man/man6 missing (created)
505./share/man/man7 missing (created)
506./share/man/man8 missing (created)
507./share/man/man9 missing (created)
508./share/man/manl missing (created)
509./share/man/mann missing (created)
510./share/nls missing (created)
511./share/nls/C missing (created)
512./share/nls/af_ZA.ISO8859-1 missing (created)
513./share/nls/af_ZA.ISO8859-15 missing (created)
514./share/nls/bg_BG.CP1251 missing (created)
515./share/nls/cs_CZ.ISO8859-2 missing (created)
516./share/nls/da_DK.ISO8859-1 missing (created)
517./share/nls/da_DK.ISO8859-15 missing (created)
518./share/nls/de_AT.ISO8859-1 missing (created)
519./share/nls/de_AT.ISO8859-15 missing (created)
520./share/nls/de_CH.ISO8859-1 missing (created)
521./share/nls/de_CH.ISO8859-15 missing (created)
522./share/nls/de_DE.ISO8859-1 missing (created)
523./share/nls/de_DE.ISO8859-15 missing (created)
524./share/nls/el_GR.ISO8859-7 missing (created)
525./share/nls/en_AU.ISO8859-1 missing (created)
526./share/nls/en_AU.ISO8859-15 missing (created)
527./share/nls/en_AU.US-ASCII missing (created)
528./share/nls/en_CA.ISO8859-1 missing (created)
529./share/nls/en_CA.ISO8859-15 missing (created)
530./share/nls/en_CA.US-ASCII missing (created)
531./share/nls/en_GB.ISO8859-1 missing (created)
532./share/nls/en_GB.ISO8859-15 missing (created)
533./share/nls/en_GB.US-ASCII missing (created)
534./share/nls/en_NZ.ISO8859-1 missing (created)
535./share/nls/en_NZ.ISO8859-15 missing (created)
536./share/nls/en_NZ.US-ASCII missing (created)
537./share/nls/en_US.ISO8859-1 missing (created)
538./share/nls/en_US.ISO8859-15 missing (created)
539./share/nls/es_ES.ISO8859-1 missing (created)
540./share/nls/es_ES.ISO8859-15 missing (created)
541./share/nls/et_EE.ISO8859-15 missing (created)
542./share/nls/fi_FI.ISO8859-1 missing (created)
543./share/nls/fi_FI.ISO8859-15 missing (created)
544./share/nls/fr_BE.ISO8859-1 missing (created)
545./share/nls/fr_BE.ISO8859-15 missing (created)
546./share/nls/fr_CA.ISO8859-1 missing (created)
547./share/nls/fr_CA.ISO8859-15 missing (created)
548./share/nls/fr_CH.ISO8859-1 missing (created)
549./share/nls/fr_CH.ISO8859-15 missing (created)
550./share/nls/fr_FR.ISO8859-1 missing (created)
551./share/nls/fr_FR.ISO8859-15 missing (created)
552./share/nls/hi_IN.ISCII-DEV missing (created)
553./share/nls/hr_HR.ISO8859-2 missing (created)
554./share/nls/hu_HU.ISO8859-2 missing (created)
555./share/nls/is_IS.ISO8859-1 missing (created)
556./share/nls/is_IS.ISO8859-15 missing (created)
557./share/nls/it_CH.ISO8859-1 missing (created)
558./share/nls/it_CH.ISO8859-15 missing (created)
559./share/nls/it_IT.ISO8859-1 missing (created)
560./share/nls/it_IT.ISO8859-15 missing (created)
561./share/nls/ja_JP.SJIS missing (created)
562./share/nls/ja_JP.eucJP missing (created)
563./share/nls/ko_KR.eucKR missing (created)
564./share/nls/la_LN.ISO8859-1 missing (created)
565./share/nls/la_LN.ISO8859-15 missing (created)
566./share/nls/la_LN.ISO8859-2 missing (created)
567./share/nls/la_LN.ISO8859-4 missing (created)
568./share/nls/la_LN.US-ASCII missing (created)
569./share/nls/lt_LT.ISO8859-4 missing (created)
570./share/nls/nl_BE.ISO8859-1 missing (created)
571./share/nls/nl_BE.ISO8859-15 missing (created)
572./share/nls/nl_NL.ISO8859-1 missing (created)
573./share/nls/nl_NL.ISO8859-15 missing (created)
574./share/nls/no_NO.ISO8859-1 missing (created)
575./share/nls/no_NO.ISO8859-15 missing (created)
576./share/nls/pl_PL.ISO8859-2 missing (created)
577./share/nls/pt_BR.ISO8859-1 missing (created)
578./share/nls/pt_PT.ISO8859-1 missing (created)
579./share/nls/pt_PT.ISO8859-15 missing (created)
580./share/nls/ro_RO.ISO8859-2 missing (created)
581./share/nls/ru_RU.CP866 missing (created)
582./share/nls/ru_RU.ISO8859-5 missing (created)
583./share/nls/ru_RU.KOI8-R missing (created)
584./share/nls/sk_SK.ISO8859-2 missing (created)
585./share/nls/sl_SI.ISO8859-2 missing (created)
586./share/nls/sv_SE.ISO8859-1 missing (created)
587./share/nls/sv_SE.ISO8859-15 missing (created)
588./share/nls/tr_TR.ISO8859-9 missing (created)
589./share/nls/uk_UA.ISO8859-5 missing (created)
590./share/nls/uk_UA.KOI8-U missing (created)
591./share/nls/zh_CN.eucCN missing (created)
592./share/nls/zh_TW.Big5 missing (created)
593./share/skel missing (created)
594./src missing (created)
595./var missing (created)
596./var/macports missing (created)
597./var/macports/distfiles missing (created)
598./var/macports/receipts missing (created)
599./var/macports/registry missing (created)
600./www missing (created)
601DEBUG: Executing org.macports.destroot (grep)
602DEBUG: Environment:
603DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/grep-2.5.3" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot'
604Making install in intl
605if test "grep" = "gettext" \
606           && test '' = 'intl-compat.o'; then \
607          /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/lib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/include; \
608          /usr/bin/install -m 644 libintl.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/include/libintl.h; \
609          @LIBTOOL@ --mode=install \
610            /usr/bin/install -m 644 libintl.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/lib/libintl.a; \
611        else \
612          : ; \
613        fi
614if test 'no' = yes; then \
615          test no != no || /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/lib; \
616          temp=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/lib/t-charset.alias; \
617          dest=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/lib/charset.alias; \
618          if test -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/lib/charset.alias; then \
619            orig=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/lib/charset.alias; \
620            sed -f ref-add.sed $orig > $temp; \
621            /usr/bin/install -m 644 $temp $dest; \
622            rm -f $temp; \
623          else \
624            if test no = no; then \
625              orig=charset.alias; \
626              sed -f ref-add.sed $orig > $temp; \
627              /usr/bin/install -m 644 $temp $dest; \
628              rm -f $temp; \
629            fi; \
630          fi; \
631          /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/locale; \
632          test -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/locale/locale.alias \
633            && orig=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/locale/locale.alias \
634            || orig=./locale.alias; \
635          temp=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/locale/t-locale.alias; \
636          dest=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/locale/locale.alias; \
637          sed -f ref-add.sed $orig > $temp; \
638          /usr/bin/install -m 644 $temp $dest; \
639          rm -f $temp; \
640        else \
641          : ; \
642        fi
643if test "grep" = "gettext"; then \
644          /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl; \
645          /usr/bin/install -m 644 VERSION /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/VERSION; \
646          /usr/bin/install -m 644 ChangeLog.inst /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/ChangeLog; \
647          dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-compat.c"; \
648          for file in $dists; do \
649            /usr/bin/install -m 644 ./$file \
650                            /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/$file; \
651          done; \
652          chmod a+x /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/config.charset; \
653          dists="plural.c"; \
654          for file in $dists; do \
655            if test -f $file; then dir=.; else dir=.; fi; \
656            /usr/bin/install -m 644 $dir/$file \
657                            /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/$file; \
658          done; \
659          dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c"; \
660          for file in $dists; do \
661            rm -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/$file; \
662          done; \
663        else \
664          : ; \
665        fi
666Making install in po
667/./install-sh -c -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot//opt/local/share
668make[1]: /./install-sh: Command not found
669make[1]: *** [install-data-yes] Error 127
670make: *** [install-recursive] Error 1
671Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/grep-2.5.3" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot " returned error 2
672Command output:           : ; \
673        fi
674if test "grep" = "gettext"; then \
675          /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl; \
676          /usr/bin/install -m 644 VERSION /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/VERSION; \
677          /usr/bin/install -m 644 ChangeLog.inst /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/ChangeLog; \
678          dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-compat.c"; \
679          for file in $dists; do \
680            /usr/bin/install -m 644 ./$file \
681                            /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/$file; \
682          done; \
683          chmod a+xs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/config.charset; \
684          dists="plural.c"; \
685          for file in $dists; do \
686            if test -f $file; then dir=.; else dir=.; fi; \
687            /usr/bin/install -m 644 $dir/$file \
688                            /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/$file; \
689          done; \
690          dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c"; \
691          for file in $dists; do \
692            rm -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot/opt/local/share/gettext/intl/$file; \
693          done; \
694        else \
695          : ; \
696        fi
697Making install in po
698/./install-sh -c -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/destroot//opt/local/share
699make[1]: /./install-sh: Command not found
700make[1]: *** [install-data-yes] Error 127
701make: *** [install-recursive] Error 1
702
703Warning: the following items did not execute (for grep): org.macports.activate org.macports.destroot org.macports.install
704Error: Status 1 encountered during processing.
705s