Skip to content

Instantly share code, notes, and snippets.

@slhck
Created February 11, 2019 09:46
Show Gist options
  • Save slhck/c2ea31e32359c56cf81af0e73999313d to your computer and use it in GitHub Desktop.
Save slhck/c2ea31e32359c56cf81af0e73999313d to your computer and use it in GitHub Desktop.
libgsm on Ubuntu 18.10 - Homebrew build logs
Homebrew build logs for libgsm on Ubuntu 18.10
Build date: 2019-02-11 10:42:13
HOMEBREW_VERSION: 2.0.1
ORIGIN: https://github.com/Homebrew/brew
HEAD: e32c1515432a938093d5ef1d8c4b4408991873df
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 94c66994abdd95092da2bb418f57305f72767b37
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CACHE: /home/werner/.cache/Homebrew
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_LOGS: /home/werner/.cache/Homebrew/Logs
CPU: octa-core 64-bit skylake
Homebrew Ruby: 2.5.1 => /usr/bin/ruby2.5
Clang: N/A
Git: 2.19.1 => /usr/bin/git
Curl: 7.61.0 => /usr/bin/curl
Kernel: Linux 4.18.0-13-generic x86_64 GNU/Linux
OS: Ubuntu 18.10 (cosmic)
Host glibc: 2.28
/usr/bin/gcc: 8.2.0
glibc: N/A
gcc: N/A
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 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:
/home/werner/.pyenv/shims/python3-config
/home/werner/.pyenv/shims/python3.7m-config
/home/werner/.pyenv/shims/python3.7-config
/home/werner/.pyenv/shims/python-config
/home/werner/.pyenv/shims/python3.6-config
/home/werner/.pyenv/shims/python3.6m-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/ffnvcodec/dynlink_cuda.h
/usr/local/include/ffnvcodec/dynlink_cuviddec.h
/usr/local/include/ffnvcodec/dynlink_loader.h
/usr/local/include/ffnvcodec/dynlink_nvcuvid.h
/usr/local/include/ffnvcodec/nvEncodeAPI.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/ffnvcodec.pc
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /home/linuxbrew/.linuxbrew/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/home/linuxbrew/.linuxbrew/sbin:$PATH"' >> ~/.zshrc
2019-02-11 10:42:13 +0100
make
lib/libgsm.1.0.13.dylib
CC=gcc-8
CCFLAGS=-c -O2 -DNeedFunctionPrototypes=1
LDFLAGS=
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/add.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/code.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/debug.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/decode.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/long_term.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/lpc.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/preprocess.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/rpe.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_destroy.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_decode.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_encode.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_explode.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_implode.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_create.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_print.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_option.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/short_term.c
gcc-8 -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/table.c
gcc-8 -o ./lib/libgsm.1.0.13.dylib -dynamiclib -Wl,-compatibility_version,1,-current_version,1.0.13,-install_name,./lib/libgsm.1.0.13.dylib ./src/add.o ./src/code.o ./src/debug.o ./src/decode.o ./src/long_term.o ./src/lpc.o ./src/preprocess.o ./src/rpe.o ./src/gsm_destroy.o ./src/gsm_decode.o ./src/gsm_encode.o ./src/gsm_explode.o ./src/gsm_implode.o ./src/gsm_create.o ./src/gsm_print.o ./src/gsm_option.o ./src/short_term.o ./src/table.o -lc
/usr/bin/ld: cannot open linker script file ompatibility_version: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:304: lib/libgsm.1.0.13.dylib] Error 1
HOMEBREW_VERSION: 2.0.1
ORIGIN: https://github.com/Homebrew/brew
HEAD: e32c1515432a938093d5ef1d8c4b4408991873df
Last commit: 4 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 94c66994abdd95092da2bb418f57305f72767b37
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CACHE: /home/werner/.cache/Homebrew
CPU: octa-core 64-bit skylake
Homebrew Ruby: 2.5.1 => /usr/bin/ruby2.5
Clang: N/A
Git: 2.19.1 => /usr/bin/git
Curl: 7.61.0 => /usr/bin/curl
Kernel: Linux 4.18.0-13-generic x86_64 GNU/Linux
OS: Ubuntu 18.10 (cosmic)
Host glibc: 2.28
/usr/bin/gcc: 8.2.0
glibc: N/A
gcc: N/A
xorg: N/A
HOMEBREW_CC: gcc-8
HOMEBREW_CXX: g++-8
CFLAGS: -c -O2 -DNeedFunctionPrototypes=1
CXXFLAGS: -c -O2 -DNeedFunctionPrototypes=1
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew
HOMEBREW_GIT: git
ACLOCAL_PATH: /home/linuxbrew/.linuxbrew/share/aclocal
PATH: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/usr/bin:/bin:/usr/sbin:/sbin
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/add.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/add.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/code.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/code.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/debug.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/debug.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/decode.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/decode.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/long_term.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/long_term.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/preprocess.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/preprocess.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/rpe.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/rpe.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/lpc.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/lpc.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_destroy.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_destroy.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_decode.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_decode.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_explode.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_explode.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_encode.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_encode.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_implode.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_implode.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_create.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_create.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_print.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_print.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_option.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/gsm_option.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/short_term.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/short_term.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -c -O2 -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/table.c
superenv added: -pipe -w -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-8 -pipe -w -O2 -march=native -c -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/table.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-8 called with: -o ./lib/libgsm.1.0.13.dylib -dynamiclib -Wl,-compatibility_version,1,-current_version,1.0.13,-install_name,./lib/libgsm.1.0.13.dylib ./src/add.o ./src/code.o ./src/debug.o ./src/decode.o ./src/long_term.o ./src/lpc.o ./src/preprocess.o ./src/rpe.o ./src/gsm_destroy.o ./src/gsm_decode.o ./src/gsm_encode.o ./src/gsm_explode.o ./src/gsm_implode.o ./src/gsm_create.o ./src/gsm_print.o ./src/gsm_option.o ./src/short_term.o ./src/table.o -lc
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/libgsm/1.0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-8 -pipe -w -O2 -march=native -o ./lib/libgsm.1.0.13.dylib -dynamiclib -Wl,-compatibility_version,1,-current_version,1.0.13,-install_name,./lib/libgsm.1.0.13.dylib ./src/add.o ./src/code.o ./src/debug.o ./src/decode.o ./src/long_term.o ./src/lpc.o ./src/preprocess.o ./src/rpe.o ./src/gsm_destroy.o ./src/gsm_decode.o ./src/gsm_encode.o ./src/gsm_explode.o ./src/gsm_implode.o ./src/gsm_create.o ./src/gsm_print.o ./src/gsm_option.o ./src/short_term.o ./src/table.o -lc -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/libgsm/1.0.18/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment