Created
August 6, 2015 17:12
-
-
Save dunn/d8a7a27ea04cfa78f1b6 to your computer and use it in GitHub Desktop.
This file contains 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
2015-08-06 10:08:48 -0700 | |
autoreconf | |
-iv | |
autoreconf: Entering directory `.' | |
autoreconf: running: autopoint | |
Copying file m4/codeset.m4 | |
Copying file m4/extern-inline.m4 | |
Copying file m4/fcntl-o.m4 | |
Copying file m4/glibc2.m4 | |
Copying file m4/glibc21.m4 | |
Copying file m4/intdiv0.m4 | |
Copying file m4/intl.m4 | |
Copying file m4/intldir.m4 | |
Copying file m4/intlmacosx.m4 | |
Copying file m4/intmax.m4 | |
Copying file m4/inttypes-pri.m4 | |
Copying file m4/inttypes_h.m4 | |
Copying file m4/lcmessage.m4 | |
Copying file m4/lock.m4 | |
Copying file m4/longlong.m4 | |
Copying file m4/printf-posix.m4 | |
Copying file m4/size_max.m4 | |
Copying file m4/stdint_h.m4 | |
Copying file m4/threadlib.m4 | |
Copying file m4/uintmax_t.m4 | |
Copying file m4/visibility.m4 | |
Copying file m4/wchar_t.m4 | |
Copying file m4/wint_t.m4 | |
Copying file m4/xsize.m4 | |
Copying file po/Makevars.template | |
autoreconf: running: aclocal -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: not using Libtool | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader | |
autoreconf: running: automake --add-missing --copy --no-force | |
Makefile.am:36: warning: '%'-style pattern rules are a GNU make extension | |
conf/Makefile.am:6: warning: '%'-style pattern rules are a GNU make extension | |
man/Makefile.am:8: warning: '%'-style pattern rules are a GNU make extension | |
man/Makefile.am:11: warning: '%'-style pattern rules are a GNU make extension | |
man/Makefile.am:14: warning: '%'-style pattern rules are a GNU make extension | |
src/Makefile.am:7: warning: shell date +%s: non-POSIX variable name | |
src/Makefile.am:7: (probably a GNU make extension) | |
src/Makefile.am:67: warning: shell date -d @$(SOURCE_DATE_EPOCH: non-POSIX variable name | |
src/Makefile.am:67: (probably a GNU make extension) | |
src/Makefile.am:75: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | |
autoreconf: Leaving directory `.' |
This file contains 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
2015-08-06 10:08:56 -0700 | |
./configure | |
--disable-debug | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/apt-dater/HEAD | |
--sysconfdir=/usr/local/etc | |
checking build system type... x86_64-apple-darwin14.4.0 | |
checking host system type... x86_64-apple-darwin14.4.0 | |
checking target system type... x86_64-apple-darwin14.4.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./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 make supports nested variables... yes | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking whether NLS is requested... yes | |
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge | |
checking for style of include used by make... GNU | |
checking for gcc... 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 clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking dependency style of clang... none | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for CFPreferencesCopyAppValue... yes | |
checking for CFLocaleCopyCurrent... yes | |
checking for GNU gettext in libc... no | |
checking for iconv... yes | |
checking for working iconv... yes | |
checking how to link with libiconv... -liconv | |
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 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 locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for GLIB... yes | |
checking for GLIB2_36... yes | |
checking for GIO... yes | |
checking --enable-debug argument... yes | |
checking --enable-xmlreport argument... no | |
checking for LIBXML2... yes | |
checking --enable-autoref argument... no | |
checking --enable-history argument... no | |
checking --enable-clusters argument... no | |
checking for gcc... (cached) clang | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether clang accepts -g... (cached) yes | |
checking for clang option to accept ISO C89... (cached) none needed | |
checking whether clang understands -c and -o together... (cached) yes | |
checking dependency style of clang... (cached) none | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking for get_wch in -lncursesw... no | |
checking for initscr in -lncurses... yes | |
Using ncurses as the curses library | |
checking popt.h usability... yes | |
checking popt.h presence... yes | |
checking for popt.h... yes | |
checking for poptParseArgvString in -lpopt... yes | |
checking for g_main_loop_run in -lglib-2.0... yes | |
checking for g_timeout_add_seconds in -lglib-2.0... yes | |
checking for g_spawn_check_exit_status in -lglib-2.0... yes | |
checking for g_type_init in -lglib-2.0... no | |
checking for ANSI C header files... (cached) yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking for unistd.h... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking XMLSCHEMADIR... /usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater | |
checking XMLSCHEMAURI... file:///usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater | |
checking --enable-tclfilter argument... no | |
-n checking for screen... | |
/usr/bin/screen | |
-n checking for screen socket path... | |
/var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T | |
checking --enable-tmux argument... no | |
-n checking for xsltproc... | |
/usr/bin/xsltproc | |
-n checking for docbook-xsl... | |
not found. | |
checking return type of signal handlers... void | |
checking whether lstat correctly handles trailing slash... no | |
checking whether stat accepts an empty string... no | |
checking for strftime... yes | |
checking for memset... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating po/Makefile.in | |
config.status: creating Makefile | |
config.status: creating etc/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/hosts2xml | |
config.status: creating man/Makefile | |
config.status: creating schema/Makefile | |
config.status: creating src/Makefile | |
config.status: creating conf/Makefile | |
config.status: creating conf/apt-dater.xml | |
config.status: creating conf/hosts.xml | |
config.status: creating etc/apt-dater.xml | |
config.status: creating etc/hosts.xml | |
config.status: creating build/apt-dater.spec | |
config.status: creating config.h | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
config.status: executing depfiles commands |
This file contains 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
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -liconv | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lintl | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lintl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -o conftest -g -O2 conftest.c -lncursesw | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lncursesw -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -o conftest -g -O2 conftest.c -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains 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
2015-08-06 10:09:04 -0700 | |
make | |
install | |
Making install in conf | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in po | |
test ! -f ./apt-dater.pot || \ | |
test -z "de.gmo it.gmo pt.gmo" || /Applications/Xcode.app/Contents/Developer/usr/bin/make de.gmo it.gmo pt.gmo | |
rm -f it.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o it.gmo it.po | |
rm -f de.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o de.gmo de.po | |
rm -f pt.gmo && /usr/local/opt/gettext/bin/msgfmt -c --statistics --verbose -o pt.gmo pt.po | |
de.po: 169 translated messages, 2 fuzzy translations. | |
it.po: 132 translated messages, 18 fuzzy translations, 21 untranslated messages. | |
pt.po: 171 translated messages. | |
touch stamp-po | |
installing de.gmo as /usr/local/Cellar/apt-dater/HEAD/share/locale/de/LC_MESSAGES/apt-dater.mo | |
installing it.gmo as /usr/local/Cellar/apt-dater/HEAD/share/locale/it/LC_MESSAGES/apt-dater.mo | |
installing pt.gmo as /usr/local/Cellar/apt-dater/HEAD/share/locale/pt/LC_MESSAGES/apt-dater.mo | |
if test "apt-dater" = "gettext-tools"; then \ | |
.././install-sh -c -d /usr/local/Cellar/apt-dater/HEAD/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/apt-dater/HEAD/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/Cellar/apt-dater/HEAD/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
Making install in man | |
make[2]: Nothing to be done for `install-exec-am'. | |
.././install-sh -c -d '/usr/local/Cellar/apt-dater/HEAD/share/man/man1' | |
.././install-sh -c -d '/usr/local/Cellar/apt-dater/HEAD/share/man/man5' | |
.././install-sh -c -d '/usr/local/Cellar/apt-dater/HEAD/share/man/man8' | |
.././install-sh -c -d '/usr/local/Cellar/apt-dater/HEAD/share/man/manh' | |
mkdir: /usr/local/Cellar/apt-dater/HEAD/share/man: File exists | |
/usr/bin/install -c -m 644 apt-dater.xml.5 '/usr/local/Cellar/apt-dater/HEAD/share/man/man5' | |
/usr/bin/install -c -m 644 apt-dater.html apt-dater.xml.html '/usr/local/Cellar/apt-dater/HEAD/share/man/manh' | |
/usr/bin/install -c -m 644 apt-dater.8 '/usr/local/Cellar/apt-dater/HEAD/share/man/man8' | |
/usr/bin/install -c -m 644 apt-dater-host.1 '/usr/local/Cellar/apt-dater/HEAD/share/man/man1' | |
Making install in src | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o main.o main.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o apt-dater.o apt-dater.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o colors.o colors.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o exec.o exec.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o keyfiles.o keyfiles.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o lock.o lock.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o parsecmd.o parsecmd.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o report.o report.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o sighandler.o sighandler.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o stats.o stats.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o ui.o ui.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o autoref.o autoref.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o tag.o tag.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o history.o history.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o env.o env.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o clusters.o clusters.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o glue.o glue.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o tmux.o tmux.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o screen.o screen.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -c -o adsh.o adsh.c | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... | |
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format] | |
clang -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -Wl -o apt-dater main.o apt-dater.o colors.o exec.o keyfiles.o lock.o parsecmd.o report.o sighandler.o stats.o ui.o autoref.o tag.o history.o env.o clusters.o glue.o tmux.o screen.o -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lxml2 -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lglib-2.0 -lpopt -lncurses | |
clang -Wall -DPKGLIBDIR='"'/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater'"' -DSOURCE_DATE_UTC="\"\"" -g -O2 -Wl -o adsh adsh.o apt-dater.o colors.o exec.o keyfiles.o lock.o parsecmd.o report.o sighandler.o stats.o ui.o autoref.o tag.o history.o env.o clusters.o glue.o tmux.o screen.o -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lxml2 -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lglib-2.0 -lpopt -lncurses | |
make[2]: Nothing to be done for `install-data-am'. | |
.././install-sh -c -d '/usr/local/Cellar/apt-dater/HEAD/bin' | |
/usr/bin/install -c apt-dater adsh '/usr/local/Cellar/apt-dater/HEAD/bin' | |
Making install in lib | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook | |
make[2]: Nothing to be done for `install-data-am'. | |
/bin/sh ../mkinstalldirs /usr/local/Cellar/apt-dater/HEAD/lib/apt-dater | |
mkdir /usr/local/Cellar/apt-dater/HEAD/lib | |
mkdir /usr/local/Cellar/apt-dater/HEAD/lib/apt-dater | |
/usr/bin/install -c cmd hosts2xml ssh-addonce tmux-hint /usr/local/Cellar/apt-dater/HEAD/lib/apt-dater | |
/usr/bin/install -c adsh /usr/local/Cellar/apt-dater/HEAD/bin | |
Making install in etc | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook | |
make[2]: Nothing to be done for `install-data-am'. | |
/bin/sh ../mkinstalldirs -m 0750 /etc/apt-dater/ | |
mkdir /etc/apt-dater | |
mkdir: /etc/apt-dater: Permission denied | |
make[3]: *** [install-exec-hook] Error 1 | |
make[2]: *** [install-exec-am] Error 2 | |
make[1]: *** [install-am] Error 2 | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 221e703c2bb364948e2f754612531a470d269222 | |
Last commit: 37 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/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 | |
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/popt/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains 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
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o colors.o colors.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o colors.o colors.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o main.o main.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o apt-dater.o apt-dater.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o apt-dater.o apt-dater.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o exec.o exec.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o exec.o exec.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o keyfiles.o keyfiles.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o keyfiles.o keyfiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o lock.o lock.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o lock.o lock.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o parsecmd.o parsecmd.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o parsecmd.o parsecmd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o report.o report.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o report.o report.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o sighandler.o sighandler.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o sighandler.o sighandler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o stats.o stats.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o stats.o stats.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o ui.o ui.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o ui.o ui.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o autoref.o autoref.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o autoref.o autoref.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o tag.o tag.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o tag.o tag.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o history.o history.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o history.o history.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o env.o env.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o env.o env.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o clusters.o clusters.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o clusters.o clusters.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o glue.o glue.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o glue.o glue.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o tmux.o tmux.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o tmux.o tmux.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o screen.o screen.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o screen.o screen.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -c -o adsh.o adsh.c | |
superenv removed: -I/usr/include/libxml2 -Wall -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -D_REENTRANT -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -c -o adsh.o adsh.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include | |
clang called with: -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -Wl -o apt-dater main.o apt-dater.o colors.o exec.o keyfiles.o lock.o parsecmd.o report.o sighandler.o stats.o ui.o autoref.o tag.o history.o env.o clusters.o glue.o tmux.o screen.o -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lxml2 -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lglib-2.0 -lpopt -lncurses | |
superenv removed: -Wall -g -O2 -Wl | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -o apt-dater main.o apt-dater.o colors.o exec.o keyfiles.o lock.o parsecmd.o report.o sighandler.o stats.o ui.o autoref.o tag.o history.o env.o clusters.o glue.o tmux.o screen.o -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wall -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -g -O2 -Wl -o adsh adsh.o apt-dater.o colors.o exec.o keyfiles.o lock.o parsecmd.o report.o sighandler.o stats.o ui.o autoref.o tag.o history.o env.o clusters.o glue.o tmux.o screen.o -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lxml2 -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lglib-2.0 -lpopt -lncurses | |
superenv removed: -Wall -g -O2 -Wl | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -DPKGLIBDIR="/usr/local/Cellar/apt-dater/HEAD/lib/apt-dater" -DSOURCE_DATE_UTC="" -o adsh adsh.o apt-dater.o colors.o exec.o keyfiles.o lock.o parsecmd.o report.o sighandler.o stats.o ui.o autoref.o tag.o history.o env.o clusters.o glue.o tmux.o screen.o -L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lglib-2.0 -lpopt -lncurses -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains 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 apt-dater configure 1.0.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/apt-dater/HEAD --sysconfdir=/usr/local/etc | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Hell | |
uname -m = x86_64 | |
uname -r = 14.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/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 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 316 tasks, 1868 threads, 4 processors | |
Load average: 2.96, Mach factor: 1.40 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/automake/bin | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/gettext/bin | |
PATH: /usr/local/opt/glib/bin | |
PATH: /usr/local/opt/git/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2309: checking build system type | |
configure:2323: result: x86_64-apple-darwin14.4.0 | |
configure:2343: checking host system type | |
configure:2356: result: x86_64-apple-darwin14.4.0 | |
configure:2376: checking target system type | |
configure:2389: result: x86_64-apple-darwin14.4.0 | |
configure:2432: checking for a BSD-compatible install | |
configure:2500: result: /usr/bin/install -c | |
configure:2511: checking whether build environment is sane | |
configure:2566: result: yes | |
configure:2717: checking for a thread-safe mkdir -p | |
configure:2756: result: ./install-sh -c -d | |
configure:2763: checking for gawk | |
configure:2793: result: no | |
configure:2763: checking for mawk | |
configure:2793: result: no | |
configure:2763: checking for nawk | |
configure:2793: result: no | |
configure:2763: checking for awk | |
configure:2779: found /usr/bin/awk | |
configure:2790: result: awk | |
configure:2801: checking whether make sets $(MAKE) | |
configure:2823: result: yes | |
configure:2852: checking whether make supports nested variables | |
configure:2869: result: yes | |
configure:3033: checking for a sed that does not truncate output | |
configure:3097: result: /usr/local/Library/ENV/4.3/sed | |
configure:3103: checking whether NLS is requested | |
configure:3112: result: yes | |
configure:3152: checking for msgfmt | |
configure: trying /usr/local/opt/gettext/bin/msgfmt... | |
0 translated messages. | |
configure:3184: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:3193: checking for gmsgfmt | |
configure:3224: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:3274: checking for xgettext | |
configure: trying /usr/local/opt/gettext/bin/xgettext... | |
/usr/local/opt/gettext/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | |
configure:3306: result: /usr/local/opt/gettext/bin/xgettext | |
configure:3351: checking for msgmerge | |
configure: trying /usr/local/opt/gettext/bin/msgmerge... | |
configure:3382: result: /usr/local/opt/gettext/bin/msgmerge | |
configure:3427: checking for style of include used by make | |
configure:3455: result: GNU | |
configure:3526: checking for gcc | |
configure:3553: result: clang | |
configure:3782: checking for C compiler version | |
configure:3791: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:3802: $? = 0 | |
configure:3791: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:3802: $? = 0 | |
configure:3791: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:3802: $? = 1 | |
configure:3791: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:3802: $? = 1 | |
configure:3822: checking whether the C compiler works | |
configure:3844: clang conftest.c >&5 | |
configure:3848: $? = 0 | |
configure:3896: result: yes | |
configure:3899: checking for C compiler default output file name | |
configure:3901: result: a.out | |
configure:3907: checking for suffix of executables | |
configure:3914: clang -o conftest conftest.c >&5 | |
configure:3918: $? = 0 | |
configure:3940: result: | |
configure:3962: checking whether we are cross compiling | |
configure:3970: clang -o conftest conftest.c >&5 | |
configure:3974: $? = 0 | |
configure:3981: ./conftest | |
configure:3985: $? = 0 | |
configure:4000: result: no | |
configure:4005: checking for suffix of object files | |
configure:4027: clang -c conftest.c >&5 | |
configure:4031: $? = 0 | |
configure:4052: result: o | |
configure:4056: checking whether we are using the GNU C compiler | |
configure:4075: clang -c conftest.c >&5 | |
configure:4075: $? = 0 | |
configure:4084: result: yes | |
configure:4093: checking whether clang accepts -g | |
configure:4113: clang -c -g conftest.c >&5 | |
configure:4113: $? = 0 | |
configure:4154: result: yes | |
configure:4171: checking for clang option to accept ISO C89 | |
configure:4234: clang -c -g -O2 conftest.c >&5 | |
configure:4234: $? = 0 | |
configure:4247: result: none needed | |
configure:4272: checking whether clang understands -c and -o together | |
configure:4294: clang -c conftest.c -o conftest2.o | |
configure:4297: $? = 0 | |
configure:4294: clang -c conftest.c -o conftest2.o | |
configure:4297: $? = 0 | |
configure:4309: result: yes | |
configure:4328: checking dependency style of clang | |
configure:4439: result: none | |
configure:4479: checking for ld used by clang | |
configure:4546: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:4553: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:4568: result: no | |
configure:4575: checking for shared library run path origin | |
configure:4588: result: done | |
configure:4613: checking how to run the C preprocessor | |
configure:4644: clang -E conftest.c | |
configure:4644: $? = 0 | |
configure:4658: clang -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4658: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4683: result: clang -E | |
configure:4703: clang -E conftest.c | |
configure:4703: $? = 0 | |
configure:4717: clang -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4717: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4746: checking for grep that handles long lines and -e | |
configure:4804: result: /usr/bin/grep | |
configure:4809: checking for egrep | |
configure:4871: result: /usr/bin/grep -E | |
configure:5429: checking for CFPreferencesCopyAppValue | |
configure:5447: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:5447: $? = 0 | |
configure:5456: result: yes | |
configure:5463: checking for CFLocaleCopyCurrent | |
configure:5481: clang -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | |
configure:5481: $? = 0 | |
configure:5490: result: yes | |
configure:5539: checking for GNU gettext in libc | |
configure:5563: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__nl_domain_bindings", referenced from: | |
_main in conftest-c5b909.o | |
"__nl_msg_cat_cntr", referenced from: | |
_main in conftest-c5b909.o | |
"_libintl_bindtextdomain", referenced from: | |
_main in conftest-c5b909.o | |
"_libintl_gettext", referenced from: | |
_main in conftest-c5b909.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5563: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <libintl.h> | |
| | |
| extern int _nl_msg_cat_cntr; | |
| extern int *_nl_domain_bindings; | |
| | |
| int | |
| main () | |
| { | |
| | |
| bindtextdomain ("", ""); | |
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5572: result: no | |
configure:5606: checking for iconv | |
configure:5630: clang -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_iconv", referenced from: | |
_main in conftest-c536ef.o | |
"_iconv_close", referenced from: | |
_main in conftest-c536ef.o | |
"_iconv_open", referenced from: | |
_main in conftest-c536ef.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5630: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <stdlib.h> | |
| #include <iconv.h> | |
| | |
| int | |
| main () | |
| { | |
| iconv_t cd = iconv_open("",""); | |
| iconv(cd,NULL,NULL,NULL,NULL); | |
| iconv_close(cd); | |
| ; | |
| return 0; | |
| } | |
configure:5654: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:5654: $? = 0 | |
configure:5664: result: yes | |
configure:5667: checking for working iconv | |
configure:5787: clang -o conftest -g -O2 conftest.c -liconv >&5 | |
configure:5787: $? = 0 | |
configure:5787: ./conftest | |
configure:5787: $? = 0 | |
configure:5799: result: yes | |
configure:5814: checking how to link with libiconv | |
configure:5816: result: -liconv | |
configure:6288: checking for GNU gettext in libintl | |
configure:6320: clang -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:6320: $? = 0 | |
configure:6365: result: yes | |
configure:6400: checking whether to use NLS | |
configure:6402: result: yes | |
configure:6405: checking where the gettext function comes from | |
configure:6416: result: external libintl | |
configure:6424: checking how to link with libintl | |
configure:6426: result: -lintl -Wl,-framework -Wl,CoreFoundation | |
configure:6473: checking for ANSI C header files | |
configure:6493: clang -c -g -O2 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6566: clang -o conftest -g -O2 conftest.c >&5 | |
configure:6566: $? = 0 | |
configure:6566: ./conftest | |
configure:6566: $? = 0 | |
configure:6577: result: yes | |
configure:6590: checking for sys/types.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for sys/stat.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for stdlib.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for string.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for memory.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for strings.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for inttypes.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for stdint.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6590: checking for unistd.h | |
configure:6590: clang -c -g -O2 conftest.c >&5 | |
configure:6590: $? = 0 | |
configure:6590: result: yes | |
configure:6604: checking locale.h usability | |
configure:6604: clang -c -g -O2 conftest.c >&5 | |
configure:6604: $? = 0 | |
configure:6604: result: yes | |
configure:6604: checking locale.h presence | |
configure:6604: clang -E conftest.c | |
configure:6604: $? = 0 | |
configure:6604: result: yes | |
configure:6604: checking for locale.h | |
configure:6604: result: yes | |
configure:6670: checking for pkg-config | |
configure:6688: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:6700: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:6725: checking pkg-config is at least version 0.9.0 | |
configure:6728: result: yes | |
configure:6738: checking for GLIB | |
configure:6745: $PKG_CONFIG --exists --print-errors ""$glib_module"" | |
configure:6748: $? = 0 | |
configure:6762: $PKG_CONFIG --exists --print-errors ""$glib_module"" | |
configure:6765: $? = 0 | |
configure:6803: result: yes | |
configure:6809: checking for GLIB2_36 | |
configure:6816: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.36" | |
configure:6819: $? = 0 | |
configure:6833: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.36" | |
configure:6836: $? = 0 | |
configure:6878: result: yes | |
configure:6885: checking for GIO | |
configure:6892: $PKG_CONFIG --exists --print-errors ""$gio_module"" | |
configure:6895: $? = 0 | |
configure:6909: $PKG_CONFIG --exists --print-errors ""$gio_module"" | |
configure:6912: $? = 0 | |
configure:6950: result: yes | |
configure:6955: checking --enable-debug argument | |
configure:6964: result: yes | |
configure:6972: checking --enable-xmlreport argument | |
configure:6981: result: no | |
configure:6985: checking for LIBXML2 | |
configure:6992: $PKG_CONFIG --exists --print-errors ""libxml-2.0"" | |
configure:6995: $? = 0 | |
configure:7009: $PKG_CONFIG --exists --print-errors ""libxml-2.0"" | |
configure:7012: $? = 0 | |
configure:7070: result: yes | |
configure:7080: checking --enable-autoref argument | |
configure:7089: result: no | |
configure:7097: checking --enable-history argument | |
configure:7106: result: no | |
configure:7114: checking --enable-clusters argument | |
configure:7123: result: no | |
configure:7201: checking for gcc | |
configure:7228: result: clang | |
configure:7457: checking for C compiler version | |
configure:7466: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:7477: $? = 0 | |
configure:7466: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.4.0 | |
Thread model: posix | |
configure:7477: $? = 0 | |
configure:7466: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:7477: $? = 1 | |
configure:7466: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:7477: $? = 1 | |
configure:7481: checking whether we are using the GNU C compiler | |
configure:7509: result: yes | |
configure:7518: checking whether clang accepts -g | |
configure:7579: result: yes | |
configure:7596: checking for clang option to accept ISO C89 | |
configure:7672: result: none needed | |
configure:7697: checking whether clang understands -c and -o together | |
configure:7734: result: yes | |
configure:7753: checking dependency style of clang | |
configure:7864: result: none | |
configure:7884: checking ncurses.h usability | |
configure:7884: clang -c -g -O2 conftest.c >&5 | |
configure:7884: $? = 0 | |
configure:7884: result: yes | |
configure:7884: checking ncurses.h presence | |
configure:7884: clang -E conftest.c | |
configure:7884: $? = 0 | |
configure:7884: result: yes | |
configure:7884: checking for ncurses.h | |
configure:7884: result: yes | |
configure:7896: checking for get_wch in -lncursesw | |
configure:7921: clang -o conftest -g -O2 conftest.c -lncursesw >&5 | |
ld: library not found for -lncursesw | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7921: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_NCURSES_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char get_wch (); | |
| int | |
| main () | |
| { | |
| return get_wch (); | |
| ; | |
| return 0; | |
| } | |
configure:7930: result: no | |
configure:7939: checking for initscr in -lncurses | |
configure:7964: clang -o conftest -g -O2 conftest.c -lncurses >&5 | |
configure:7964: $? = 0 | |
configure:7973: result: yes | |
configure:8089: result: Using ncurses as the curses library | |
configure:8099: checking popt.h usability | |
configure:8099: clang -c -g -O2 conftest.c >&5 | |
configure:8099: $? = 0 | |
configure:8099: result: yes | |
configure:8099: checking popt.h presence | |
configure:8099: clang -E conftest.c | |
configure:8099: $? = 0 | |
configure:8099: result: yes | |
configure:8099: checking for popt.h | |
configure:8099: result: yes | |
configure:8109: checking for poptParseArgvString in -lpopt | |
configure:8134: clang -o conftest -g -O2 conftest.c -lpopt -lncurses >&5 | |
configure:8134: $? = 0 | |
configure:8143: result: yes | |
configure:8154: checking for g_main_loop_run in -lglib-2.0 | |
configure:8179: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
configure:8179: $? = 0 | |
configure:8188: result: yes | |
configure:8199: checking for g_timeout_add_seconds in -lglib-2.0 | |
configure:8224: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses >&5 | |
configure:8224: $? = 0 | |
configure:8233: result: yes | |
configure:8241: checking for g_spawn_check_exit_status in -lglib-2.0 | |
configure:8266: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses >&5 | |
configure:8266: $? = 0 | |
configure:8275: result: yes | |
configure:8283: checking for g_type_init in -lglib-2.0 | |
configure:8308: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lglib-2.0 -lpopt -lncurses >&5 | |
Undefined symbols for architecture x86_64: | |
"_g_type_init", referenced from: | |
_main in conftest-0be97e.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8308: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POPT_H 1 | |
| #define HAVE_LIBPOPT 1 | |
| #define HAVE_LIBGLIB_2_0 1 | |
| #define HAVE_GLIB_TIMEOUT_ADD_SECONDS 1 | |
| #define HAVE_GLIB_SPAWN_CHECK_EXIT_STATUS 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char g_type_init (); | |
| int | |
| main () | |
| { | |
| return g_type_init (); | |
| ; | |
| return 0; | |
| } | |
configure:8317: result: no | |
configure:8327: checking for ANSI C header files | |
configure:8431: result: yes | |
configure:8442: checking fcntl.h usability | |
configure:8442: clang -c -g -O2 conftest.c >&5 | |
configure:8442: $? = 0 | |
configure:8442: result: yes | |
configure:8442: checking fcntl.h presence | |
configure:8442: clang -E conftest.c | |
configure:8442: $? = 0 | |
configure:8442: result: yes | |
configure:8442: checking for fcntl.h | |
configure:8442: result: yes | |
configure:8442: checking for stdlib.h | |
configure:8442: result: yes | |
configure:8442: checking for string.h | |
configure:8442: result: yes | |
configure:8442: checking sys/file.h usability | |
configure:8442: clang -c -g -O2 conftest.c >&5 | |
configure:8442: $? = 0 | |
configure:8442: result: yes | |
configure:8442: checking sys/file.h presence | |
configure:8442: clang -E conftest.c | |
configure:8442: $? = 0 | |
configure:8442: result: yes | |
configure:8442: checking for sys/file.h | |
configure:8442: result: yes | |
configure:8442: checking for unistd.h | |
configure:8442: result: yes | |
configure:8454: checking for an ANSI C-conforming const | |
configure:8520: clang -c -g -O2 conftest.c >&5 | |
configure:8520: $? = 0 | |
configure:8527: result: yes | |
configure:8535: checking for inline | |
configure:8551: clang -c -g -O2 conftest.c >&5 | |
configure:8551: $? = 0 | |
configure:8559: result: inline | |
configure:8577: checking whether struct tm is in sys/time.h or time.h | |
configure:8597: clang -c -g -O2 conftest.c >&5 | |
configure:8597: $? = 0 | |
configure:8604: result: time.h | |
configure:8614: checking XMLSCHEMADIR | |
configure:8634: result: /usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater | |
configure:8638: checking XMLSCHEMAURI | |
configure:8649: result: file:///usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater | |
configure:8653: checking --enable-tclfilter argument | |
configure:8662: result: no | |
configure:8983: checking --enable-tmux argument | |
configure:8992: result: no | |
configure:9077: checking return type of signal handlers | |
configure:9095: clang -c -g -O2 conftest.c >&5 | |
conftest.c:54:8: error: indirection requires pointer operand ('void' invalid) | |
return *(signal (0, 0)) (0) == 1; | |
^~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:9095: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POPT_H 1 | |
| #define HAVE_LIBPOPT 1 | |
| #define HAVE_LIBGLIB_2_0 1 | |
| #define HAVE_GLIB_TIMEOUT_ADD_SECONDS 1 | |
| #define HAVE_GLIB_SPAWN_CHECK_EXIT_STATUS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define XML_SCHEMA_DIR "/usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater" | |
| #define XML_SCHEMA_URI "file:///usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater" | |
| #define SCREEN_BINARY "/usr/bin/screen" | |
| #define SCREEN_SOCKPATH "/var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T" | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:9102: result: void | |
configure:9110: checking whether lstat correctly handles trailing slash | |
configure:9136: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
configure:9136: $? = 0 | |
configure:9136: ./conftest | |
configure:9136: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "apt-dater" | |
| #define PACKAGE_TARNAME "apt-dater" | |
| #define PACKAGE_VERSION "1.0.2" | |
| #define PACKAGE_STRING "apt-dater 1.0.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "apt-dater" | |
| #define VERSION "1.0.2" | |
| #define DARWIN 1 | |
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
| #define HAVE_CFLOCALECOPYCURRENT 1 | |
| #define HAVE_ICONV 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_COLOR 1 | |
| #define HAVE_USE_DEFAULT_COLORS 1 | |
| #define HAVE_FLOCK 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_POPT_H 1 | |
| #define HAVE_LIBPOPT 1 | |
| #define HAVE_LIBGLIB_2_0 1 | |
| #define HAVE_GLIB_TIMEOUT_ADD_SECONDS 1 | |
| #define HAVE_GLIB_SPAWN_CHECK_EXIT_STATUS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define XML_SCHEMA_DIR "/usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater" | |
| #define XML_SCHEMA_URI "file:///usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater" | |
| #define SCREEN_BINARY "/usr/bin/screen" | |
| #define SCREEN_SOCKPATH "/var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T" | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| struct stat sbuf; | |
| /* Linux will dereference the symlink and fail, as required by POSIX. | |
| That is better in the sense that it means we will not | |
| have to compile and use the lstat wrapper. */ | |
| return lstat ("conftest.sym/", &sbuf) == 0; | |
| ; | |
| return 0; | |
| } | |
configure:9153: result: no | |
configure:9172: checking whether stat accepts an empty string | |
configure:9192: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
configure:9192: $? = 0 | |
configure:9192: ./conftest | |
configure:9192: $? = 0 | |
configure:9202: result: no | |
configure:9220: checking for strftime | |
configure:9220: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
configure:9220: $? = 0 | |
configure:9220: result: yes | |
configure:9276: checking for memset | |
configure:9276: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
conftest.c:73:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] | |
char memset (); | |
^ | |
conftest.c:73:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | |
1 warning generated. | |
configure:9276: $? = 0 | |
configure:9276: result: yes | |
configure:9276: checking for strchr | |
configure:9276: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
conftest.c:74:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] | |
char strchr (); | |
^ | |
conftest.c:74:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | |
1 warning generated. | |
configure:9276: $? = 0 | |
configure:9276: result: yes | |
configure:9276: checking for strdup | |
configure:9276: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
conftest.c:75:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | |
char strdup (); | |
^ | |
conftest.c:75:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
1 warning generated. | |
configure:9276: $? = 0 | |
configure:9276: result: yes | |
configure:9276: checking for strerror | |
configure:9276: clang -o conftest -g -O2 conftest.c -lglib-2.0 -lpopt -lncurses >&5 | |
conftest.c:76:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:76:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:9276: $? = 0 | |
configure:9276: result: yes | |
configure:9397: checking that generated files are newer than configure | |
configure:9403: result: done | |
configure:9438: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by apt-dater config.status 1.0.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Hell | |
config.status:959: creating po/Makefile.in | |
config.status:959: creating Makefile | |
config.status:959: creating etc/Makefile | |
config.status:959: creating lib/Makefile | |
config.status:959: creating lib/hosts2xml | |
config.status:959: creating man/Makefile | |
config.status:959: creating schema/Makefile | |
config.status:959: creating src/Makefile | |
config.status:959: creating conf/Makefile | |
config.status:959: creating conf/apt-dater.xml | |
config.status:959: creating conf/hosts.xml | |
config.status:959: creating etc/apt-dater.xml | |
config.status:959: creating etc/hosts.xml | |
config.status:959: creating build/apt-dater.spec | |
config.status:959: creating config.h | |
config.status:1188: executing po-directories commands | |
config.status:1188: executing depfiles commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.4.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_GIO_CFLAGS_set= | |
ac_cv_env_GIO_CFLAGS_value= | |
ac_cv_env_GIO_LIBS_set= | |
ac_cv_env_GIO_LIBS_value= | |
ac_cv_env_GLIB2_36_CFLAGS_set= | |
ac_cv_env_GLIB2_36_CFLAGS_value= | |
ac_cv_env_GLIB2_36_LIBS_set= | |
ac_cv_env_GLIB2_36_LIBS_value= | |
ac_cv_env_GLIB_CFLAGS_set= | |
ac_cv_env_GLIB_CFLAGS_value= | |
ac_cv_env_GLIB_LIBS_set= | |
ac_cv_env_GLIB_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LIBXML2_CFLAGS_set= | |
ac_cv_env_LIBXML2_CFLAGS_value= | |
ac_cv_env_LIBXML2_LIBS_set= | |
ac_cv_env_LIBXML2_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/popt/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_XMLSCHEMADIR_set= | |
ac_cv_env_XMLSCHEMADIR_value= | |
ac_cv_env_XMLSCHEMAURI_set= | |
ac_cv_env_XMLSCHEMAURI_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_lstat_dereferences_slashed_symlink=no | |
ac_cv_func_memset=yes | |
ac_cv_func_stat_empty_string_bug=no | |
ac_cv_func_strchr=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strftime=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_locale_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_ncurses_h=yes | |
ac_cv_header_popt_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_file_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin14.4.0 | |
ac_cv_lib_glib_2_0_g_main_loop_run=yes | |
ac_cv_lib_glib_2_0_g_spawn_check_exit_status=yes | |
ac_cv_lib_glib_2_0_g_timeout_add_seconds=yes | |
ac_cv_lib_glib_2_0_g_type_init=no | |
ac_cv_lib_ncurses_initscr=yes | |
ac_cv_lib_ncursesw_get_wch=no | |
ac_cv_lib_popt_poptParseArgvString=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_struct_tm=time.h | |
ac_cv_target=x86_64-apple-darwin14.4.0 | |
ac_cv_type_signal=void | |
acl_cv_hardcode_direct=no | |
acl_cv_hardcode_libdir_flag_spec= | |
acl_cv_hardcode_libdir_separator= | |
acl_cv_hardcode_minus_L=no | |
acl_cv_libext=a | |
acl_cv_libname_spec='lib$name' | |
acl_cv_library_names_spec='$libname$shrext' | |
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
acl_cv_prog_gnu_ld=no | |
acl_cv_rpath=done | |
acl_cv_shlibext=dylib | |
acl_cv_wl=-Wl, | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_func_iconv=yes | |
am_cv_func_iconv_works=yes | |
am_cv_lib_iconv=yes | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
gt_cv_func_CFLocaleCopyCurrent=yes | |
gt_cv_func_CFPreferencesCopyAppValue=yes | |
gt_cv_func_gnugettext1_libc=no | |
gt_cv_func_gnugettext1_libintl=yes | |
pkg_cv_GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include ' | |
pkg_cv_GIO_LIBS='-L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl ' | |
pkg_cv_GLIB2_36_CFLAGS='-I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include ' | |
pkg_cv_GLIB2_36_LIBS='-L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl ' | |
pkg_cv_GLIB_CFLAGS='-I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include ' | |
pkg_cv_GLIB_LIBS='-L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl ' | |
pkg_cv_LIBXML2_CFLAGS='-I/usr/include/libxml2 ' | |
pkg_cv_LIBXML2_LIBS='-lxml2 ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/apt-dater20150806-88937-10aq8r9/missing aclocal-1.15' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='1' | |
AM_V='$(V)' | |
AUTOCONF='${SHELL} /private/tmp/apt-dater20150806-88937-10aq8r9/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/apt-dater20150806-88937-10aq8r9/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/apt-dater20150806-88937-10aq8r9/missing automake-1.15' | |
AWK='awk' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CURSES_LIB='-lncurses' | |
CYGPATH_W='echo' | |
DBXSL='' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FREEBSD_FALSE='' | |
FREEBSD_TRUE='#' | |
GETTEXT_MACRO_VERSION='0.19' | |
GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include ' | |
GIO_LIBS='-L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl ' | |
GLIB2_36_CFLAGS='-I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include ' | |
GLIB2_36_LIBS='-L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl ' | |
GLIB_CFLAGS='-I/usr/local/Cellar/glib/2.44.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include ' | |
GLIB_LIBS='-L/usr/local/Cellar/glib/2.44.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl ' | |
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
GMSGFMT_015='/usr/local/opt/gettext/bin/msgfmt' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INTLLIBS='-lintl -Wl,-framework -Wl,CoreFoundation' | |
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation' | |
LDFLAGS='' | |
LIBICONV='-liconv' | |
LIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation' | |
LIBOBJS=' ${LIBOBJDIR}lstat$U.o' | |
LIBS='-lglib-2.0 -lpopt -lncurses' | |
LIBXML2_CFLAGS='-I/usr/include/libxml2 ' | |
LIBXML2_LIBS='-lxml2 ' | |
LINUX_FALSE='' | |
LINUX_TRUE='#' | |
LTLIBICONV='-liconv' | |
LTLIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation' | |
LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo' | |
MAKEINFO='${SHELL} /private/tmp/apt-dater20150806-88937-10aq8r9/missing makeinfo' | |
MKDIR_P='./install-sh -c -d' | |
MSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
MSGFMT_015='/usr/local/opt/gettext/bin/msgfmt' | |
MSGMERGE='/usr/local/opt/gettext/bin/msgmerge' | |
OBJEXT='o' | |
PACKAGE='apt-dater' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='apt-dater' | |
PACKAGE_STRING='apt-dater 1.0.2' | |
PACKAGE_TARNAME='apt-dater' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.0.2' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10' | |
PKG_CONFIG_PATH='/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/popt/lib/pkgconfig' | |
POSUB='po' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
TCL_CFLAGS='' | |
TCL_LIBS='' | |
USE_NLS='yes' | |
VERSION='1.0.2' | |
XGETTEXT='/usr/local/opt/gettext/bin/xgettext' | |
XGETTEXT_015='/usr/local/opt/gettext/bin/xgettext' | |
XGETTEXT_EXTRA_OPTIONS='' | |
XMLSCHEMADIR='/usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater' | |
XMLSCHEMAURI='file:///usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater' | |
XSLTPROC='/usr/bin/xsltproc' | |
ac_ct_CC='clang' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.4.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.4.0' | |
build_vendor='apple' | |
cv_path_tcl='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin14.4.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/apt-dater20150806-88937-10aq8r9/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/apt-dater/HEAD' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/usr/local/etc' | |
target='x86_64-apple-darwin14.4.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin14.4.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "apt-dater" | |
#define PACKAGE_TARNAME "apt-dater" | |
#define PACKAGE_VERSION "1.0.2" | |
#define PACKAGE_STRING "apt-dater 1.0.2" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define PACKAGE "apt-dater" | |
#define VERSION "1.0.2" | |
#define DARWIN 1 | |
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | |
#define HAVE_CFLOCALECOPYCURRENT 1 | |
#define HAVE_ICONV 1 | |
#define ENABLE_NLS 1 | |
#define HAVE_GETTEXT 1 | |
#define HAVE_DCGETTEXT 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_COLOR 1 | |
#define HAVE_USE_DEFAULT_COLORS 1 | |
#define HAVE_FLOCK 1 | |
#define HAVE_NCURSES_H 1 | |
#define HAVE_POPT_H 1 | |
#define HAVE_LIBPOPT 1 | |
#define HAVE_LIBGLIB_2_0 1 | |
#define HAVE_GLIB_TIMEOUT_ADD_SECONDS 1 | |
#define HAVE_GLIB_SPAWN_CHECK_EXIT_STATUS 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SYS_FILE_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define XML_SCHEMA_DIR "/usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater" | |
#define XML_SCHEMA_URI "file:///usr/local/Cellar/apt-dater/HEAD/share/xml/schema/apt-dater" | |
#define SCREEN_BINARY "/usr/bin/screen" | |
#define SCREEN_SOCKPATH "/var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T" | |
#define RETSIGTYPE void | |
#define HAVE_STRFTIME 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_STRCHR 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRERROR 1 | |
configure: exit 0 |
This file contains 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: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 221e703c2bb364948e2f754612531a470d269222 | |
Last commit: 39 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.4-x86_64 | |
Xcode: 6.4 | |
CLT: 6.4.0.0.1.1435007323 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby | |
Java: 1.8.0_20 |
This file contains 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment