Last active
July 10, 2016 22:44
-
-
Save timcharper/aa0d2786a64bbc1f56d61072098fbaec to your computer and use it in GitHub Desktop.
mesos build 1.0.0-rc2 output
This file contains hidden or 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 allowed configure to complete (building tag 1.0.0-rc2) | |
| for f in src/python/native/ext_modules.py.in bin/mesos-slave-flags.sh.in bin/mesos-slave.sh.in bin/gdb-mesos-slave.sh.in bin/lldb-mesos-slave.sh.in bin/valgrind-mesos-slave.sh.in src/deploy/mesos-start-slaves.sh.in src/deploy/mesos-stop-slaves.sh.in; do | |
| git show c81a52ec22266e1f2beb61b224c0f0d9be82521f^:$f > $f | |
| done |
This file contains hidden or 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
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating mesos.pc | |
| config.status: creating src/Makefile | |
| config.status: creating 3rdparty/Makefile | |
| config.status: creating bin/mesos.sh | |
| config.status: creating bin/mesos-local.sh | |
| config.status: creating bin/mesos-master.sh | |
| config.status: error: cannot find input file: `bin/mesos-slave.sh.in' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment