Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created June 8, 2018 05:31
Show Gist options
  • Save ilovezfs/3fa0e1de4fda7925ec5e3b2f5f7f9b69 to your computer and use it in GitHub Desktop.
Save ilovezfs/3fa0e1de4fda7925ec5e3b2f5f7f9b69 to your computer and use it in GitHub Desktop.
downloading https://download.handbrake.fr/contrib/opus-1.2.1.tar.gz to ../download/opus-1.2.1.tar.gz
download total: 1011070 bytes [====================] 100.0%
sha256 (../download/opus-1.2.1.tar.gz) = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732 (pass)
/bin/mkdir -p contrib/libopus
sha256 (../download/opus-1.2.1.tar.gz) = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732 (pass)
/bin/rm -fr ./contrib/libopus/opus-1.2.1/
/usr/bin/tar xfC ../download/opus-1.2.1.tar.gz ./contrib/libopus/
touch contrib/libopus/.stamp.libopus.extract
/usr/bin/patch -t -N -p1 -d ./contrib/libopus/opus-1.2.1/ < ../contrib/libopus/A00-static-pkg-config.patch
patching file configure.ac
patching file opus.pc.in
touch contrib/libopus/.stamp.libopus.patch
set -e; /bin/mkdir -p ./contrib/libopus/opus-1.2.1/; cd ./contrib/libopus/opus-1.2.1/; CC=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc CFLAGS="-I/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -gdwarf-2 -g3" CXX=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/g++ CXXFLAGS="-I/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -gdwarf-2 -g3" CPPFLAGS="-I/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/include -arch x86_64" LDFLAGS="-L/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/lib -arch x86_64" PKG_CONFIG_PATH="/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/lib/pkgconfig" ./configure --prefix=/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/ --disable-dependency-tracking --enable-shared=no --enable-static --disable-doc --disable-extra-programs
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-apple-darwin17.6.0
checking host system type... x86_64-apple-darwin17.6.0
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc accepts -g... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc option to accept ISO C89... none needed
checking whether /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc understands -c and -o together... rm: conftest.dSYM: is a directory
yes
checking dependency style of /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc... none
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... rm: conftest.dSYM: is a directory
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin17.6.0 file names to x86_64-apple-darwin17.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin17.6.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... rm: conftest.dSYM: is a directory
no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc object... rm: conftest.dSYM: is a directory
ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc option to produce PIC... -fno-common -DPIC
checking if /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc PIC flag -fno-common -DPIC works... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc static flag -static works... no
checking if /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc supports -c -o file.o... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc option to accept ISO C99... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking dependency style of /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc... none
checking for C/C++ restrict keyword... __restrict
checking for C99 variable-size arrays... yes
checking if compiler supports SSE intrinsics... yes
checking if compiler supports SSE2 intrinsics... yes
checking if compiler supports SSE4.1 intrinsics... yes
checking if compiler supports AVX intrinsics... yes
checking How to get X86 CPU Info... Inline Assembly
checking if /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc supports -fvisibility=hidden... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/mac/super/gcc supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes
checking for lrintf... yes
checking for lrint... yes
checking for __malloc_hook... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating opus.pc
config.status: creating opus-uninstalled.pc
config.status: creating celt/arm/armopts.s
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
------------------------------------------------------------------------
opus 1.2.1: Automatic configuration OK.
Compiler support:
C99 var arrays: ................ yes
C99 lrintf: .................... yes
Use alloca: .................... no (using var arrays)
General configuration:
Floating point support: ........ yes
Fast float approximations: ..... no
Fixed point debugging: ......... no
Inline Assembly Optimizations: . No inline ASM for your platform, please send patches
External Assembly Optimizations:
Intrinsics Optimizations.......: x86 SSE SSE2 SSE4.1 AVX
Run-time CPU detection: ........ no
Custom modes: .................. no
Assertion checking: ............ no
Fuzzing: ....................... no
Check ASM: ..................... no
Ambisonics support: ............ no
API documentation: ............. no
Extra programs: ................ no
------------------------------------------------------------------------
Type "make; make install" to compile and install
Type "make check" to run the test suite
touch contrib/libopus/.stamp.libopus.configure
/Library/Developer/CommandLineTools/usr/bin/make -C ./contrib/libopus/opus-1.2.1/ clean
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/libopus/opus-1.2.1/missing aclocal-1.15 -I m4
/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/libopus/opus-1.2.1/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make[1]: *** [aclocal.m4] Error 127
make: [contrib/libopus/.stamp.libopus.build] Error 2 (ignored)
/bin/rm -f ./contrib/libopus/.stamp.libopus.build
/Library/Developer/CommandLineTools/usr/bin/make -C ./contrib/libopus/opus-1.2.1/
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/libopus/opus-1.2.1/missing aclocal-1.15 -I m4
/private/tmp/handbrake-20180607-80139-1gj8das/build/contrib/libopus/opus-1.2.1/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make[1]: *** [aclocal.m4] Error 127
make: *** [contrib/libopus/.stamp.libopus.build] Error 2
/usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: make -C build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment