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
==> Downloading http://sourceforge.net/projects/musicpd/files/mpd/0.16.6/mpd-0.16.6.tar.gz | |
File already downloaded in /Users/differenxe/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/differenxe/Library/Caches/Homebrew/mpd-0.16.6.tar.gz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/mpd/0.16.6 --enable-bzip2 --enable-flac --enable-shout --enable-fluidsynth --enable-zip --enable-lame-encoder | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/mpd/0.16.6 --enable-bzip2 --enable-flac --enable-shout --enable-fluidsynth --enable-zip --enable-lame-encoder | |
configure: WARNING: unrecognized options: --enable-zip | |
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... gawk |
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
==> Downloading http://dbus.freedesktop.org/releases/dbus/dbus-1.4.18.tar.gz | |
File already downloaded in /Users/differenxe/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/differenxe/Library/Caches/Homebrew/d-bus-1.4.18.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/d-bus/1.4.18 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --disable-xml-docs --disable-doxygen-docs --enable-launchd --with-launchd-agent-dir=/usr/local/Cellar/d-bus/1.4.18 --without-x | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/d-bus/1.4.18 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --disable-xml-docs --disable-doxygen-docs --enable-launchd --with-launchd-agent-dir=/usr/local/Cellar/d-bus/1.4.18 --without-x | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.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... |
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
==> Downloading http://dbus.freedesktop.org/releases/dbus/dbus-1.4.18.tar.gz | |
File already downloaded in /Users/differenxe/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/differenxe/Library/Caches/Homebrew/d-bus-1.4.18.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/d-bus/1.4.18 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --disable-xml-docs --disable-doxygen-docs --enable-launchd --with-launchd-agent-dir=/usr/local/Cellar/d-bus/1.4.18 --without-x --disable-tests | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/d-bus/1.4.18 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc --disable-xml-docs --disable-doxygen-docs --enable-launchd --with-launchd-agent-dir=/usr/local/Cellar/d-bus/1.4.18 --without-x --disable-tests | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checki |
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
/usr/bin/env perl -e use XML::Parser | |
/usr/bin/env perl -e use XML::Parser | |
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/glib-networking/2.38/glib-networking-2.38.1.tar.xz | |
Already downloaded: /Library/Caches/Homebrew/glib-networking-2.38.1.tar.xz | |
/usr/local/opt/xz/bin/xz -dc "/Library/Caches/Homebrew/glib-networking-2.38.1.tar.xz" | tar xf - | |
==> ./configure --disable-dependency-tracking --without-ca-certificates --prefix=/usr/local/Cellar/glib-networking/2.38.1 | |
./configure --disable-dependency-tracking --without-ca-certificates --prefix=/usr/local/Cellar/glib-networking/2.38.1 | |
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 |
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 glib-networking configure 2.38.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --without-ca-certificates --prefix=/usr/local/Cellar/glib-networking/2.38.1 | |
## --------- ## | |
## Platform. ## |
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
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/opt/local/bin/ncurses5-config |
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
cmake .. | |
-- The C compiler identification is GNU 4.2.1 | |
-- The CXX compiler identification is Clang 5.1.0 | |
-- Checking whether C compiler has -isysroot | |
-- Checking whether C compiler has -isysroot - yes | |
-- Checking whether C compiler supports OSX deployment target flag | |
-- Checking whether C compiler supports OSX deployment target flag - yes | |
-- Check for working C compiler: /usr/local/bin/gcc-4.2 | |
-- Check for working C compiler: /usr/local/bin/gcc-4.2 -- works | |
-- Detecting C compiler ABI info |
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
cmake .. | |
-- The C compiler identification is GNU 4.2.1 | |
-- The CXX compiler identification is Clang 5.1.0 | |
-- Checking whether C compiler has -isysroot | |
-- Checking whether C compiler has -isysroot - yes | |
-- Checking whether C compiler supports OSX deployment target flag | |
-- Checking whether C compiler supports OSX deployment target flag - yes | |
-- Check for working C compiler: /usr/local/bin/gcc-4.2 | |
-- Check for working C compiler: /usr/local/bin/gcc-4.2 -- works | |
-- Detecting C compiler ABI info |
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 build logs for homebrew/python/matplotlib on Mac OS X 10.10.5 | |
Build date: 2016-04-20 09:42:11 |
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 build logs for moreutils on Mac OS X 10.10.5 | |
Build date: 2016-09-14 11:01:32 |
OlderNewer