Created
November 7, 2016 19:38
-
-
Save waffleboot/8e6deb5b616fd7f2c7730150770005de to your computer and use it in GitHub Desktop.
autoconf on macOS 10.11.5 - Homebrew build logs
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
Homebrew build logs for autoconf on macOS 10.11.5 | |
Build date: 2016-11-07 22:36:44 |
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
HOMEBREW_VERSION: 1.1.0-3-g89e8222 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 89e82226c636027471a10d68c8b42f97a4c2cb8b | |
Last commit: 5 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 375a83c1af8c25290e5d41001e93e335c540e857 | |
Core tap last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit sandybridge | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 8.0 build 800 | |
Git: 2.9.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_72 | |
macOS: 10.11.5-x86_64 | |
Xcode: 8.1 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: 2.7.11 => /opt/X11 |
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
Your system is ready to brew. |
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
autoconf |
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
2016-11-07 22:36:37 +0300 | |
./configure | |
--prefix=/usr/local/Cellar/autoconf/2.61 | |
--with-lispdir=/usr/local/Cellar/autoconf/2.61/share/emacs/site-lisp/autoconf | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether /bin/sh -n is known to work... yes | |
checking for expr... /bin/expr | |
checking for gm4... /usr/bin/gm4 | |
checking whether m4 supports frozen files... yes | |
checking how m4 supports trace files... --error-output | |
checking for perl... /usr/bin/perl | |
checking for emacs... emacs | |
checking whether emacs is sufficiently recent... yes | |
checking for emacs... emacs | |
checking where .elc files should go... /usr/local/Cellar/autoconf/2.61/share/emacs/site-lisp/autoconf | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
configure: creating ./config.status | |
config.status: creating tests/Makefile | |
config.status: creating tests/atlocal | |
config.status: creating man/Makefile | |
config.status: creating lib/emacs/Makefile | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/Autom4te/Makefile | |
config.status: creating lib/autoscan/Makefile | |
config.status: creating lib/m4sugar/Makefile | |
config.status: creating lib/autoconf/Makefile | |
config.status: creating lib/autotest/Makefile | |
config.status: creating bin/Makefile | |
config.status: executing tests/atconfig commands |
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
2016-11-07 22:36:41 +0300 | |
make | |
install | |
Making install in bin | |
rm -f autom4te autom4te.tmp | |
make[1]: *** No rule to make target `../bin/autom4te', needed by `autoconf.in'. Stop. | |
make[1]: *** Waiting for unfinished jobs.... | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/usr/local/Cellar/autoconf/2.61/bin|g' -e 's|@datadir[@]|/usr/local/Cellar/autoconf/2.61/share/autoconf|g' -e 's|@prefix[@]|/usr/local/Cellar/autoconf/2.61|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/gm4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@AWK[@]|awk|g' -e 's|@VERSION[@]|2.61|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' `test -f ./autom4te.in || echo ./`autom4te.in >autom4te.tmp | |
chmod +x autom4te.tmp | |
chmod a-w autom4te.tmp | |
mv autom4te.tmp autom4te | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 1.1.0-3-g89e8222 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 89e82226c636027471a10d68c8b42f97a4c2cb8b | |
Last commit: 5 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 375a83c1af8c25290e5d41001e93e335c540e857 | |
Core tap last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit sandybridge | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 0 | |
Clang: 8.0 build 800 | |
Git: 2.9.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_72 | |
macOS: 10.11.5-x86_64 | |
Xcode: 8.1 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
MACOSX_DEPLOYMENT_TARGET: 10.11 | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/bin:/bin:/usr/sbin:/sbin |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU Autoconf configure 2.61, which was | |
generated by GNU Autoconf 2.61. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/autoconf/2.61 --with-lispdir=/usr/local/Cellar/autoconf/2.61/share/emacs/site-lisp/autoconf | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = MacBook-Pro-Andrej.local | |
uname -m = x86_64 | |
uname -r = 15.5.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 255 tasks, 1223 threads, 8 processors | |
Load average: 1.51, Mach factor: 6.48 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:1724: checking for a BSD-compatible install | |
configure:1780: result: /usr/bin/install -c | |
configure:1791: checking whether build environment is sane | |
configure:1834: result: yes | |
configure:1862: checking for a thread-safe mkdir -p | |
configure:1901: result: build-aux/install-sh -c -d | |
configure:1914: checking for gawk | |
configure:1944: result: no | |
configure:1914: checking for mawk | |
configure:1944: result: no | |
configure:1914: checking for nawk | |
configure:1944: result: no | |
configure:1914: checking for awk | |
configure:1930: found /usr/bin/awk | |
configure:1941: result: awk | |
configure:1952: checking whether make sets $(MAKE) | |
configure:1973: result: yes | |
configure:2185: checking whether /bin/sh -n is known to work | |
configure:2204: result: yes | |
configure:2216: checking for expr | |
configure:2234: found /bin/expr | |
configure:2246: result: /bin/expr | |
configure:2268: checking for gm4 | |
configure:2286: found /usr/bin/gm4 | |
configure:2298: result: /usr/bin/gm4 | |
configure:2310: checking whether m4 supports frozen files | |
configure:2322: result: yes | |
configure:2325: checking how m4 supports trace files | |
configure:2335: result: --error-output | |
configure:2365: checking for perl | |
configure:2396: result: /usr/bin/perl | |
configure:2428: checking for emacs | |
configure:2444: found /usr/bin/emacs | |
configure:2455: result: emacs | |
configure:2473: checking whether emacs is sufficiently recent | |
configure:2483: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2 | |
In broken-mode: | |
conftest.el:2:35:Warning: assignment to free variable `broken-defaults' | |
Wrote /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/conftest.elc | |
configure:2486: $? = 0 | |
configure:2495: result: yes | |
configure:2514: checking for emacs | |
configure:2541: result: emacs | |
configure:2559: checking where .elc files should go | |
configure:2561: result: /usr/local/Cellar/autoconf/2.61/share/emacs/site-lisp/autoconf | |
configure:2607: checking for grep that handles long lines and -e | |
configure:2681: result: /usr/bin/grep | |
configure:2686: checking for egrep | |
configure:2764: result: /usr/bin/grep -E | |
configure:2769: checking for a sed that does not truncate output | |
configure:2848: result: /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
configure:2992: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by GNU Autoconf config.status 2.61, which was | |
generated by GNU Autoconf 2.61. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on MacBook-Pro-Andrej.local | |
config.status:619: creating tests/Makefile | |
config.status:619: creating tests/atlocal | |
config.status:619: creating man/Makefile | |
config.status:619: creating lib/emacs/Makefile | |
config.status:619: creating Makefile | |
config.status:619: creating doc/Makefile | |
config.status:619: creating lib/Makefile | |
config.status:619: creating lib/Autom4te/Makefile | |
config.status:619: creating lib/autoscan/Makefile | |
config.status:619: creating lib/m4sugar/Makefile | |
config.status:619: creating lib/autoconf/Makefile | |
config.status:619: creating lib/autotest/Makefile | |
config.status:619: creating bin/Makefile | |
config.status:810: executing tests/atconfig commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_env_EMACSLOADPATH_set= | |
ac_cv_env_EMACSLOADPATH_value= | |
ac_cv_env_EMACS_set= | |
ac_cv_env_EMACS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_basename_r=no | |
ac_cv_func_clock_getres=no | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_clock_settime=no | |
ac_cv_func_dirname_r=no | |
ac_cv_func_getentropy=no | |
ac_cv_func_mkostemp=no | |
ac_cv_func_mkostemps=no | |
ac_cv_func_timingsafe_bcmp=no | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_EXPR=/bin/expr | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_M4=/usr/bin/gm4 | |
ac_cv_path_PERL=/usr/bin/perl | |
ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_EMACS=emacs | |
ac_cv_prog_TEST_EMACS=emacs | |
ac_cv_prog_emacs_ok=yes | |
ac_cv_prog_gnu_m4=yes | |
ac_cv_prog_gnu_m4_debugfile=--error-output | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_clock_gettime=no | |
ac_cv_sh_n_works=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/missing --run aclocal-1.10' | |
AMTAR='${SHELL} /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/missing --run tar' | |
AUTOCONF='${SHELL} /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/missing --run automake-1.10' | |
AWK='awk' | |
CYGPATH_W='echo' | |
DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.61\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.61\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE=\"autoconf\" -DVERSION=\"2.61\"' | |
ECHO_C='ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EMACS='emacs' | |
EMACSLOADPATH='' | |
EXPR='/bin/expr' | |
GREP='/usr/bin/grep' | |
HELP2MAN='${SHELL} /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/missing --run help2man' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LIBOBJS='' | |
LIBS='' | |
LTLIBOBJS='' | |
M4='/usr/bin/gm4' | |
M4_DEBUGFILE='--error-output' | |
MAKEINFO='${SHELL} /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/missing --run makeinfo' | |
PACKAGE='autoconf' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='GNU Autoconf' | |
PACKAGE_STRING='GNU Autoconf 2.61' | |
PACKAGE_TARNAME='autoconf' | |
PACKAGE_VERSION='2.61' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
SED='/usr/local/Homebrew/Library/Homebrew/shims/super/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
TEST_EMACS='emacs' | |
VERSION='2.61' | |
ac_cv_sh_n_works='yes' | |
am__isrc='' | |
am__leading_dot='.' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
build_alias='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host_alias='' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='$(SHELL) /private/tmp/autoconf-20161107-53323-dff9y7/autoconf-2.61/build-aux/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
lispdir='/usr/local/Cellar/autoconf/2.61/share/emacs/site-lisp/autoconf' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/build-aux/install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/autoconf/2.61' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define PACKAGE_NAME "GNU Autoconf" | |
#define PACKAGE_TARNAME "autoconf" | |
#define PACKAGE_VERSION "2.61" | |
#define PACKAGE_STRING "GNU Autoconf 2.61" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE "autoconf" | |
#define VERSION "2.61" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment