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
$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: eccc96babfa4cf40fb40718edf2693deda263614 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.1 | |
CLT: 5.1.0.0.1.1393561416 |
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
### Keybase proof | |
I hereby claim: | |
* I am schavery on github. | |
* I am qcap (https://keybase.io/qcap) on keybase. | |
* I have a public key whose fingerprint is E797 C340 783D F73A A89B 5BA9 D2AA 0709 147D EE6D | |
To claim this, I am signing this object: |
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
$ cargo build --verbose | |
Fresh log v0.2.5 | |
Fresh libc v0.1.2 | |
Compiling rand v0.1.4 (file:///Users/savery/Documents/networks%20152a/ecs152-project/rust/lib/rand) | |
Running `rustc src/lib.rs --crate-name rand --crate-type lib -g -C metadata=eac54f9484448b08 -C extra-filename=-eac54f9484448b08 --out-dir /Users/savery/Documents/networks 152a/ecs152-project/rust/lib/rand/target --emit=dep-info,link -L dependency=/Users/savery/Documents/networks 152a/ecs152-project/rust/lib/rand/target -L dependency=/Users/savery/Documents/networks 152a/ecs152-project/rust/lib/rand/target/deps --extern libc=/Users/savery/Documents/networks 152a/ecs152-project/rust/lib/rand/target/deps/liblibc-8d21de95f4de7169.rlib --extern log=/Users/savery/Documents/networks 152a/ecs152-project/rust/lib/rand/target/deps/liblog-045aab9d45b4c031.rlib` | |
src/lib.rs:236:5: 236:38 error: unresolved import `std::num::wrapping::Wrapping`. Could not find `wrapping` in `std::num` | |
src/lib.rs:236 use std::num::wrapping::Wrapping as w; | |
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
NEW_RELIC_LICENSE_KEY=6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx5 | |
NEW_RELIC_LOG=stdout | |
NEW_RELIC_APP_NAME=proj--staging |