Skip to content

Instantly share code, notes, and snippets.

@acgetchell
Created September 18, 2013 21:30
Show Gist options
  • Select an option

  • Save acgetchell/6616034 to your computer and use it in GitHub Desktop.

Select an option

Save acgetchell/6616034 to your computer and use it in GitHub Desktop.
Homebrew juju results
β”Œβ”€[getchell][Hapkido][Β±][master βœ“][~/Cplusplus-devel]
└─β–ͺ brew install -v juju 2>&1
==> Installing dependencies for juju: go
==> Installing juju dependency: go
==> Downloading https://go.googlecode.com/files/go1.1.2.src.tar.gz
Already downloaded: /Library/Caches/Homebrew/go-1.1.2.tar.gz
tar xf /Library/Caches/Homebrew/go-1.1.2.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file src/cmd/ld/lib.c
Hunk #1 succeeded at 665 with fuzz 2.
==> ./make.bash --no-clean
./make.bash --no-clean
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/6a
cmd/6c
cmd/6g
pkg/runtime
pkg/errors
pkg/sync/atomic
pkg/sync
pkg/io
pkg/unicode
pkg/unicode/utf8
pkg/unicode/utf16
pkg/bytes
pkg/math
pkg/strings
pkg/strconv
pkg/bufio
pkg/sort
pkg/container/heap
pkg/encoding/base64
pkg/syscall
pkg/time
pkg/os
pkg/reflect
pkg/fmt
pkg/encoding/json
pkg/flag
pkg/path/filepath
pkg/path
pkg/io/ioutil
pkg/log
pkg/regexp/syntax
pkg/regexp
pkg/go/token
pkg/go/scanner
pkg/go/ast
pkg/go/parser
pkg/os/exec
pkg/os/signal
pkg/net/url
pkg/text/template/parse
pkg/text/template
pkg/go/doc
pkg/go/build
cmd/go
# Building packages and commands for darwin/amd64.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
sort
unicode/utf16
crypto/subtle
container/list
container/ring
image/color
runtime/race
sync
container/heap
io
syscall
hash
crypto/cipher
crypto
hash/crc32
crypto/hmac
hash/adler32
hash/crc64
bytes
strings
crypto/md5
crypto/sha1
crypto/sha256
crypto/sha512
hash/fnv
time
bufio
text/tabwriter
path
html
compress/bzip2
strconv
math/rand
math/cmplx
os
path/filepath
net
os/signal
reflect
regexp/syntax
net/url
os/exec
encoding/base64
crypto/aes
crypto/rc4
io/ioutil
encoding/pem
encoding/ascii85
encoding/base32
image
regexp
fmt
encoding/binary
image/draw
image/jpeg
debug/dwarf
crypto/des
index/suffixarray
flag
go/token
text/template/parse
log
encoding/json
encoding/xml
debug/elf
debug/macho
debug/pe
go/scanner
compress/flate
math/big
encoding/hex
go/ast
text/template
mime
encoding/gob
net/textproto
compress/gzip
archive/zip
runtime/pprof
text/scanner
cmd/yacc
crypto/elliptic
crypto/rand
crypto/dsa
encoding/asn1
html/template
go/doc
go/parser
go/printer
crypto/ecdsa
crypto/rsa
mime/multipart
crypto/x509/pkix
archive/tar
crypto/x509
compress/lzw
compress/zlib
go/build
database/sql/driver
cmd/cgo
go/format
cmd/gofmt
debug/gosym
database/sql
cmd/fix
encoding/csv
cmd/api
crypto/tls
cmd/vet
image/gif
image/png
log/syslog
net/mail
os/user
runtime/debug
testing
testing/iotest
testing/quick
net/http
net/smtp
cmd/go
expvar
net/http/pprof
net/http/cgi
net/http/cookiejar
net/http/httptest
net/http/httputil
net/rpc
cmd/godoc
net/http/fcgi
net/rpc/jsonrpc
---
Installed Go for darwin/amd64 in /private/tmp/default-rgNp/go
Installed commands in /private/tmp/default-rgNp/go/bin
The binaries expect /private/tmp/default-rgNp/go to be copied or moved to /usr/local/Cellar/go/1.1.2
==> Cleaning
rmdir: /usr/local/Cellar/go/1.1.2/misc/bash (empty)
rmdir: /usr/local/Cellar/go/1.1.2/misc/zsh (empty)
==> Caveats
The go get command no longer allows $GOROOT as
the default destination in Go 1.1 when downloading package source.
To use the go get command, a valid $GOPATH is now required.
As a result of the previous change, the go get command will also fail
when $GOPATH and $GOROOT are set to the same value.
More information here: http://golang.org/doc/code.html#GOPATH
FYI: We probably didn't build the cgo module because it doesn't build with
clang.
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
==> Finishing up
ln -s ../../Cellar/go/1.1.2/etc/bash_completion.d/go-completion.bash go-completion.bash
ln -s ../Cellar/go/1.1.2/bin/gofmt gofmt
ln -s ../Cellar/go/1.1.2/bin/godoc godoc
ln -s ../Cellar/go/1.1.2/bin/go go
ln -s ../../../Cellar/go/1.1.2/share/zsh/site-functions/go go
ln -s ../Cellar/go/1.1.2/lib/time time
ln -s ../Cellar/go/1.1.2/lib/godoc godoc
ln -s ../../Cellar/go/1.1.2 go
ln -s ../Cellar/go/1.1.2 go
==> Summary
🍺 /usr/local/Cellar/go/1.1.2: 3898 files, 109M, built in 20 seconds
==> Installing juju
==> Downloading https://launchpad.net/juju-core/1.12/1.12.0/+download/juju-core_1.12.0-1.tar.gz
Already downloaded: /Library/Caches/Homebrew/juju-1.12.0-1.tar.gz
tar xf /Library/Caches/Homebrew/juju-1.12.0-1.tar.gz
==> go install -v launchpad.net/juju-core/cmd/juju
go install -v launchpad.net/juju-core/cmd/juju
launchpad.net/gnuflag
launchpad.net/goose
launchpad.net/goose/errors
runtime/cgo
launchpad.net/juju-core/bzr
labix.org/v2/mgo/bson
launchpad.net/goyaml
launchpad.net/juju-core/charm/hooks
launchpad.net/loggo
launchpad.net/juju-core/schema
launchpad.net/juju-core/instance
launchpad.net/juju-core/errors
launchpad.net/tomb
launchpad.net/juju-core/log
launchpad.net/juju-core/thirdparty/pbkdf2
launchpad.net/juju-core/utils/set
launchpad.net/juju-core/constraints
launchpad.net/juju-core/state/api/common
launchpad.net/juju-core/rpc
launchpad.net/juju-core/log/syslog
launchpad.net/gwacl/logging
launchpad.net/goamz/aws
code.google.com/p/go.crypto/openpgp/errors
launchpad.net/juju-core/version
code.google.com/p/go.crypto/cast5
code.google.com/p/go.crypto/openpgp/elgamal
launchpad.net/juju-core/environs/instances
code.google.com/p/go.crypto/openpgp/armor
code.google.com/p/go.crypto/openpgp/s2k
launchpad.net/gocheck
launchpad.net/golxc
launchpad.net/juju-core/environs/provider
code.google.com/p/go.crypto/openpgp/packet
launchpad.net/goose/sync
launchpad.net/juju-core/container/lxc/mock
launchpad.net/juju-core/cmd
launchpad.net/juju-core/cloudinit
code.google.com/p/go.crypto/openpgp
# runtime/cgo
clang: warning: argument unused during compilation: '-pthread'
# runtime/cgo
clang: error: no such file or directory: 'libgcc.a'
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 5a14f0ab35c183cecb493e59a2e97cda34859d2a
CPU: 8-core 64-bit ivybridge
OS X: 10.8.5-x86_64
Xcode: 5.0
CLT: 5.0.0.0.1.1377666378
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/go/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: juju did not build
β”Œβ”€[getchell][Hapkido][~/Library/Logs/Homebrew/juju]
└─β–ͺ brew doctor
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libmacfuse_i32.2.dylib
/usr/local/lib/libmacfuse_i64.2.dylib
/usr/local/lib/libosxfuse_i32.2.dylib
/usr/local/lib/libosxfuse_i64.2.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libosxfuse_i32.la
/usr/local/lib/libosxfuse_i64.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/osxfuse.pc
β”Œβ”€[getchell][Hapkido][~/Library/Logs/Homebrew/juju]
└─β–ͺ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: 5a14f0ab35c183cecb493e59a2e97cda34859d2a
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.8.5-x86_64
Xcode: 5.0
CLT: 5.0.0.0.1.1377666378
LLVM-GCC: build 2336
Clang: 5.0 build 500
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.0.0-p247/bin/ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment