Skip to content

Instantly share code, notes, and snippets.

@minektur
Last active May 18, 2016 17:32
Show Gist options
  • Save minektur/29694ec4b41e33e7c79b520d0145a484 to your computer and use it in GitHub Desktop.
Save minektur/29694ec4b41e33e7c79b520d0145a484 to your computer and use it in GitHub Desktop.
set environment and run installer
+ [ x = x--fixpaths ]
+ before_extraction
+ mkdir -p /usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1
+ cd /usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1
+ THIS=/usr/local/fred/b/brewstrap-0.1.sh
+ awk /^__TARFILE_FOLLOWS__/ { print NR + 1; exit 0; } /usr/local/fred/b/brewstrap-0.1.sh
+ SKIP=154
+ tar -x
+ tail -n +154 /usr/local/fred/b/brewstrap-0.1.sh
+ after_extraction /usr/local/fred/b/brewstrap-0.1.sh
+ [ -e /home/chronos/user/.curlrc ]
+ touch /home/chronos/user/.curlrc
+ sed -i -e $ s/\(.*\)/\1\n-k/ /home/chronos/user/.curlrc
+ trap [ -e /home/chronos/user/.curlrc.bak ] && mv /home/chronos/user/.curlrc.bak /home/chronos/user/.curlrc EXIT
+ cd /usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin
+ xargs sed -i -e s@/bin/bash@/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin/bash@
+ find -type f
+ cp /usr/local/fred/b/brewstrap-0.1.sh ./brewstrap
+ chmod +x brewstrap
+ /usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin/ruby
+ which which
+ sed -i -e s@/bin/bash@/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin/bash@ -e s@/usr/bin/curl@/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin/curl@ -e s@/usr/bin/which@/usr/bin/which@ -e /HOMEBREW_REPO.*=/s@https://@git://@ -e s@# no analytics.*@system "#{HOMEBREW_PREFIX}/Cellar/brewstrap/0.1/bin/brewstrap", "--fixpaths"@ linuxbrew-install
+ export PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin
+ export MAGIC=/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/share/file/magic.mgc
+ export TERMINFO=/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/usr/share/terminfo
+ HOME=/usr/local/linuxbrew ruby linuxbrew-install
==> This script will install:
/usr/local/linuxbrew/.linuxbrew/bin/brew
/usr/local/linuxbrew/.linuxbrew/Library/...
/usr/local/linuxbrew/.linuxbrew/share/doc/homebrew
/usr/local/linuxbrew/.linuxbrew/share/man/man1/brew.1
/usr/local/linuxbrew/.linuxbrew/share/zsh/site-functions/_brew
/usr/local/linuxbrew/.linuxbrew/etc/bash_completion.d/brew
/usr/local/linuxbrew/.cache/Homebrew/
Press RETURN to continue or any other key to abort
==> Downloading and installing Linuxbrew...
warning: templates not found //share/git-core/templates
From git://github.com/Linuxbrew/brew
* [new branch] master -> origin/master
HEAD is now at 68c0ef3 HOMEBREW_ARCH: Add -march env var for Linuxbrew
+ [ x--fixpaths = x--fixpaths ]
+ fix_paths
+ which which
+ which awk
+ sed -i.bak -e s@/bin/bash@/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin/bash@ -e s@/usr/bin/curl@/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin/curl@ -e s@/usr/bin/file@/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin/file@ -e s@/usr/bin/tput@/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/usr/bin/tput@ -e s@/usr/bin/which@/usr/bin/which@ -e s@/usr/bin/awk@/usr/bin/awk@ /usr/local/linuxbrew/.linuxbrew/bin/brew /usr/local/linuxbrew/.linuxbrew/Library/brew.sh /usr/local/linuxbrew/.linuxbrew/Library/ENV/scm/git /usr/local/linuxbrew/.linuxbrew/Library/Homebrew/utils.rb /usr/local/linuxbrew/.linuxbrew/Library/Homebrew/keg_relocate.rb
+ sed -i.bak -e /default_remote/N;s@https://@git://@ /usr/local/linuxbrew/.linuxbrew/Library/Homebrew/tap.rb
+ exit 0
==> Tapping homebrew/core
Cloning into '/usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core'...
warning: templates not found //share/git-core/templates
Tapped 3611 formulae (3,749 files, 9M)
Warning: /usr/local/linuxbrew/.linuxbrew/bin is not in your PATH.
==> Installation successful!
==> Next steps
Install the Linuxbrew dependencies:
Debian, Ubuntu, etc.:
`sudo apt-get install build-essential`
Fedora, Red Hat, CentOS, etc.:
`sudo yum groupinstall 'Development Tools'`
See http://linuxbrew.sh/#dependencies for more information.
Add to your ~/.bash_profile by running
echo 'export PATH="/usr/local/linuxbrew/.linuxbrew/bin:$PATH"' >>~/.bash_profile
echo 'export MANPATH="/usr/local/linuxbrew/.linuxbrew/share/man:$MANPATH"' >>~/.bash_profile
echo 'export INFOPATH="/usr/local/linuxbrew/.linuxbrew/share/info:$INFOPATH"' >>~/.bash_profile
Run `brew help` to get started
Further documentation: https://git.io/brew-docs
==> Homebrew has enabled anonymous aggregate user behaviour analytics
Read the analytics documentation (and how to opt-out) here:
https://git.io/brew-analytics
+ export PATH=/usr/local/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin
+ export HOMEBREW_TEMP=/usr/local/linuxbrew/.tmp
+ mkdir -p /usr/local/linuxbrew/.tmp
+ brew tap homebrew/dupes git://github.com/Linuxbrew/homebrew-dupes.git
==> Tapping homebrew/dupes
Cloning into '/usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-dupes'...
warning: templates not found //share/git-core/templates
Tapped 38 formulae (53 files, 161.7K)
+ brew install binutils gcc linux-headers
==> Installing dependencies for binutils: patchelf, zlib
==> Installing binutils dependency: patchelf
==> Downloading https://linuxbrew.bintray.com/bottles/patchelf-0.9.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/patchelf-0.9.x86_64_linux.bottle.tar.gz
==> Pouring patchelf-0.9.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/patchelf/0.9: 6 files, 866K
==> Installing binutils dependency: zlib
==> Downloading https://linuxbrew.bintray.com/bottles/zlib-1.2.8.x86_64_linux.bottle.1.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/zlib-1.2.8.x86_64_linux.bottle.1.tar.gz
==> Pouring zlib-1.2.8.x86_64_linux.bottle.1.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/zlib/1.2.8: 11 files, 398.5K
==> Installing binutils
==> Downloading https://linuxbrew.bintray.com/bottles/binutils-2.26.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/binutils-2.26.x86_64_linux.bottle.tar.gz
==> Pouring binutils-2.26.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/binutils/2.26: 3,178 files, 194.3M
==> Installing dependencies for gcc: gmp, mpfr, libmpc, isl
==> Installing gcc dependency: gmp
==> Downloading https://linuxbrew.bintray.com/bottles/gmp-6.1.0.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/gmp-6.1.0.x86_64_linux.bottle.tar.gz
==> Pouring gmp-6.1.0.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/gmp/6.1.0: 19 files, 3.6M
==> Installing gcc dependency: mpfr
==> Downloading https://linuxbrew.bintray.com/bottles/mpfr-3.1.4.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/mpfr-3.1.4.x86_64_linux.bottle.tar.gz
==> Pouring mpfr-3.1.4.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/mpfr/3.1.4: 26 files, 3.8M
==> Installing gcc dependency: libmpc
==> Downloading https://linuxbrew.bintray.com/bottles/libmpc-1.0.3.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/libmpc-1.0.3.x86_64_linux.bottle.tar.gz
==> Pouring libmpc-1.0.3.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/libmpc/1.0.3: 12 files, 466.2K
==> Installing gcc dependency: isl
==> Downloading https://linuxbrew.bintray.com/bottles/isl-0.15.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/isl-0.15.x86_64_linux.bottle.tar.gz
==> Pouring isl-0.15.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/isl/0.15: 71 files, 4.6M
==> Installing gcc
==> Downloading https://linuxbrew.bintray.com/bottles/gcc-5.3.0.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/gcc-5.3.0.x86_64_linux.bottle.tar.gz
==> Pouring gcc-5.3.0.x86_64_linux.bottle.tar.gz
==> Creating the GCC specs file: /usr/local/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
/usr/local/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0: 1,352 files, 253.2M
==> Downloading https://linuxbrew.bintray.com/bottles/linux-headers-3.18.27.x86_64_linux.bottle.tar.gz
Already downloaded: /home/chronos/user/.cache/Homebrew/linux-headers-3.18.27.x86_64_linux.bottle.tar.gz
==> Pouring linux-headers-3.18.27.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/linux-headers/3.18.27: 742 files, 3.5M
+ brew install --force-bottle glibc
==> Downloading https://linuxbrew.bintray.com/bottles/glibc-2.19.x86_64_linux.bottle.tar.gz
==> Pouring glibc-2.19.x86_64_linux.bottle.tar.gz
==> /usr/local/linuxbrew/.linuxbrew/Cellar/glibc/2.19/bin/localedef -i en_US -f UTF-8 en_US.UTF-8
Last 15 lines from /home/chronos/user/.cache/Homebrew/Logs/glibc/01.localedef:
2016-05-18 09:09:22 -0600
/usr/local/linuxbrew/.linuxbrew/Cellar/glibc/2.19/bin/localedef
-i
en_US
-f
UTF-8
en_US.UTF-8
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall glibc`
==> Summary
/usr/local/linuxbrew/.linuxbrew/Cellar/glibc/2.19: 1,355 files, 32.3M
+ brew unlink glibc
Unlinking /usr/local/linuxbrew/.linuxbrew/Cellar/glibc/2.19... 251 symlinks removed
+ sed -i.bak -e s/\(.*prepend_path "LIBRARY_PATH".*\)/\1\nprepend_path "LIBRARY_PATH", Formula["glibc"].lib/ /usr/local/linuxbrew/.linuxbrew/Library/Homebrew/extend/ENV/std.rb
+ brew --prefix gcc
+ sed -ne /\/lib\//p
+ find -L /usr/local/linuxbrew/.linuxbrew/opt/gcc -name specs
+ specfile=/usr/local/linuxbrew/.linuxbrew/opt/gcc/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
+ brew info glibc
+ sed -ne s/glibc: [a-z]\+ \([^ ]*\).*/\1/p
+ sed -i.brewstrap -e s@\(.*-isystem.*\)@\1 -I/usr/local/linuxbrew/.linuxbrew/Cellar/glibc/2.19/include@ /usr/local/linuxbrew/.linuxbrew/opt/gcc/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
+ sed -i -e s@-Dprefix=#{prefix}@-Dprefix=#{prefix}\n-Dlocincpth=#{Formula["glibc"].include}@ /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/perl.rb
+ env
CURRENT_COMMAND=shell
USER=chronos
HOMEBREW_DIR=/usr/local/linuxbrew
SHLVL=2
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64
TERMINFO=/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/usr/share/terminfo
HOME=/home/chronos/user
OLDPWD=/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1
PAGER=/usr/bin/less
CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/fonts/fonts.conf /etc/terminfo
DATA_DIR=/home/chronos
HOMEBREW_TEMP=/usr/local/linuxbrew/.tmp
INFOPATH=/usr/share/info
LOGNAME=chronos
PORTAGE_CONFIGROOT=/usr/local
_=/bin/sh
TERM=xterm
LSB_RELEASE=CHROMEOS_AUSERVER=https://tools.google.com/service/update2
CHROMEOS_BOARD_APPID={BB86912A-29BE-A59B-31EF-8F4DD1C023E2}
CHROMEOS_CANARY_APPID={90F229CE-83E2-4FAF-8479-E368A34938B1}
CHROMEOS_DEVSERVER=
CHROMEOS_RELEASE_APPID={BB86912A-29BE-A59B-31EF-8F4DD1C023E2}
CHROMEOS_RELEASE_BOARD=enguarde-signed-mp-v22keys
CHROMEOS_RELEASE_BRANCH_NUMBER=74
CHROMEOS_RELEASE_BUILD_NUMBER=7978
CHROMEOS_RELEASE_BUILD_TYPE=Official Build
CHROMEOS_RELEASE_CHROME_MILESTONE=50
CHROMEOS_RELEASE_DESCRIPTION=7978.74.0 (Official Build) stable-channel enguarde
CHROMEOS_RELEASE_NAME=Chrome OS
CHROMEOS_RELEASE_PATCH_NUMBER=0
CHROMEOS_RELEASE_TRACK=stable-channel
CHROMEOS_RELEASE_VERSION=7978.74.0
DEVICETYPE=CHROMEBOOK
GOOGLE_RELEASE=7978.74.0
GIT_SSL_NO_VERIFY=1
PATH=/usr/local/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin
XDG_RUNTIME_DIR=/run/chrome
DONT_CRASH_ON_ASSERT=1
DBUS_FATAL_WARNINGS=0
MAGIC=/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/share/file/magic.mgc
XAUTHORITY=/home/chronos/.Xauthority
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.cfg=00;32:*.conf=00;32:*.diff=00;32:*.doc=00;32:*.ini=00;32:*.log=00;32:*.patch=00;32:*.pdf=00;32:*.ps=00;32:*.tex=00;32:*.txt=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
SHELL=/bin/bash
LSB_RELEASE_TIME=1463044990
PWD=/usr/local/linuxbrew/.linuxbrew/Cellar/brewstrap/0.1/bin
LC_ALL=en_US.utf8
CHROMEOS_SESSION_LOG_DIR=/home/chronos/user/log
MANPATH=/usr/local/share/man:/usr/share/man
CHROME_LOG_FILE=/var/log/chrome/chrome
EDITOR=/bin/nano
+ brew install perl --without-test
==> Installing dependencies for perl: xz, gdbm
==> Installing perl dependency: xz
==> Downloading https://linuxbrew.bintray.com/bottles/xz-5.2.2.x86_64_linux.bottle.tar.gz
==> Pouring xz-5.2.2.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/xz/5.2.2: 98 files, 1.8M
==> Installing perl dependency: gdbm
==> Downloading http://ftpmirror.gnu.org/gdbm/gdbm-1.11.tar.gz
==> Downloading from http://mirror.sdunix.com/gnu/gdbm/gdbm-1.11.tar.gz
==> ./configure --disable-silent-rules --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/gdbm/1.11 --enable-libgdbm-compat
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/gdbm/1.11: 35 files, 817.8K, built in 1 minute 22 seconds
==> Installing perl
==> Downloading http://www.cpan.org/src/5.0/perl-5.22.1.tar.xz
==> ./Configure -des -Dprefix=/usr/local/linuxbrew/.linuxbrew/Cellar/perl/5.22.1_1 -Dlocincpth=/usr/local/linuxbrew/.linuxbrew/Cellar/glibc/2.19/include -Dman1dir=/usr/local/linuxbrew/.linuxbrew/Cellar/perl/5.22.1_1/share/man/man1 -Dman3dir=/usr/local/linuxbrew/.linuxbrew/Cellar/perl/5.22.1_1/share/man/man3 -Duseshrplib -Duselargefiles -Dusethreads
==> make
==> make install
==> Caveats
By default Perl installs modules in your HOME dir. If this is an issue run:
`/usr/local/linuxbrew/.linuxbrew/opt/perl/bin/cpan o conf init`
==> Summary
/usr/local/linuxbrew/.linuxbrew/Cellar/perl/5.22.1_1: 2,242 files, 61.7M, built in 7 minutes 25 seconds
+ + brew install --debug gawk
yes 2
/usr/local/linuxbrew/.linuxbrew/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/gawk.rb
/usr/local/linuxbrew/.linuxbrew/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/xz.rb
/usr/local/linuxbrew/.linuxbrew/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/patchelf.rb
/usr/local/linuxbrew/.linuxbrew/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/glibc.rb
/usr/local/linuxbrew/.linuxbrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/gawk.rb
/usr/local/linuxbrew/.linuxbrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/xz.rb
/usr/local/linuxbrew/.linuxbrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/glibc.rb
==> Downloading http://ftpmirror.gnu.org/gawk/gawk-4.1.3.tar.xz
==> Downloading from http://gnu.askapache.com/gawk/gawk-4.1.3.tar.xz
==> ./configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3 --without-readline --without-mpfr --without-libsigsegv-prefix
==> make
==> make check
Last 15 lines from /home/chronos/user/.cache/Homebrew/Logs/gawk/03.make:
/bin/bash: cmp: command not found
make[1]: [profile2] Error 127 (ignored)
profile3
/bin/bash: cmp: command not found
make[1]: [profile3] Error 127 (ignored)
profile4
/bin/bash: cmp: command not found
cp: missing destination file operand after ‘./dtdgport.awk’
Try 'cp --help' for more information.
make[1]: *** [profile1] Error 1
make[1]: *** Waiting for unfinished jobs....
/bin/bash: cmp: command not found
make[1]: [profile4] Error 127 (ignored)
make[1]: Leaving directory `/usr/local/linuxbrew/.tmp/gawk-20160518-10905-n81gcr/gawk-4.1.3/test'
make: *** [check-recursive] Error 1
/usr/local/linuxbrew/.linuxbrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/gcc.rb
/usr/local/linuxbrew/.linuxbrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: make check
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: ==> make install
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/bin/gawk permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/bin/igawk permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/filefuncs.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/fnmatch.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/fork.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/inplace.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/ordchr.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/readdir.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/readfile.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/revoutput.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/revtwoway.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/rwarray.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/testext.so permissions from 755 to 555
Fixing /usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3/lib/gawk/time.so permissions from 755 to 555
/usr/local/linuxbrew/.linuxbrew/Cellar/gawk/4.1.3: 77 files, 3.7M, built in 52 seconds
+ sed -i.bak -e s/\(.*"--disable-kill".*\)/\1,\n"--disable-libblkid",\n"--disable-setpriv"/ /usr/local/linuxbrew/.linuxbrew/Library/Taps/homebrew/homebrew-core/Formula/util-linux.rb
+ brew install bash coreutils diffutils file-formula findutils gnu-sed gnu-tar gnu-which grep make util-linux
==> Installing dependencies for bash: gpatch, pkg-config, homebrew/dupes/ncurses, readline
==> Installing bash dependency: gpatch
==> Downloading https://linuxbrew.bintray.com/bottles/gpatch-2.7.5.x86_64_linux.bottle.1.tar.gz
==> Pouring gpatch-2.7.5.x86_64_linux.bottle.1.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/gpatch/2.7.5: 9 files, 313.5K
==> Installing bash dependency: pkg-config
==> Downloading https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.1.tar.gz
Trying a mirror...
==> Downloading https://fossies.org/linux/misc/pkg-config-0.29.1.tar.gz
==> ./configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/pkg-config/0.29.1 --disable-host-tool --with-internal-glib --with-pc-path=/usr/local/linuxbrew/.linuxbrew/lib/pkgconfig:/usr/local/linuxbrew/.linuxbrew/share/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/local/linuxbrew/.linuxbrew/Library/ENV/pkgconfig/0
==> make
==> make check
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/pkg-config/0.29.1: 10 files, 664.8K, built in 1 minute 23 seconds
==> Installing bash dependency: homebrew/dupes/ncurses
==> Downloading http://ftpmirror.gnu.org/ncurses/ncurses-6.0.tar.gz
==> Downloading from http://gnu.askapache.com/ncurses/ncurses-6.0.tar.gz
==> ./configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/ncurses/6.0_1 --enable-pc-files --with-pkg-config-libdir=/usr/local/linuxbrew/.linuxbrew/Cellar/ncurses/6.0_1/lib/pkgconfig --enable-sigwinch --enable-symlinks --enable-widec --mandir=/usr/local/linuxbrew/.linuxbrew/Cellar/ncurses/6.0_1/share/man --with-manpage-format=normal --with-shared --with-gpm=no
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/ncurses/6.0_1: 1,080 files, 11.6M, built in 2 minutes 12 seconds
==> Installing bash dependency: readline
==> Downloading https://linuxbrew.bintray.com/bottles/readline-6.3.8_1.x86_64_linux.bottle.tar.gz
==> Pouring readline-6.3.8_1.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/readline/6.3.8_1: 44 files, 1.6M
==> Installing bash
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3.tar.gz
==> Downloading from http://ftp.wayne.edu/gnu/bash/bash-4.3.tar.gz
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-001
==> Downloading from http://gnu.askapache.com/bash/bash-4.3-patches/bash43-001
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-002
==> Downloading from http://mirror.sdunix.com/gnu/bash/bash-4.3-patches/bash43-002
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-003
==> Downloading from http://mirror.keystealth.org/gnu/bash/bash-4.3-patches/bash43-003
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-004
==> Downloading from http://mirrors.kernel.org/gnu/bash/bash-4.3-patches/bash43-004
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-005
==> Downloading from http://gnu.mirrors.pair.com/gnu/bash/bash-4.3-patches/bash43-005
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-006
==> Downloading from http://gnu.mirrors.pair.com/gnu/bash/bash-4.3-patches/bash43-006
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-007
==> Downloading from http://gnu.mirrors.hoobly.com/gnu/bash/bash-4.3-patches/bash43-007
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-008
==> Downloading from http://reflection.oss.ou.edu/gnu/gnu/bash/bash-4.3-patches/bash43-008
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-009
==> Downloading from http://mirror.sdunix.com/gnu/bash/bash-4.3-patches/bash43-009
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-010
==> Downloading from http://www.dvlnx.com/software/gnu/bash/bash-4.3-patches/bash43-010
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-011
==> Downloading from http://gnu.mirrors.pair.com/gnu/bash/bash-4.3-patches/bash43-011
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-012
==> Downloading from http://gnu.mirror.constant.com/bash/bash-4.3-patches/bash43-012
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-013
==> Downloading from http://open-source-box.org/bash/bash-4.3-patches/bash43-013
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-014
==> Downloading from http://mirrors.kernel.org/gnu/bash/bash-4.3-patches/bash43-014
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-015
==> Downloading from http://mirrors.syringanetworks.net/gnu/bash/bash-4.3-patches/bash43-015
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-016
==> Downloading from http://mirror.thecodefactory.org/gnu/bash/bash-4.3-patches/bash43-016
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-017
==> Downloading from http://mirrors.ibiblio.org/gnu/ftp/gnu/bash/bash-4.3-patches/bash43-017
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-018
==> Downloading from http://mirror.clarkson.edu/gnu/bash/bash-4.3-patches/bash43-018
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-019
==> Downloading from http://mirror.thecodefactory.org/gnu/bash/bash-4.3-patches/bash43-019
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-020
==> Downloading from http://mirrors.kernel.org/gnu/bash/bash-4.3-patches/bash43-020
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-021
==> Downloading from http://gnu.mirror.constant.com/bash/bash-4.3-patches/bash43-021
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-022
==> Downloading from http://mirror.keystealth.org/gnu/bash/bash-4.3-patches/bash43-022
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-023
==> Downloading from http://mirror.thecodefactory.org/gnu/bash/bash-4.3-patches/bash43-023
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-024
==> Downloading from http://mirror.keystealth.org/gnu/bash/bash-4.3-patches/bash43-024
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-025
==> Downloading from http://gnu.mirrors.pair.com/gnu/bash/bash-4.3-patches/bash43-025
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-026
==> Downloading from http://gnu.mirrors.pair.com/gnu/bash/bash-4.3-patches/bash43-026
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-027
==> Downloading from http://mirror.easthsia.com/gnu/bash/bash-4.3-patches/bash43-027
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-028
==> Downloading from http://mirror.nexcess.net/gnu/bash/bash-4.3-patches/bash43-028
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-029
==> Downloading from http://gnu.askapache.com/bash/bash-4.3-patches/bash43-029
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-030
==> Downloading from http://mirror.keystealth.org/gnu/bash/bash-4.3-patches/bash43-030
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-031
==> Downloading from http://www.dvlnx.com/software/gnu/bash/bash-4.3-patches/bash43-031
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-032
==> Downloading from http://mirror.keystealth.org/gnu/bash/bash-4.3-patches/bash43-032
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-033
==> Downloading from http://gnu.mirrors.pair.com/gnu/bash/bash-4.3-patches/bash43-033
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-034
==> Downloading from http://mirrors.kernel.org/gnu/bash/bash-4.3-patches/bash43-034
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-035
==> Downloading from http://mirrors.syringanetworks.net/gnu/bash/bash-4.3-patches/bash43-035
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-036
==> Downloading from http://mirror.nexcess.net/gnu/bash/bash-4.3-patches/bash43-036
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-037
==> Downloading from http://mirrors.syringanetworks.net/gnu/bash/bash-4.3-patches/bash43-037
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-038
==> Downloading from http://mirrors.kernel.org/gnu/bash/bash-4.3-patches/bash43-038
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-039
==> Downloading from http://www.dvlnx.com/software/gnu/bash/bash-4.3-patches/bash43-039
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-040
==> Downloading from http://mirror.keystealth.org/gnu/bash/bash-4.3-patches/bash43-040
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-041
==> Downloading from http://www.dvlnx.com/software/gnu/bash/bash-4.3-patches/bash43-041
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3-patches/bash43-042
==> Downloading from http://open-source-box.org/bash/bash-4.3-patches/bash43-042
==> Patching
==> Applying bash43-001
patching file test.c
patching file patchlevel.h
==> Applying bash43-002
patching file trap.c
patching file patchlevel.h
==> Applying bash43-003
patching file lib/readline/readline.c
patching file patchlevel.h
==> Applying bash43-004
patching file lib/readline/readline.c
Hunk #1 succeeded at 966 (offset 1 line).
patching file patchlevel.h
==> Applying bash43-005
patching file parse.y
patching file y.tab.c
patching file patchlevel.h
==> Applying bash43-006
patching file jobs.c
patching file patchlevel.h
==> Applying bash43-007
patching file arrayfunc.c
patching file patchlevel.h
==> Applying bash43-008
patching file lib/glob/gmisc.c
patching file lib/glob/glob.c
patching file patchlevel.h
==> Applying bash43-009
patching file parse.y
patching file y.tab.c
patching file patchlevel.h
==> Applying bash43-010
patching file externs.h
patching file lib/sh/shquote.c
patching file pcomplete.c
patching file patchlevel.h
==> Applying bash43-011
patching file lib/readline/display.c
patching file patchlevel.h
==> Applying bash43-012
patching file jobs.c
patching file patchlevel.h
==> Applying bash43-013
patching file lib/readline/display.c
patching file patchlevel.h
==> Applying bash43-014
patching file subst.c
patching file patchlevel.h
==> Applying bash43-015
patching file bashline.c
patching file patchlevel.h
==> Applying bash43-016
patching file lib/glob/glob.c
patching file lib/glob/gmisc.c
patching file patchlevel.h
==> Applying bash43-017
patching file variables.c
patching file patchlevel.h
==> Applying bash43-018
patching file arrayfunc.c
patching file patchlevel.h
==> Applying bash43-019
patching file lib/readline/input.c
patching file builtins/read.def
patching file patchlevel.h
==> Applying bash43-020
patching file shell.h
patching file parse.y
patching file y.tab.c
patching file patchlevel.h
==> Applying bash43-021
patching file lib/readline/misc.c
patching file patchlevel.h
==> Applying bash43-022
patching file execute_cmd.c
patching file patchlevel.h
==> Applying bash43-023
patching file subst.h
patching file subst.c
patching file patchlevel.h
==> Applying bash43-024
patching file subst.c
patching file patchlevel.h
==> Applying bash43-025
patching file builtins/common.h
patching file builtins/evalstring.c
patching file variables.c
patching file subst.c
patching file patchlevel.h
==> Applying bash43-026
patching file parse.y
patching file y.tab.c
patching file patchlevel.h
==> Applying bash43-027
patching file variables.c
patching file patchlevel.h
==> Applying bash43-028
patching file parse.y
patching file y.tab.c
patching file patchlevel.h
==> Applying bash43-029
patching file make_cmd.c
patching file copy_cmd.c
patching file patchlevel.h
==> Applying bash43-030
patching file builtins/evalstring.c
patching file parse.y
patching file shell.h
patching file y.tab.c
patching file patchlevel.h
==> Applying bash43-031
patching file subst.h
patching file variables.c
Hunk #1 succeeded at 2517 (offset 13 lines).
Hunk #2 succeeded at 2568 (offset 13 lines).
Hunk #3 succeeded at 2698 (offset 13 lines).
patching file patchlevel.h
==> Applying bash43-032
patching file jobs.c
patching file patchlevel.h
==> Applying bash43-033
patching file shell.c
patching file builtins/read.def
patching file builtins/common.h
patching file bashline.c
patching file sig.c
patching file patchlevel.h
==> Applying bash43-034
patching file builtins/set.def
patching file patchlevel.h
==> Applying bash43-035
patching file lib/sh/unicode.c
patching file patchlevel.h
==> Applying bash43-036
patching file variables.c
patching file patchlevel.h
==> Applying bash43-037
patching file assoc.c
patching file patchlevel.h
==> Applying bash43-038
patching file parse.y
patching file y.tab.c
patching file patchlevel.h
==> Applying bash43-039
patching file arrayfunc.c
patching file patchlevel.h
==> Applying bash43-040
patching file subst.c
patching file patchlevel.h
==> Applying bash43-041
patching file bashline.c
patching file lib/readline/complete.c
patching file patchlevel.h
==> Applying bash43-042
patching file parse.y
patching file y.tab.c
patching file patchlevel.h
==> ./configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/bash/4.3.42 --with-installed-readline
==> make install
==> Caveats
In order to use this build of bash as your login shell,
it must be added to /etc/shells.
==> Summary
/usr/local/linuxbrew/.linuxbrew/Cellar/bash/4.3.42: 59 files, 7.7M, built in 1 minute 51 seconds
==> Downloading http://ftpmirror.gnu.org/coreutils/coreutils-8.25.tar.xz
==> Downloading from http://mirrors.ocf.berkeley.edu/gnu/coreutils/coreutils-8.25.tar.xz
==> ./configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/coreutils/8.25 --program-prefix=g --without-gmp
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/coreutils/8.25: 716 files, 16.3M, built in 2 minutes 34 seconds
==> Installing diffutils from homebrew/dupes
==> Downloading https://linuxbrew.bintray.com/bottles-dupes/diffutils-3.3.x86_64_linux.bottle.tar.gz
==> Pouring diffutils-3.3.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/diffutils/3.3: 16 files, 711.6K
==> Installing file-formula from homebrew/dupes
==> Installing dependencies for homebrew/dupes/file-formula: libmagic
==> Installing homebrew/dupes/file-formula dependency: libmagic
==> Downloading ftp://ftp.astron.com/pub/file/file-5.25.tar.gz
==> ./configure --disable-silent-rules --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/libmagic/5.25 --enable-fsect-man5 --enable-static
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/libmagic/5.25: 276 files, 4.9M, built in 27 seconds
==> Installing homebrew/dupes/file-formula
==> Downloading https://linuxbrew.bintray.com/bottles-dupes/file-formula-5.25.x86_64_linux.bottle.1.tar.gz
==> Pouring file-formula-5.25.x86_64_linux.bottle.1.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/file-formula/5.25: 9 files, 120.5K
==> Downloading https://linuxbrew.bintray.com/bottles/findutils-4.6.0.x86_64_linux.bottle.1.tar.gz
==> Pouring findutils-4.6.0.x86_64_linux.bottle.1.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/findutils/4.6.0: 64 files, 3.0M
==> Downloading https://linuxbrew.bintray.com/bottles/gnu-sed-4.2.2.x86_64_linux.bottle.2.tar.gz
==> Pouring gnu-sed-4.2.2.x86_64_linux.bottle.2.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/gnu-sed/4.2.2: 47 files, 1M
==> Downloading http://ftpmirror.gnu.org/tar/tar-1.28.tar.gz
==> Downloading from http://ftp.wayne.edu/gnu/tar/tar-1.28.tar.gz
==> ./configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/gnu-tar/1.28 --mandir=/usr/local/linuxbrew/.linuxbrew/Cellar/gnu-tar/1.28/share/man
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/gnu-tar/1.28: 53 files, 3.6M, built in 1 minute 25 seconds
==> Downloading https://linuxbrew.bintray.com/bottles/gnu-which-2.21.x86_64_linux.bottle.tar.gz
==> Pouring gnu-which-2.21.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/gnu-which/2.21: 8 files, 107.5K
==> Installing grep from homebrew/dupes
==> Installing dependencies for homebrew/dupes/grep: bzip2, pcre
==> Installing homebrew/dupes/grep dependency: bzip2
==> Downloading https://linuxbrew.bintray.com/bottles/bzip2-1.0.6_1.x86_64_linux.bottle.1.tar.gz
==> Pouring bzip2-1.0.6_1.x86_64_linux.bottle.1.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.6_1: 29 files, 1.5M
==> Installing homebrew/dupes/grep dependency: pcre
==> Downloading https://linuxbrew.bintray.com/bottles/pcre-8.38.x86_64_linux.bottle.tar.gz
==> Pouring pcre-8.38.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/pcre/8.38: 208 files, 5.3M
==> Installing homebrew/dupes/grep
==> Downloading https://linuxbrew.bintray.com/bottles-dupes/grep-2.25.x86_64_linux.bottle.tar.gz
==> Pouring grep-2.25.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/grep/2.25: 14 files, 752.7K
==> Installing make from homebrew/dupes
==> Downloading http://ftpmirror.gnu.org/make/make-4.1.tar.bz2
==> Downloading from http://gnu.mirrors.pair.com/gnu/make/make-4.1.tar.bz2
==> ./configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/make/4.1
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/make/4.1: 36 files, 1.9M, built in 22 seconds
==> Downloading https://www.kernel.org/pub/linux/utils/util-linux/v2.27/util-linux-2.27.1.tar.xz
==> ./configure --disable-silent-rules --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/util-linux/2.27.1 --disable-use-tty-group --disable-kill --disable-libblkid --disable-setpriv
==> make install
/usr/local/linuxbrew/.linuxbrew/Cellar/util-linux/2.27.1: 296 files, 9.9M, built in 1 minute 22 seconds
+ brew install curl git ruby
==> Installing dependencies for curl: makedepend, openssl
==> Installing curl dependency: makedepend
==> Downloading https://linuxbrew.bintray.com/bottles/makedepend-1.0.5.x86_64_linux.bottle.tar.gz
==> Pouring makedepend-1.0.5.x86_64_linux.bottle.tar.gz
/usr/local/linuxbrew/.linuxbrew/Cellar/makedepend/1.0.5: 7 files, 95.4K
==> Installing curl dependency: openssl
==> Downloading https://www.openssl.org/source/openssl-1.0.2h.tar.gz
==> perl ./Configure --prefix=/usr/local/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2h --openssldir=/usr/local/linuxbrew/.linuxbrew/etc/openssl no-ssl2 zlib-dynamic shared enable-cms -isystem/usr/local/linuxbrew/.linuxbrew/include -Os -w -pipe -march=native -L/usr/local/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/usr/local/linuxbrew/.linuxbrew/lib/ld.so -Wl,-rpath,/usr/local/linuxbrew/.linuxbrew/lib linux-x86_64
==> make depend
==> make
==> make test
==> make install MANDIR=/usr/local/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2h/share/man MANSUFFIX=ssl
==> Downloading https://curl.haxx.se/ca/cacert-2016-04-20.pem
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall openssl`
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
/usr/local/linuxbrew/.linuxbrew/etc/openssl/certs
and run
/usr/local/linuxbrew/.linuxbrew/opt/openssl/bin/c_rehash
==> Summary
/usr/local/linuxbrew/.linuxbrew/Cellar/openssl/1.0.2h: 1,698 files, 14.5M, built in 8 minutes 18 seconds
==> Installing curl
==> Downloading https://curl.haxx.se/download/curl-7.48.0.tar.bz2
Error: Failed to download resource "curl"
Download failed: https://curl.haxx.se/download/curl-7.48.0.tar.bz2
+ [ -e /home/chronos/user/.curlrc.bak ]
#logged in a chronos, and already have ownership/rwx on /usr/local
export HOMEBREW_DIR=/usr/local/linuxbrew
export HOMEBREW_TEMP=/usr/local/linuxbrew/tmp
mkdir -p /usr/local/linuxbrew/tmp
#may not be necessary any longer
# depending on which curl you use (chromeos supplied or brew installed)
# you may not have a full set of ca certs - I think the chromeos one
# uses the default chrome set on chromeos, but the brew installec curl's cert store is ... missing?
export GIT_SSL_NO_VERIFY=1
#then
sh brewstrap-0.1.sh |& tee output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment