Ticket #9168: build.2.log

File build.2.log, 59.2 KB (added by yaseppochi (Stephen J. Turnbull), 18 years ago)

log of port -dvf build ghc after port -f uninstall readline-5

Line 
1DEBUG: Found port in file:///Users/steve/Software-Development/Ports/dports/lang/ghc
2DEBUG: Changing to port directory: /Users/steve/Software-Development/Ports/dports/lang/ghc
3DEBUG: Requested variant powerpc is not provided by port ghc.
4DEBUG: Requested variant darwin is not provided by port ghc.
5DEBUG: Requested variant macosx is not provided by port ghc.
6DEBUG: Executing variant darwin_7 provides darwin_7
7DEBUG: Found port in file:///Users/steve/Software-Development/Ports/dports/devel/readline
8DEBUG: Changing to port directory: /Users/steve/Software-Development/Ports/dports/devel/readline
9DEBUG: Searching for dependency: readline
10DEBUG: Found Dependency: receipt exists for readline
11DEBUG: Found port in file:///Users/steve/Software-Development/Ports/dports/devel/gmp
12DEBUG: Changing to port directory: /Users/steve/Software-Development/Ports/dports/devel/gmp
13DEBUG: Searching for dependency: gmp
14DEBUG: Found Dependency: receipt exists for gmp
15DEBUG: Found port in file:///Users/steve/Software-Development/Ports/dports/devel/readline-5
16DEBUG: Changing to port directory: /Users/steve/Software-Development/Ports/dports/devel/readline-5
17DEBUG: Searching for dependency: readline-5
18DEBUG: Didn't find receipt, going to depspec regex for: readline-5
19DEBUG: Found port in file:///Users/steve/Software-Development/Ports/dports/devel/gmake
20DEBUG: Changing to port directory: /Users/steve/Software-Development/Ports/dports/devel/gmake
21DEBUG: Searching for dependency: gmake
22DEBUG: Found Dependency: receipt exists for gmake
23DEBUG: Requested variant powerpc is not provided by port readline-5.
24DEBUG: Requested variant darwin is not provided by port readline-5.
25DEBUG: Requested variant macosx is not provided by port readline-5.
26DEBUG: Executing com.apple.main (readline-5)
27DEBUG: Skipping unarchive (readline-5) since force is set
28DEBUG: Skipping completed com.apple.unarchive (readline-5)
29--->  Fetching readline-5
30DEBUG: Executing com.apple.fetch (readline-5)
31--->  Verifying checksum(s) for readline-5
32DEBUG: Executing com.apple.checksum (readline-5)
33--->  Checksumming readline50-001
34DEBUG: Correct (md5) checksum for readline50-001
35--->  Checksumming readline50-002
36DEBUG: Correct (md5) checksum for readline50-002
37--->  Checksumming readline50-003
38DEBUG: Correct (md5) checksum for readline50-003
39--->  Checksumming readline50-004
40DEBUG: Correct (md5) checksum for readline50-004
41--->  Checksumming readline50-005
42DEBUG: Correct (md5) checksum for readline50-005
43--->  Checksumming readline-5.0.tar.gz
44DEBUG: Correct (md5) checksum for readline-5.0.tar.gz
45--->  Extracting readline-5
46DEBUG: Executing com.apple.extract (readline-5)
47--->  Extracting readline-5.0.tar.gz
48DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/readline-5/readline-5.0.tar.gz
49DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work" && gzip -dc /opt/local/var/db/dports/distfiles/readline-5/readline-5.0.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
50DEBUG: Executing com.apple.patch (readline-5)
51--->  Applying patches to readline-5
52--->  Applying /opt/local/var/db/dports/distfiles/readline-5/readline50-001
53DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && patch -p0'
54patching file display.c
55--->  Applying /opt/local/var/db/dports/distfiles/readline-5/readline50-002
56DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && patch -p0'
57patching file misc.c
58patching file vi_mode.c
59--->  Applying /opt/local/var/db/dports/distfiles/readline-5/readline50-003
60DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && patch -p0'
61patching file display.c
62--->  Applying /opt/local/var/db/dports/distfiles/readline-5/readline50-004
63DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && patch -p0'
64patching file vi_mode.c
65Hunk #1 succeeded at 695 (offset 2 lines).
66Hunk #2 succeeded at 718 (offset 2 lines).
67Hunk #3 succeeded at 1318 (offset 2 lines).
68--->  Applying /opt/local/var/db/dports/distfiles/readline-5/readline50-005
69DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && patch -p0'
70patching file mbutil.c
71--->  Configuring readline-5
72DEBUG: Executing com.apple.configure (readline-5)
73DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info'
74checking build system type... powerpc-apple-darwin7.9.0
75checking host system type... powerpc-apple-darwin7.9.0
76
77Beginning configuration for readline-5.0 for powerpc-apple-darwin7.9.0
78
79checking whether make sets $(MAKE)... yes
80checking for gcc... gcc
81checking for C compiler default output... a.out
82checking whether the C compiler works... yes
83checking whether we are cross compiling... no
84checking for suffix of executables...
85checking for suffix of object files... o
86checking whether we are using the GNU C compiler... yes
87checking whether gcc accepts -g... yes
88checking for gcc option to accept ANSI C... none needed
89checking how to run the C preprocessor... gcc -E
90checking for egrep... grep -E
91checking for ANSI C header files... yes
92checking for sys/types.h... yes
93checking for sys/stat.h... yes
94checking for stdlib.h... yes
95checking for string.h... yes
96checking for memory.h... yes
97checking for strings.h... yes
98checking for inttypes.h... yes
99checking for stdint.h... yes
100checking for unistd.h... yes
101checking minix/config.h usability... no
102checking minix/config.h presence... no
103checking for minix/config.h... no
104checking whether gcc needs -traditional... no
105checking for a BSD-compatible install... /opt/local/bin/ginstall -c
106checking for ar... ar
107checking for ranlib... ranlib
108checking for an ANSI C-conforming const... yes
109checking for function prototypes... yes
110checking whether char is unsigned... no
111checking return type of signal handlers... void
112checking for size_t... yes
113checking for ssize_t... yes
114checking for ANSI C header files... (cached) yes
115checking whether stat file-mode macros are broken... no
116checking for dirent.h that defines DIR... yes
117checking for library containing opendir... none required
118checking for lstat... yes
119checking for memmove... yes
120checking for putenv... yes
121checking for select... yes
122checking for setenv... yes
123checking for setlocale... yes
124checking for strcasecmp... yes
125checking for strpbrk... yes
126checking for tcgetattr... yes
127checking for vsnprintf... yes
128checking for isascii... yes
129checking for isxdigit... yes
130checking for working strcoll... yes
131checking for unistd.h... (cached) yes
132checking for stdlib.h... (cached) yes
133checking varargs.h usability... no
134checking varargs.h presence... no
135checking for varargs.h... no
136checking stdarg.h usability... yes
137checking stdarg.h presence... yes
138checking for stdarg.h... yes
139checking for string.h... (cached) yes
140checking for strings.h... (cached) yes
141checking limits.h usability... yes
142checking limits.h presence... yes
143checking for limits.h... yes
144checking sys/ptem.h usability... no
145checking sys/ptem.h presence... no
146checking for sys/ptem.h... no
147checking sys/pte.h usability... no
148checking sys/pte.h presence... no
149checking for sys/pte.h... no
150checking sys/stream.h usability... no
151checking sys/stream.h presence... no
152checking for sys/stream.h... no
153checking sys/select.h usability... yes
154checking sys/select.h presence... yes
155checking for sys/select.h... yes
156checking termcap.h usability... yes
157checking termcap.h presence... yes
158checking for termcap.h... yes
159checking termios.h usability... yes
160checking termios.h presence... yes
161checking for termios.h... yes
162checking termio.h usability... no
163checking termio.h presence... no
164checking for termio.h... no
165checking sys/file.h usability... yes
166checking sys/file.h presence... yes
167checking for sys/file.h... yes
168checking locale.h usability... yes
169checking locale.h presence... yes
170checking for locale.h... yes
171checking for memory.h... (cached) yes
172checking for type of signal functions... posix
173checking if signal handlers must be reinstalled when invoked... no
174checking for presence of POSIX-style sigsetjmp/siglongjmp... present
175checking for lstat... yes
176checking whether or not strcoll and strcmp differ... no
177checking whether the ctype macros accept non-ascii characters... yes
178checking whether getpw functions are declared in pwd.h... yes
179checking whether termios.h defines TIOCGWINSZ... yes
180checking whether signal handlers are of type void... yes
181checking for TIOCSTAT in sys/ioctl.h... yes
182checking for FIONREAD in sys/ioctl.h... yes
183checking for speed_t in sys/types.h... no
184checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
185checking for struct dirent.d_ino... yes
186checking for struct dirent.d_fileno... yes
187checking for tgetent... no
188checking for tgetent in -ltermcap... yes
189checking which library has the termcap functions... using libtermcap
190checking wctype.h usability... yes
191checking wctype.h presence... yes
192checking for wctype.h... yes
193checking wchar.h usability... yes
194checking wchar.h presence... yes
195checking for wchar.h... yes
196checking langinfo.h usability... yes
197checking langinfo.h presence... yes
198checking for langinfo.h... yes
199checking for mbsrtowcs... yes
200checking for mbrtowc... yes
201checking for mbrlen... yes
202checking for wctomb... yes
203checking for wcwidth... yes
204checking for wcsdup... no
205checking for mbstate_t... yes
206checking for nl_langinfo and CODESET... yes
207checking configuration for building shared libraries... supported
208configure: creating ./config.status
209config.status: creating Makefile
210config.status: creating doc/Makefile
211config.status: creating examples/Makefile
212config.status: creating shlib/Makefile
213config.status: creating config.h
214config.status: executing default commands
215--->  Building readline-5 with target all
216DEBUG: Executing com.apple.build (readline-5)
217DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && make all'
218rm -f readline.o
219gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O readline.c
220rm -f vi_mode.o
221gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O vi_mode.c
222rm -f funmap.o
223gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O funmap.c
224rm -f keymaps.o
225gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O keymaps.c
226rm -f parens.o
227gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O parens.c
228rm -f search.o
229gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O search.c
230rm -f rltty.o
231gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O rltty.c
232rm -f complete.o
233gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O complete.c
234complete.c: In function `compute_lcd_of_matches':
235complete.c:1154: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
236rm -f bind.o
237gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O bind.c
238bind.c: In function `rl_function_of_keyseq':
239bind.c:672: warning: comparison is always true due to limited range of data type
240rm -f isearch.o
241gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O isearch.c
242rm -f display.o
243gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O display.c
244display.c: In function `rl_character_len':
245display.c:1782: warning: comparison is always true due to limited range of data type
246rm -f signals.o
247gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O signals.c
248rm -f util.o
249gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O util.c
250rm -f kill.o
251gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O kill.c
252rm -f undo.o
253gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O undo.c
254rm -f macro.o
255gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O macro.c
256rm -f input.o
257gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O input.c
258rm -f callback.o
259gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O callback.c
260rm -f terminal.o
261gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O terminal.c
262rm -f text.o
263gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O text.c
264rm -f nls.o
265gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O nls.c
266rm -f misc.o
267gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O misc.c
268rm -f compat.o
269gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O compat.c
270rm -f xmalloc.o
271gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O xmalloc.c
272rm -f history.o
273gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O history.c
274rm -f histexpand.o
275gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O histexpand.c
276rm -f histfile.o
277gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O histfile.c
278rm -f histsearch.o
279gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O histsearch.c
280rm -f shell.o
281gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O shell.c
282rm -f mbutil.o
283gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O mbutil.c
284rm -f tilde.o
285gcc -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -g -O -DREADLINE_LIBRARY -c ./tilde.c
286rm -f libreadline.a
287ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
288test -n "ranlib" && ranlib libreadline.a
289rm -f libhistory.a
290ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o
291test -n "ranlib" && ranlib libhistory.a
292test -d shlib || mkdir shlib
293( cd shlib ; make  all )
294rm -f readline.so
295gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o readline.o ../readline.c
296mv readline.o readline.so
297rm -f vi_mode.so
298gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o vi_mode.o ../vi_mode.c
299mv vi_mode.o vi_mode.so
300rm -f funmap.so
301gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o funmap.o ../funmap.c
302mv funmap.o funmap.so
303rm -f keymaps.so
304gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o keymaps.o ../keymaps.c
305mv keymaps.o keymaps.so
306rm -f parens.so
307gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o parens.o ../parens.c
308mv parens.o parens.so
309rm -f search.so
310gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o search.o ../search.c
311mv search.o search.so
312rm -f rltty.so
313gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o rltty.o ../rltty.c
314mv rltty.o rltty.so
315rm -f complete.so
316gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o complete.o ../complete.c
317../complete.c: In function `compute_lcd_of_matches':
318../complete.c:1154: warning: passing arg 1 of pointer to function discards qualifiers from pointer target type
319mv complete.o complete.so
320rm -f bind.so
321gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o bind.o ../bind.c
322../bind.c: In function `rl_function_of_keyseq':
323../bind.c:672: warning: comparison is always true due to limited range of data type
324mv bind.o bind.so
325rm -f isearch.so
326gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o isearch.o ../isearch.c
327mv isearch.o isearch.so
328rm -f display.so
329gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o display.o ../display.c
330../display.c: In function `rl_character_len':
331../display.c:1782: warning: comparison is always true due to limited range of data type
332mv display.o display.so
333rm -f signals.so
334gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o signals.o ../signals.c
335mv signals.o signals.so
336rm -f util.so
337gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o util.o ../util.c
338mv util.o util.so
339rm -f kill.so
340gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o kill.o ../kill.c
341mv kill.o kill.so
342rm -f undo.so
343gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o undo.o ../undo.c
344mv undo.o undo.so
345rm -f macro.so
346gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o macro.o ../macro.c
347mv macro.o macro.so
348rm -f input.so
349gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o input.o ../input.c
350mv input.o input.so
351rm -f callback.so
352gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o callback.o ../callback.c
353mv callback.o callback.so
354rm -f terminal.so
355gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o terminal.o ../terminal.c
356mv terminal.o terminal.so
357rm -f text.so
358gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o text.o ../text.c
359mv text.o text.so
360rm -f nls.so
361gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o nls.o ../nls.c
362mv nls.o nls.so
363rm -f misc.so
364gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o misc.o ../misc.c
365mv misc.o misc.so
366rm -f xmalloc.so
367gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o xmalloc.o ../xmalloc.c
368mv xmalloc.o xmalloc.so
369rm -f history.so
370gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o history.o ../history.c
371mv history.o history.so
372rm -f histexpand.so
373gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o histexpand.o ../histexpand.c
374mv histexpand.o histexpand.so
375rm -f histfile.so
376gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o histfile.o ../histfile.c
377mv histfile.o histfile.so
378rm -f histsearch.so
379gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o histsearch.o ../histsearch.c
380mv histsearch.o histsearch.so
381rm -f shell.so
382gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o shell.o ../shell.c
383mv shell.o shell.so
384rm -f mbutil.so
385gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o mbutil.o ../mbutil.c
386mv mbutil.o mbutil.so
387rm -f tilde.so
388gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
389mv tilde.o tilde.so
390rm -f compat.so
391gcc -c -DHAVE_CONFIG_H   -I. -I.. -I.. -DRL_LIBRARY_VERSION='"5.0"' -g -O -fno-common -o compat.o ../compat.c
392mv compat.o compat.so
393rm -f libreadline.5.0.dylib
394gcc  -dynamiclib -arch_only `/usr/bin/arch` -install_name /opt/local/lib/libreadline.5.0.dylib -current_version 5.0 -compatibility_version 5 -v -o libreadline.5.0.dylib readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses
395Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
396Thread model: posix
397gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
398 /usr/bin/libtool -arch_only ppc -dynamic -compatibility_version 5 -current_version 5.0 -install_name /opt/local/lib/libreadline.5.0.dylib -noall_load -o libreadline.5.0.dylib -L/usr/lib/gcc/darwin/3.3 -L/usr/lib/gcc/darwin -L/usr/libexec/gcc/darwin/ppc/3.3/../../.. readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so compat.so -lncurses -lgcc -lSystem |
399 c++filt
400ld: warning multiple definitions of symbol _PC
401terminal.so definition of _PC in section (__DATA,__common)
402/usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC
403ld: warning multiple definitions of symbol _BC
404terminal.so definition of _BC in section (__DATA,__common)
405/usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC
406ld: warning multiple definitions of symbol _UP
407terminal.so definition of _UP in section (__DATA,__common)
408/usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP
409rm -f libhistory.5.0.dylib
410gcc  -dynamiclib -arch_only `/usr/bin/arch` -install_name /opt/local/lib/libhistory.5.0.dylib -current_version 5.0 -compatibility_version 5 -v -o libhistory.5.0.dylib history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so -lncurses
411Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
412Thread model: posix
413gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
414 /usr/bin/libtool -arch_only ppc -dynamic -compatibility_version 5 -current_version 5.0 -install_name /opt/local/lib/libhistory.5.0.dylib -noall_load -o libhistory.5.0.dylib -L/usr/lib/gcc/darwin/3.3 -L/usr/lib/gcc/darwin -L/usr/libexec/gcc/darwin/ppc/3.3/../../.. history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so -lncurses -lgcc -lSystem |
415 c++filt
416--->  Staging readline-5 into destroot
417. changed
418        user expected 0 found 501 not modified: Operation not permitted
419        gid expected 0 found 80 not modified: Operation not permitted
420        permissions expected 0775 found 0755 modified
421./usr missing (created)
422./usr: user/group/mode not modified: Operation not permitted
423./usr: warning: file mode not set
424. missing (directory not created: File exists)
425./Applications missing (created)
426./Applications: user/group/mode not modified: Operation not permitted
427./Applications: warning: file mode not set
428./Developer missing (created)
429./Developer: user/group/mode not modified: Operation not permitted
430./Developer: warning: file mode not set
431./Library missing (created)
432./Library: user/group/mode not modified: Operation not permitted
433./Library: warning: file mode not set
434. changed
435        user expected 0 found 501 not modified: Operation not permitted
436        permissions expected 0775 found 0755 modified
437./bin missing (created)
438./bin: user/group/mode not modified: Operation not permitted
439./bin: warning: file mode not set
440./etc missing (created)
441./etc: user/group/mode not modified: Operation not permitted
442./etc: warning: file mode not set
443./include missing (created)
444./include: user/group/mode not modified: Operation not permitted
445./include: warning: file mode not set
446./lib missing (created)
447./lib: user/group/mode not modified: Operation not permitted
448./lib: warning: file mode not set
449./libexec missing (created)
450./libexec: user/group/mode not modified: Operation not permitted
451./libexec: warning: file mode not set
452./sbin missing (created)
453./sbin: user/group/mode not modified: Operation not permitted
454./sbin: warning: file mode not set
455./share missing (created)
456./share/info missing (created)
457./share/info: user/group/mode not modified: Operation not permitted
458./share/info: warning: file mode not set
459./share/man missing (created)
460./share/man/cat1 missing (created)
461./share/man/cat1: user/group/mode not modified: Operation not permitted
462./share/man/cat1: warning: file mode not set
463./share/man/cat2 missing (created)
464./share/man/cat2: user/group/mode not modified: Operation not permitted
465./share/man/cat2: warning: file mode not set
466./share/man/cat3 missing (created)
467./share/man/cat3: user/group/mode not modified: Operation not permitted
468./share/man/cat3: warning: file mode not set
469./share/man/cat4 missing (created)
470./share/man/cat4: user/group/mode not modified: Operation not permitted
471./share/man/cat4: warning: file mode not set
472./share/man/cat5 missing (created)
473./share/man/cat5: user/group/mode not modified: Operation not permitted
474./share/man/cat5: warning: file mode not set
475./share/man/cat6 missing (created)
476./share/man/cat6: user/group/mode not modified: Operation not permitted
477./share/man/cat6: warning: file mode not set
478./share/man/cat7 missing (created)
479./share/man/cat7: user/group/mode not modified: Operation not permitted
480./share/man/cat7: warning: file mode not set
481./share/man/cat8 missing (created)
482./share/man/cat8: user/group/mode not modified: Operation not permitted
483./share/man/cat8: warning: file mode not set
484./share/man/cat9 missing (created)
485./share/man/cat9: user/group/mode not modified: Operation not permitted
486./share/man/cat9: warning: file mode not set
487./share/man/catl missing (created)
488./share/man/catl: user/group/mode not modified: Operation not permitted
489./share/man/catl: warning: file mode not set
490./share/man/catn missing (created)
491./share/man/catn: user/group/mode not modified: Operation not permitted
492./share/man/catn: warning: file mode not set
493./share/man/man1 missing (created)
494./share/man/man1: user/group/mode not modified: Operation not permitted
495./share/man/man1: warning: file mode not set
496./share/man/man2 missing (created)
497./share/man/man2: user/group/mode not modified: Operation not permitted
498./share/man/man2: warning: file mode not set
499./share/man/man3 missing (created)
500./share/man/man3: user/group/mode not modified: Operation not permitted
501./share/man/man3: warning: file mode not set
502./share/man/man4 missing (created)
503./share/man/man4: user/group/mode not modified: Operation not permitted
504./share/man/man4: warning: file mode not set
505./share/man/man5 missing (created)
506./share/man/man5: user/group/mode not modified: Operation not permitted
507./share/man/man5: warning: file mode not set
508./share/man/man6 missing (created)
509./share/man/man6: user/group/mode not modified: Operation not permitted
510./share/man/man6: warning: file mode not set
511./share/man/man7 missing (created)
512./share/man/man7: user/group/mode not modified: Operation not permitted
513./share/man/man7: warning: file mode not set
514./share/man/man8 missing (created)
515./share/man/man8: user/group/mode not modified: Operation not permitted
516./share/man/man8: warning: file mode not set
517./share/man/man9 missing (created)
518./share/man/man9: user/group/mode not modified: Operation not permitted
519./share/man/man9: warning: file mode not set
520./share/man/manl missing (created)
521./share/man/manl: user/group/mode not modified: Operation not permitted
522./share/man/manl: warning: file mode not set
523./share/man/mann missing (created)
524./share/man/mann: user/group/mode not modified: Operation not permitted
525./share/man/mann: warning: file mode not set
526./share/man: user/group/mode not modified: Operation not permitted
527./share/man: warning: file mode not set
528./share/nls missing (created)
529./share/nls/C missing (created)
530./share/nls/C: user/group/mode not modified: Operation not permitted
531./share/nls/C: warning: file mode not set
532./share/nls/af_ZA.ISO8859-1 missing (created)
533./share/nls/af_ZA.ISO8859-1: user/group/mode not modified: Operation not permitted
534./share/nls/af_ZA.ISO8859-1: warning: file mode not set
535./share/nls/af_ZA.ISO8859-15 missing (created)
536./share/nls/af_ZA.ISO8859-15: user/group/mode not modified: Operation not permitted
537./share/nls/af_ZA.ISO8859-15: warning: file mode not set
538./share/nls/bg_BG.CP1251 missing (created)
539./share/nls/bg_BG.CP1251: user/group/mode not modified: Operation not permitted
540./share/nls/bg_BG.CP1251: warning: file mode not set
541./share/nls/cs_CZ.ISO8859-2 missing (created)
542./share/nls/cs_CZ.ISO8859-2: user/group/mode not modified: Operation not permitted
543./share/nls/cs_CZ.ISO8859-2: warning: file mode not set
544./share/nls/da_DK.ISO8859-1 missing (created)
545./share/nls/da_DK.ISO8859-1: user/group/mode not modified: Operation not permitted
546./share/nls/da_DK.ISO8859-1: warning: file mode not set
547./share/nls/da_DK.ISO8859-15 missing (created)
548./share/nls/da_DK.ISO8859-15: user/group/mode not modified: Operation not permitted
549./share/nls/da_DK.ISO8859-15: warning: file mode not set
550./share/nls/de_AT.ISO8859-1 missing (created)
551./share/nls/de_AT.ISO8859-1: user/group/mode not modified: Operation not permitted
552./share/nls/de_AT.ISO8859-1: warning: file mode not set
553./share/nls/de_AT.ISO8859-15 missing (created)
554./share/nls/de_AT.ISO8859-15: user/group/mode not modified: Operation not permitted
555./share/nls/de_AT.ISO8859-15: warning: file mode not set
556./share/nls/de_CH.ISO8859-1 missing (created)
557./share/nls/de_CH.ISO8859-1: user/group/mode not modified: Operation not permitted
558./share/nls/de_CH.ISO8859-1: warning: file mode not set
559./share/nls/de_CH.ISO8859-15 missing (created)
560./share/nls/de_CH.ISO8859-15: user/group/mode not modified: Operation not permitted
561./share/nls/de_CH.ISO8859-15: warning: file mode not set
562./share/nls/de_DE.ISO8859-1 missing (created)
563./share/nls/de_DE.ISO8859-1: user/group/mode not modified: Operation not permitted
564./share/nls/de_DE.ISO8859-1: warning: file mode not set
565./share/nls/de_DE.ISO8859-15 missing (created)
566./share/nls/de_DE.ISO8859-15: user/group/mode not modified: Operation not permitted
567./share/nls/de_DE.ISO8859-15: warning: file mode not set
568./share/nls/el_GR.ISO8859-7 missing (created)
569./share/nls/el_GR.ISO8859-7: user/group/mode not modified: Operation not permitted
570./share/nls/el_GR.ISO8859-7: warning: file mode not set
571./share/nls/en_AU.ISO8859-1 missing (created)
572./share/nls/en_AU.ISO8859-1: user/group/mode not modified: Operation not permitted
573./share/nls/en_AU.ISO8859-1: warning: file mode not set
574./share/nls/en_AU.ISO8859-15 missing (created)
575./share/nls/en_AU.ISO8859-15: user/group/mode not modified: Operation not permitted
576./share/nls/en_AU.ISO8859-15: warning: file mode not set
577./share/nls/en_AU.US-ASCII missing (created)
578./share/nls/en_AU.US-ASCII: user/group/mode not modified: Operation not permitted
579./share/nls/en_AU.US-ASCII: warning: file mode not set
580./share/nls/en_CA.ISO8859-1 missing (created)
581./share/nls/en_CA.ISO8859-1: user/group/mode not modified: Operation not permitted
582./share/nls/en_CA.ISO8859-1: warning: file mode not set
583./share/nls/en_CA.ISO8859-15 missing (created)
584./share/nls/en_CA.ISO8859-15: user/group/mode not modified: Operation not permitted
585./share/nls/en_CA.ISO8859-15: warning: file mode not set
586./share/nls/en_CA.US-ASCII missing (created)
587./share/nls/en_CA.US-ASCII: user/group/mode not modified: Operation not permitted
588./share/nls/en_CA.US-ASCII: warning: file mode not set
589./share/nls/en_GB.ISO8859-1 missing (created)
590./share/nls/en_GB.ISO8859-1: user/group/mode not modified: Operation not permitted
591./share/nls/en_GB.ISO8859-1: warning: file mode not set
592./share/nls/en_GB.ISO8859-15 missing (created)
593./share/nls/en_GB.ISO8859-15: user/group/mode not modified: Operation not permitted
594./share/nls/en_GB.ISO8859-15: warning: file mode not set
595./share/nls/en_GB.US-ASCII missing (created)
596./share/nls/en_GB.US-ASCII: user/group/mode not modified: Operation not permitted
597./share/nls/en_GB.US-ASCII: warning: file mode not set
598./share/nls/en_NZ.ISO8859-1 missing (created)
599./share/nls/en_NZ.ISO8859-1: user/group/mode not modified: Operation not permitted
600./share/nls/en_NZ.ISO8859-1: warning: file mode not set
601./share/nls/en_NZ.ISO8859-15 missing (created)
602./share/nls/en_NZ.ISO8859-15: user/group/mode not modified: Operation not permitted
603./share/nls/en_NZ.ISO8859-15: warning: file mode not set
604./share/nls/en_NZ.US-ASCII missing (created)
605./share/nls/en_NZ.US-ASCII: user/group/mode not modified: Operation not permitted
606./share/nls/en_NZ.US-ASCII: warning: file mode not set
607./share/nls/en_US.ISO8859-1 missing (created)
608./share/nls/en_US.ISO8859-1: user/group/mode not modified: Operation not permitted
609./share/nls/en_US.ISO8859-1: warning: file mode not set
610./share/nls/en_US.ISO8859-15 missing (created)
611./share/nls/en_US.ISO8859-15: user/group/mode not modified: Operation not permitted
612./share/nls/en_US.ISO8859-15: warning: file mode not set
613./share/nls/es_ES.ISO8859-1 missing (created)
614./share/nls/es_ES.ISO8859-1: user/group/mode not modified: Operation not permitted
615./share/nls/es_ES.ISO8859-1: warning: file mode not set
616./share/nls/es_ES.ISO8859-15 missing (created)
617./share/nls/es_ES.ISO8859-15: user/group/mode not modified: Operation not permitted
618./share/nls/es_ES.ISO8859-15: warning: file mode not set
619./share/nls/et_EE.ISO8859-15 missing (created)
620./share/nls/et_EE.ISO8859-15: user/group/mode not modified: Operation not permitted
621./share/nls/et_EE.ISO8859-15: warning: file mode not set
622./share/nls/fi_FI.ISO8859-1 missing (created)
623./share/nls/fi_FI.ISO8859-1: user/group/mode not modified: Operation not permitted
624./share/nls/fi_FI.ISO8859-1: warning: file mode not set
625./share/nls/fi_FI.ISO8859-15 missing (created)
626./share/nls/fi_FI.ISO8859-15: user/group/mode not modified: Operation not permitted
627./share/nls/fi_FI.ISO8859-15: warning: file mode not set
628./share/nls/fr_BE.ISO8859-1 missing (created)
629./share/nls/fr_BE.ISO8859-1: user/group/mode not modified: Operation not permitted
630./share/nls/fr_BE.ISO8859-1: warning: file mode not set
631./share/nls/fr_BE.ISO8859-15 missing (created)
632./share/nls/fr_BE.ISO8859-15: user/group/mode not modified: Operation not permitted
633./share/nls/fr_BE.ISO8859-15: warning: file mode not set
634./share/nls/fr_CA.ISO8859-1 missing (created)
635./share/nls/fr_CA.ISO8859-1: user/group/mode not modified: Operation not permitted
636./share/nls/fr_CA.ISO8859-1: warning: file mode not set
637./share/nls/fr_CA.ISO8859-15 missing (created)
638./share/nls/fr_CA.ISO8859-15: user/group/mode not modified: Operation not permitted
639./share/nls/fr_CA.ISO8859-15: warning: file mode not set
640./share/nls/fr_CH.ISO8859-1 missing (created)
641./share/nls/fr_CH.ISO8859-1: user/group/mode not modified: Operation not permitted
642./share/nls/fr_CH.ISO8859-1: warning: file mode not set
643./share/nls/fr_CH.ISO8859-15 missing (created)
644./share/nls/fr_CH.ISO8859-15: user/group/mode not modified: Operation not permitted
645./share/nls/fr_CH.ISO8859-15: warning: file mode not set
646./share/nls/fr_FR.ISO8859-1 missing (created)
647./share/nls/fr_FR.ISO8859-1: user/group/mode not modified: Operation not permitted
648./share/nls/fr_FR.ISO8859-1: warning: file mode not set
649./share/nls/fr_FR.ISO8859-15 missing (created)
650./share/nls/fr_FR.ISO8859-15: user/group/mode not modified: Operation not permitted
651./share/nls/fr_FR.ISO8859-15: warning: file mode not set
652./share/nls/hi_IN.ISCII-DEV missing (created)
653./share/nls/hi_IN.ISCII-DEV: user/group/mode not modified: Operation not permitted
654./share/nls/hi_IN.ISCII-DEV: warning: file mode not set
655./share/nls/hr_HR.ISO8859-2 missing (created)
656./share/nls/hr_HR.ISO8859-2: user/group/mode not modified: Operation not permitted
657./share/nls/hr_HR.ISO8859-2: warning: file mode not set
658./share/nls/hu_HU.ISO8859-2 missing (created)
659./share/nls/hu_HU.ISO8859-2: user/group/mode not modified: Operation not permitted
660./share/nls/hu_HU.ISO8859-2: warning: file mode not set
661./share/nls/is_IS.ISO8859-1 missing (created)
662./share/nls/is_IS.ISO8859-1: user/group/mode not modified: Operation not permitted
663./share/nls/is_IS.ISO8859-1: warning: file mode not set
664./share/nls/is_IS.ISO8859-15 missing (created)
665./share/nls/is_IS.ISO8859-15: user/group/mode not modified: Operation not permitted
666./share/nls/is_IS.ISO8859-15: warning: file mode not set
667./share/nls/it_CH.ISO8859-1 missing (created)
668./share/nls/it_CH.ISO8859-1: user/group/mode not modified: Operation not permitted
669./share/nls/it_CH.ISO8859-1: warning: file mode not set
670./share/nls/it_CH.ISO8859-15 missing (created)
671./share/nls/it_CH.ISO8859-15: user/group/mode not modified: Operation not permitted
672./share/nls/it_CH.ISO8859-15: warning: file mode not set
673./share/nls/it_IT.ISO8859-1 missing (created)
674./share/nls/it_IT.ISO8859-1: user/group/mode not modified: Operation not permitted
675./share/nls/it_IT.ISO8859-1: warning: file mode not set
676./share/nls/it_IT.ISO8859-15 missing (created)
677./share/nls/it_IT.ISO8859-15: user/group/mode not modified: Operation not permitted
678./share/nls/it_IT.ISO8859-15: warning: file mode not set
679./share/nls/ja_JP.SJIS missing (created)
680./share/nls/ja_JP.SJIS: user/group/mode not modified: Operation not permitted
681./share/nls/ja_JP.SJIS: warning: file mode not set
682./share/nls/ja_JP.eucJP missing (created)
683./share/nls/ja_JP.eucJP: user/group/mode not modified: Operation not permitted
684./share/nls/ja_JP.eucJP: warning: file mode not set
685./share/nls/ko_KR.eucKR missing (created)
686./share/nls/ko_KR.eucKR: user/group/mode not modified: Operation not permitted
687./share/nls/ko_KR.eucKR: warning: file mode not set
688./share/nls/la_LN.ISO8859-1 missing (created)
689./share/nls/la_LN.ISO8859-1: user/group/mode not modified: Operation not permitted
690./share/nls/la_LN.ISO8859-1: warning: file mode not set
691./share/nls/la_LN.ISO8859-15 missing (created)
692./share/nls/la_LN.ISO8859-15: user/group/mode not modified: Operation not permitted
693./share/nls/la_LN.ISO8859-15: warning: file mode not set
694./share/nls/la_LN.ISO8859-2 missing (created)
695./share/nls/la_LN.ISO8859-2: user/group/mode not modified: Operation not permitted
696./share/nls/la_LN.ISO8859-2: warning: file mode not set
697./share/nls/la_LN.ISO8859-4 missing (created)
698./share/nls/la_LN.ISO8859-4: user/group/mode not modified: Operation not permitted
699./share/nls/la_LN.ISO8859-4: warning: file mode not set
700./share/nls/la_LN.US-ASCII missing (created)
701./share/nls/la_LN.US-ASCII: user/group/mode not modified: Operation not permitted
702./share/nls/la_LN.US-ASCII: warning: file mode not set
703./share/nls/lt_LT.ISO8859-4 missing (created)
704./share/nls/lt_LT.ISO8859-4: user/group/mode not modified: Operation not permitted
705./share/nls/lt_LT.ISO8859-4: warning: file mode not set
706./share/nls/nl_BE.ISO8859-1 missing (created)
707./share/nls/nl_BE.ISO8859-1: user/group/mode not modified: Operation not permitted
708./share/nls/nl_BE.ISO8859-1: warning: file mode not set
709./share/nls/nl_BE.ISO8859-15 missing (created)
710./share/nls/nl_BE.ISO8859-15: user/group/mode not modified: Operation not permitted
711./share/nls/nl_BE.ISO8859-15: warning: file mode not set
712./share/nls/nl_NL.ISO8859-1 missing (created)
713./share/nls/nl_NL.ISO8859-1: user/group/mode not modified: Operation not permitted
714./share/nls/nl_NL.ISO8859-1: warning: file mode not set
715./share/nls/nl_NL.ISO8859-15 missing (created)
716./share/nls/nl_NL.ISO8859-15: user/group/mode not modified: Operation not permitted
717./share/nls/nl_NL.ISO8859-15: warning: file mode not set
718./share/nls/no_NO.ISO8859-1 missing (created)
719./share/nls/no_NO.ISO8859-1: user/group/mode not modified: Operation not permitted
720./share/nls/no_NO.ISO8859-1: warning: file mode not set
721./share/nls/no_NO.ISO8859-15 missing (created)
722./share/nls/no_NO.ISO8859-15: user/group/mode not modified: Operation not permitted
723./share/nls/no_NO.ISO8859-15: warning: file mode not set
724./share/nls/pl_PL.ISO8859-2 missing (created)
725./share/nls/pl_PL.ISO8859-2: user/group/mode not modified: Operation not permitted
726./share/nls/pl_PL.ISO8859-2: warning: file mode not set
727./share/nls/pt_BR.ISO8859-1 missing (created)
728./share/nls/pt_BR.ISO8859-1: user/group/mode not modified: Operation not permitted
729./share/nls/pt_BR.ISO8859-1: warning: file mode not set
730./share/nls/pt_PT.ISO8859-1 missing (created)
731./share/nls/pt_PT.ISO8859-1: user/group/mode not modified: Operation not permitted
732./share/nls/pt_PT.ISO8859-1: warning: file mode not set
733./share/nls/pt_PT.ISO8859-15 missing (created)
734./share/nls/pt_PT.ISO8859-15: user/group/mode not modified: Operation not permitted
735./share/nls/pt_PT.ISO8859-15: warning: file mode not set
736./share/nls/ro_RO.ISO8859-2 missing (created)
737./share/nls/ro_RO.ISO8859-2: user/group/mode not modified: Operation not permitted
738./share/nls/ro_RO.ISO8859-2: warning: file mode not set
739./share/nls/ru_RU.CP866 missing (created)
740./share/nls/ru_RU.CP866: user/group/mode not modified: Operation not permitted
741./share/nls/ru_RU.CP866: warning: file mode not set
742./share/nls/ru_RU.ISO8859-5 missing (created)
743./share/nls/ru_RU.ISO8859-5: user/group/mode not modified: Operation not permitted
744./share/nls/ru_RU.ISO8859-5: warning: file mode not set
745./share/nls/ru_RU.KOI8-R missing (created)
746./share/nls/ru_RU.KOI8-R: user/group/mode not modified: Operation not permitted
747./share/nls/ru_RU.KOI8-R: warning: file mode not set
748./share/nls/sk_SK.ISO8859-2 missing (created)
749./share/nls/sk_SK.ISO8859-2: user/group/mode not modified: Operation not permitted
750./share/nls/sk_SK.ISO8859-2: warning: file mode not set
751./share/nls/sl_SI.ISO8859-2 missing (created)
752./share/nls/sl_SI.ISO8859-2: user/group/mode not modified: Operation not permitted
753./share/nls/sl_SI.ISO8859-2: warning: file mode not set
754./share/nls/sv_SE.ISO8859-1 missing (created)
755./share/nls/sv_SE.ISO8859-1: user/group/mode not modified: Operation not permitted
756./share/nls/sv_SE.ISO8859-1: warning: file mode not set
757./share/nls/sv_SE.ISO8859-15 missing (created)
758./share/nls/sv_SE.ISO8859-15: user/group/mode not modified: Operation not permitted
759./share/nls/sv_SE.ISO8859-15: warning: file mode not set
760./share/nls/tr_TR.ISO8859-9 missing (created)
761./share/nls/tr_TR.ISO8859-9: user/group/mode not modified: Operation not permitted
762./share/nls/tr_TR.ISO8859-9: warning: file mode not set
763./share/nls/uk_UA.ISO8859-5 missing (created)
764./share/nls/uk_UA.ISO8859-5: user/group/mode not modified: Operation not permitted
765./share/nls/uk_UA.ISO8859-5: warning: file mode not set
766./share/nls/uk_UA.KOI8-U missing (created)
767./share/nls/uk_UA.KOI8-U: user/group/mode not modified: Operation not permitted
768./share/nls/uk_UA.KOI8-U: warning: file mode not set
769./share/nls/zh_CN.eucCN missing (created)
770./share/nls/zh_CN.eucCN: user/group/mode not modified: Operation not permitted
771./share/nls/zh_CN.eucCN: warning: file mode not set
772./share/nls/zh_TW.Big5 missing (created)
773./share/nls/zh_TW.Big5: user/group/mode not modified: Operation not permitted
774./share/nls/zh_TW.Big5: warning: file mode not set
775./share/nls: user/group/mode not modified: Operation not permitted
776./share/nls: warning: file mode not set
777./share/skel missing (created)
778./share/skel: user/group/mode not modified: Operation not permitted
779./share/skel: warning: file mode not set
780./share: user/group/mode not modified: Operation not permitted
781./share: warning: file mode not set
782./var missing (created)
783./var/db missing (created)
784./var/db/dports missing (created)
785./var/db/dports/distfiles missing (created)
786./var/db/dports/distfiles: user/group/mode not modified: Operation not permitted
787./var/db/dports/distfiles: warning: file mode not set
788./var/db/dports/receipts missing (created)
789./var/db/dports/receipts: user/group/mode not modified: Operation not permitted
790./var/db/dports/receipts: warning: file mode not set
791./var/db/dports: user/group/mode not modified: Operation not permitted
792./var/db/dports: warning: file mode not set
793./var/db: user/group/mode not modified: Operation not permitted
794./var/db: warning: file mode not set
795./var: user/group/mode not modified: Operation not permitted
796./var: warning: file mode not set
797DEBUG: Executing com.apple.destroot (readline-5)
798DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/readline-5.0" && make install DESTDIR=/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot'
799/bin/sh ./support/mkinstalldirs /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include \
800        /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib \
801        /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/man/man3
802mkdir -p -- /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/man/man3
803for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
804        /opt/local/bin/ginstall -c -m 644 ./$f /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline ; \
805done
806( if test -d doc ; then \
807        cd doc && \
808        make  infodir=/opt/local/share/info DESTDIR=/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot install; \
809  fi )
810/bin/sh ../support/mkdirs /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/man/man3
811if test -n "" ; then \
812        /bin/sh ../support/mkdirs /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot ; \
813fi
814if test -f readline.info; then \
815        /opt/local/bin/ginstall -c -m 644 readline.info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/readline.info; \
816else \
817        /opt/local/bin/ginstall -c -m 644 ./readline.info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/readline.info; \
818fi
819if test -f rluserman.info; then \
820        /opt/local/bin/ginstall -c -m 644 rluserman.info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/rluserman.info; \
821else \
822        /opt/local/bin/ginstall -c -m 644 ./rluserman.info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/rluserman.info; \
823fi
824if test -f history.info; then \
825        /opt/local/bin/ginstall -c -m 644 history.info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/history.info; \
826else \
827        /opt/local/bin/ginstall -c -m 644 ./history.info /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/history.info; \
828fi
829if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
830        install-info --dir-file=/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/dir \
831                /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/readline.info ; \
832        install-info --dir-file=/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/dir \
833                /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/history.info ; \
834        install-info --dir-file=/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/dir \
835                /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/info/rluserman.info ; \
836else true; fi
837/opt/local/bin/ginstall -c -m 644 ./readline.3 /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/man/man3/readline.3
838/opt/local/bin/ginstall -c -m 644 ./history.3 /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/share/man/man3/history.3
839if test -n "" ; then \
840        if test -f readline.html; then \
841                /opt/local/bin/ginstall -c -m 644 readline.html /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/readline.html; \
842        else \
843                /opt/local/bin/ginstall -c -m 644 ./readline.html /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/readline.html; \
844        fi ; \
845        if test -f history.html; then \
846                /opt/local/bin/ginstall -c -m 644 history.html /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/history.html; \
847        else \
848                /opt/local/bin/ginstall -c -m 644 ./history.html /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/history.html; \
849        fi ; \
850        if test -f rluserman.html; then \
851                /opt/local/bin/ginstall -c -m 644 rluserman.html /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/rluserman.html; \
852        else \
853                /opt/local/bin/ginstall -c -m 644 ./rluserman.html /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/rluserman.html; \
854        fi ; \
855fi
856mv /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libreadline.a /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libreadline.old
857mv: rename /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libreadline.a to /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libreadline.old: No such file or directory
858make: [install-static] Error 1 (ignored)
859/opt/local/bin/ginstall -c -m 644 libreadline.a /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libreadline.a
860test -n "ranlib" && ranlib /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libreadline.a
861mv /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libhistory.a /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libhistory.old
862mv: rename /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libhistory.a to /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libhistory.old: No such file or directory
863make: [install-static] Error 1 (ignored)
864/opt/local/bin/ginstall -c -m 644 libhistory.a /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libhistory.a
865test -n "ranlib" && ranlib /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libhistory.a
866test -d shlib || mkdir shlib
867( cd shlib ; make  all )
868make[1]: Nothing to be done for `all'.
869( cd shlib ; make  DESTDIR=/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot install )
870/bin/sh ../support/mkdirs /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib
871/bin/sh ../support/shlib-install -O darwin7.9.0 -d /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib -i "/opt/local/bin/ginstall -c -m 644" libhistory.5.0.dylib
872/bin/sh ../support/shlib-install -O darwin7.9.0 -d /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib -i "/opt/local/bin/ginstall -c -m 644" libreadline.5.0.dylib
873install: you may need to run ldconfig
874DEBUG: Executing proc-post-com.apple.destroot-destroot-0
875DEBUG: Executing destroot_finish
876--->  Packaging tgz archive for readline-5 5.0.005_0
877DEBUG: Executing com.apple.archive (readline-5)
878DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/chardefs.h
879DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/history.h
880DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/keymaps.h
881DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/readline.h
882DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/rlconf.h
883DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/rlstdc.h
884DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/rltypedefs.h
885DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/include/readline5/tilde.h
886DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libhistory.5.0.dylib
887DEBUG: checksum file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/opt/local/lib/libreadline.5.0.dylib
888DEBUG: Using /usr/bin/tar
889DEBUG: Using /opt/local/bin/gzip
890--->  Deleting previous readline-5-5.0.005_0.powerpc.tgz
891--->  Creating readline-5-5.0.005_0.powerpc.tgz
892DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot" && /usr/bin/tar -cvf - . | /opt/local/bin/gzip -c9 > /opt/local/var/db/dports/packages/darwin/powerpc/readline-5-5.0.005_0.powerpc.tgz'
893./
894./+COMMENT
895./+CONTENTS
896./+DESC
897./+PORTFILE
898./+STATE
899./opt/
900./opt/local/
901./opt/local/include/
902./opt/local/include/readline5/
903./opt/local/include/readline5/chardefs.h
904./opt/local/include/readline5/history.h
905./opt/local/include/readline5/keymaps.h
906./opt/local/include/readline5/readline.h
907./opt/local/include/readline5/rlconf.h
908./opt/local/include/readline5/rlstdc.h
909./opt/local/include/readline5/rltypedefs.h
910./opt/local/include/readline5/tilde.h
911./opt/local/lib/
912./opt/local/lib/libhistory.5.0.dylib
913./opt/local/lib/libreadline.5.0.dylib
914--->  Archive readline-5-5.0.005_0.powerpc.tgz packaged
915DEBUG: Executing archive_finish
916DEBUG: removing file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/+COMMENT
917DEBUG: removing file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/+CONTENTS
918DEBUG: removing file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/+DESC
919DEBUG: removing file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/+PORTFILE
920DEBUG: removing file: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work/destroot/+STATE
921--->  Archive for readline-5 5.0.005_0 packaged
922--->  Installing readline-5 5.0.005_0
923DEBUG: Executing com.apple.install (readline-5)
924DEBUG: installing directory: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt
925DEBUG: installing directory: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local
926DEBUG: installing directory: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include
927DEBUG: installing directory: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5
928DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/chardefs.h
929DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/history.h
930DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/keymaps.h
931DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/readline.h
932DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/rlconf.h
933DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/rlstdc.h
934DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/rltypedefs.h
935DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/include/readline5/tilde.h
936DEBUG: installing directory: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/lib
937DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/lib/libhistory.5.0.dylib
938DEBUG: installing file: /opt/local/var/db/dports/software/readline-5/5.0.005_0/opt/local/lib/libreadline.5.0.dylib
939DEBUG: Executing com.apple.activate (readline-5)
940--->  Activating readline-5 5.0.005_0
941DEBUG: activating directory: /
942DEBUG: activating directory: /opt
943DEBUG: activating directory: /opt/local
944DEBUG: activating directory: /opt/local/include
945DEBUG: activating directory: /opt/local/include/readline5
946DEBUG: activating file: /opt/local/include/readline5/chardefs.h
947DEBUG: activating file: /opt/local/include/readline5/history.h
948DEBUG: activating file: /opt/local/include/readline5/keymaps.h
949DEBUG: activating file: /opt/local/include/readline5/readline.h
950DEBUG: activating file: /opt/local/include/readline5/rlconf.h
951DEBUG: activating file: /opt/local/include/readline5/rlstdc.h
952DEBUG: activating file: /opt/local/include/readline5/rltypedefs.h
953DEBUG: activating file: /opt/local/include/readline5/tilde.h
954DEBUG: activating directory: /opt/local/lib
955DEBUG: activating file: /opt/local/lib/libhistory.5.0.dylib
956DEBUG: activating file: /opt/local/lib/libreadline.5.0.dylib
957DEBUG: Adding file to file_map: /opt/local/include/readline5/chardefs.h for: readline-5
958DEBUG: Adding file to file_map: /opt/local/include/readline5/history.h for: readline-5
959DEBUG: Adding file to file_map: /opt/local/include/readline5/keymaps.h for: readline-5
960DEBUG: Adding file to file_map: /opt/local/include/readline5/readline.h for: readline-5
961DEBUG: Adding file to file_map: /opt/local/include/readline5/rlconf.h for: readline-5
962DEBUG: Adding file to file_map: /opt/local/include/readline5/rlstdc.h for: readline-5
963DEBUG: Adding file to file_map: /opt/local/include/readline5/rltypedefs.h for: readline-5
964DEBUG: Adding file to file_map: /opt/local/include/readline5/tilde.h for: readline-5
965DEBUG: Adding file to file_map: /opt/local/lib/libhistory.5.0.dylib for: readline-5
966DEBUG: Adding file to file_map: /opt/local/lib/libreadline.5.0.dylib for: readline-5
967DEBUG: Skipping completed com.apple.main (readline-5)
968--->  Cleaning readline-5
969DEBUG: Executing com.apple.clean (readline-5)
970--->  Removing workpath for readline-5
971DEBUG: Removing directory: /opt/local/var/db/dports/build/_Users_steve_Software-Development_Ports_dports_devel_readline-5/work
972DEBUG: Removing symlink: /Users/steve/Software-Development/Ports/dports/devel/readline-5/work
973DEBUG: Skipping completed com.apple.main (ghc)
974DEBUG: Skipping completed com.apple.fetch (ghc)
975DEBUG: Skipping completed com.apple.checksum (ghc)
976DEBUG: setting option extract.cmd to /opt/local/bin/bzip2
977--->  Extracting ghc