Created
May 7, 2012 17:52
-
-
Save eneagoe/2629301 to your computer and use it in GitHub Desktop.
brew install -v mc 2>&1 > with_make_autoreconf.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install -v mc 2>&1 > with_make_autoreconf.txt | |
autoreconf: Entering directory `.' | |
autoreconf: running: autopoint --force | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: adding subdirectory src/vfs/smbfs/helpers to autoreconf | |
autoreconf: Entering directory `src/vfs/smbfs/helpers' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: configure.ac: not using aclocal | |
autoreconf: configure.ac: not using Libtool | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --force | |
autoreconf: configure.ac: not using Automake | |
autoreconf: Leaving directory `src/vfs/smbfs/helpers' | |
autoreconf: running: glibtoolize --copy --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
autoreconf: Leaving directory `.' | |
configure: WARNING: doxygen not found - will not generate any doxygen documentation | |
configure: WARNING: 'Check' utility not found. Check your environment | |
config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting | |
config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting | |
/usr/bin/ranlib: file: .libs/libmctty.a(libmctty_la-x11conn.o) has no symbols | |
ranlib: file: .libs/libmctty.a(libmctty_la-x11conn.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libmc.a(libmc_la-glibcompat.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libmc.a(libmctty_la-x11conn.o) has no symbols | |
ranlib: file: .libs/libmc.a(libmc_la-glibcompat.o) has no symbols | |
ranlib: file: .libs/libmc.a(libmctty_la-x11conn.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libmcfilemanager.a(libmcfilemanager_la-listmode.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libmcfilemanager.a(libmc_la-glibcompat.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libmcfilemanager.a(libmctty_la-x11conn.o) has no symbols | |
ranlib: file: .libs/libmcfilemanager.a(libmcfilemanager_la-listmode.o) has no symbols | |
ranlib: file: .libs/libmcfilemanager.a(libmc_la-glibcompat.o) has no symbols | |
ranlib: file: .libs/libmcfilemanager.a(libmctty_la-x11conn.o) has no symbols | |
mkdir: /usr/local/Cellar/midnight-commander/4.8.3/libexec: File exists | |
mkdir: /usr/local/Cellar/midnight-commander/4.8.3/libexec/mc: File exists | |
mkdir: /usr/local/Cellar/midnight-commander/4.8.3/libexec/mc/extfs.d: File exists | |
./ls: fork: Resource temporarily unavailable | |
../../../../config/install-sh: fork: Resource temporarily unavailable | |
make[5]: *** [install-fishSCRIPTS] Error 1 | |
make[5]: *** Waiting for unfinished jobs.... | |
./ls: fork: Resource temporarily unavailable | |
./chmod: fork: Resource temporarily unavailable | |
make[5]: *** [install-fishDATA] Error 1 | |
make[4]: *** [install-am] Error 2 | |
make[3]: *** [install-recursive] Error 1 | |
make[2]: *** [install-recursive] Error 1 | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install-recursive] Error 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://www.midnight-commander.org/downloads/mc-4.8.3.tar.bz2 | |
Already downloaded: /Users/eneagoe/Library/Caches/Homebrew/midnight-commander-4.8.3.tar.bz2 | |
/usr/bin/tar xf /Users/eneagoe/Library/Caches/Homebrew/midnight-commander-4.8.3.tar.bz2 | |
==> autoreconf -ivf | |
autoreconf -ivf | |
Copying file po/Makevars.template | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. | |
glibtoolize: copying file `config/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
glibtoolize: copying file `m4/libtool.m4' | |
glibtoolize: copying file `m4/ltoptions.m4' | |
glibtoolize: copying file `m4/ltsugar.m4' | |
glibtoolize: copying file `m4/ltversion.m4' | |
glibtoolize: copying file `m4/lt~obsolete.m4' | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/midnight-commander/4.8.3 --without-x --with-screen=slang | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/midnight-commander/4.8.3 --without-x --with-screen=slang | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin11.3.0 | |
checking host system type... x86_64-apple-darwin11.3.0 | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/clang... none | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/clang option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for perl... /usr/bin/perl | |
checking for strerror in -lcposix... no | |
checking for /usr/bin/clang option to accept ISO C99... none needed | |
checking for /usr/bin/clang option to accept ISO Standard C... (cached) none needed | |
checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
checking for doxygen... no | |
checking for perl... /usr/bin/perl | |
checking for GLIB... yes | |
checking whether sys/types.h defines makedev... yes | |
checking for an ANSI C-conforming const... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking whether ln -s works... yes | |
checking for ar... (cached) ar | |
checking for gnome-moz-remote... no | |
checking for mozilla... no | |
checking for firefox... no | |
checking for konqueror... no | |
checking for opera... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking whether NLS is requested... yes | |
checking for msgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
checking for gmsgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
checking for xgettext... /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext | |
checking for msgmerge... /usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge | |
checking whether we are using the GNU C Library 2 or newer... no | |
checking for ranlib... (cached) ranlib | |
checking for signed... yes | |
checking for inline... inline | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for long long... yes | |
checking for long double... yes | |
checking for wchar_t... yes | |
checking for wint_t... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for intmax_t... yes | |
checking whether printf() supports POSIX/XSI format strings... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking whether integer division by zero raises SIGFPE... yes | |
checking for unsigned long long... yes | |
checking for inttypes.h... yes | |
checking whether the inttypes.h PRIxNN macros are broken... no | |
checking for stdint.h... (cached) yes | |
checking for SIZE_MAX... yes | |
checking for stdint.h... (cached) yes | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for ld used by GCC... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) is GNU ld... no | |
checking for shared library run path origin... done | |
checking for ptrdiff_t... yes | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking nl_types.h usability... yes | |
checking nl_types.h presence... yes | |
checking for nl_types.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for asprintf... yes | |
checking for fwprintf... yes | |
checking for getcwd... yes | |
checking for getegid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getuid... yes | |
checking for mempcpy... no | |
checking for munmap... yes | |
checking for putenv... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for snprintf... yes | |
checking for stpcpy... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strtoul... yes | |
checking for tsearch... yes | |
checking for wcslen... yes | |
checking for __argz_count... no | |
checking for __argz_stringify... no | |
checking for __argz_next... no | |
checking for __fsetlocking... no | |
checking whether _snprintf is declared... no | |
checking whether _snwprintf is declared... no | |
checking whether feof_unlocked is declared... yes | |
checking whether fgets_unlocked is declared... no | |
checking whether getc_unlocked is declared... yes | |
checking for iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo and CODESET... yes | |
checking for LC_MESSAGES... yes | |
checking for bison... bison | |
checking version of bison... 2.3, ok | |
checking for CFPreferencesCopyAppValue... (cached) yes | |
checking for CFLocaleCopyCurrent... (cached) yes | |
checking whether NLS is requested... yes | |
checking whether included gettext is requested... no | |
checking for GNU gettext in libc... no | |
checking for GNU gettext in libintl... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... external libintl | |
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation | |
checking for unistd.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking for limits.h... (cached) yes | |
checking for malloc.h... (cached) no | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sysmacros.h usability... no | |
checking sys/sysmacros.h presence... no | |
checking for sys/sysmacros.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether to enable assertions... yes | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_rdev... yes | |
checking for struct stat.st_blocks... yes | |
checking for atoll... yes | |
checking for isascii... yes | |
checking for statfs... yes | |
checking for sysconf... yes | |
checking for tcgetattr... yes | |
checking for tcsetattr... yes | |
checking for ftruncate... yes | |
checking for strverscmp... no | |
checking for strncasecmp... yes | |
checking for realpath... yes | |
checking for posix_openpt... yes | |
checking for grantpt... yes | |
checking for statlstat... no | |
checking for AIX defines... no | |
checking size of long... 8 | |
checking for unsigned long long int... yes | |
checking for uintmax_t... yes | |
checking size of uintmax_t... 8 | |
checking for off_t... (cached) yes | |
checking size of off_t... 8 | |
checking for mode_t... yes | |
checking for pid_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking for working strcoll... yes | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking for sys/vfs.h... (cached) no | |
checking sys/fs_types.h usability... no | |
checking sys/fs_types.h presence... no | |
checking for sys/fs_types.h... no | |
checking for listmntent... no | |
checking for getmntinfo... yes | |
checking for sys/ucred.h... yes | |
checking for sys/mount.h... yes | |
checking mntent.h usability... no | |
checking mntent.h presence... no | |
checking for mntent.h... no | |
checking for sys/fs_types.h... (cached) no | |
checking for struct fsstat.f_fstypename... no | |
checking for library containing getmntent... no | |
checking for getmntent... no | |
checking for listmntent of Cray/Unicos-9... no | |
checking for mntctl function and struct vmount... no | |
checking for getfsstat function... no | |
checking for FIXME existence of three headers... no | |
checking for getmntinfo function... yes | |
checking whether getmntinfo returns statvfs structures... no | |
checking sys/mntent.h usability... no | |
checking sys/mntent.h presence... no | |
checking for sys/mntent.h... no | |
checking for struct statfs.f_fstypename... yes | |
checking for fcntl.h... (cached) yes | |
checking for utime.h... (cached) yes | |
checking for listmntent... (cached) no | |
checking for getmntinfo... (cached) yes | |
checking for sys/ucred.h... (cached) yes | |
checking for sys/mount.h... (cached) yes | |
checking for mntent.h... (cached) no | |
checking for sys/fs_types.h... (cached) no | |
checking for struct fsstat.f_fstypename... (cached) no | |
checking for library containing getmntent... (cached) no | |
checking for getmntent... (cached) no | |
checking for listmntent of Cray/Unicos-9... (cached) no | |
checking for mntctl function and struct vmount... (cached) no | |
checking for getfsstat function... (cached) no | |
checking for FIXME existence of three headers... (cached) no | |
checking for getmntinfo function... (cached) yes | |
checking whether getmntinfo returns statvfs structures... (cached) no | |
checking for sys/mount.h... (cached) yes | |
configure: checking how to get file system space usage | |
checking for statvfs function (SVR4)... no | |
checking for 3-argument statfs function (DEC OSF/1)... no | |
checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes | |
checking dustat.h usability... no | |
checking dustat.h presence... no | |
checking for dustat.h... no | |
checking sys/fs/s5param.h usability... no | |
checking sys/fs/s5param.h presence... no | |
checking for sys/fs/s5param.h... no | |
checking sys/filsys.h usability... no | |
checking sys/filsys.h presence... no | |
checking for sys/filsys.h... no | |
checking for sys/statfs.h... (cached) no | |
checking for statfs that truncates block counts... no | |
checking for struct statfs.f_fstypename... (cached) yes | |
checking for X... disabled | |
checking for get_process_stats in -lseq... no | |
configure: Enabling VFS code | |
checking for zip... /usr/bin/zip | |
checking for unzip... /usr/bin/unzip | |
checking for zipinfo code in unzip... yes | |
checking for library containing socket... none required | |
checking for library containing gethostbyname... none required | |
checking for struct linger.l_linger... yes | |
checking for nlink_t... yes | |
checking for socklen_t... yes | |
checking for pmap_set... yes | |
checking for pmap_getport... yes | |
checking for pmap_getmaps... yes | |
checking for rresvport... yes | |
checking for rpc/pmap_clnt.h... yes | |
checking for nroff... true | |
checking for manual formatting macros... -mandoc | |
checking for option to disable ANSI color in manuals... none | |
checking if nroff accepts -Tlatin1 or -Tascii... -Tlatin1 | |
checking for file... true | |
checking for -L option to file command... yes | |
checking for subshell support... yes | |
checking for SLANG... yes | |
checking for slang/slang.h... no | |
configure: using internal editor | |
configure: using diff viewer | |
checking if gcc accepts -Wcomment... yes | |
checking if gcc accepts -Wdeclaration-after-statement... yes | |
checking if gcc accepts -Wfloat-equal... yes | |
checking if gcc accepts -Wformat... yes | |
checking if gcc accepts -Wformat-security... yes | |
checking if gcc accepts -Wimplicit... yes | |
checking if gcc accepts -Wignored-qualifiers... yes | |
checking if gcc accepts -Wmissing-braces... yes | |
checking if gcc accepts -Wmissing-declarations... yes | |
checking if gcc accepts -Wmissing-parameter-type... yes | |
checking if gcc accepts -Wmissing-prototypes... yes | |
checking if gcc accepts -Wnested-externs... yes | |
checking if gcc accepts -Wno-long-long... yes | |
checking if gcc accepts -Wno-unreachable-code... yes | |
checking if gcc accepts -Wparentheses... yes | |
checking if gcc accepts -Wpointer-sign... yes | |
checking if gcc accepts -Wreturn-type... yes | |
checking if gcc accepts -Wsequence-point... yes | |
checking if gcc accepts -Wshadow... yes | |
checking if gcc accepts -Wsign-compare... yes | |
checking if gcc accepts -Wswitch... yes | |
checking if gcc accepts -Wtype-limits... yes | |
checking if gcc accepts -Wuninitialized... yes | |
checking if gcc accepts -Wunused-function... yes | |
checking if gcc accepts -Wunused-label... yes | |
checking if gcc accepts -Wunused-parameter... yes | |
checking if gcc accepts -Wunused-result... yes | |
checking if gcc accepts -Wunused-value... yes | |
checking if gcc accepts -Wunused-variable... yes | |
checking if gcc accepts -Wwrite-strings... yes | |
checking for CHECK... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating src/man2hlp/man2hlp | |
config.status: creating Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating contrib/dist/Makefile | |
config.status: creating contrib/dist/debian/Makefile | |
config.status: creating contrib/dist/gentoo/Makefile | |
config.status: creating contrib/dist/redhat/Makefile | |
config.status: creating contrib/dist/redhat/mc.spec | |
config.status: creating contrib/dist/pkginfo | |
config.status: creating contrib/dist/prototype | |
config.status: creating misc/Makefile | |
config.status: creating misc/skins/Makefile | |
config.status: creating misc/macros.d/Makefile | |
config.status: creating misc/mc.ext | |
config.status: creating src/Makefile | |
config.status: creating src/consaver/Makefile | |
config.status: creating src/editor/Makefile | |
config.status: creating src/man2hlp/Makefile | |
config.status: creating src/viewer/Makefile | |
config.status: creating src/diffviewer/Makefile | |
config.status: creating src/filemanager/Makefile | |
config.status: creating src/vfs/Makefile | |
config.status: creating src/vfs/cpio/Makefile | |
config.status: creating src/vfs/extfs/Makefile | |
config.status: creating src/vfs/extfs/helpers/Makefile | |
config.status: creating src/vfs/extfs/helpers/a+ | |
config.status: creating src/vfs/extfs/helpers/apt+ | |
config.status: creating src/vfs/extfs/helpers/audio | |
config.status: creating src/vfs/extfs/helpers/deb | |
config.status: creating src/vfs/extfs/helpers/deba | |
config.status: creating src/vfs/extfs/helpers/debd | |
config.status: creating src/vfs/extfs/helpers/dpkg+ | |
config.status: creating src/vfs/extfs/helpers/iso9660 | |
config.status: creating src/vfs/extfs/helpers/hp48+ | |
config.status: creating src/vfs/extfs/helpers/lslR | |
config.status: creating src/vfs/extfs/helpers/mailfs | |
config.status: creating src/vfs/extfs/helpers/patchfs | |
config.status: creating src/vfs/extfs/helpers/rpms+ | |
config.status: creating src/vfs/extfs/helpers/s3+ | |
config.status: creating src/vfs/extfs/helpers/uace | |
config.status: creating src/vfs/extfs/helpers/ualz | |
config.status: creating src/vfs/extfs/helpers/uar | |
config.status: creating src/vfs/extfs/helpers/uarc | |
config.status: creating src/vfs/extfs/helpers/uarj | |
config.status: creating src/vfs/extfs/helpers/uc1541 | |
config.status: creating src/vfs/extfs/helpers/ucab | |
config.status: creating src/vfs/extfs/helpers/uha | |
config.status: creating src/vfs/extfs/helpers/ulha | |
config.status: creating src/vfs/extfs/helpers/urar | |
config.status: creating src/vfs/extfs/helpers/uzip | |
config.status: creating src/vfs/extfs/helpers/uzoo | |
config.status: creating src/vfs/fish/Makefile | |
config.status: creating src/vfs/fish/helpers/Makefile | |
config.status: creating src/vfs/ftpfs/Makefile | |
config.status: creating src/vfs/local/Makefile | |
config.status: creating src/vfs/sfs/Makefile | |
config.status: creating src/vfs/smbfs/Makefile | |
config.status: creating src/vfs/tar/Makefile | |
config.status: creating src/vfs/undelfs/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/event/Makefile | |
config.status: creating lib/filehighlight/Makefile | |
config.status: creating lib/mcconfig/Makefile | |
config.status: creating lib/search/Makefile | |
config.status: creating lib/skin/Makefile | |
config.status: creating lib/strutil/Makefile | |
config.status: creating lib/tty/Makefile | |
config.status: creating lib/vfs/Makefile | |
config.status: creating lib/widget/Makefile | |
config.status: creating misc/syntax/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/hints/Makefile | |
config.status: creating doc/man/Makefile | |
config.status: creating doc/man/es/Makefile | |
config.status: creating doc/man/hu/Makefile | |
config.status: creating doc/man/it/Makefile | |
config.status: creating doc/man/pl/Makefile | |
config.status: creating doc/man/ru/Makefile | |
config.status: creating doc/man/sr/Makefile | |
config.status: creating doc/hlp/Makefile | |
config.status: creating doc/hlp/es/Makefile | |
config.status: creating doc/hlp/hu/Makefile | |
config.status: creating doc/hlp/it/Makefile | |
config.status: creating doc/hlp/pl/Makefile | |
config.status: creating doc/hlp/ru/Makefile | |
config.status: creating doc/hlp/sr/Makefile | |
config.status: creating intl/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating tests/Makefile | |
config.status: creating tests/lib/Makefile | |
config.status: creating tests/lib/mcconfig/Makefile | |
config.status: creating tests/lib/search/Makefile | |
config.status: creating tests/lib/vfs/Makefile | |
config.status: creating tests/src/Makefile | |
config.status: creating tests/src/filemanager/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
Configuration: | |
Source code location: . | |
Compiler: /usr/bin/clang | |
Compiler flags: -Wcomment -Wdeclaration-after-statement -Wfloat-equal -Wformat -Wformat-security -Wimplicit -Wignored-qualifiers -Wmissing-braces -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-unreachable-code -Wparentheses -Wpointer-sign -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtype-limits -Wuninitialized -Wunused-function -Wunused-label -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wwrite-strings -I/usr/local/Cellar/s-lang/2.2.4/include -Os -w -pipe -march=native -Qunused-arguments | |
File system: Midnight Commander Virtual Filesystem | |
cpio, tar, sfs, extfs, ftp, fish | |
Screen library: | |
Mouse support: xterm only | |
X11 events support: no | |
With subshell support: yes | |
With background operations: yes | |
Internal editor: yes | |
Diff viewer: yes | |
Support for charset: yes | |
Search type: glib-regexp | |
==> make install | |
make install | |
Making install in intl | |
if { test "mc" = "gettext-runtime" || test "mc" = "gettext-tools"; } \ | |
&& test 'no' = yes; then \ | |
/bin/sh ../config/mkinstalldirs /usr/local/Cellar/midnight-commander/4.8.3/lib /usr/local/Cellar/midnight-commander/4.8.3/include; \ | |
/usr/bin/install -c -m 644 libintl.h /usr/local/Cellar/midnight-commander/4.8.3/include/libintl.h; \ | |
/bin/sh ../libtool --mode=install \ | |
/usr/bin/install -c -m 644 libintl.a /usr/local/Cellar/midnight-commander/4.8.3/lib/libintl.a; \ | |
if test "@RELOCATABLE@" = yes; then \ | |
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/Cellar/midnight-commander/4.8.3/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ | |
if test -n "$dependencies"; then \ | |
rm -f /usr/local/Cellar/midnight-commander/4.8.3/lib/libintl.la; \ | |
fi; \ | |
fi; \ | |
else \ | |
: ; \ | |
fi | |
if test "mc" = "gettext-tools"; then \ | |
/bin/sh ../config/mkinstalldirs /usr/local/Cellar/midnight-commander/4.8.3/share/gettext/intl; \ | |
/usr/bin/install -c -m 644 VERSION /usr/local/Cellar/midnight-commander/4.8.3/share/gettext/intl/VERSION; \ | |
/usr/bin/install -c -m 644 ChangeLog.inst /usr/local/Cellar/midnight-commander/4.8.3/share/gettext/intl/ChangeLog; \ | |
dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h 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 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 relocatable.c langprefs.c localename.c log.c printf.c osdep.c os2compat.c intl-compat.c"; \ | |
for file in $dists; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/midnight-commander/4.8.3/share/gettext/intl/$file; \ | |
done; \ | |
chmod a+x /usr/local/Cellar/midnight-commander/4.8.3/share/gettext/intl/config.charset; \ | |
dists="plural.c"; \ | |
for file in $dists; do \ | |
if test -f $file; then dir=.; else dir=.; fi; \ | |
/usr/bin/install -c -m 644 $dir/$file \ | |
/usr/local/Cellar/midnight-commander/4.8.3/share/gettext/intl/$file; \ | |
done; \ | |
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"; \ | |
for file in $dists; do \ | |
rm -f /usr/local/Cellar/midnight-commander/4.8.3/share/gettext/intl/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
if test "mc" = "gettext-tools" \ | |
&& test 'no' = no \ | |
&& test no != no; then \ | |
/bin/sh ../config/mkinstalldirs /usr/local/Cellar/midnight-commander/4.8.3/lib; \ | |
/bin/sh ../libtool --mode=install \ | |
/usr/bin/install -c -m 644 libgnuintl.a /usr/local/Cellar/midnight-commander/4.8.3/lib/libgnuintl.a; \ | |
rm -f /usr/local/Cellar/midnight-commander/4.8.3/lib/preloadable_libintl.so; \ | |
/usr/bin/install -c -m 644 /usr/local/Cellar/midnight-commander/4.8.3/lib/libgnuintl.so /usr/local/Cellar/midnight-commander/4.8.3/lib/preloadable_libintl.so; \ | |
/bin/sh ../libtool --mode=uninstall \ | |
rm -f /usr/local/Cellar/midnight-commander/4.8.3/lib/libgnuintl.a; \ | |
else \ | |
: ; \ | |
fi | |
if test 'no' = yes; then \ | |
test no != no || /bin/sh ../config/mkinstalldirs /usr/local/Cellar/midnight-commander/4.8.3/lib; \ | |
temp=/usr/local/Cellar/midnight-commander/4.8.3/lib/t-charset.alias; \ | |
dest=/usr/local/Cellar/midnight-commander/4.8.3/lib/charset.alias; \ | |
if test -f /usr/local/Cellar/midnight-commander/4.8.3/lib/charset.alias; then \ | |
orig=/usr/local/Cellar/midnight-commander/4.8.3/lib/charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
if test no = no; then \ | |
orig=charset.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
fi; \ | |
fi; \ | |
/bin/sh ../config/mkinstalldirs /usr/local/Cellar/midnight-commander/4.8.3/share/locale; \ | |
test -f /usr/local/Cellar/midnight-commander/4.8.3/share/locale/locale.alias \ | |
&& orig=/usr/local/Cellar/midnight-commander/4.8.3/share/locale/locale.alias \ | |
|| orig=./locale.alias; \ | |
temp=/usr/local/Cellar/midnight-commander/4.8.3/share/locale/t-locale.alias; \ | |
dest=/usr/local/Cellar/midnight-commander/4.8.3/share/locale/locale.alias; \ | |
sed -f ref-add.sed $orig > $temp; \ | |
/usr/bin/install -c -m 644 $temp $dest; \ | |
rm -f $temp; \ | |
else \ | |
: ; \ | |
fi | |
Making install in po | |
/bin/sh ../config/mkinstalldirs /usr/local/Cellar/midnight-commander/4.8.3/share | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/az | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/az/LC_MESSAGES | |
installing az.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/az/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/be | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/be/LC_MESSAGES | |
installing be.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/be/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/bg | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/bg/LC_MESSAGES | |
installing bg.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/bg/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ca | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ca/LC_MESSAGES | |
installing ca.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ca/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/cs | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/cs/LC_MESSAGES | |
installing cs.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/cs/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/da | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/da/LC_MESSAGES | |
installing da.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/da/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/de | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/de/LC_MESSAGES | |
installing de.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/de/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/el | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/el/LC_MESSAGES | |
installing el.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/el/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/eo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/eo/LC_MESSAGES | |
installing eo.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/eo/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/es | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/es/LC_MESSAGES | |
installing es.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/es/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/eu | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/eu/LC_MESSAGES | |
installing eu.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/eu/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fi | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fi/LC_MESSAGES | |
installing fi.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fi/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fi_FI | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fi_FI/LC_MESSAGES | |
installing fi_FI.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fi_FI/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fr | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fr/LC_MESSAGES | |
installing fr.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/fr/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/gl | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/gl/LC_MESSAGES | |
installing gl.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/gl/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/hu | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/hu/LC_MESSAGES | |
installing hu.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/hu/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/id | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/id/LC_MESSAGES | |
installing id.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/id/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ia | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ia/LC_MESSAGES | |
installing ia.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ia/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/it | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/it/LC_MESSAGES | |
installing it.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/it/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/it_IT | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/it_IT/LC_MESSAGES | |
installing it_IT.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/it_IT/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ja | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ja/LC_MESSAGES | |
installing ja.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ja/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ka | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ka/LC_MESSAGES | |
installing ka.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ka/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ko | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ko/LC_MESSAGES | |
installing ko.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ko/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/lt | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/lt/LC_MESSAGES | |
installing lt.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/lt/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/lv | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/lv/LC_MESSAGES | |
installing lv.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/lv/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/mn | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/mn/LC_MESSAGES | |
installing mn.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/mn/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/nb | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/nb/LC_MESSAGES | |
installing nb.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/nb/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/nl | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/nl/LC_MESSAGES | |
installing nl.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/nl/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pl | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pl/LC_MESSAGES | |
installing pl.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pl/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pt | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pt/LC_MESSAGES | |
installing pt.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pt/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pt_BR | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pt_BR/LC_MESSAGES | |
installing pt_BR.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/pt_BR/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ro | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ro/LC_MESSAGES | |
installing ro.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ro/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ru | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ru/LC_MESSAGES | |
installing ru.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ru/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sk | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sk/LC_MESSAGES | |
installing sk.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sk/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sl | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sl/LC_MESSAGES | |
installing sl.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sl/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sr | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sr/LC_MESSAGES | |
installing sr.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sr/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sv | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sv/LC_MESSAGES | |
installing sv.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sv/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sv_SE | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sv_SE/LC_MESSAGES | |
installing sv_SE.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/sv_SE/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ta | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ta/LC_MESSAGES | |
installing ta.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/ta/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/tr | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/tr/LC_MESSAGES | |
installing tr.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/tr/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/uk | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/uk/LC_MESSAGES | |
installing uk.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/uk/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/vi | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/vi/LC_MESSAGES | |
installing vi.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/vi/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/wa | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/wa/LC_MESSAGES | |
installing wa.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/wa/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/zh_CN | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/zh_CN/LC_MESSAGES | |
installing zh_CN.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/zh_CN/LC_MESSAGES/mc.mo | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/zh_TW | |
mkdir /usr/local/Cellar/midnight-commander/4.8.3/share/locale/zh_TW/LC_MESSAGES | |
installing zh_TW.gmo as /usr/local/Cellar/midnight-commander/4.8.3/share/locale/zh_TW/LC_MESSAGES/mc.mo | |
if test "mc" = "gettext-tools"; then \ | |
/bin/sh ../config/mkinstalldirs /usr/local/Cellar/midnight-commander/4.8.3/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/usr/bin/install -c -m 644 ./$file \ | |
/usr/local/Cellar/midnight-commander/4.8.3/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/midnight-commander/4.8.3/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
Making install in lib | |
Making install in event | |
CC libmcevent_la-event.lo | |
CC libmcevent_la-manage.lo | |
CC libmcevent_la-raise.lo | |
CCLD libmcevent.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in filehighlight | |
CC libmcfilehighlight_la-common.lo | |
CC libmcfilehighlight_la-get-color.lo | |
CC libmcfilehighlight_la-ini-file-read.lo | |
CCLD libmcfilehighlight.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in mcconfig | |
CC libmcconfig_la-common.lo | |
CC libmcconfig_la-get.lo | |
CC libmcconfig_la-set.lo | |
CC libmcconfig_la-paths.lo | |
CCLD libmcconfig.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in search | |
CC libsearch_la-lib.lo | |
CC libsearch_la-search.lo | |
CC libsearch_la-normal.lo | |
CC libsearch_la-regex.lo | |
CC libsearch_la-glob.lo | |
CC libsearch_la-hex.lo | |
CCLD libsearch.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in skin | |
CC libmcskin_la-colors.lo | |
CC libmcskin_la-colors-old.lo | |
CC libmcskin_la-common.lo | |
CC libmcskin_la-hc-skins.lo | |
CC libmcskin_la-ini-file.lo | |
CC libmcskin_la-lines.lo | |
CCLD libmcskin.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in tty | |
CC libmctty_la-color-internal.lo | |
CC libmctty_la-color.lo | |
CC libmctty_la-key.lo | |
CC libmctty_la-keyxdef.lo | |
CC libmctty_la-mouse.lo | |
CC libmctty_la-tty.lo | |
CC libmctty_la-win.lo | |
CC libmctty_la-x11conn.lo | |
CC libmctty_la-color-slang.lo | |
CC libmctty_la-tty-slang.lo | |
CCLD libmctty.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in vfs | |
CC direntry.lo | |
CC gc.lo | |
CC interface.lo | |
CC parse_ls_vga.lo | |
CC path.lo | |
CC vfs.lo | |
CC utilvfs.lo | |
CC netutil.lo | |
CCLD libmcvfs.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in strutil | |
CC libmcstrutil_la-strescape.lo | |
CC libmcstrutil_la-strutil8bit.lo | |
CC libmcstrutil_la-strutilascii.lo | |
CC libmcstrutil_la-strutil.lo | |
CC libmcstrutil_la-strutilutf8.lo | |
CC libmcstrutil_la-strverscmp.lo | |
CCLD libmcstrutil.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in widget | |
CC libmcwidget_la-button.lo | |
CC libmcwidget_la-buttonbar.lo | |
CC libmcwidget_la-check.lo | |
CC libmcwidget_la-dialog.lo | |
CC libmcwidget_la-dialog-switch.lo | |
CC libmcwidget_la-gauge.lo | |
CC libmcwidget_la-groupbox.lo | |
CC libmcwidget_la-hline.lo | |
CC libmcwidget_la-history.lo | |
CC libmcwidget_la-input.lo | |
CC libmcwidget_la-input_complete.lo | |
CC libmcwidget_la-listbox-window.lo | |
CC libmcwidget_la-listbox.lo | |
CC libmcwidget_la-label.lo | |
CC libmcwidget_la-menu.lo | |
CC libmcwidget_la-quick.lo | |
CC libmcwidget_la-radio.lo | |
CC libmcwidget_la-widget-common.lo | |
CC libmcwidget_la-wtools.lo | |
CCLD libmcwidget.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in . | |
CC libmc_la-utilunix.lo | |
CC libmc_la-util.lo | |
CC libmc_la-hook.lo | |
CC libmc_la-glibcompat.lo | |
CC libmc_la-global.lo | |
CC libmc_la-lock.lo | |
CC libmc_la-keybind.lo | |
CC libmc_la-serialize.lo | |
CC libmc_la-timefmt.lo | |
CC libmc_la-charsets.lo | |
CCLD libmc.la | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in src | |
Making install in filemanager | |
CC libmcfilemanager_la-achown.lo | |
CC libmcfilemanager_la-boxes.lo | |
CC libmcfilemanager_la-chmod.lo | |
CC libmcfilemanager_la-chown.lo | |
CC libmcfilemanager_la-cmd.lo | |
CC libmcfilemanager_la-command.lo | |
CC libmcfilemanager_la-dir.lo | |
CC libmcfilemanager_la-ext.lo | |
CC libmcfilemanager_la-file.lo | |
CC libmcfilemanager_la-filegui.lo | |
CC libmcfilemanager_la-filenot.lo | |
CC libmcfilemanager_la-fileopctx.lo | |
CC libmcfilemanager_la-find.lo | |
CC libmcfilemanager_la-hotlist.lo | |
CC libmcfilemanager_la-info.lo | |
CC libmcfilemanager_la-layout.lo | |
CC libmcfilemanager_la-listmode.lo | |
CC libmcfilemanager_la-midnight.lo | |
CC libmcfilemanager_la-option.lo | |
CC libmcfilemanager_la-panelize.lo | |
CC libmcfilemanager_la-panel.lo | |
CC libmcfilemanager_la-tree.lo | |
CC libmcfilemanager_la-treestore.lo | |
CC libmcfilemanager_la-usermenu.lo | |
CC libmcfilemanager_la-mountlist.lo | |
CCLD libmcfilemanager.la | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in man2hlp | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in vfs | |
Making install in local | |
CC local.lo | |
CCLD libvfs-local.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in cpio | |
CC cpio.lo | |
CCLD libvfs-cpio.la | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in extfs | |
Making install in helpers | |
make[5]: Nothing to be done for `install-exec-am'. | |
../../../../config/install-sh -c -d '/usr/local/Cellar/midnight-commander/4.8.3/libexec/mc/extfs.d' | |
../../../../config/install-sh -c -d '/usr/local/Cellar/midnight-commander/4.8.3/libexec/mc/extfs.d' | |
../../../../config/install-sh -c -d '/usr/local/Cellar/midnight-commander/4.8.3/etc/mc' | |
/usr/bin/install -c -m 644 sfs.ini '/usr/local/Cellar/midnight-commander/4.8.3/etc/mc' | |
/usr/bin/install -c -m 644 README README.extfs '/usr/local/Cellar/midnight-commander/4.8.3/libexec/mc/extfs.d' | |
/usr/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 urar uzip uzoo '/usr/local/Cellar/midnight-commander/4.8.3/libexec/mc/extfs.d' | |
CC extfs.lo | |
CCLD libvfs-extfs.la | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
Making install in fish | |
Making install in helpers | |
make[5]: Nothing to be done for `install-exec-am'. | |
../../../../config/install-sh -c -d '/usr/local/Cellar/midnight-commander/4.8.3/libexec/mc/fish' | |
../../../../config/install-sh -c -d '/usr/local/Cellar/midnight-commander/4.8.3/libexec/mc/fish' | |
### 500 | |
### 500 | |
### 000 | |
### 500 | |
### 000 | |
### 000 | |
### 000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment