Ticket #4033: log-2019-11-19-2.log

File log-2019-11-19-2.log, 106.5 KB (added by dp, 4 years ago)
Line 
1Executing(%prep): /bin/sh -e /home/dp/rpmbuild/TMP/rpm-tmp.m3Oqea
2+ umask 022
3+ cd /home/dp/rpmbuild/BUILD
4+ cd /home/dp/rpmbuild/BUILD
5+ rm -rf mc-4.8.23
6+ /bin/bzip2 -dc /home/dp/rpmbuild/SOURCES/mc-4.8.23.tar.bz2
7+ /bin/tar -xof -
8+ STATUS=0
9+ [ 0 -ne 0 ]
10+ cd mc-4.8.23
11+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
12+ exit 0
13Executing(%build): /bin/sh -e /home/dp/rpmbuild/TMP/rpm-tmp.7UOqeb
14+ umask 022
15+ cd /home/dp/rpmbuild/BUILD
16+ cd mc-4.8.23
17+ export CC=gcc
18+ autoreconf
19/opt/freeware/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
20/opt/freeware/share/aclocal/glib.m4:8:   run info Automake 'Extending aclocal'
21/opt/freeware/share/aclocal/glib.m4:8:   or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
22configure.ac:13: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
23configure.ac:13: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
24configure.ac:275: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
25configure.ac:275: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
26configure.ac:275: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
27+ ./configure --prefix=/opt/freeware --mandir=/opt/freeware/man --disable-rpath --enable-threads=posix --enable-nls --enable-charset --enable-mclib --with-subshell --with-screen=slang --with-pcre=/opt/freeware --with-diff-viewer --without-x
28checking for a BSD-compatible install... /opt/freeware/bin/install -c
29checking whether build environment is sane... yes
30checking for a thread-safe mkdir -p... /opt/freeware/bin/mkdir -p
31checking for gawk... gawk
32checking whether make sets $(MAKE)... yes
33checking whether make supports nested variables... yes
34checking whether make supports nested variables... (cached) yes
35checking whether to enable maintainer-specific portions of Makefiles... no
36checking build system type... powerpc-ibm-aix7.2.3.0
37checking host system type... powerpc-ibm-aix7.2.3.0
38checking whether make supports the include directive... yes (GNU style)
39checking for gcc... gcc
40checking whether the C compiler works... yes
41checking for C compiler default output file name... a.out
42checking for suffix of executables...
43checking whether we are cross compiling... no
44checking for suffix of object files... o
45checking whether we are using the GNU C compiler... yes
46checking whether gcc accepts -g... yes
47checking for gcc option to accept ISO C89... none needed
48checking whether gcc understands -c and -o together... yes
49checking dependency style of gcc... gcc3
50checking how to run the C preprocessor... gcc -E
51checking for grep that handles long lines and -e... /opt/freeware/bin/grep
52checking for egrep... /opt/freeware/bin/grep -E
53checking for ANSI C header files... yes
54checking for sys/types.h... yes
55checking for sys/stat.h... yes
56checking for stdlib.h... yes
57checking for string.h... yes
58checking for memory.h... yes
59checking for strings.h... yes
60checking for inttypes.h... yes
61checking for stdint.h... yes
62checking for unistd.h... yes
63checking minix/config.h usability... no
64checking minix/config.h presence... no
65checking for minix/config.h... no
66checking whether it is safe to define __EXTENSIONS__... yes
67checking for gcc option to accept ISO C99... none needed
68checking for gcc option to accept ISO Standard C... (cached) none needed
69checking whether gcc accepts -fdiagnostics-show-option... yes
70checking whether gcc accepts -Wassign-enum... no
71checking whether gcc accepts -Wbad-function-cast... yes
72checking whether gcc accepts -Wcomment... yes
73checking whether gcc accepts -Wconditional-uninitialized... no
74checking whether gcc accepts -Wdeclaration-after-statement... yes
75checking whether gcc accepts -Wfloat-conversion... yes
76checking whether gcc accepts -Wfloat-equal... yes
77checking whether gcc accepts -Wformat... yes
78checking whether gcc accepts -Wformat-security... yes
79checking whether gcc accepts -Wformat-signedness... yes
80checking whether gcc accepts -Wimplicit... yes
81checking whether gcc accepts -Wimplicit-fallthrough... yes
82checking whether gcc accepts -Wignored-qualifiers... yes
83checking whether gcc accepts -Wlogical-not-parentheses... yes
84checking whether gcc accepts -Wmaybe-uninitialized... yes
85checking whether gcc accepts -Wmissing-braces... yes
86checking whether gcc accepts -Wmissing-declarations... yes
87checking whether gcc accepts -Wmissing-field-initializers... yes
88checking whether gcc accepts -Wmissing-format-attribute... yes
89checking whether gcc accepts -Wmissing-parameter-type... yes
90checking whether gcc accepts -Wmissing-prototypes... yes
91checking whether gcc accepts -Wmissing-variable-declarations... no
92checking whether gcc accepts -Wnested-externs... yes
93checking whether gcc accepts -Wno-long-long... yes
94checking whether gcc accepts -Wno-unreachable-code... yes
95checking whether gcc accepts -Wparentheses... yes
96checking whether gcc accepts -Wpointer-arith... yes
97checking whether gcc accepts -Wpointer-sign... yes
98checking whether gcc accepts -Wredundant-decls... yes
99checking whether gcc accepts -Wreturn-type... yes
100checking whether gcc accepts -Wsequence-point... yes
101checking whether gcc accepts -Wshadow... yes
102checking whether gcc accepts -Wsign-compare... yes
103checking whether gcc accepts -Wstrict-prototypes... yes
104checking whether gcc accepts -Wswitch... yes
105checking whether gcc accepts -Wswitch-default... yes
106checking whether gcc accepts -Wtype-limits... yes
107checking whether gcc accepts -Wundef... yes
108checking whether gcc accepts -Wuninitialized... yes
109checking whether gcc accepts -Wunreachable-code... yes
110checking whether gcc accepts -Wunused-but-set-variable... yes
111checking whether gcc accepts -Wunused-function... yes
112checking whether gcc accepts -Wunused-label... yes
113checking whether gcc accepts -Wunused-parameter... yes
114checking whether gcc accepts -Wunused-result... yes
115checking whether gcc accepts -Wunused-value... yes
116checking whether gcc accepts -Wunused-variable... yes
117checking whether gcc accepts -Wwrite-strings... yes
118checking for __attribute__((fallthrough))... yes
119checking how to print strings... print -r
120checking for a sed that does not truncate output... /opt/freeware/bin/sed
121checking for fgrep... /opt/freeware/bin/grep -F
122checking for ld used by gcc... /usr/bin/ld
123checking if the linker (/usr/bin/ld) is GNU ld... no
124checking for BSD- or MS-compatible name lister (nm)... /opt/freeware/bin/nm -B
125checking the name lister (/opt/freeware/bin/nm -B) interface... BSD nm
126checking whether ln -s works... yes
127checking the maximum length of command line arguments... 786432
128checking how to convert powerpc-ibm-aix7.2.3.0 file names to powerpc-ibm-aix7.2.3.0 format... func_convert_file_noop
129checking how to convert powerpc-ibm-aix7.2.3.0 file names to toolchain format... func_convert_file_noop
130checking for /usr/bin/ld option to reload object files... -r
131checking for objdump... objdump
132checking how to recognize dependent libraries... pass_all
133checking for dlltool... no
134checking how to associate runtime and link libraries... print -r --
135checking for archiver @FILE support... no
136checking for strip... strip
137checking for ranlib... ranlib
138checking command to parse /opt/freeware/bin/nm -B output from gcc object... ok
139checking for sysroot... no
140checking for a working dd... /opt/freeware/bin/dd
141checking how to truncate binary pipes... /opt/freeware/bin/dd bs=4096 count=1
142checking for mt... mt
143checking if mt is a manifest tool... no
144checking for dlfcn.h... yes
145checking which variant of shared library versioning to provide... aix
146checking for objdir... .libs
147checking if gcc supports -fno-rtti -fno-exceptions... no
148checking for gcc option to produce PIC... -fPIC -DPIC
149checking if gcc PIC flag -fPIC -DPIC works... yes
150checking if gcc static flag -static works... no
151checking if gcc supports -c -o file.o... yes
152checking if gcc supports -c -o file.o... (cached) yes
153checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
154checking dynamic linker characteristics... AIX lib.a(lib.so.V)
155checking how to hardcode library paths into programs... immediate
156checking whether stripping libraries is possible... no
157checking if libtool supports shared libraries... yes
158checking whether to build shared libraries... yes
159checking whether to build static libraries... no
160checking for pkg-config... /opt/freeware/bin/pkg-config
161checking pkg-config is at least version 0.9.0... yes
162checking whether ln -s works... yes
163checking for nroff... true
164checking for manual formatting macros... -man
165checking for option to disable ANSI color in manuals... none
166checking if nroff accepts -Tlatin1 or -Tascii...
167checking for file... true
168checking for -L option to file command... yes
169checking for gnome-moz-remote... no
170checking for mozilla... no
171checking for firefox... no
172checking for konqueror... no
173checking for opera... no
174checking for ar... /usr/bin/ar
175checking for check >= 0.9.8... no
176configure: WARNING: 'Check' testing framework not found. Check your environment
177checking for sighandler_t... no
178checking for glib-2.0 >= 2.26... yes
179checking for gmodule-no-export-2.0 >= 2.26... yes
180checking for slang >= 2.0... no
181checking S-Lang headers in /usr ...
182checking for slang.h... yes
183checking for S-Lang version 2.0 or newer... yes
184checking if S-Lang uses termcap... no
185checking for SLang_init_tty in -lslang... yes
186checking for slang/slang.h... no
187checking for X... disabled
188checking for string.h... (cached) yes
189checking for memory.h... (cached) yes
190checking limits.h usability... yes
191checking limits.h presence... yes
192checking for limits.h... yes
193checking malloc.h usability... yes
194checking malloc.h presence... yes
195checking for malloc.h... yes
196checking utime.h usability... yes
197checking utime.h presence... yes
198checking for utime.h... yes
199checking sys/statfs.h usability... yes
200checking sys/statfs.h presence... yes
201checking for sys/statfs.h... yes
202checking sys/vfs.h usability... yes
203checking sys/vfs.h presence... yes
204checking for sys/vfs.h... yes
205checking sys/select.h usability... yes
206checking sys/select.h presence... yes
207checking for sys/select.h... yes
208checking sys/ioctl.h usability... yes
209checking sys/ioctl.h presence... yes
210checking for sys/ioctl.h... yes
211checking stropts.h usability... yes
212checking stropts.h presence... yes
213checking for stropts.h... yes
214checking arpa/inet.h usability... yes
215checking arpa/inet.h presence... yes
216checking for arpa/inet.h... yes
217checking sys/socket.h usability... yes
218checking sys/socket.h presence... yes
219checking for sys/socket.h... yes
220checking for sys/types.h... (cached) yes
221checking for sys/param.h... yes
222checking for stdlib.h... (cached) yes
223checking for unistd.h... (cached) yes
224checking for sys/statvfs.h... yes
225checking for sys/vfs.h... (cached) yes
226checking for sys/fs_types.h... no
227checking for OS.h... no
228checking for netinet/in.h... yes
229checking sys/mkdev.h usability... no
230checking sys/mkdev.h presence... no
231checking for sys/mkdev.h... no
232checking sys/sysmacros.h usability... yes
233checking sys/sysmacros.h presence... yes
234checking for sys/sysmacros.h... yes
235checking for special C compiler options needed for large files... no
236checking for _FILE_OFFSET_BITS value needed for large files... unknown
237checking for _LARGE_FILES value needed for large files... 1
238checking size of long... 4
239checking for unsigned long long int... yes
240checking for uintmax_t... yes
241checking size of uintmax_t... 8
242checking for off_t... yes
243checking size of off_t... 8
244checking for mode_t... yes
245checking for promoted mode_t type... mode_t
246checking for pid_t... yes
247checking for uid_t in sys/types.h... yes
248checking for struct stat.st_blocks... yes
249checking for struct stat.st_blksize... yes
250checking for struct stat.st_rdev... yes
251checking for struct stat.st_mtim... yes
252checking for sig_atomic_t in signal.h... yes, non volatile
253checking for strverscmp... no
254checking for strncasecmp... yes
255checking for realpath... yes
256checking for posix_openpt... yes
257checking for grantpt... yes
258checking for statlstat... no
259checking for getpagesize... yes
260checking for working mmap... yes
261checking for get_process_stats in -lseq... no
262checking fcntl.h usability... yes
263checking fcntl.h presence... yes
264checking for fcntl.h... yes
265checking for utime.h... (cached) yes
266checking for listmntent... no
267checking for sys/ucred.h... no
268checking for sys/mount.h... no
269checking mntent.h usability... yes
270checking mntent.h presence... yes
271checking for mntent.h... yes
272checking for sys/fs_types.h... (cached) no
273checking for struct fsstat.f_fstypename... no
274checking for library containing getmntent... none required
275checking for getmntent... yes
276checking for mntctl function and struct vmount... yes
277checking sys/mntent.h usability... no
278checking sys/mntent.h presence... no
279checking for sys/mntent.h... no
280checking for sys/mkdev.h... (cached) no
281checking for sys/sysmacros.h... (cached) yes
282checking for struct statfs.f_fstypename... no
283checking for sys/mount.h... (cached) no
284checking how to get file system space usage... checking for statvfs function (SVR4)... yes
285checking whether to use statvfs64... yes
286checking for two-argument statfs with statfs.f_frsize member... no
287checking sys/fs/s5param.h usability... no
288checking sys/fs/s5param.h presence... no
289checking for sys/fs/s5param.h... no
290checking for sys/statfs.h... (cached) yes
291checking for statfs that truncates block counts... no
292checking for struct statfs.f_fstypename... (cached) no
293checking for struct statvfs.f_basetype... yes
294checking for struct statvfs.f_namemax... yes
295checking whether NLS is requested... yes
296checking for msgfmt... /opt/freeware/bin/msgfmt
297checking for gmsgfmt... /opt/freeware/bin/msgfmt
298checking for xgettext... /opt/freeware/bin/xgettext
299checking for msgmerge... /opt/freeware/bin/msgmerge
300checking whether we are using the GNU C Library 2 or newer... no
301checking for ranlib... (cached) ranlib
302checking whether the -Werror option is usable... yes
303checking for simple visibility declarations... yes
304checking for inline... inline
305checking for size_t... yes
306checking for stdint.h... yes
307checking for working alloca.h... yes
308checking for alloca... yes
309checking whether integer division by zero raises SIGFPE... no
310checking for inttypes.h... yes
311checking for inttypes.h... (cached) yes
312checking whether the inttypes.h PRIxNN macros are broken... no
313checking for ld used by GCC... /usr/bin/ld
314checking if the linker (/usr/bin/ld) is GNU ld... no
315checking for shared library run path origin... done
316checking whether imported symbols can be declared weak... no
317checking pthread.h usability... yes
318checking pthread.h presence... yes
319checking for pthread.h... yes
320checking for pthread_kill in -lpthread... yes
321checking for multithread API to use... posix
322checking for pthread_rwlock_t... yes
323checking for iconv... yes
324checking for working iconv... yes
325checking how to link with libiconv... /opt/freeware/lib/libiconv.a
326checking for iconv declaration...
327         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
328checking argz.h usability... no
329checking argz.h presence... no
330checking for argz.h... no
331checking for inttypes.h... (cached) yes
332checking for limits.h... (cached) yes
333checking for unistd.h... (cached) yes
334checking for sys/param.h... (cached) yes
335checking for getcwd... yes
336checking for getegid... yes
337checking for geteuid... yes
338checking for getgid... yes
339checking for getuid... yes
340checking for mempcpy... no
341checking for munmap... yes
342checking for stpcpy... yes
343checking for strcasecmp... yes
344checking for strdup... yes
345checking for strtoul... yes
346checking for tsearch... yes
347checking for uselocale... yes
348checking for argz_count... no
349checking for argz_stringify... no
350checking for argz_next... no
351checking for __fsetlocking... no
352checking whether feof_unlocked is declared... yes
353checking whether fgets_unlocked is declared... no
354checking for bison... bison
355checking version of bison... 3.0.5, ok
356checking for long long int... yes
357checking for wchar_t... yes
358checking for wint_t... yes
359checking for intmax_t... yes
360checking whether printf() supports POSIX/XSI format strings... yes
361checking whether we are using the GNU C Library 2.1 or newer... no
362checking for stdint.h... (cached) yes
363checking for SIZE_MAX... yes
364checking for stdint.h... (cached) yes
365checking for working fcntl.h... no (bad O_NOATIME)
366checking for CFPreferencesCopyAppValue... no
367checking for CFLocaleCopyCurrent... no
368checking for ptrdiff_t... yes
369checking stddef.h usability... yes
370checking stddef.h presence... yes
371checking for stddef.h... yes
372checking for stdlib.h... (cached) yes
373checking for string.h... (cached) yes
374checking for asprintf... no
375checking for fwprintf... yes
376checking for newlocale... yes
377checking for putenv... yes
378checking for setenv... yes
379checking for setlocale... yes
380checking for snprintf... yes
381checking for strnlen... yes
382checking for wcslen... yes
383checking for wcsnlen... yes
384checking for mbrtowc... yes
385checking for wcrtomb... yes
386checking whether _snprintf is declared... no
387checking whether _snwprintf is declared... no
388checking whether getc_unlocked is declared... yes
389checking for nl_langinfo and CODESET... yes
390checking for LC_MESSAGES... yes
391checking for CFPreferencesCopyAppValue... (cached) no
392checking for CFLocaleCopyCurrent... (cached) no
393checking whether included gettext is requested... no
394checking for GNU gettext in libc... no
395checking for GNU gettext in libintl... yes
396checking whether to use NLS... yes
397checking where the gettext function comes from... external libintl
398checking how to link with libintl... /opt/freeware/lib/libintl.a -lc
399checking for perl... /opt/freeware/bin/perl
400checking for python... /opt/freeware/bin/python
401checking for ruby... /usr/bin/ruby
402checking for AIX defines... yes
403configure: using internal editor
404configure: using diff viewer
405checking for subshell support... checking pty.h usability... no
406checking pty.h presence... no
407checking for pty.h... no
408checking libutil.h usability... no
409checking libutil.h presence... no
410checking for libutil.h... no
411checking util.h usability... no
412checking util.h presence... no
413checking for util.h... no
414checking for openpty... no
415checking for openpty in -lutil... no
416yes
417configure: Enabling VFS code
418checking for zip... /opt/freeware/bin/zip
419checking for unzip... /opt/freeware/bin/unzip
420checking for zipinfo code in unzip... yes
421checking for libssh2 >= 1.2.5... no
422checking for library containing socket... none required
423checking for library containing gethostbyname... none required
424checking for struct linger.l_linger... yes
425checking for nlink_t... yes
426checking for socklen_t... yes
427checking for pmap_set... yes
428checking for pmap_getport... yes
429checking for pmap_getmaps... yes
430checking for rresvport... yes
431checking for rpc/pmap_clnt.h... yes
432checking for doxygen... no
433configure: WARNING: doxygen not found - will not generate any doxygen documentation
434checking for perl... /opt/freeware/bin/perl
435checking that generated files are newer than configure... done
436configure: creating ./config.status
437config.status: creating src/man2hlp/man2hlp
438config.status: creating Makefile
439config.status: creating contrib/Makefile
440config.status: creating contrib/dist/Makefile
441config.status: creating contrib/dist/gentoo/Makefile
442config.status: creating contrib/dist/redhat/Makefile
443config.status: creating contrib/dist/redhat/mc.spec
444config.status: creating contrib/dist/pkginfo
445config.status: creating contrib/dist/prototype
446config.status: creating misc/Makefile
447config.status: creating misc/mc.menu
448config.status: creating misc/mcedit.menu
449config.status: creating misc/skins/Makefile
450config.status: creating misc/ext.d/Makefile
451config.status: creating misc/ext.d/doc.sh
452config.status: creating misc/ext.d/misc.sh
453config.status: creating misc/ext.d/text.sh
454config.status: creating misc/ext.d/web.sh
455config.status: creating misc/macros.d/Makefile
456config.status: creating misc/mc.ext
457config.status: creating src/Makefile
458config.status: creating src/consaver/Makefile
459config.status: creating src/editor/Makefile
460config.status: creating src/man2hlp/Makefile
461config.status: creating src/subshell/Makefile
462config.status: creating src/viewer/Makefile
463config.status: creating src/diffviewer/Makefile
464config.status: creating src/filemanager/Makefile
465config.status: creating src/vfs/Makefile
466config.status: creating src/vfs/cpio/Makefile
467config.status: creating src/vfs/extfs/Makefile
468config.status: creating src/vfs/extfs/helpers/Makefile
469config.status: creating src/vfs/extfs/helpers/a+
470config.status: creating src/vfs/extfs/helpers/apt+
471config.status: creating src/vfs/extfs/helpers/audio
472config.status: creating src/vfs/extfs/helpers/deb
473config.status: creating src/vfs/extfs/helpers/deba
474config.status: creating src/vfs/extfs/helpers/debd
475config.status: creating src/vfs/extfs/helpers/dpkg+
476config.status: creating src/vfs/extfs/helpers/iso9660
477config.status: creating src/vfs/extfs/helpers/hp48+
478config.status: creating src/vfs/extfs/helpers/lslR
479config.status: creating src/vfs/extfs/helpers/mailfs
480config.status: creating src/vfs/extfs/helpers/patchfs
481config.status: creating src/vfs/extfs/helpers/rpms+
482config.status: creating src/vfs/extfs/helpers/s3+
483config.status: creating src/vfs/extfs/helpers/uace
484config.status: creating src/vfs/extfs/helpers/ualz
485config.status: creating src/vfs/extfs/helpers/uar
486config.status: creating src/vfs/extfs/helpers/uarc
487config.status: creating src/vfs/extfs/helpers/uarj
488config.status: creating src/vfs/extfs/helpers/uc1541
489config.status: creating src/vfs/extfs/helpers/ucab
490config.status: creating src/vfs/extfs/helpers/uha
491config.status: creating src/vfs/extfs/helpers/ulha
492config.status: creating src/vfs/extfs/helpers/ulib
493config.status: creating src/vfs/extfs/helpers/urar
494config.status: creating src/vfs/extfs/helpers/uzip
495config.status: creating src/vfs/extfs/helpers/uzoo
496config.status: creating src/vfs/fish/Makefile
497config.status: creating src/vfs/fish/helpers/Makefile
498config.status: creating src/vfs/ftpfs/Makefile
499config.status: creating src/vfs/sftpfs/Makefile
500config.status: creating src/vfs/local/Makefile
501config.status: creating src/vfs/sfs/Makefile
502config.status: creating src/vfs/smbfs/Makefile
503config.status: creating src/vfs/tar/Makefile
504config.status: creating src/vfs/undelfs/Makefile
505config.status: creating lib/Makefile
506config.status: creating lib/event/Makefile
507config.status: creating lib/filehighlight/Makefile
508config.status: creating lib/mcconfig/Makefile
509config.status: creating lib/search/Makefile
510config.status: creating lib/skin/Makefile
511config.status: creating lib/strutil/Makefile
512config.status: creating lib/tty/Makefile
513config.status: creating lib/vfs/Makefile
514config.status: creating lib/widget/Makefile
515config.status: creating misc/syntax/Makefile
516config.status: creating misc/syntax/Syntax
517config.status: creating doc/Makefile
518config.status: creating doc/hints/Makefile
519config.status: creating doc/hints/l10n/Makefile
520config.status: creating doc/man/Makefile
521config.status: creating doc/man/es/Makefile
522config.status: creating doc/man/hu/Makefile
523config.status: creating doc/man/it/Makefile
524config.status: creating doc/man/pl/Makefile
525config.status: creating doc/man/ru/Makefile
526config.status: creating doc/man/sr/Makefile
527config.status: creating doc/hlp/Makefile
528config.status: creating doc/hlp/es/Makefile
529config.status: creating doc/hlp/hu/Makefile
530config.status: creating doc/hlp/it/Makefile
531config.status: creating doc/hlp/pl/Makefile
532config.status: creating doc/hlp/ru/Makefile
533config.status: creating doc/hlp/sr/Makefile
534config.status: creating intl/Makefile
535config.status: creating po/Makefile.in
536config.status: creating tests/Makefile
537config.status: creating tests/lib/Makefile
538config.status: creating tests/lib/mcconfig/Makefile
539config.status: creating tests/lib/search/Makefile
540config.status: creating tests/lib/strutil/Makefile
541config.status: creating tests/lib/vfs/Makefile
542config.status: creating tests/lib/widget/Makefile
543config.status: creating tests/src/Makefile
544config.status: creating tests/src/filemanager/Makefile
545config.status: creating tests/src/editor/Makefile
546config.status: creating tests/src/editor/test-data.txt
547config.status: creating tests/src/vfs/Makefile
548config.status: creating tests/src/vfs/extfs/Makefile
549config.status: creating tests/src/vfs/extfs/helpers-list/Makefile
550config.status: creating tests/src/vfs/extfs/helpers-list/data/config.sh
551config.status: creating tests/src/vfs/extfs/helpers-list/misc/Makefile
552config.status: creating config.h
553config.status: executing depfiles commands
554config.status: executing libtool commands
555config.status: executing po-directories commands
556config.status: creating po/POTFILES
557config.status: creating po/Makefile
558configure:
559
560Configuration:
561
562  Source code location:       .
563  Compiler:                   gcc
564  Compiler flags:              -fdiagnostics-show-option -Wbad-function-cast -Wcomment -Wdeclaration-after-statement -Wfloat-conversion -Wfloat-equal -Wformat -Wformat-security -Wformat-signedness -Wimplicit -Wimplicit-fallthrough -Wignored-qualifiers -Wlogical-not-parentheses -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wswitch-default -Wtype-limits -Wundef -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings  -g -O2
565  Assertions:                 yes
566  Unit tests:                 no ('Check' testing framework not found)
567  File system:                Midnight Commander Virtual Filesystem
568                              cpio, extfs, fish, ftp, sfs, tar
569  Screen library:             S-Lang
570  Mouse support:              xterm only
571  X11 events support:         no
572  With subshell support:      yes
573  With background operations: yes
574  Internal editor:            yes
575  Diff viewer:                yes
576  Support for charset:        yes
577  Search type:                glib-regexp
578
579+ gmake
580gmake  all-recursive
581gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
582Making all in intl
583gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/intl'
584gmake[2]: Nothing to be done for 'all'.
585gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/intl'
586Making all in po
587gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/po'
588gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/po'
589Making all in lib
590gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
591Making all in event
592gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/event'
593  CC       event.lo
594  CC       manage.lo
595  CC       raise.lo
596  CCLD     libmcevent.la
597gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/event'
598Making all in filehighlight
599gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/filehighlight'
600  CC       common.lo
601  CC       get-color.lo
602  CC       ini-file-read.lo
603  CCLD     libmcfilehighlight.la
604gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/filehighlight'
605Making all in mcconfig
606gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/mcconfig'
607  CC       common.lo
608  CC       get.lo
609  CC       set.lo
610  CC       paths.lo
611  CCLD     libmcconfig.la
612gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/mcconfig'
613Making all in search
614gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/search'
615  CC       search.lo
616  CC       lib.lo
617  CC       normal.lo
618  CC       regex.lo
619  CC       glob.lo
620  CC       hex.lo
621  CCLD     libsearch.la
622gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/search'
623Making all in skin
624gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/skin'
625  CC       colors.lo
626  CC       colors-old.lo
627  CC       common.lo
628  CC       hc-skins.lo
629  CC       ini-file.lo
630  CC       lines.lo
631  CCLD     libmcskin.la
632gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/skin'
633Making all in tty
634gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/tty'
635  CC       color-internal.lo
636  CC       color.lo
637  CC       key.lo
638  CC       keyxdef.lo
639  CC       mouse.lo
640  CC       tty.lo
641  CC       win.lo
642  CC       color-slang.lo
643  CC       tty-slang.lo
644  CCLD     libmctty.la
645gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/tty'
646Making all in vfs
647gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/vfs'
648  CC       direntry.lo
649direntry.c: In function 'vfs_s_find_entry_tree':
650direntry.c:203:49: warning: passing argument 1 of 'g_queue_peek_head_link' from incompatible pointer type [-Wincompatible-pointer-types]
651         for (iter = g_queue_peek_head_link (root->subdir); iter != NULL; iter = g_list_next (iter))
652                                             ~~~~^~~~~~~~
653In file included from /opt/freeware/include/glib-2.0/glib.h:70,
654                 from ../../lib/global.h:70,
655                 from direntry.c:70:
656/opt/freeware/include/glib-2.0/glib/gqueue.h:172:10: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
657 GList*   g_queue_peek_head_link (GQueue           *queue);
658          ^~~~~~~~~~~~~~~~~~~~~~
659direntry.c: In function 'vfs_s_find_entry_linear':
660direntry.c:266:37: warning: passing argument 1 of 'g_queue_find_custom' from incompatible pointer type [-Wincompatible-pointer-types]
661     iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare);
662                                 ~~~~^~~~~~~~
663In file included from /opt/freeware/include/glib-2.0/glib.h:70,
664                 from ../../lib/global.h:70,
665                 from direntry.c:70:
666/opt/freeware/include/glib-2.0/glib/gqueue.h:99:10: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
667 GList *  g_queue_find_custom    (GQueue           *queue,
668          ^~~~~~~~~~~~~~~~~~~
669direntry.c:293:41: warning: passing argument 1 of 'g_queue_find_custom' from incompatible pointer type [-Wincompatible-pointer-types]
670         iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare);
671                                     ~~~~^~~~~~~~
672In file included from /opt/freeware/include/glib-2.0/glib.h:70,
673                 from ../../lib/global.h:70,
674                 from direntry.c:70:
675/opt/freeware/include/glib-2.0/glib/gqueue.h:99:10: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
676 GList *  g_queue_find_custom    (GQueue           *queue,
677          ^~~~~~~~~~~~~~~~~~~
678direntry.c: In function 'vfs_s_opendir':
679direntry.c:448:44: warning: passing argument 1 of 'g_queue_peek_head_link' from incompatible pointer type [-Wincompatible-pointer-types]
680     info->cur = g_queue_peek_head_link (dir->subdir);
681                                         ~~~^~~~~~~~
682In file included from /opt/freeware/include/glib-2.0/glib.h:70,
683                 from ../../lib/global.h:70,
684                 from direntry.c:70:
685/opt/freeware/include/glib-2.0/glib/gqueue.h:172:10: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
686 GList*   g_queue_peek_head_link (GQueue           *queue);
687          ^~~~~~~~~~~~~~~~~~~~~~
688direntry.c: In function 'vfs_s_new_inode':
689direntry.c:895:17: warning: assignment to 'GList *' {aka 'struct _GList *'} from incompatible pointer type 'GQueue *' {aka 'struct _GQueue *'} [-Wincompatible-pointer-types]
690     ino->subdir = g_queue_new ();
691                 ^
692direntry.c: In function 'vfs_s_free_inode':
693direntry.c:922:35: warning: passing argument 1 of 'g_queue_get_length' from incompatible pointer type [-Wincompatible-pointer-types]
694     while (g_queue_get_length (ino->subdir) != 0)
695                                ~~~^~~~~~~~
696In file included from /opt/freeware/include/glib-2.0/glib.h:70,
697                 from ../../lib/global.h:70,
698                 from direntry.c:70:
699/opt/freeware/include/glib-2.0/glib/gqueue.h:86:52: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
700 guint    g_queue_get_length     (GQueue           *queue);
701                                  ~~~~~~~~~~~~~~~~~~^~~~~
702In file included from direntry.c:80:
703direntry.c:926:50: warning: passing argument 1 of 'g_queue_peek_head' from incompatible pointer type [-Wincompatible-pointer-types]
704         entry = VFS_ENTRY (g_queue_peek_head (ino->subdir));
705                                               ~~~^~~~~~~~
706xdirentry.h:40:47: note: in definition of macro 'VFS_ENTRY'
707 #define VFS_ENTRY(a) ((struct vfs_s_entry *) (a))
708                                               ^
709In file included from /opt/freeware/include/glib-2.0/glib.h:70,
710                 from ../../lib/global.h:70,
711                 from direntry.c:70:
712/opt/freeware/include/glib-2.0/glib/gqueue.h:125:52: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
713 gpointer g_queue_peek_head      (GQueue           *queue);
714                                  ~~~~~~~~~~~~~~~~~~^~~~~
715direntry.c:930:22: warning: passing argument 1 of 'g_queue_free' from incompatible pointer type [-Wincompatible-pointer-types]
716     g_queue_free (ino->subdir);
717                   ~~~^~~~~~~~
718In file included from /opt/freeware/include/glib-2.0/glib.h:70,
719                 from ../../lib/global.h:70,
720                 from direntry.c:70:
721/opt/freeware/include/glib-2.0/glib/gqueue.h:75:52: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
722 void     g_queue_free           (GQueue           *queue);
723                                  ~~~~~~~~~~~~~~~~~~^~~~~
724direntry.c: In function 'vfs_s_free_entry':
725direntry.c:967:33: warning: passing argument 1 of 'g_queue_remove' from incompatible pointer type [-Wincompatible-pointer-types]
726         g_queue_remove (ent->dir->subdir, ent);
727                         ~~~~~~~~^~~~~~~~
728In file included from /opt/freeware/include/glib-2.0/glib.h:70,
729                 from ../../lib/global.h:70,
730                 from direntry.c:70:
731/opt/freeware/include/glib-2.0/glib/gqueue.h:135:52: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
732 gboolean g_queue_remove         (GQueue           *queue,
733                                  ~~~~~~~~~~~~~~~~~~^~~~~
734direntry.c: In function 'vfs_s_insert_entry':
735direntry.c:990:27: warning: passing argument 1 of 'g_queue_push_tail' from incompatible pointer type [-Wincompatible-pointer-types]
736     g_queue_push_tail (dir->subdir, ent);
737                        ~~~^~~~~~~~
738In file included from /opt/freeware/include/glib-2.0/glib.h:70,
739                 from ../../lib/global.h:70,
740                 from direntry.c:70:
741/opt/freeware/include/glib-2.0/glib/gqueue.h:111:52: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
742 void     g_queue_push_tail      (GQueue           *queue,
743                                  ~~~~~~~~~~~~~~~~~~^~~~~
744direntry.c: In function 'vfs_s_normalize_filename_leading_spaces':
745direntry.c:1724:51: warning: passing argument 1 of 'g_queue_peek_head_link' from incompatible pointer type [-Wincompatible-pointer-types]
746     for (iter = g_queue_peek_head_link (root_inode->subdir); iter != NULL;
747                                         ~~~~~~~~~~^~~~~~~~
748In file included from /opt/freeware/include/glib-2.0/glib.h:70,
749                 from ../../lib/global.h:70,
750                 from direntry.c:70:
751/opt/freeware/include/glib-2.0/glib/gqueue.h:172:10: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
752 GList*   g_queue_peek_head_link (GQueue           *queue);
753          ^~~~~~~~~~~~~~~~~~~~~~
754  CC       gc.lo
755  CC       interface.lo
756  CC       parse_ls_vga.lo
757  CC       path.lo
758  CC       vfs.lo
759  CC       utilvfs.lo
760  CC       netutil.lo
761  CCLD     libmcvfs.la
762gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/vfs'
763Making all in strutil
764gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/strutil'
765  CC       filevercmp.lo
766  CC       replace.lo
767  CC       strescape.lo
768  CC       strutil8bit.lo
769  CC       strutilascii.lo
770  CC       strutil.lo
771  CC       strutilutf8.lo
772  CC       strverscmp.lo
773  CC       xstrtol.lo
774  CCLD     libmcstrutil.la
775gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/strutil'
776Making all in widget
777gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/widget'
778  CC       button.lo
779  CC       buttonbar.lo
780  CC       check.lo
781  CC       dialog.lo
782  CC       dialog-switch.lo
783  CC       gauge.lo
784  CC       groupbox.lo
785  CC       hline.lo
786  CC       history.lo
787  CC       input.lo
788  CC       input_complete.lo
789input_complete.c:62:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls]
790 extern char **environ;
791               ^~~~~~~
792In file included from input_complete.c:44:
793/opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/8.1.0/include-fixed/unistd.h:1026:15: note: previous declaration of 'environ' was here
794 extern char **environ;
795               ^~~~~~~
796  CC       listbox-window.lo
797  CC       listbox.lo
798  CC       label.lo
799  CC       menu.lo
800  CC       mouse.lo
801  CC       quick.lo
802  CC       radio.lo
803  CC       widget-common.lo
804  CC       wtools.lo
805  CCLD     libmcwidget.la
806gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/widget'
807Making all in .
808gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
809  CC       utilunix.lo
810  CC       util.lo
811  CC       hook.lo
812  CC       glibcompat.lo
813  CC       global.lo
814  CC       keybind.lo
815  CC       lock.lo
816  CC       serialize.lo
817  CC       shell.lo
818  CC       timefmt.lo
819  CC       timer.lo
820  CC       charsets.lo
821  CCLD     libmc.la
822
823*** Warning: Linking the shared library libmc.la against the
824*** static library /opt/freeware/lib/libiconv.a is not portable!
825
826*** Warning: Linking the shared library libmc.la against the
827*** static library /opt/freeware/lib/libintl.a is not portable!
828gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
829gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
830Making all in src
831gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
832Making all in filemanager
833gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/filemanager'
834  CC       achown.lo
835  CC       boxes.lo
836  CC       chmod.lo
837  CC       chown.lo
838  CC       cmd.lo
839  CC       command.lo
840  CC       dir.lo
841  CC       ext.lo
842  CC       file.lo
843  CC       filegui.lo
844  CC       filenot.lo
845  CC       fileopctx.lo
846  CC       find.lo
847  CC       hotlist.lo
848  CC       info.lo
849  CC       layout.lo
850  CC       midnight.lo
851  CC       mountlist.lo
852mountlist.c: In function 'fstype_to_string':
853mountlist.c:520:16: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
854         return "none";
855                ^~~~~~
856mountlist.c: In function 'read_file_system_list':
857mountlist.c:1201:3: warning: label 'free_then_fail' defined but not used [-Wunused-label]
858   free_then_fail:
859   ^~~~~~~~~~~~~~
860  CC       panelize.lo
861  CC       panel.lo
862  CC       tree.lo
863  CC       treestore.lo
864  CCLD     libmcfilemanager.la
865libtool: warning: '/usr/lib/libglib-2.0.la' seems to be moved
866libtool: warning: '/usr/lib/libintl.la' seems to be moved
867gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/filemanager'
868Making all in man2hlp
869gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/man2hlp'
870gmake[3]: Nothing to be done for 'all'.
871gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/man2hlp'
872Making all in vfs
873gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
874Making all in local
875gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/local'
876  CC       local.lo
877  CCLD     libvfs-local.la
878gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/local'
879Making all in cpio
880gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/cpio'
881  CC       cpio.lo
882  CCLD     libvfs-cpio.la
883gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/cpio'
884Making all in extfs
885gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
886Making all in helpers
887gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs/helpers'
888gmake[5]: Nothing to be done for 'all'.
889gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs/helpers'
890gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
891  CC       extfs.lo
892extfs.c: In function 'extfs_find_entry_int':
893extfs.c:274:44: warning: passing argument 1 of 'g_queue_find_custom' from incompatible pointer type [-Wincompatible-pointer-types]
894         pl = g_queue_find_custom (pent->ino->subdir, p, vfs_s_entry_compare);
895                                   ~~~~~~~~~^~~~~~~~
896In file included from /opt/freeware/include/glib-2.0/glib.h:70,
897                 from ../../../lib/global.h:70,
898                 from extfs.c:53:
899/opt/freeware/include/glib-2.0/glib/gqueue.h:99:10: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
900 GList *  g_queue_find_custom    (GQueue           *queue,
901          ^~~~~~~~~~~~~~~~~~~
902extfs.c: In function 'extfs_read_archive':
903extfs.c:515:49: warning: passing argument 1 of 'g_queue_push_tail' from incompatible pointer type [-Wincompatible-pointer-types]
904                     g_queue_push_tail (pent->ino->subdir, entry);
905                                        ~~~~~~~~~^~~~~~~~
906In file included from /opt/freeware/include/glib-2.0/glib.h:70,
907                 from ../../../lib/global.h:70,
908                 from extfs.c:53:
909/opt/freeware/include/glib-2.0/glib/gqueue.h:111:52: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
910 void     g_queue_push_tail      (GQueue           *queue,
911                                  ~~~~~~~~~~~~~~~~~~^~~~~
912extfs.c:521:51: warning: passing argument 1 of 'g_queue_push_tail' from incompatible pointer type [-Wincompatible-pointer-types]
913                     g_queue_push_tail (super->root->subdir, entry);
914                                        ~~~~~~~~~~~^~~~~~~~
915In file included from /opt/freeware/include/glib-2.0/glib.h:70,
916                 from ../../../lib/global.h:70,
917                 from extfs.c:53:
918/opt/freeware/include/glib-2.0/glib/gqueue.h:111:52: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
919 void     g_queue_push_tail      (GQueue           *queue,
920                                  ~~~~~~~~~~~~~~~~~~^~~~~
921extfs.c: In function 'extfs_opendir':
922extfs.c:1017:47: warning: passing argument 1 of 'g_queue_peek_head_link' from incompatible pointer type [-Wincompatible-pointer-types]
923     *info = g_queue_peek_head_link (entry->ino->subdir);
924                                     ~~~~~~~~~~^~~~~~~~
925In file included from /opt/freeware/include/glib-2.0/glib.h:70,
926                 from ../../../lib/global.h:70,
927                 from extfs.c:53:
928/opt/freeware/include/glib-2.0/glib/gqueue.h:172:10: note: expected 'GQueue *' {aka 'struct _GQueue *'} but argument is of type 'GList *' {aka 'struct _GList *'}
929 GList*   g_queue_peek_head_link (GQueue           *queue);
930          ^~~~~~~~~~~~~~~~~~~~~~
931  CCLD     libvfs-extfs.la
932gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
933gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
934Making all in fish
935gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
936Making all in helpers
937gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish/helpers'
938gmake[5]: Nothing to be done for 'all'.
939gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish/helpers'
940gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
941  CC       fish.lo
942  CCLD     libvfs-fish.la
943gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
944gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
945Making all in ftpfs
946gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/ftpfs'
947  CC       ftpfs.lo
948  CCLD     libvfs-ftpfs.la
949gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/ftpfs'
950Making all in sfs
951gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/sfs'
952  CC       sfs.lo
953  CCLD     libvfs-sfs.la
954gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/sfs'
955Making all in tar
956gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/tar'
957  CC       tar.lo
958  CCLD     libvfs-tar.la
959gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/tar'
960gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
961  CC       plugins_init.lo
962  CCLD     libmc-vfs.la
963gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
964gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
965Making all in viewer
966gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/viewer'
967  CC       actions_cmd.lo
968  CC       ascii.lo
969  CC       coord_cache.lo
970  CC       datasource.lo
971  CC       dialogs.lo
972  CC       display.lo
973  CC       growbuf.lo
974  CC       hex.lo
975  CC       lib.lo
976  CC       mcviewer.lo
977  CC       move.lo
978  CC       nroff.lo
979  CC       search.lo
980  CCLD     libmcviewer.la
981libtool: warning: '/usr/lib/libglib-2.0.la' seems to be moved
982libtool: warning: '/usr/lib/libintl.la' seems to be moved
983gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/viewer'
984Making all in editor
985gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/editor'
986  CC       bookmark.lo
987  CC       choosesyntax.lo
988  CC       edit.lo
989  CC       editbuffer.lo
990  CC       editcmd.lo
991  CC       editcmd_dialogs.lo
992  CC       editdraw.lo
993  CC       editmenu.lo
994  CC       editoptions.lo
995  CC       editwidget.lo
996  CC       etags.lo
997  CC       format.lo
998  CC       syntax.lo
999  CCLD     libedit.la
1000gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/editor'
1001Making all in diffviewer
1002gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/diffviewer'
1003  CC       search.lo
1004  CC       ydiff.lo
1005  CCLD     libdiffviewer.la
1006libtool: warning: '/usr/lib/libglib-2.0.la' seems to be moved
1007libtool: warning: '/usr/lib/libintl.la' seems to be moved
1008gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/diffviewer'
1009Making all in subshell
1010gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/subshell'
1011  CC       common.lo
1012  CC       proxyfunc.lo
1013  CCLD     libsubshell.la
1014gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/subshell'
1015gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1016  CC       main.o
1017  CC       cons.handler.lo
1018  CC       args.lo
1019  CC       clipboard.lo
1020  CC       events_init.lo
1021  CC       execute.lo
1022  CC       help.lo
1023  CC       keybind-defaults.lo
1024  CC       learn.lo
1025  CC       setup.lo
1026  CC       textconf.lo
1027  CC       usermenu.lo
1028  CC       util.lo
1029  CC       selcodepage.lo
1030  CC       background.lo
1031  CCLD     libinternal.la
1032libtool: warning: '/usr/lib/libglib-2.0.la' seems to be moved
1033libtool: warning: '/usr/lib/libintl.la' seems to be moved
1034copying selected object files to avoid basename conflicts...
1035  CCLD     mc
1036gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1037gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1038Making all in doc
1039gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1040Making all in hints
1041gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1042Making all in l10n
1043gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints/l10n'
1044gmake[4]: Nothing to be done for 'all'.
1045gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints/l10n'
1046gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1047gmake[4]: Nothing to be done for 'all-am'.
1048gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1049gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1050Making all in man
1051gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1052Making all in es
1053gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/es'
1054MAN_FILE=mc.1.in; MAN_DATE=$(LC_ALL=es_ES.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B de %Y", localtime($fi[9]));' 2>/dev/null); \
1055sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mc.1.in > mc.1
1056gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/es'
1057Making all in hu
1058gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/hu'
1059MAN_FILE=mc.1.in; MAN_DATE=$(LC_ALL=hu_HU.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%Y. %B", localtime($fi[9]));' 2>/dev/null); \
1060sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mc.1.in > mc.1
1061gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/hu'
1062Making all in it
1063gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/it'
1064MAN_FILE=mc.1.in; MAN_DATE=$(LC_ALL=it_IT.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B %Y", localtime($fi[9]));' 2>/dev/null); \
1065sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mc.1.in > mc.1
1066gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/it'
1067Making all in pl
1068gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/pl'
1069MAN_FILE=mc.1.in; MAN_DATE=$(LC_ALL=pl_PL.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B %Y", localtime($fi[9]));' 2>/dev/null); \
1070sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mc.1.in > mc.1
1071gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/pl'
1072Making all in ru
1073gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/ru'
1074MAN_FILE=mc.1.in; MAN_DATE=$(LC_ALL=ru_RU.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B %Y", localtime($fi[9]));' 2>/dev/null); \
1075sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mc.1.in > mc.1
1076gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/ru'
1077Making all in sr
1078gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/sr'
1079MAN_FILE=mc.1.in; MAN_DATE=$(LC_ALL=sr_SR.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B %Y.", localtime($fi[9]));' 2>/dev/null); \
1080sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mc.1.in > mc.1
1081gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/sr'
1082gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1083MAN_FILE=mc.1.in; MAN_DATE=$(LC_ALL=en_US.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B %Y", localtime($fi[9]));' 2>/dev/null); \
1084sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mc.1.in > mc.1
1085MAN_FILE=mcedit.1.in; MAN_DATE=$(LC_ALL=en_US.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B %Y", localtime($fi[9]));' 2>/dev/null); \
1086sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mcedit.1.in > mcedit.1
1087MAN_FILE=mcview.1.in; MAN_DATE=$(LC_ALL=en_US.UTF-8 /opt/freeware/bin/perl -MPOSIX -e ' @fi=lstat("'${MAN_FILE}'"); print POSIX::strftime("%B %Y", localtime($fi[9]));' 2>/dev/null); \
1088sed -e "s/%DATE_OF_MAN_PAGE%/${MAN_DATE}/g" -e "s/%DISTR_VERSION%/4.8.23/g" -e "s{%prefix%{/opt/freeware{g" -e "s{%sysconfdir%{/opt/freeware/etc{g" -e "s{%libexecdir%{/opt/freeware/libexec{g" mcview.1.in > mcview.1
1089gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1090gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1091Making all in hlp
1092gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1093Making all in es
1094gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/es'
1095../../../src/man2hlp/man2hlp ../../../doc/man/es/mc.1 ./xnc.hlp mc.hlp.es
1096gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/es'
1097Making all in hu
1098gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/hu'
1099../../../src/man2hlp/man2hlp ../../../doc/man/hu/mc.1 ./xnc.hlp mc.hlp.hu
1100gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/hu'
1101Making all in it
1102gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/it'
1103../../../src/man2hlp/man2hlp ../../../doc/man/it/mc.1 ./xnc.hlp mc.hlp.it
1104man2hlp: Stale link "OPTIONS" in file "../../../doc/man/it/mc.1" on line 2145
1105gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/it'
1106Making all in pl
1107gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/pl'
1108../../../src/man2hlp/man2hlp ../../../doc/man/pl/mc.1 ./xnc.hlp mc.hlp.pl
1109gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/pl'
1110Making all in ru
1111gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/ru'
1112../../../src/man2hlp/man2hlp ../../../doc/man/ru/mc.1 ./xnc.hlp mc.hlp.ru
1113gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/ru'
1114Making all in sr
1115gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/sr'
1116../../../src/man2hlp/man2hlp ../../../doc/man/sr/mc.1 ./xnc.hlp mc.hlp.sr
1117gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/sr'
1118gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1119../../src/man2hlp/man2hlp ../../doc/man/mc.1 ./xnc.hlp mc.hlp
1120gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1121gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1122gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1123gmake[3]: Nothing to be done for 'all-am'.
1124gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1125gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1126Making all in contrib
1127gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1128Making all in dist
1129gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1130Making all in gentoo
1131gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/gentoo'
1132gmake[4]: Nothing to be done for 'all'.
1133gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/gentoo'
1134Making all in redhat
1135gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/redhat'
1136gmake[4]: Nothing to be done for 'all'.
1137gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/redhat'
1138gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1139gmake[4]: Nothing to be done for 'all-am'.
1140gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1141gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1142gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1143sed "s%@""pkglibexecdir@%/opt/freeware/libexec/mc%" ./mc.csh.in > mc.csh
1144sed "s%@""pkglibexecdir@%/opt/freeware/libexec/mc%" ./mc.sh.in > mc.sh
1145sed "s%@""bindir@%/opt/freeware/bin%" ./mc-wrapper.csh.in > mc-wrapper.csh
1146sed "s%@""bindir@%/opt/freeware/bin%" ./mc-wrapper.sh.in > mc-wrapper.sh
1147gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1148gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1149Making all in misc
1150gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1151Making all in ext.d
1152gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/ext.d'
1153gmake[3]: Nothing to be done for 'all'.
1154gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/ext.d'
1155Making all in macros.d
1156gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/macros.d'
1157gmake[3]: Nothing to be done for 'all'.
1158gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/macros.d'
1159Making all in skins
1160gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/skins'
1161gmake[3]: Nothing to be done for 'all'.
1162gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/skins'
1163Making all in syntax
1164gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/syntax'
1165gmake[3]: Nothing to be done for 'all'.
1166gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/syntax'
1167gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1168gmake[3]: Nothing to be done for 'all-am'.
1169gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1170gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1171gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
1172gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
1173gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
1174+ exit 0
1175Executing(%install): /bin/sh -e /home/dp/rpmbuild/TMP/rpm-tmp.TyOqec
1176+ umask 022
1177+ cd /home/dp/rpmbuild/BUILD
1178+ cd mc-4.8.23
1179+ [ /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1 != / ]
1180+ rm -rf /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1
1181+ gmake DESTDIR=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1 install
1182Making install in intl
1183gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/intl'
1184if { test "mc" = "gettext-runtime" || test "mc" = "gettext-tools"; } \
1185   && test 'no' = yes; then \
1186  /opt/freeware/bin/mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/include; \
1187  /opt/freeware/bin/install -c -m 644 libintl.h /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/include/libintl.h; \
1188  /bin/sh ../libtool --mode=install \
1189    /opt/freeware/bin/install -c -m 644 libintl.a /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libintl.a; \
1190  if test "@RELOCATABLE@" = yes; then \
1191    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
1192    if test -n "$dependencies"; then \
1193      rm -f /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libintl.la; \
1194    fi; \
1195  fi; \
1196else \
1197  : ; \
1198fi
1199if test "mc" = "gettext-tools" \
1200   && test 'no' = no \
1201   && test no != no; then \
1202  /opt/freeware/bin/mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib; \
1203  /bin/sh ../libtool --mode=install \
1204    /opt/freeware/bin/install -c -m 644 libgnuintl.a /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libgnuintl.a; \
1205  rm -f /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/preloadable_libintl.so; \
1206  /opt/freeware/bin/install -c -m 644 /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libgnuintl.so /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/preloadable_libintl.so; \
1207  /bin/sh ../libtool --mode=uninstall \
1208    rm -f /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libgnuintl.a; \
1209else \
1210  : ; \
1211fi
1212if test 'no' = yes; then \
1213  if test no = no; then \
1214    case 'aix7.2.3.0' in \
1215      darwin[56]*) \
1216        need_charset_alias=true ;; \
1217      darwin* | cygwin* | mingw* | pw32* | cegcc*) \
1218        need_charset_alias=false ;; \
1219      *) \
1220        need_charset_alias=true ;; \
1221    esac; \
1222  else \
1223    need_charset_alias=false; \
1224  fi; \
1225  if $need_charset_alias; then \
1226    /opt/freeware/bin/mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib; \
1227  fi; \
1228  temp=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/t-charset.alias; \
1229  dest=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/charset.alias; \
1230  if test -f /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/charset.alias; then \
1231    orig=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/charset.alias; \
1232    sed -f ref-add.sed $orig > $temp; \
1233    /opt/freeware/bin/install -c -m 644 $temp $dest; \
1234    rm -f $temp; \
1235  else \
1236    if $need_charset_alias; then \
1237      orig=charset.alias; \
1238      sed -f ref-add.sed $orig > $temp; \
1239      /opt/freeware/bin/install -c -m 644 $temp $dest; \
1240      rm -f $temp; \
1241    fi; \
1242  fi; \
1243  /opt/freeware/bin/mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale; \
1244  test -f /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/locale.alias \
1245    && orig=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/locale.alias \
1246    || orig=./locale.alias; \
1247  temp=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/t-locale.alias; \
1248  dest=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/locale.alias; \
1249  sed -f ref-add.sed $orig > $temp; \
1250  /opt/freeware/bin/install -c -m 644 $temp $dest; \
1251  rm -f $temp; \
1252else \
1253  : ; \
1254fi
1255if test "mc" = "gettext-tools"; then \
1256  /opt/freeware/bin/mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/intl; \
1257  /opt/freeware/bin/install -c -m 644 VERSION /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/intl/VERSION; \
1258  /opt/freeware/bin/install -c -m 644 ChangeLog.inst /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/intl/ChangeLog; \
1259  dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.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 threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
1260  for file in $dists; do \
1261    /opt/freeware/bin/install -c -m 644 ./$file \
1262                    /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/intl/$file; \
1263  done; \
1264  chmod a+x /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/intl/config.charset; \
1265  dists="plural.c"; \
1266  for file in $dists; do \
1267    if test -f $file; then dir=.; else dir=.; fi; \
1268    /opt/freeware/bin/install -c -m 644 $dir/$file \
1269                    /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/intl/$file; \
1270  done; \
1271  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
1272  for file in $dists; do \
1273    rm -f /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/intl/$file; \
1274  done; \
1275else \
1276  : ; \
1277fi
1278gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/intl'
1279Making install in po
1280gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/po'
1281installing az.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/az/LC_MESSAGES/mc.mo
1282installing be.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/be/LC_MESSAGES/mc.mo
1283installing bg.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/bg/LC_MESSAGES/mc.mo
1284installing ca.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ca/LC_MESSAGES/mc.mo
1285installing cs.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/cs/LC_MESSAGES/mc.mo
1286installing da.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/da/LC_MESSAGES/mc.mo
1287installing de.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/de/LC_MESSAGES/mc.mo
1288installing de_CH.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/de_CH/LC_MESSAGES/mc.mo
1289installing el.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/el/LC_MESSAGES/mc.mo
1290installing en_GB.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/en_GB/LC_MESSAGES/mc.mo
1291installing eo.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/eo/LC_MESSAGES/mc.mo
1292installing es.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/es/LC_MESSAGES/mc.mo
1293installing et.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/et/LC_MESSAGES/mc.mo
1294installing eu.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/eu/LC_MESSAGES/mc.mo
1295installing fa.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/fa/LC_MESSAGES/mc.mo
1296installing fi.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/fi/LC_MESSAGES/mc.mo
1297installing fr.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/fr/LC_MESSAGES/mc.mo
1298installing fr_CA.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/fr_CA/LC_MESSAGES/mc.mo
1299installing gl.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/gl/LC_MESSAGES/mc.mo
1300installing hr.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/hr/LC_MESSAGES/mc.mo
1301installing hu.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/hu/LC_MESSAGES/mc.mo
1302installing ia.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ia/LC_MESSAGES/mc.mo
1303installing id.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/id/LC_MESSAGES/mc.mo
1304installing it.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/it/LC_MESSAGES/mc.mo
1305installing ja.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ja/LC_MESSAGES/mc.mo
1306installing ka.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ka/LC_MESSAGES/mc.mo
1307installing kk.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/kk/LC_MESSAGES/mc.mo
1308installing ko.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ko/LC_MESSAGES/mc.mo
1309installing lt.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/lt/LC_MESSAGES/mc.mo
1310installing lv.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/lv/LC_MESSAGES/mc.mo
1311installing mn.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/mn/LC_MESSAGES/mc.mo
1312installing nb.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/nb/LC_MESSAGES/mc.mo
1313installing nl.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/nl/LC_MESSAGES/mc.mo
1314installing pl.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/pl/LC_MESSAGES/mc.mo
1315installing pt.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/pt/LC_MESSAGES/mc.mo
1316installing pt_BR.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/pt_BR/LC_MESSAGES/mc.mo
1317installing ro.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ro/LC_MESSAGES/mc.mo
1318installing ru.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ru/LC_MESSAGES/mc.mo
1319installing sk.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/sk/LC_MESSAGES/mc.mo
1320installing sl.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/sl/LC_MESSAGES/mc.mo
1321installing sr.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/sr/LC_MESSAGES/mc.mo
1322installing sv.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/sv/LC_MESSAGES/mc.mo
1323installing szl.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/szl/LC_MESSAGES/mc.mo
1324installing ta.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/ta/LC_MESSAGES/mc.mo
1325installing te.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/te/LC_MESSAGES/mc.mo
1326installing tr.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/tr/LC_MESSAGES/mc.mo
1327installing uk.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/uk/LC_MESSAGES/mc.mo
1328installing vi.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/vi/LC_MESSAGES/mc.mo
1329installing wa.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/wa/LC_MESSAGES/mc.mo
1330installing zh_CN.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/zh_CN/LC_MESSAGES/mc.mo
1331installing zh_TW.gmo as /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/locale/zh_TW/LC_MESSAGES/mc.mo
1332if test "mc" = "gettext-tools"; then \
1333  /opt/freeware/bin/mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/po; \
1334  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
1335    /opt/freeware/bin/install -c -m 644 ./$file \
1336                    /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/po/$file; \
1337  done; \
1338  for file in Makevars; do \
1339    rm -f /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/gettext/po/$file; \
1340  done; \
1341else \
1342  : ; \
1343fi
1344gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/po'
1345Making install in lib
1346gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
1347Making install in event
1348gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/event'
1349gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/event'
1350gmake[3]: Nothing to be done for 'install-exec-am'.
1351gmake[3]: Nothing to be done for 'install-data-am'.
1352gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/event'
1353gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/event'
1354Making install in filehighlight
1355gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/filehighlight'
1356gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/filehighlight'
1357gmake[3]: Nothing to be done for 'install-exec-am'.
1358gmake[3]: Nothing to be done for 'install-data-am'.
1359gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/filehighlight'
1360gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/filehighlight'
1361Making install in mcconfig
1362gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/mcconfig'
1363gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/mcconfig'
1364gmake[3]: Nothing to be done for 'install-exec-am'.
1365gmake[3]: Nothing to be done for 'install-data-am'.
1366gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/mcconfig'
1367gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/mcconfig'
1368Making install in search
1369gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/search'
1370gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/search'
1371gmake[3]: Nothing to be done for 'install-exec-am'.
1372gmake[3]: Nothing to be done for 'install-data-am'.
1373gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/search'
1374gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/search'
1375Making install in skin
1376gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/skin'
1377gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/skin'
1378gmake[3]: Nothing to be done for 'install-exec-am'.
1379gmake[3]: Nothing to be done for 'install-data-am'.
1380gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/skin'
1381gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/skin'
1382Making install in tty
1383gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/tty'
1384gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/tty'
1385gmake[3]: Nothing to be done for 'install-exec-am'.
1386gmake[3]: Nothing to be done for 'install-data-am'.
1387gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/tty'
1388gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/tty'
1389Making install in vfs
1390gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/vfs'
1391gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/vfs'
1392gmake[3]: Nothing to be done for 'install-exec-am'.
1393gmake[3]: Nothing to be done for 'install-data-am'.
1394gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/vfs'
1395gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/vfs'
1396Making install in strutil
1397gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/strutil'
1398gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/strutil'
1399gmake[3]: Nothing to be done for 'install-exec-am'.
1400gmake[3]: Nothing to be done for 'install-data-am'.
1401gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/strutil'
1402gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/strutil'
1403Making install in widget
1404gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/widget'
1405gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/widget'
1406gmake[3]: Nothing to be done for 'install-exec-am'.
1407gmake[3]: Nothing to be done for 'install-data-am'.
1408gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/widget'
1409gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/widget'
1410Making install in .
1411gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
1412gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
1413 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib'
1414 /bin/sh ../libtool   --mode=install /opt/freeware/bin/install -c   libmc.la '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib'
1415libtool: install: /opt/freeware/bin/install -c .libs/libmc-1.a /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libmc-1.a
1416libtool: install: (cd /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib && { ln -s -f libmc-1.a libmc.a || { rm -f libmc.a && ln -s libmc-1.a libmc.a; }; })
1417libtool: install: /opt/freeware/bin/install -c .libs/libmc.lai /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/lib/libmc.la
1418libtool: warning: remember to run 'libtool --finish /opt/freeware/lib'
1419gmake[3]: Nothing to be done for 'install-data-am'.
1420gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
1421gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
1422gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib'
1423Making install in src
1424gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1425Making install in filemanager
1426gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/filemanager'
1427gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/filemanager'
1428gmake[3]: Nothing to be done for 'install-exec-am'.
1429gmake[3]: Nothing to be done for 'install-data-am'.
1430gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/filemanager'
1431gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/filemanager'
1432Making install in man2hlp
1433gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/man2hlp'
1434gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/man2hlp'
1435gmake[3]: Nothing to be done for 'install-exec-am'.
1436gmake[3]: Nothing to be done for 'install-data-am'.
1437gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/man2hlp'
1438gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/man2hlp'
1439Making install in vfs
1440gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
1441Making install in local
1442gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/local'
1443gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/local'
1444gmake[4]: Nothing to be done for 'install-exec-am'.
1445gmake[4]: Nothing to be done for 'install-data-am'.
1446gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/local'
1447gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/local'
1448Making install in cpio
1449gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/cpio'
1450gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/cpio'
1451gmake[4]: Nothing to be done for 'install-exec-am'.
1452gmake[4]: Nothing to be done for 'install-data-am'.
1453gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/cpio'
1454gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/cpio'
1455Making install in extfs
1456gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
1457Making install in helpers
1458gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs/helpers'
1459gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs/helpers'
1460gmake[5]: Nothing to be done for 'install-exec-am'.
1461 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/extfs.d'
1462 /opt/freeware/bin/install -c -m 644 README README.extfs '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/extfs.d'
1463 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/extfs.d'
1464 /opt/freeware/bin/install -c bpp changesetfs gitfs+ patchsetfs rpm trpm u7z a+ apt+ audio deb deba debd dpkg+ iso9660 hp48+ lslR mailfs patchfs rpms+ s3+ uace ualz uar uarc uarj uc1541 ucab uha ulha ulib urar uzip uzoo '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/extfs.d'
1465gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs/helpers'
1466gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs/helpers'
1467gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
1468gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
1469gmake[5]: Nothing to be done for 'install-exec-am'.
1470gmake[5]: Nothing to be done for 'install-data-am'.
1471gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
1472gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
1473gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/extfs'
1474Making install in fish
1475gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
1476Making install in helpers
1477gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish/helpers'
1478gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish/helpers'
1479gmake[5]: Nothing to be done for 'install-exec-am'.
1480 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/fish'
1481 /opt/freeware/bin/install -c -m 644 README.fish ls mkdir fexists unlink chown chmod rmdir ln mv hardlink get send append info utime '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/fish'
1482gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish/helpers'
1483gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish/helpers'
1484gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
1485gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
1486gmake[5]: Nothing to be done for 'install-exec-am'.
1487gmake[5]: Nothing to be done for 'install-data-am'.
1488gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
1489gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
1490gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/fish'
1491Making install in ftpfs
1492gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/ftpfs'
1493gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/ftpfs'
1494gmake[4]: Nothing to be done for 'install-exec-am'.
1495gmake[4]: Nothing to be done for 'install-data-am'.
1496gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/ftpfs'
1497gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/ftpfs'
1498Making install in sfs
1499gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/sfs'
1500gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/sfs'
1501gmake[4]: Nothing to be done for 'install-exec-am'.
1502 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/mc'
1503 /opt/freeware/bin/install -c -m 644 sfs.ini '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/mc'
1504gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/sfs'
1505gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/sfs'
1506Making install in tar
1507gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/tar'
1508gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/tar'
1509gmake[4]: Nothing to be done for 'install-exec-am'.
1510gmake[4]: Nothing to be done for 'install-data-am'.
1511gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/tar'
1512gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs/tar'
1513gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
1514gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
1515gmake[4]: Nothing to be done for 'install-exec-am'.
1516gmake[4]: Nothing to be done for 'install-data-am'.
1517gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
1518gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
1519gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/vfs'
1520Making install in viewer
1521gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/viewer'
1522gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/viewer'
1523gmake[3]: Nothing to be done for 'install-exec-am'.
1524gmake[3]: Nothing to be done for 'install-data-am'.
1525gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/viewer'
1526gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/viewer'
1527Making install in editor
1528gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/editor'
1529gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/editor'
1530gmake[3]: Nothing to be done for 'install-exec-am'.
1531gmake[3]: Nothing to be done for 'install-data-am'.
1532gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/editor'
1533gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/editor'
1534Making install in diffviewer
1535gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/diffviewer'
1536gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/diffviewer'
1537gmake[3]: Nothing to be done for 'install-exec-am'.
1538gmake[3]: Nothing to be done for 'install-data-am'.
1539gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/diffviewer'
1540gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/diffviewer'
1541Making install in subshell
1542gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/subshell'
1543gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/subshell'
1544gmake[3]: Nothing to be done for 'install-exec-am'.
1545gmake[3]: Nothing to be done for 'install-data-am'.
1546gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/subshell'
1547gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src/subshell'
1548gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1549gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1550 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin'
1551  /bin/sh ../libtool   --mode=install /opt/freeware/bin/install -c mc '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin'
1552libtool: warning: '/home/dp/rpmbuild/BUILD/mc-4.8.23/lib/libmc.la' has not been installed in '/opt/freeware/lib'
1553libtool: warning: '../lib/libmc.la' has not been installed in '/opt/freeware/lib'
1554libtool: install: /opt/freeware/bin/install -c .libs/mc /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mc
1555gmake  install-exec-hook
1556gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1557gmake install_mcview
1558gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1559cd /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/ && rm -f mcview && ln -s mc mcview
1560gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1561gmake install_mcedit
1562gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1563cd /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/ && rm -f mcedit && ln -s mc mcedit
1564gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1565gmake install_mcdiff
1566gmake[5]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1567cd /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/ && rm -f mcdiff && ln -s mc mcdiff
1568gmake[5]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1569gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1570gmake[3]: Nothing to be done for 'install-data-am'.
1571gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1572gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1573gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/src'
1574Making install in doc
1575gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1576Making install in hints
1577gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1578Making install in l10n
1579gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints/l10n'
1580gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints/l10n'
1581gmake[4]: Nothing to be done for 'install-exec-am'.
1582 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/hints'
1583 /opt/freeware/bin/install -c -m 644 ./mc.hint.af ./mc.hint.ar ./mc.hint.az ./mc.hint.be ./mc.hint.bg ./mc.hint.br ./mc.hint.ca ./mc.hint.cs ./mc.hint.da ./mc.hint.de ./mc.hint.de_CH ./mc.hint.el ./mc.hint.en_GB ./mc.hint.eo ./mc.hint.es ./mc.hint.et ./mc.hint.eu ./mc.hint.fa ./mc.hint.fi ./mc.hint.fr ./mc.hint.fr_CA ./mc.hint.ga ./mc.hint.gl ./mc.hint.he ./mc.hint.hr ./mc.hint.hu ./mc.hint.ia ./mc.hint.id ./mc.hint.it ./mc.hint.it_IT ./mc.hint.ja ./mc.hint.ka ./mc.hint.kk ./mc.hint.ko ./mc.hint.lt ./mc.hint.nl ./mc.hint.pl ./mc.hint.pt ./mc.hint.pt_BR ./mc.hint.ro '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/hints'
1584 /opt/freeware/bin/install -c -m 644 ./mc.hint.ru ./mc.hint.sk ./mc.hint.sl ./mc.hint.sr ./mc.hint.sv ./mc.hint.sv_SE ./mc.hint.szl ./mc.hint.te ./mc.hint.tr ./mc.hint.uk ./mc.hint.uz ./mc.hint.zh ./mc.hint.zh_CN '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/hints'
1585gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints/l10n'
1586gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints/l10n'
1587gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1588gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1589gmake[4]: Nothing to be done for 'install-exec-am'.
1590 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/hints'
1591 /opt/freeware/bin/install -c -m 644 mc.hint '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/hints'
1592gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1593gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1594gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hints'
1595Making install in man
1596gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1597Making install in es
1598gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/es'
1599gmake[4]: se entra en el directorio '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/es'
1600gmake[4]: No se hace nada para 'install-exec-am'.
1601 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/es/man1'
1602 /opt/freeware/bin/install -c -m 644 mc.1 '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/es/man1'
1603gmake[4]: se sale del directorio '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/es'
1604gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/es'
1605Making install in hu
1606gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/hu'
1607gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/hu'
1608gmake[4]: Nothing to be done for 'install-exec-am'.
1609 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/hu/man1'
1610 /opt/freeware/bin/install -c -m 644 mc.1 '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/hu/man1'
1611gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/hu'
1612gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/hu'
1613Making install in it
1614gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/it'
1615gmake[4]: ingresso nella directory "/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/it"
1616gmake[4]: Nessuna operazione da eseguire per "install-exec-am".
1617 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/it/man1'
1618 /opt/freeware/bin/install -c -m 644 mc.1 '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/it/man1'
1619gmake[4]: uscita dalla directory "/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/it"
1620gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/it'
1621Making install in pl
1622gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/pl'
1623gmake[4]: Wejście do katalogu '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/pl'
1624gmake[4]: Nie ma nic do zrobienia w 'install-exec-am'.
1625 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/pl/man1'
1626 /opt/freeware/bin/install -c -m 644 mc.1 '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/pl/man1'
1627gmake[4]: Opuszczenie katalogu '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/pl'
1628gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/pl'
1629Making install in ru
1630gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/ru'
1631gmake[4]: вход в каталог «/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/ru»
1632gmake[4]: Цель «install-exec-am» не требует выполнения команд.
1633 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/ru/man1'
1634 /opt/freeware/bin/install -c -m 644 mc.1 '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/ru/man1'
1635gmake[4]: выход из каталога «/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/ru»
1636gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/ru'
1637Making install in sr
1638gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/sr'
1639gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/sr'
1640gmake[4]: Nothing to be done for 'install-exec-am'.
1641 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/sr/man1'
1642 /opt/freeware/bin/install -c -m 644 mc.1 '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/sr/man1'
1643gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/sr'
1644gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man/sr'
1645gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1646gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1647gmake[4]: Nothing to be done for 'install-exec-am'.
1648 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/man1'
1649 /opt/freeware/bin/install -c -m 644 mc.1 mcedit.1 mcview.1 '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/man/man1'
1650gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1651gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1652gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/man'
1653Making install in hlp
1654gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1655Making install in es
1656gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/es'
1657gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/es'
1658gmake[4]: Nothing to be done for 'install-exec-am'.
1659 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1660 /opt/freeware/bin/install -c -m 644 mc.hlp.es '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1661gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/es'
1662gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/es'
1663Making install in hu
1664gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/hu'
1665gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/hu'
1666gmake[4]: Nothing to be done for 'install-exec-am'.
1667 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1668 /opt/freeware/bin/install -c -m 644 mc.hlp.hu '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1669gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/hu'
1670gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/hu'
1671Making install in it
1672gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/it'
1673gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/it'
1674gmake[4]: Nothing to be done for 'install-exec-am'.
1675 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1676 /opt/freeware/bin/install -c -m 644 mc.hlp.it '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1677gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/it'
1678gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/it'
1679Making install in pl
1680gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/pl'
1681gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/pl'
1682gmake[4]: Nothing to be done for 'install-exec-am'.
1683 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1684 /opt/freeware/bin/install -c -m 644 mc.hlp.pl '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1685gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/pl'
1686gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/pl'
1687Making install in ru
1688gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/ru'
1689gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/ru'
1690gmake[4]: Nothing to be done for 'install-exec-am'.
1691 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1692 /opt/freeware/bin/install -c -m 644 mc.hlp.ru '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1693gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/ru'
1694gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/ru'
1695Making install in sr
1696gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/sr'
1697gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/sr'
1698gmake[4]: Nothing to be done for 'install-exec-am'.
1699 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1700 /opt/freeware/bin/install -c -m 644 mc.hlp.sr '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1701gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/sr'
1702gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp/sr'
1703gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1704gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1705gmake[4]: Nothing to be done for 'install-exec-am'.
1706 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1707 /opt/freeware/bin/install -c -m 644 mc.hlp '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/help'
1708gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1709gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1710gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc/hlp'
1711gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1712gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1713gmake[3]: Nothing to be done for 'install-exec-am'.
1714gmake[3]: Nothing to be done for 'install-data-am'.
1715gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1716gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1717gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/doc'
1718Making install in contrib
1719gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1720Making install in dist
1721gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1722Making install in gentoo
1723gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/gentoo'
1724gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/gentoo'
1725gmake[4]: Nothing to be done for 'install-exec-am'.
1726gmake[4]: Nothing to be done for 'install-data-am'.
1727gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/gentoo'
1728gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/gentoo'
1729Making install in redhat
1730gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/redhat'
1731gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/redhat'
1732gmake[4]: Nothing to be done for 'install-exec-am'.
1733gmake[4]: Nothing to be done for 'install-data-am'.
1734gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/redhat'
1735gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist/redhat'
1736gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1737gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1738gmake[4]: Nothing to be done for 'install-exec-am'.
1739gmake[4]: Nothing to be done for 'install-data-am'.
1740gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1741gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1742gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib/dist'
1743gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1744gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1745 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc'
1746 /opt/freeware/bin/install -c mc.csh mc.sh mc-wrapper.csh mc-wrapper.sh '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc'
1747gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1748gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1749gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/contrib'
1750Making install in misc
1751gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1752Making install in ext.d
1753gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/ext.d'
1754gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/ext.d'
1755gmake[3]: Nothing to be done for 'install-exec-am'.
1756 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/ext.d'
1757 /opt/freeware/bin/install -c archive.sh image.sh package.sh sound.sh video.sh doc.sh misc.sh text.sh web.sh '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/libexec/mc/ext.d'
1758gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/ext.d'
1759gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/ext.d'
1760Making install in macros.d
1761gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/macros.d'
1762gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/macros.d'
1763gmake[3]: Nothing to be done for 'install-exec-am'.
1764 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/examples/macros.d'
1765 /opt/freeware/bin/install -c -m 644 macro.0.sh macro.1.sh macro.3.sh macro.4.sh macro.5.sh macro.6.sh macro.7.sh '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/examples/macros.d'
1766gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/macros.d'
1767gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/macros.d'
1768Making install in skins
1769gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/skins'
1770gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/skins'
1771gmake[3]: Nothing to be done for 'install-exec-am'.
1772 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/skins'
1773 /opt/freeware/bin/install -c -m 644 dark.ini darkfar.ini default.ini double-lines.ini featured-plus.ini featured.ini gotar.ini gray-green-purple256.ini gray-orange-blue256.ini mc46.ini modarcon16-defbg.ini modarcon16.ini modarcon16root-defbg.ini modarcon16root.ini modarin256-defbg.ini modarin256.ini modarin256root-defbg.ini modarin256root.ini nicedark.ini sand256.ini seasons-autumn16M.ini seasons-spring16M.ini seasons-summer16M.ini seasons-winter16M.ini xoria256.ini yadt256-defbg.ini yadt256.ini '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/skins'
1774gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/skins'
1775gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/skins'
1776Making install in syntax
1777gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/syntax'
1778gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/syntax'
1779gmake[3]: Nothing to be done for 'install-exec-am'.
1780 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/syntax'
1781 /opt/freeware/bin/install -c -m 644 Syntax PKGBUILD.syntax ada95.syntax as.syntax aspx.syntax assembler.syntax awk.syntax c.syntax cabal.syntax changelog.syntax cmake.syntax cs.syntax css.syntax cuda.syntax cxx.syntax cython.syntax d.syntax debian-changelog.syntax debian-control.syntax debian-description.syntax debian-sources-list.syntax diff.syntax dlink.syntax dos.syntax ebuild.syntax eiffel.syntax erlang.syntax f90.syntax filehighlight.syntax fortran.syntax glsl.syntax go.syntax haskell.syntax hive.syntax html.syntax idl.syntax ini.syntax j.syntax jal.syntax java.syntax '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/syntax'
1782 /opt/freeware/bin/install -c -m 644 js.syntax latex.syntax lisp.syntax lkr.syntax lsm.syntax lua.syntax m4.syntax mail.syntax makefile.syntax markdown.syntax ml.syntax meson.syntax named.syntax nemerle.syntax nroff.syntax octave.syntax opencl.syntax osl.syntax pascal.syntax perl.syntax php.syntax po.syntax povray.syntax procmail.syntax properties.syntax protobuf.syntax puppet.syntax python.syntax r.syntax ruby.syntax rust.syntax sh.syntax slang.syntax smalltalk.syntax spec.syntax sql.syntax strace.syntax swig.syntax syntax.syntax tcl.syntax '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/syntax'
1783 /opt/freeware/bin/install -c -m 644 texinfo.syntax ts.syntax tt.syntax unknown.syntax verilog.syntax vhdl.syntax xml.syntax yaml.syntax yum-repo.syntax yxx.syntax '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc/syntax'
1784gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/syntax'
1785gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc/syntax'
1786gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1787gmake[3]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1788gmake[3]: Nothing to be done for 'install-exec-am'.
1789 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/mc'
1790 /opt/freeware/bin/install -c -m 644 filehighlight.ini mc.default.keymap mc.emacs.keymap mc.menu mcedit.menu mc.ext '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/mc'
1791 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/mc'
1792 /opt/freeware/bin/install -c edit.indent.rc '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/mc'
1793 /opt/freeware/bin/mkdir -p '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc'
1794 /opt/freeware/bin/install -c -m 644 mc.lib mc.charsets '/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc'
1795gmake  install-data-hook
1796gmake[4]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1797cd /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/mc && rm -f mc.keymap && ln -s mc.default.keymap mc.keymap
1798gmake[4]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1799gmake[3]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1800gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1801gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23/misc'
1802gmake[1]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
1803gmake[2]: Entering directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
1804gmake[2]: Nothing to be done for 'install-exec-am'.
1805gmake[2]: Nothing to be done for 'install-data-am'.
1806gmake[2]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
1807gmake[1]: Leaving directory '/home/dp/rpmbuild/BUILD/mc-4.8.23'
1808+ /usr/bin/strip /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mc /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mcdiff /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mcedit /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mcview
1809strip: /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mcdiff -- 0654-420 The file was already stripped as specified.
1810strip: /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mcedit -- 0654-420 The file was already stripped as specified.
1811strip: /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/bin/mcview -- 0654-420 The file was already stripped as specified.
1812+ :
1813+ mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/profile.d
1814+ chmod 0755 /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/profile.d
1815+ cp contrib/mc.sh contrib/mc.csh /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/profile.d
1816+ chmod 0644 /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/profile.d/mc.csh /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/etc/profile.d/mc.sh
1817+ cp misc/mc.charsets /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/share/mc
1818+ cd /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1
1819+ mkdir -p usr/bin
1820+ cd usr/bin
1821+ ln -sf ../..//opt/freeware/bin/mc ../..//opt/freeware/bin/mcdiff ../..//opt/freeware/bin/mcedit ../..//opt/freeware/bin/mcview .
1822+ exit 0
1823Processing files: mc-4.8.23-1.ppc
1824Executing(%doc): /bin/sh -e /home/dp/rpmbuild/TMP/rpm-tmp.9EOqed
1825+ umask 022
1826+ cd /home/dp/rpmbuild/BUILD
1827+ cd mc-4.8.23
1828+ DOCDIR=/home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/doc/mc-4.8.23
1829+ export DOCDIR
1830+ /usr/bin/mkdir -p /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/doc/mc-4.8.23
1831+ cp -pr doc/FAQ /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/doc/mc-4.8.23
1832+ cp -pr COPYING /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/doc/mc-4.8.23
1833+ cp -pr NEWS /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/doc/mc-4.8.23
1834+ cp -pr README /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1/opt/freeware/doc/mc-4.8.23
1835+ exit 0
1836Finding  Provides: /opt/freeware/lib/rpm/find-provides
1837Finding  Requires(interp):
1838Finding  Requires(rpmlib):
1839Finding  Requires(verify):
1840Finding  Requires(pre):
1841Finding  Requires(post):
1842Finding  Requires(preun):
1843Finding  Requires(postun):
1844Finding  Requires(pretrans):
1845Finding  Requires(posttrans):
1846Finding  Requires: /opt/freeware/lib/rpm/find-requires
1847Provides: config(mc) = 4.8.23-1 libmc-1.a(libmc-1.so.0) libmc.a(libmc-1.so.0) mc = 4.8.23-1
1848Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
1849Requires: /bin/sh /opt/freeware/bin/perl /opt/freeware/bin/python libc.a(shr.o) libgcc_s.a(shr.o) libglib-2.0.a(libglib-2.0.so.0) libiconv.a(libiconv.so.2) libintl.a(libintl.so.8) libmc.a(libmc-1.so.0) libpthreads.a(shr_xpg5.o) libslang.a(libslang.so.2)
1850Wrote: /home/dp/rpmbuild/SRPMS/mc-4.8.23-1.src.rpm
1851Wrote: /home/dp/rpmbuild/RPMS/ppc/mc-4.8.23-1.aix7.2.ppc.rpm
1852Executing(%clean): /bin/sh -e /home/dp/rpmbuild/TMP/rpm-tmp.mMOqee
1853+ umask 022
1854+ cd /home/dp/rpmbuild/BUILD
1855+ cd mc-4.8.23
1856+ [ /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1 != / ]
1857+ rm -rf /home/dp/rpmbuild/BUILDROOT/mc-4.8.23-1
1858+ exit 0