Created
February 17, 2018 07:12
-
-
Save anonymous/dee80dfdd81ebbde80ae82afd8d0ae93 to your computer and use it in GitHub Desktop.
pstree on 3.18.31-12564870 - Homebrew build logs
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
Homebrew build logs for pstree on 3.18.31-12564870 | |
Build date: 2018-02-16 23:06:06 |
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
HOMEBREW_VERSION: 1.5.2-dirty | |
ORIGIN: https://github.com/Linuxbrew/brew | |
HEAD: dfe0c5f045a8b98b53a2f208b7e2c7b7c95c6cea | |
Last commit: 34 hours ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: 05913f02788a63f2c02c4695260ac9719e7ba957 | |
Core tap last commit: 34 hours ago | |
HOMEBREW_PREFIX: /data/data/com.termux/files/home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
HOMEBREW_CELLAR: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_CACHE: /home/.cache/Homebrew | |
HOMEBREW_CELLAR: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_DEV_CMD_RUN: 1 | |
HOMEBREW_GIT: /data/data/com.termux/files/usr/bin/git | |
HOMEBREW_NO_AUTO_UPDATE: 1 | |
HOMEBREW_NO_ENV_FILTERING: 1 | |
HOMEBREW_PREFIX: /data/data/com.termux/files/home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
Homebrew Ruby: 2.4.3 => /data/data/com.termux/files/usr/bin/ruby | |
Clang: 5.0 build | |
Git: 2.16.1 => /data/data/com.termux/files/usr/bin/git | |
Curl: 7.58.0 => /data/data/com.termux/files/usr/bin/curl | |
Perl: /data/data/com.termux/files/usr/bin/perl | |
Python: /data/data/com.termux/files/usr/bin/python => /data/data/com.termux/files/usr/bin/python3.6 | |
Ruby: /data/data/com.termux/files/usr/bin/ruby | |
Java: N/A | |
Kernel: Linux 3.18.31-12564870 aarch64 Android | |
OS: N/A | |
Host glibc: N/A | |
/usr/bin/gcc: 5.0.1 | |
glibc: N/A | |
gcc: N/A | |
xorg: N/A |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Setting LD_* vars can break dynamic linking. | |
Set variables: | |
LD_LIBRARY_PATH: /data/data/com.termux/files/usr/lib | |
LD_PRELOAD: /data/data/com.termux/files/usr/lib/libtermux-exec.so | |
Warning: python is symlinked to python3 | |
This will confuse build scripts and in general lead to subtle breakage. | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/data/data/com.termux/files/usr/bin/apt-config | |
/data/data/com.termux/files/usr/bin/python3.6-config | |
/data/data/com.termux/files/usr/bin/python3.6m-config | |
/data/data/com.termux/files/usr/bin/python3-config | |
/data/data/com.termux/files/usr/bin/xml2-config | |
/data/data/com.termux/files/usr/bin/libgcrypt-config | |
/data/data/com.termux/files/usr/bin/gpg-error-config | |
/data/data/com.termux/files/usr/bin/npth-config | |
/data/data/com.termux/files/usr/bin/sdl-config | |
/data/data/com.termux/files/usr/bin/imlib2-config | |
/data/data/com.termux/files/usr/bin/fltk-config | |
/data/data/com.termux/files/usr/bin/croco-0.6-config | |
/data/data/com.termux/files/usr/bin/python2.7-config | |
/data/data/com.termux/files/usr/bin/python2-config | |
/data/data/com.termux/files/usr/bin/python-config | |
/data/data/com.termux/files/usr/bin/xslt-config | |
/data/data/com.termux/files/usr/bin/ncursesw6-config | |
/data/data/com.termux/files/usr/bin/pkg-config | |
Warning: You have uncommitted modifications to Homebrew | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /home/linuxbrew/.linuxbrew/Homebrew/Library && git stash && git clean -d -f |
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
pstree |
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
2018-02-16 23:06:06 -0800 | |
make | |
pstree | |
gcc-7 pstree.c -o pstree | |
pstree.c:62:14: fatal error: glob.h: No such file or directory | |
# include <glob.h> | |
^~~~~~~~ | |
compilation terminated. | |
make: *** [<builtin>: pstree] Error 1 | |
HOMEBREW_VERSION: 1.5.2-dirty | |
ORIGIN: https://github.com/Linuxbrew/brew | |
HEAD: dfe0c5f045a8b98b53a2f208b7e2c7b7c95c6cea | |
Last commit: 34 hours ago | |
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
Core tap HEAD: 05913f02788a63f2c02c4695260ac9719e7ba957 | |
Core tap last commit: 34 hours ago | |
HOMEBREW_PREFIX: /data/data/com.termux/files/home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
HOMEBREW_CELLAR: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_ARCHFLAGS: | |
HOMEBREW_CACHE: /home/.cache/Homebrew | |
HOMEBREW_CC: gcc-7 | |
HOMEBREW_CCCFG: | |
HOMEBREW_CELLAR: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar | |
HOMEBREW_CXX: g++-7 | |
HOMEBREW_DEPENDENCIES: | |
HOMEBREW_DEV_CMD_RUN: 1 | |
HOMEBREW_DYNAMIC_LINKER: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib/ld.so | |
HOMEBREW_ERROR_PIPE: /tmp/homebrew20180216-15941-1c138y0/socket | |
HOMEBREW_FORMULA_PREFIX: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar/pstree/2.39 | |
HOMEBREW_GIT: /data/data/com.termux/files/usr/bin/git | |
HOMEBREW_ISYSTEM_PATHS: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/include | |
HOMEBREW_LIBRARY_PATHS: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib | |
HOMEBREW_NO_AUTO_UPDATE: 1 | |
HOMEBREW_NO_ENV_FILTERING: 1 | |
HOMEBREW_OPT: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/opt | |
HOMEBREW_OPTFLAGS: | |
HOMEBREW_OPTIMIZATION_LEVEL: Os | |
HOMEBREW_PREFIX: /data/data/com.termux/files/home/linuxbrew/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
HOMEBREW_RPATH_PATHS: /data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar/pstree/2.39/lib:/data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib:/data/data/com.termux/files/usr/lib | |
HOMEBREW_TEMP: /tmp | |
Homebrew Ruby: 2.4.3 => /data/data/com.termux/files/usr/bin/ruby | |
Clang: 5.0 build | |
Git: 2.16.1 => /data/data/com.termux/files/usr/bin/git | |
Curl: 7.58.0 => /data/data/com.termux/files/usr/bin/curl | |
Perl: N/A | |
Python: N/A | |
Ruby: N/A | |
Java: N/A | |
Kernel: Linux 3.18.31-12564870 aarch64 Android | |
OS: N/A | |
Host glibc: N/A | |
/usr/bin/gcc: 5.0.1 | |
glibc: N/A | |
gcc: N/A | |
xorg: N/A | |
HOMEBREW_CC: gcc-7 | |
HOMEBREW_CXX: g++-7 | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /data/data/com.termux/files/home/linuxbrew/.linuxbrew | |
HOMEBREW_GIT: /data/data/com.termux/files/usr/bin/git | |
GIT: /data/data/com.termux/files/usr/bin/git | |
PATH: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets:/usr/bin:/bin | |
LD_LIBRARY_PATH: /data/data/com.termux/files/usr/lib | |
LD_PRELOAD: /data/data/com.termux/files/usr/lib/libtermux-exec.so |
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
gcc-7 called with: pstree.c -o pstree | |
superenv added: -isystem/data/data/com.termux/files/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib/ld.so -B/data/data/com.termux/files/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib -Wl,--enable-new-dtags,-rpath=/data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar/pstree/2.39/lib -Wl,--enable-new-dtags,-rpath=/data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib -Wl,--enable-new-dtags,-rpath=/data/data/com.termux/files/usr/lib | |
superenv executed: gcc-7 pstree.c -o pstree -isystem/data/data/com.termux/files/home/linuxbrew/.linuxbrew/include -Wl,--dynamic-linker=/data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib/ld.so -B/data/data/com.termux/files/home/linuxbrew/.linuxbrew/opt/glibc/lib -L/data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib -Wl,--enable-new-dtags,-rpath=/data/data/com.termux/files/home/linuxbrew/.linuxbrew/Cellar/pstree/2.39/lib -Wl,--enable-new-dtags,-rpath=/data/data/com.termux/files/home/linuxbrew/.linuxbrew/lib -Wl,--enable-new-dtags,-rpath=/data/data/com.termux/files/usr/lib | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment