Skip to content

Instantly share code, notes, and snippets.

@DarkFenX
Created July 13, 2014 11:43
Show Gist options
  • Save DarkFenX/78a788f6841e184f7937 to your computer and use it in GitHub Desktop.
Save DarkFenX/78a788f6841e184f7937 to your computer and use it in GitHub Desktop.
SSR build & install log
dfx@kreo:~/src/ssr$ checkinstall -D ./simple-build-and-install
checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs? [y]: n
*****************************************
**** Debian package creation selected ***
*****************************************
This package will be built according to these values:
0 - Maintainer: [ dfx@kreo ]
1 - Summary: [ Simple screen recorder ]
2 - Name: [ ssr ]
3 - Version: [ 20140713 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ checkinstall ]
7 - Architecture: [ amd64 ]
8 - Source location: [ ssr ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
11 - Provides: [ ssr ]
12 - Conflicts: [ ]
13 - Replaces: [ ]
Enter a number to change any of them or press ENTER to continue:
Installing with ./simple-build-and-install...
========================= Installation results ===========================
Detecting x86/x64 ...
x86/x64 = --enable-x86-asm
Detecting ffmpeg/libav ...
Detected libav.
Configuring ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /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 archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a sed that does not truncate output... (cached) /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for QT4... yes
checking for moc-qt4... /usr/bin/moc-qt4
checking for rcc-qt4... no
checking for rcc... /usr/bin/rcc
checking for uic-qt4... /usr/bin/uic-qt4
checking for lupdate-qt4... /usr/bin/lupdate-qt4
checking for lrelease-qt4... /usr/bin/lrelease-qt4
checking for clock_gettime in -lrt... yes
checking for dlfcn.h... (cached) yes
checking for dlsym in -ldl... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking for av_guess_format in -lavformat... yes
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking for avcodec_find_encoder_by_name in -lavcodec... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking libavutil/mathematics.h usability... yes
checking libavutil/mathematics.h presence... yes
checking for libavutil/mathematics.h... yes
checking for av_rescale_q in -lavutil... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking for sws_scale in -lswscale... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for X11/Xutil.h... yes
checking for XOpenDisplay in -lX11... yes
checking for X11/extensions/Xfixes.h... yes
checking for XFixesGetCursorImage in -lXfixes... yes
checking for X11/extensions/XShm.h... yes
checking for XShmCreateImage in -lXext... yes
checking for X11/extensions/XInput2.h... yes
checking for XIQueryVersion in -lXi... yes
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking for snd_pcm_open in -lasound... yes
checking pulse/context.h usability... yes
checking pulse/context.h presence... yes
checking for pulse/context.h... yes
checking for pa_context_new in -lpulse... yes
checking jack/jack.h usability... yes
checking jack/jack.h presence... yes
checking for jack/jack.h... yes
checking for jack_client_open in -ljack... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for GL/glext.h... yes
checking for GL/glx.h... yes
checking for glPushAttrib in -lGL... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for gluErrorString in -lGLU... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating glinject/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Compiling ...
make all-recursive
make[1]: Entering directory '/home/dfx/src/ssr/build'
Making all in data
make[2]: Entering directory '/home/dfx/src/ssr/build/data'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/build/data'
Making all in glinject
make[2]: Entering directory '/home/dfx/src/ssr/build/glinject'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/build/glinject'
Making all in scripts
make[2]: Entering directory '/home/dfx/src/ssr/build/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/build/scripts'
Making all in src
make[2]: Entering directory '/home/dfx/src/ssr/build/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/build/src'
make[2]: Entering directory '/home/dfx/src/ssr/build'
make[2]: Leaving directory '/home/dfx/src/ssr/build'
make[1]: Leaving directory '/home/dfx/src/ssr/build'
Configuring 32-bit GLInject library ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc -m32
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 gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /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 archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 gcc -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc -m32
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -m32 accepts -g... (cached) yes
checking for gcc -m32 option to accept ISO C89... (cached) none needed
checking whether gcc -m32 understands -c and -o together... (cached) yes
checking dependency style of gcc -m32... (cached) gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -m32 accepts -g... yes
checking dependency style of g++ -m32... gcc3
checking how to run the C++ preprocessor... g++ -m32 -E
checking for ld used by g++ -m32... /usr/bin/ld -m elf_i386
checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking for g++ -m32 option to produce PIC... -fPIC -DPIC
checking if g++ -m32 PIC flag -fPIC -DPIC works... yes
checking if g++ -m32 static flag -static works... yes
checking if g++ -m32 supports -c -o file.o... yes
checking if g++ -m32 supports -c -o file.o... (cached) yes
checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a sed that does not truncate output... (cached) /bin/sed
checking for clock_gettime in -lrt... yes
checking for dlfcn.h... (cached) yes
checking for dlsym in -ldl... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for X11/Xutil.h... yes
checking for XOpenDisplay in -lX11... yes
checking for X11/extensions/Xfixes.h... yes
checking for XFixesGetCursorImage in -lXfixes... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for GL/glext.h... yes
checking for GL/glx.h... yes
checking for glPushAttrib in -lGL... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for gluErrorString in -lGLU... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating glinject/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Compiling 32-bit GLInject library ...
make all-recursive
make[1]: Entering directory '/home/dfx/src/ssr/build32'
Making all in data
make[2]: Entering directory '/home/dfx/src/ssr/build32/data'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/build32/data'
Making all in glinject
make[2]: Entering directory '/home/dfx/src/ssr/build32/glinject'
/bin/bash ../libtool --tag=CC --mode=compile gcc -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c -o libssr_glinject_la-elfhacks.lo `test -f 'elfhacks.c' || echo '../../glinject/'`elfhacks.c
/bin/bash ../libtool --tag=CXX --mode=compile g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c -o libssr_glinject_la-GLInject.lo `test -f 'GLInject.cpp' || echo '../../glinject/'`GLInject.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c -o libssr_glinject_la-GLXFrameGrabber.lo `test -f 'GLXFrameGrabber.cpp' || echo '../../glinject/'`GLXFrameGrabber.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c -o libssr_glinject_la-Hook.lo `test -f 'Hook.cpp' || echo '../../glinject/'`Hook.cpp
/bin/bash ../libtool --tag=CXX --mode=compile g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c -o libssr_glinject_la-SSRVideoStreamWriter.lo `test -f 'SSRVideoStreamWriter.cpp' || echo '../../glinject/'`SSRVideoStreamWriter.cpp
libtool: compile: gcc -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c ../../glinject/elfhacks.c -fPIC -DPIC -o .libs/libssr_glinject_la-elfhacks.o
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c ../../glinject/Hook.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-Hook.o
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c ../../glinject/GLXFrameGrabber.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-GLXFrameGrabber.o
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c ../../glinject/SSRVideoStreamWriter.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-SSRVideoStreamWriter.o
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c ../../glinject/GLInject.cpp -fPIC -DPIC -o .libs/libssr_glinject_la-GLInject.o
libtool: compile: gcc -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c ../../glinject/elfhacks.c -o libssr_glinject_la-elfhacks.o >/dev/null 2>&1
mv -f .deps/libssr_glinject_la-elfhacks.Tpo .deps/libssr_glinject_la-elfhacks.Plo
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c ../../glinject/GLInject.cpp -o libssr_glinject_la-GLInject.o >/dev/null 2>&1
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c ../../glinject/Hook.cpp -o libssr_glinject_la-Hook.o >/dev/null 2>&1
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c ../../glinject/GLXFrameGrabber.cpp -o libssr_glinject_la-GLXFrameGrabber.o >/dev/null 2>&1
libtool: compile: g++ -m32 -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c ../../glinject/SSRVideoStreamWriter.cpp -o libssr_glinject_la-SSRVideoStreamWriter.o >/dev/null 2>&1
mv -f .deps/libssr_glinject_la-GLInject.Tpo .deps/libssr_glinject_la-GLInject.Plo
mv -f .deps/libssr_glinject_la-Hook.Tpo .deps/libssr_glinject_la-Hook.Plo
mv -f .deps/libssr_glinject_la-GLXFrameGrabber.Tpo .deps/libssr_glinject_la-GLXFrameGrabber.Plo
mv -f .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo .deps/libssr_glinject_la-SSRVideoStreamWriter.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -m32 -pthread -std=c++0x -Wall -O2 -pipe -pthread -avoid-version -shared -lrt -ldl -lGL -lGLU -lX11 -lXfixes -o libssr-glinject.la -rpath /usr/lib/i386-linux-gnu libssr_glinject_la-elfhacks.lo libssr_glinject_la-GLInject.lo libssr_glinject_la-GLXFrameGrabber.lo libssr_glinject_la-Hook.lo libssr_glinject_la-SSRVideoStreamWriter.lo
libtool: link: g++ -m32 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../i386-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.9/32/crtbeginS.o .libs/libssr_glinject_la-elfhacks.o .libs/libssr_glinject_la-GLInject.o .libs/libssr_glinject_la-GLXFrameGrabber.o .libs/libssr_glinject_la-Hook.o .libs/libssr_glinject_la-SSRVideoStreamWriter.o -lrt -ldl -lGL -lGLU -lX11 -lXfixes -L/usr/lib/gcc/x86_64-linux-gnu/4.9/32 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../i386-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib32 -L/lib/i386-linux-gnu -L/lib/../lib32 -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib32 -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -L/usr/lib/gcc/x86_64-linux-gnu/4.9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.9/32/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../i386-linux-gnu/crtn.o -m32 -pthread -O2 -pthread -pthread -Wl,-soname -Wl,libssr-glinject.so -o .libs/libssr-glinject.so
libtool: link: ( cd ".libs" && rm -f "libssr-glinject.la" && ln -s "../libssr-glinject.la" "libssr-glinject.la" )
make[2]: Leaving directory '/home/dfx/src/ssr/build32/glinject'
Making all in scripts
make[2]: Entering directory '/home/dfx/src/ssr/build32/scripts'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/build32/scripts'
Making all in src
make[2]: Entering directory '/home/dfx/src/ssr/build32/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/build32/src'
make[2]: Entering directory '/home/dfx/src/ssr/build32'
make[2]: Leaving directory '/home/dfx/src/ssr/build32'
make[1]: Leaving directory '/home/dfx/src/ssr/build32'
Removing old SSR libraries ...
Installing ...
Making install in data
make[1]: Entering directory '/home/dfx/src/ssr/build/data'
make[2]: Entering directory '/home/dfx/src/ssr/build/data'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/share/applications'
/usr/bin/install -c -m 644 ../../data/simplescreenrecorder.desktop '/usr/share/applications'
/bin/mkdir -p '/usr/share/icons/hicolor/128x128/apps'
/usr/bin/install -c -m 644 ../../data/icons/128/simplescreenrecorder.png ../../data/icons/128/simplescreenrecorder-paused.png ../../data/icons/128/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/128x128/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/16x16/apps'
/usr/bin/install -c -m 644 ../../data/icons/16/simplescreenrecorder.png ../../data/icons/16/simplescreenrecorder-paused.png ../../data/icons/16/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/16x16/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/192x192/apps'
/usr/bin/install -c -m 644 ../../data/icons/192/simplescreenrecorder.png ../../data/icons/192/simplescreenrecorder-paused.png ../../data/icons/192/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/192x192/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps'
/usr/bin/install -c -m 644 ../../data/icons/22/simplescreenrecorder.png ../../data/icons/22/simplescreenrecorder-paused.png ../../data/icons/22/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/22x22/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/24x24/apps'
/usr/bin/install -c -m 644 ../../data/icons/24/simplescreenrecorder.png ../../data/icons/24/simplescreenrecorder-paused.png ../../data/icons/24/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/24x24/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/256x256/apps'
/usr/bin/install -c -m 644 ../../data/icons/256/simplescreenrecorder.png ../../data/icons/256/simplescreenrecorder-paused.png ../../data/icons/256/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/256x256/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/32x32/apps'
/usr/bin/install -c -m 644 ../../data/icons/32/simplescreenrecorder.png ../../data/icons/32/simplescreenrecorder-paused.png ../../data/icons/32/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/32x32/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/48x48/apps'
/usr/bin/install -c -m 644 ../../data/icons/48/simplescreenrecorder.png ../../data/icons/48/simplescreenrecorder-paused.png ../../data/icons/48/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/48x48/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/64x64/apps'
/usr/bin/install -c -m 644 ../../data/icons/64/simplescreenrecorder.png ../../data/icons/64/simplescreenrecorder-paused.png ../../data/icons/64/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/64x64/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/96x96/apps'
/usr/bin/install -c -m 644 ../../data/icons/96/simplescreenrecorder.png ../../data/icons/96/simplescreenrecorder-paused.png ../../data/icons/96/simplescreenrecorder-recording.png '/usr/share/icons/hicolor/96x96/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/scalable/apps'
/usr/bin/install -c -m 644 ../../data/icons/scalable/simplescreenrecorder.svg ../../data/icons/scalable/simplescreenrecorder-paused.svg ../../data/icons/scalable/simplescreenrecorder-recording.svg '/usr/share/icons/hicolor/scalable/apps'
/bin/mkdir -p '/usr/share/simplescreenrecorder/output-profiles'
/usr/bin/install -c -m 644 ../../data/output-profiles/High%20Quality%20Intermediate.conf ../../data/output-profiles/Live%20Stream%20%281000kbps%29.conf ../../data/output-profiles/Live%20Stream%20%283000kbps%29.conf ../../data/output-profiles/Live%20Stream%20%282000kbps%29.conf ../../data/output-profiles/YouTube.conf '/usr/share/simplescreenrecorder/output-profiles'
make[2]: Leaving directory '/home/dfx/src/ssr/build/data'
make[1]: Leaving directory '/home/dfx/src/ssr/build/data'
Making install in glinject
make[1]: Entering directory '/home/dfx/src/ssr/build/glinject'
make[2]: Entering directory '/home/dfx/src/ssr/build/glinject'
/bin/mkdir -p '/usr/lib/x86_64-linux-gnu'
/bin/bash ../libtool --mode=install /usr/bin/install -c libssr-glinject.la '/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libssr-glinject.so /usr/lib/x86_64-linux-gnu/libssr-glinject.so
libtool: install: /usr/bin/install -c .libs/libssr-glinject.lai /usr/lib/x86_64-linux-gnu/libssr-glinject.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/x86_64-linux-gnu
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/x86_64-linux-gnu
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/dfx/src/ssr/build/glinject'
make[1]: Leaving directory '/home/dfx/src/ssr/build/glinject'
Making install in scripts
make[1]: Entering directory '/home/dfx/src/ssr/build/scripts'
make[2]: Entering directory '/home/dfx/src/ssr/build/scripts'
/bin/mkdir -p '/usr/bin'
/usr/bin/install -c ../../scripts/ssr-glinject '/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/dfx/src/ssr/build/scripts'
make[1]: Leaving directory '/home/dfx/src/ssr/build/scripts'
Making install in src
make[1]: Entering directory '/home/dfx/src/ssr/build/src'
make[2]: Entering directory '/home/dfx/src/ssr/build/src'
/bin/mkdir -p '/usr/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c simplescreenrecorder '/usr/bin'
libtool: install: /usr/bin/install -c simplescreenrecorder /usr/bin/simplescreenrecorder
/bin/mkdir -p '/usr/share/simplescreenrecorder/translations'
/usr/bin/install -c -m 644 simplescreenrecorder_de.qm simplescreenrecorder_el.qm simplescreenrecorder_es.qm simplescreenrecorder_hu.qm simplescreenrecorder_it.qm simplescreenrecorder_nl.qm simplescreenrecorder_pl.qm simplescreenrecorder_pt_BR.qm simplescreenrecorder_zh_CN.qm '/usr/share/simplescreenrecorder/translations'
make[2]: Leaving directory '/home/dfx/src/ssr/build/src'
make[1]: Leaving directory '/home/dfx/src/ssr/build/src'
make[1]: Entering directory '/home/dfx/src/ssr/build'
make[2]: Entering directory '/home/dfx/src/ssr/build'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/dfx/src/ssr/build'
make[1]: Leaving directory '/home/dfx/src/ssr/build'
Installing 32-bit GLInject library ...
Making install in data
make[1]: Entering directory '/home/dfx/src/ssr/build32/data'
make[2]: Entering directory '/home/dfx/src/ssr/build32/data'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/home/dfx/src/ssr/build32/data'
make[1]: Leaving directory '/home/dfx/src/ssr/build32/data'
Making install in glinject
make[1]: Entering directory '/home/dfx/src/ssr/build32/glinject'
make[2]: Entering directory '/home/dfx/src/ssr/build32/glinject'
/bin/mkdir -p '/usr/lib/i386-linux-gnu'
/bin/bash ../libtool --mode=install /usr/bin/install -c libssr-glinject.la '/usr/lib/i386-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libssr-glinject.so /usr/lib/i386-linux-gnu/libssr-glinject.so
libtool: install: /usr/bin/install -c .libs/libssr-glinject.lai /usr/lib/i386-linux-gnu/libssr-glinject.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/i386-linux-gnu
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/i386-linux-gnu
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/dfx/src/ssr/build32/glinject'
make[1]: Leaving directory '/home/dfx/src/ssr/build32/glinject'
Making install in scripts
make[1]: Entering directory '/home/dfx/src/ssr/build32/scripts'
make[2]: Entering directory '/home/dfx/src/ssr/build32/scripts'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/dfx/src/ssr/build32/scripts'
make[1]: Leaving directory '/home/dfx/src/ssr/build32/scripts'
Making install in src
make[1]: Entering directory '/home/dfx/src/ssr/build32/src'
make[2]: Entering directory '/home/dfx/src/ssr/build32/src'
make[2]: Leaving directory '/home/dfx/src/ssr/build32/src'
make[1]: Leaving directory '/home/dfx/src/ssr/build32/src'
make[1]: Entering directory '/home/dfx/src/ssr/build32'
make[2]: Entering directory '/home/dfx/src/ssr/build32'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/dfx/src/ssr/build32'
make[1]: Leaving directory '/home/dfx/src/ssr/build32'
Running post-install script ...
Done.
======================== Installation successful ==========================
cp: cannot stat ‘//var/tmp/tmp.mlvLoYb3d1/newfiles.tmp’: No such file or directory
Some of the files created by the installation are inside the home directory: /home
You probably don't want them to be included in the package.
Do you want me to list them? [n]: y
Should I exclude them from the package? (Saying yes is a good idea) [n]: y
Copying files to the temporary directory...tar: .conf1187.file: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: .conf3508.file: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: .conf4032.file: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: .conf5837.file: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: Removing leading `..' from member names
tar: .../libssr-glinject.la: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: .00644: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: .00755: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: .1000: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: .#File exists: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
OK
Stripping ELF binaries and libraries...OK
Compressing man pages...OK
Building file list... FAILED!
Building Debian package...OK
Installing Debian package... FAILED!
*** Failed to install the package
Do you want to see the log file? [y]: n
Erasing temporary files...OK
Writing backup package...OK
OK
Deleting temp dir...OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment