Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created July 9, 2019 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanxue/d4f828e9a6de4222a35601fb4573c02a to your computer and use it in GitHub Desktop.
Save hanxue/d4f828e9a6de4222a35601fb4573c02a to your computer and use it in GitHub Desktop.
go on "CentOS Linux release 7.4.1708 (Core) " - Homebrew build logs
Homebrew build logs for go on "CentOS Linux release 7.4.1708 (Core) "
Build date: 2019-07-09 02:59:44
HOMEBREW_VERSION: 2.1.6-37-g686760d-dirty
ORIGIN: https://github.com/Homebrew/brew
HEAD: 686760d100d1a518863805247a606cc1cef12a87
Last commit: 13 days ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: 348b7d8bb9fa5f985db00f2460a3bd3c0a6dbe10
Core tap last commit: 12 days ago
HOMEBREW_PREFIX: /proj/xcdhdstaff1/hanxuel/.linuxbrew
HOMEBREW_CELLAR: /proj/xcdhdstaff1/hanxuel/.linuxbrew/Cellar
HOMEBREW_CACHE: /proj/rdi/staff/hanxuel/homebrew-cache
HOMEBREW_LOGS: /home/hanxuel/.cache/Homebrew/Logs
HOMEBREW_REPOSITORY: /proj/xcdhdstaff1/hanxuel/.linuxbrew/Homebrew
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_SYSTEM_CURL_TOO_OLD: 1
CPU: octa-core 64-bit broadwell
Homebrew Ruby: 2.3.7 => /proj/xcdhdstaff1/hanxuel/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: N/A
Git: 2.22.0 => /proj/xcdhdstaff1/hanxuel/.linuxbrew/bin/git
Curl: 7.65.1 => /proj/xcdhdstaff1/hanxuel/.linuxbrew/opt/curl/bin/curl
Kernel: Linux 3.10.0-693.el7.x86_64 x86_64 GNU/Linux
OS: CentOS Linux release 7.4.1708 (Core) (Core)
Host glibc: 2.17
/usr/bin/gcc: 4.8.5
glibc: N/A
gcc: 5.5.0_4
xorg: N/A
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: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and which 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:
/bin/krb5-config
/bin/ncursesw5-config
/bin/firewall-config
/bin/rarian-sk-config
/bin/gtest-config
/bin/libpng-config
/bin/icu-config
/bin/python2.7-config
/bin/kde4-config
/bin/sdl2-config
/bin/curl-config
/bin/libusb-config
/bin/pkg-config
/bin/xml2-config
/bin/scrollkeeper-config
/bin/libpng15-config
/bin/pcre-config
/bin/libpng12-config
/bin/python2-config
/bin/libgnutls-config
/bin/brltty-config
/bin/python-config
/bin/dialog-config
/bin/ncurses5-config
/bin/freetype-config
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/linux/pf_ring.h
/usr/local/include/nbpf.h
/usr/local/include/pfring.h
/usr/local/include/pfring_zc.h
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/libndpi.pc
Warning: Unbrewed static libraries 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 static libraries:
/usr/local/lib/libpcap.a
/usr/local/lib/libpfring.a
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
gcc-OLD
glibc-OLD
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 /proj/xcdhdstaff1/hanxuel/.linuxbrew/Homebrew/Library && git stash && git clean -d -f
Warning: Your Homebrew's prefix is not /home/linuxbrew/.linuxbrew.
Some of Homebrew's bottles (binary packages) can only be used with the default
prefix (/home/linuxbrew/.linuxbrew).
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience, as you are running this unsupported configuration.
Warning: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
brew install glibc
Run `brew missing` for more details.
2019-07-09 02:59:44 -0700
./make.bash
--no-clean
Building Go cmd/dist using /tmp/go-20190709-23499-18pgjw7/go/gobootstrap.
Building Go toolchain1 using /tmp/go-20190709-23499-18pgjw7/go/gobootstrap.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/amd64.
# runtime/cgo
_cgo_export.c:3:20: fatal error: stdlib.h: No such file or directory
compilation terminated.
go tool dist: FAILED: /tmp/go-20190709-23499-18pgjw7/go/pkg/tool/linux_amd64/go_bootstrap install -gcflags=all= -ldflags=all= std cmd: exit status 2
HOMEBREW_VERSION: 2.1.6-37-g686760d-dirty
ORIGIN: https://github.com/Homebrew/brew
HEAD: 686760d100d1a518863805247a606cc1cef12a87
Last commit: 13 days ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: 348b7d8bb9fa5f985db00f2460a3bd3c0a6dbe10
Core tap last commit: 12 days ago
HOMEBREW_PREFIX: /proj/xcdhdstaff1/hanxuel/.linuxbrew
HOMEBREW_CELLAR: /proj/xcdhdstaff1/hanxuel/.linuxbrew/Cellar
HOMEBREW_CACHE: /proj/rdi/staff/hanxuel/homebrew-cache
HOMEBREW_LOGS: /home/hanxuel/.cache/Homebrew/Logs
HOMEBREW_REPOSITORY: /proj/xcdhdstaff1/hanxuel/.linuxbrew/Homebrew
CPU: octa-core 64-bit broadwell
Homebrew Ruby: 2.3.7 => /proj/xcdhdstaff1/hanxuel/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby
Clang: N/A
Git: 2.22.0 => /proj/xcdhdstaff1/hanxuel/.linuxbrew/bin/git
Curl: 7.65.1 => /proj/xcdhdstaff1/hanxuel/.linuxbrew/opt/curl/bin/curl
Kernel: Linux 3.10.0-693.el7.x86_64 x86_64 GNU/Linux
OS: CentOS Linux release 7.4.1708 (Core) (Core)
Host glibc: 2.17
/usr/bin/gcc: 4.8.5
glibc: N/A
gcc: 5.5.0_4
xorg: N/A
HOMEBREW_CC: gcc-5
HOMEBREW_CXX: g++-5
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /proj/xcdhdstaff1/hanxuel/.linuxbrew
HOMEBREW_GIT: git
ACLOCAL_PATH: /proj/xcdhdstaff1/hanxuel/.linuxbrew/share/aclocal
PATH: /proj/xcdhdstaff1/hanxuel/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/proj/xcdhdstaff1/hanxuel/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/proj/xcdhdstaff1/hanxuel/.linuxbrew/opt/gcc/bin
ld called with: --version
superenv added: -L/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib -rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/Cellar/go/1.12.6/lib -rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib --dynamic-linker=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib/ld.so
superenv executed: ld -L/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib -rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/Cellar/go/1.12.6/lib -rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib --dynamic-linker=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib/ld.so --version
gcc-5 called with: -fdebug-prefix-map=a=b -c trivial.c
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -fdebug-prefix-map=a=b -c trivial.c -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -gno-record-gcc-switches -c trivial.c
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -gno-record-gcc-switches -c trivial.c -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: --help
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include -L/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib -B/proj/xcdhdstaff1/hanxuel/.linuxbrew/opt/glibc/lib -Wl,-rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/Cellar/go/1.12.6/lib -Wl,-rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib -Wl,--dynamic-linker=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib/ld.so
superenv executed: gcc-5 --help -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include -L/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib -B/proj/xcdhdstaff1/hanxuel/.linuxbrew/opt/glibc/lib -Wl,-rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/Cellar/go/1.12.6/lib -Wl,-rpath=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib -Wl,--dynamic-linker=/proj/xcdhdstaff1/hanxuel/.linuxbrew/lib/ld.so
gcc-5 called with: -fdebug-prefix-map=a=b -c trivial.c
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -fdebug-prefix-map=a=b -c trivial.c -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -gno-record-gcc-switches -c trivial.c
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -gno-record-gcc-switches -c trivial.c -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -E -dM -m64 -I /tmp/go-build731503275/b034/ -O2 -Wall -Werror -I . /tmp/cgo-gcc-input-762052990.c
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -E -dM -m64 -I /tmp/go-build731503275/b034/ -O2 -Wall -Werror -I . /tmp/cgo-gcc-input-762052990.c -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -fno-caret-diagnostics -c -x c -
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -fno-caret-diagnostics -c -x c - -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -Qunused-arguments -c -x c -
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -Qunused-arguments -c -x c - -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -fdebug-prefix-map=a=b -c -x c -
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -fdebug-prefix-map=a=b -c -x c - -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -gno-record-gcc-switches -c -x c -
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -gno-record-gcc-switches -c -x c - -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
gcc-5 called with: -I /tmp/go-20190709-23499-18pgjw7/go/src/runtime/cgo -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build731503275/b034=/tmp/go-build -gno-record-gcc-switches -I /tmp/go-build731503275/b034/ -g -O2 -Wall -Werror -o /tmp/go-build731503275/b034/_x001.o -c _cgo_export.c
superenv added: -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
superenv executed: gcc-5 -I /tmp/go-20190709-23499-18pgjw7/go/src/runtime/cgo -fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build731503275/b034=/tmp/go-build -gno-record-gcc-switches -I /tmp/go-build731503275/b034/ -g -O2 -Wall -Werror -o /tmp/go-build731503275/b034/_x001.o -c _cgo_export.c -isystem/proj/xcdhdstaff1/hanxuel/.linuxbrew/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment