Created
June 26, 2016 10:07
-
-
Save mhl/660099700d22dd8ff9c33d7aa5fce470 to your computer and use it in GitHub Desktop.
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
probe: host tuple...(pass) i686-pc-linux-gnu | |
+ ./make/config.guess | |
: i686-pc-linux-gnu | |
compute: available architectures...(pass) i686 | |
: <NO-OUTPUT> | |
find: ar...(pass) /usr/bin/ar | |
: name[0] = ar | |
find: cp...(pass) /bin/cp | |
: name[0] = cp | |
find: gcc...(pass) /usr/bin/gcc | |
: name[0] = gcc | |
find: gmake...(pass) /usr/bin/make | |
: name[0] = gmake | |
: name[1] = make | |
find: gm4...(pass) /usr/bin/m4 | |
: name[0] = gm4 | |
: name[1] = m4 | |
find: mkdir...(pass) /bin/mkdir | |
: name[0] = mkdir | |
find: gpatch...(pass) /usr/bin/patch | |
: name[0] = gpatch | |
: name[1] = patch | |
find: rm...(pass) /bin/rm | |
: name[0] = rm | |
find: ranlib...(pass) /usr/bin/ranlib | |
: name[0] = ranlib | |
find: strip...(pass) /usr/bin/strip | |
: name[0] = strip | |
find: gtar...(pass) /bin/tar | |
: name[0] = gtar | |
: name[1] = tar | |
find: yasm...(pass) /usr/bin/yasm | |
: name[0] = yasm | |
find: autoconf...(pass) /usr/bin/autoconf | |
: name[0] = autoconf | |
find: automake...(pass) /usr/bin/automake | |
: name[0] = automake | |
find: cmake...(pass) /usr/bin/cmake | |
: name[0] = cmake | |
find: libtool...(pass) /usr/bin/libtool | |
: name[0] = libtool | |
find: pkg-config...(pass) /usr/bin/pkg-config | |
: name[0] = pkg-config | |
find: xcodebuild...(fail) not found | |
: name[0] = xcodebuild | |
find: lipo...(fail) not found | |
: name[0] = lipo | |
compute: build tuple...(pass) i686-pc-linux-gnu | |
: <NO-OUTPUT> | |
probe: number of CPU cores...(pass) 2 | |
: <NO-OUTPUT> | |
probe: repo info...(pass) https://github.com/HandBrake/HandBrake.git | |
+ ./scripts/repo-info.sh . | |
: URL=https://github.com/HandBrake/HandBrake.git | |
: HASH=700b4f8b1de4d73ffe2a9237885f8b6547eb0607 | |
: SHORTHASH=700b4f8 | |
: REV=7359 | |
: BRANCH=master | |
: REMOTE=origin | |
: DATE=2016-06-26 02:54:15 -0400 | |
compute: project data...(pass) HandBrake (developer) | |
: <NO-OUTPUT> | |
version probe: yasm...(pass) 1.2.0 | |
+ /usr/bin/yasm --version | |
: yasm 1.2.0 | |
: Compiled on Oct 10 2013. | |
: Copyright (c) 2001-2011 Peter Johnson and other Yasm developers. | |
: Run yasm --license for licensing overview and summary. | |
compute: makevar SRC/ = .. | |
compute: makevar BUILD/ = . | |
compute: makevar PREFIX/ = /usr/local | |
mkdir: ./build | |
chdir: ./build | |
write: GNUmakefile | |
mkdir: project | |
write: project/handbrake.m4 | |
write: distfile.cfg | |
mkdir: log | |
write: log/config.info.txt | |
write: log/config.verbose.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment