Created
May 20, 2020 11:51
Revisions
-
luismaf created this gist
May 20, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,1406 @@ libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' 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 make supports nested variables... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... 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 whether g++ is available and compiles a program... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-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 ar... ar 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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 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 ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for asprintf... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for strndup... yes checking for stpcpy... yes checking for vasprintf... yes checking for gmtime_r... yes checking for localtime_r... yes checking for timegm... yes checking for strptime... yes checking for memmem... yes checking whether byte ordering is bigendian... no checking wether we need platform-specific build settings for linux-gnu... yes checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_once in -lpthread... yes checking if fmin is a builtin function... no checking for tm_gmtoff in struct tm... yes checking for tm_zone in struct tm... yes checking for supported compiler flags... -Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden -pthread checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libcnary/Makefile config.status: creating src/Makefile config.status: creating src/libplist.pc config.status: creating src/libplist++.pc config.status: creating include/Makefile config.status: creating tools/Makefile config.status: creating cython/Makefile config.status: creating test/Makefile config.status: creating fuzz/Makefile config.status: creating doxygen.cfg config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Configuration for libplist 2.1.0: ------------------------------------------- Install prefix ..........: /usr/local Debug code ..............: no Python bindings .........: no Now type 'make' to build libplist 2.1.0, and then 'make install' for installation. Making install in libcnary make[1]: se entra en el directorio '/tmp/libplist/libcnary' make[2]: se entra en el directorio '/tmp/libplist/libcnary' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libplist/libcnary' make[1]: se sale del directorio '/tmp/libplist/libcnary' Making install in src make[1]: se entra en el directorio '/tmp/libplist/src' make[2]: se entra en el directorio '/tmp/libplist/src' /bin/mkdir -p '/usr/local/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libplist.la libplist++.la '/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libplist.so.3.2.0 /usr/local/lib/libplist.so.3.2.0 libtool: install: (cd /usr/local/lib && { ln -s -f libplist.so.3.2.0 libplist.so.3 || { rm -f libplist.so.3 && ln -s libplist.so.3.2.0 libplist.so.3; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libplist.so.3.2.0 libplist.so || { rm -f libplist.so && ln -s libplist.so.3.2.0 libplist.so; }; }) libtool: install: /usr/bin/install -c .libs/libplist.lai /usr/local/lib/libplist.la libtool: install: (cd /tmp/libplist/src; /bin/bash "/tmp/libplist/libtool" --silent --tag CXX --mode=relink g++ -g -O2 -lm -version-info 5:0:2 -no-undefined -o libplist++.la -rpath /usr/local/lib Node.lo Structure.lo Array.lo Boolean.lo Data.lo Date.lo Dictionary.lo Integer.lo Key.lo Real.lo String.lo Uid.lo libplist.la -lpthread ) libtool: install: /usr/bin/install -c .libs/libplist++.so.3.2.0T /usr/local/lib/libplist++.so.3.2.0 libtool: install: (cd /usr/local/lib && { ln -s -f libplist++.so.3.2.0 libplist++.so.3 || { rm -f libplist++.so.3 && ln -s libplist++.so.3.2.0 libplist++.so.3; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libplist++.so.3.2.0 libplist++.so || { rm -f libplist++.so && ln -s libplist++.so.3.2.0 libplist++.so; }; }) libtool: install: /usr/bin/install -c .libs/libplist++.lai /usr/local/lib/libplist++.la libtool: install: /usr/bin/install -c .libs/libplist.a /usr/local/lib/libplist.a libtool: install: chmod 644 /usr/local/lib/libplist.a libtool: install: ranlib /usr/local/lib/libplist.a libtool: install: /usr/bin/install -c .libs/libplist++.a /usr/local/lib/libplist++.a libtool: install: chmod 644 /usr/local/lib/libplist++.a libtool: install: ranlib /usr/local/lib/libplist++.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib 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. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/local/lib/pkgconfig' /usr/bin/install -c -m 644 libplist.pc libplist++.pc '/usr/local/lib/pkgconfig' make[2]: se sale del directorio '/tmp/libplist/src' make[1]: se sale del directorio '/tmp/libplist/src' Making install in include make[1]: se entra en el directorio '/tmp/libplist/include' make[2]: se entra en el directorio '/tmp/libplist/include' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/include' /bin/mkdir -p '/usr/local/include/plist' /usr/bin/install -c -m 644 plist/plist.h plist/plist++.h plist/Array.h plist/Boolean.h plist/Data.h plist/Date.h plist/Dictionary.h plist/Integer.h plist/Key.h plist/Node.h plist/Real.h plist/String.h plist/Structure.h plist/Uid.h '/usr/local/include/plist' make[2]: se sale del directorio '/tmp/libplist/include' make[1]: se sale del directorio '/tmp/libplist/include' Making install in tools make[1]: se entra en el directorio '/tmp/libplist/tools' make[2]: se entra en el directorio '/tmp/libplist/tools' /bin/mkdir -p '/usr/local/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c plistutil '/usr/local/bin' libtool: install: /usr/bin/install -c .libs/plistutil /usr/local/bin/plistutil make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libplist/tools' make[1]: se sale del directorio '/tmp/libplist/tools' Making install in test make[1]: se entra en el directorio '/tmp/libplist/test' make[2]: se entra en el directorio '/tmp/libplist/test' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libplist/test' make[1]: se sale del directorio '/tmp/libplist/test' make[1]: se entra en el directorio '/tmp/libplist' make[2]: se entra en el directorio '/tmp/libplist' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libplist' make[1]: se sale del directorio '/tmp/libplist' libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' 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 make supports nested variables... (cached) yes 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed 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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-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 ar... ar 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libplist... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for stpncpy... yes checking for sleep... yes checking for malloc... yes checking for realloc... yes checking for platform-specific build settings... linux-gnu checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_cancel... no checking for pthread_cancel in -lpthread... yes checking for pselect... yes checking for program_invocation_short_name... yes checking if program_invocation_short_name is declared in errno.h... yes checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fvisibility=hidden -pthread checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating common/Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating tools/Makefile config.status: creating libusbmuxd.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Configuration for libusbmuxd 2.0.2: ------------------------------------------- Install prefix: .........: /usr/local inotify support (Linux) .: yes Now type 'make' to build libusbmuxd 2.0.2, and then 'make install' for installation. Making install in common make[1]: se entra en el directorio '/tmp/libusbmuxd/common' make[2]: se entra en el directorio '/tmp/libusbmuxd/common' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libusbmuxd/common' make[1]: se sale del directorio '/tmp/libusbmuxd/common' Making install in src make[1]: se entra en el directorio '/tmp/libusbmuxd/src' CC libusbmuxd.lo CCLD libusbmuxd.la make[2]: se entra en el directorio '/tmp/libusbmuxd/src' /bin/mkdir -p '/usr/local/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libusbmuxd.la '/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libusbmuxd.so.6.0.0 /usr/local/lib/libusbmuxd.so.6.0.0 libtool: install: (cd /usr/local/lib && { ln -s -f libusbmuxd.so.6.0.0 libusbmuxd.so.6 || { rm -f libusbmuxd.so.6 && ln -s libusbmuxd.so.6.0.0 libusbmuxd.so.6; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libusbmuxd.so.6.0.0 libusbmuxd.so || { rm -f libusbmuxd.so && ln -s libusbmuxd.so.6.0.0 libusbmuxd.so; }; }) libtool: install: /usr/bin/install -c .libs/libusbmuxd.lai /usr/local/lib/libusbmuxd.la libtool: install: /usr/bin/install -c .libs/libusbmuxd.a /usr/local/lib/libusbmuxd.a libtool: install: chmod 644 /usr/local/lib/libusbmuxd.a libtool: install: ranlib /usr/local/lib/libusbmuxd.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib 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]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libusbmuxd/src' make[1]: se sale del directorio '/tmp/libusbmuxd/src' Making install in include make[1]: se entra en el directorio '/tmp/libusbmuxd/include' make[2]: se entra en el directorio '/tmp/libusbmuxd/include' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/include' /usr/bin/install -c -m 644 usbmuxd.h usbmuxd-proto.h '/usr/local/include/.' make[2]: se sale del directorio '/tmp/libusbmuxd/include' make[1]: se sale del directorio '/tmp/libusbmuxd/include' Making install in tools make[1]: se entra en el directorio '/tmp/libusbmuxd/tools' CCLD iproxy CCLD inetcat make[2]: se entra en el directorio '/tmp/libusbmuxd/tools' /bin/mkdir -p '/usr/local/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c iproxy inetcat '/usr/local/bin' libtool: install: /usr/bin/install -c .libs/iproxy /usr/local/bin/iproxy libtool: install: /usr/bin/install -c .libs/inetcat /usr/local/bin/inetcat make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libusbmuxd/tools' make[1]: se sale del directorio '/tmp/libusbmuxd/tools' make[1]: se entra en el directorio '/tmp/libusbmuxd' make[2]: se entra en el directorio '/tmp/libusbmuxd' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/lib/pkgconfig' /usr/bin/install -c -m 644 libusbmuxd.pc '/usr/local/lib/pkgconfig' make[2]: se sale del directorio '/tmp/libusbmuxd' make[1]: se sale del directorio '/tmp/libusbmuxd' libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' 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 make supports nested variables... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-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 ar... ar 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libusbmuxd... yes checking for libplist... yes checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking gcrypt.h usability... yes checking gcrypt.h presence... yes checking for gcrypt.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for asprintf... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for strndup... yes checking for stpcpy... yes checking for vasprintf... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for platform-specific build settings... linux-gnu checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_once in -lpthread... yes checking for usbmuxd_device_info_t.conn_type... yes checking for struct dirent.d_type... yes checking for openssl... yes checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating common/Makefile config.status: creating src/Makefile config.status: creating src/libimobiledevice-1.0.pc config.status: creating include/Makefile config.status: creating tools/Makefile config.status: creating cython/Makefile config.status: creating docs/Makefile config.status: creating doxygen.cfg config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Configuration for libimobiledevice 1.2.1: ------------------------------------------- Install prefix: .........: /usr/local Debug code ..............: no Python bindings .........: no SSL support backend .....: OpenSSL Now type 'make' to build libimobiledevice 1.2.1, and then 'make install' for installation. Making install in common make[1]: se entra en el directorio '/tmp/libimobiledevice/common' CC socket.lo CC thread.lo CC debug.lo CC userpref.lo CC utils.lo CCLD libinternalcommon.la make[2]: se entra en el directorio '/tmp/libimobiledevice/common' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libimobiledevice/common' make[1]: se sale del directorio '/tmp/libimobiledevice/common' Making install in src make[1]: se entra en el directorio '/tmp/libimobiledevice/src' CC idevice.lo CC service.lo CC property_list_service.lo CC device_link_service.lo CC lockdown.lo CC afc.lo CC file_relay.lo CC notification_proxy.lo CC installation_proxy.lo CC sbservices.lo CC mobile_image_mounter.lo CC screenshotr.lo CC mobilesync.lo CC mobilebackup.lo CC house_arrest.lo CC mobilebackup2.lo CC misagent.lo CC restore.lo CC diagnostics_relay.lo CC heartbeat.lo CC debugserver.lo CC webinspector.lo CC mobileactivation.lo CC preboard.lo CC companion_proxy.lo CC syslog_relay.lo CCLD libimobiledevice.la make[2]: se entra en el directorio '/tmp/libimobiledevice/src' /bin/mkdir -p '/usr/local/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libimobiledevice.la '/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libimobiledevice.so.6.0.0 /usr/local/lib/libimobiledevice.so.6.0.0 libtool: install: (cd /usr/local/lib && { ln -s -f libimobiledevice.so.6.0.0 libimobiledevice.so.6 || { rm -f libimobiledevice.so.6 && ln -s libimobiledevice.so.6.0.0 libimobiledevice.so.6; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libimobiledevice.so.6.0.0 libimobiledevice.so || { rm -f libimobiledevice.so && ln -s libimobiledevice.so.6.0.0 libimobiledevice.so; }; }) libtool: install: /usr/bin/install -c .libs/libimobiledevice.lai /usr/local/lib/libimobiledevice.la libtool: install: /usr/bin/install -c .libs/libimobiledevice.a /usr/local/lib/libimobiledevice.a libtool: install: chmod 644 /usr/local/lib/libimobiledevice.a libtool: install: ranlib /usr/local/lib/libimobiledevice.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib 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. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/local/lib/pkgconfig' /usr/bin/install -c -m 644 libimobiledevice-1.0.pc '/usr/local/lib/pkgconfig' make[2]: se sale del directorio '/tmp/libimobiledevice/src' make[1]: se sale del directorio '/tmp/libimobiledevice/src' Making install in include make[1]: se entra en el directorio '/tmp/libimobiledevice/include' make[2]: se entra en el directorio '/tmp/libimobiledevice/include' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/include' /bin/mkdir -p '/usr/local/include/libimobiledevice' /usr/bin/install -c -m 644 libimobiledevice/libimobiledevice.h libimobiledevice/lockdown.h libimobiledevice/afc.h libimobiledevice/file_relay.h libimobiledevice/notification_proxy.h libimobiledevice/installation_proxy.h libimobiledevice/sbservices.h libimobiledevice/mobile_image_mounter.h libimobiledevice/screenshotr.h libimobiledevice/mobilesync.h libimobiledevice/mobilebackup.h libimobiledevice/house_arrest.h libimobiledevice/mobilebackup2.h libimobiledevice/misagent.h libimobiledevice/restore.h libimobiledevice/webinspector.h libimobiledevice/heartbeat.h libimobiledevice/diagnostics_relay.h libimobiledevice/debugserver.h libimobiledevice/syslog_relay.h libimobiledevice/mobileactivation.h libimobiledevice/preboard.h libimobiledevice/companion_proxy.h libimobiledevice/property_list_service.h libimobiledevice/service.h '/usr/local/include/libimobiledevice' make[2]: se sale del directorio '/tmp/libimobiledevice/include' make[1]: se sale del directorio '/tmp/libimobiledevice/include' Making install in tools make[1]: se entra en el directorio '/tmp/libimobiledevice/tools' CC idevice_id-idevice_id.o CCLD idevice_id CC ideviceinfo-ideviceinfo.o CCLD ideviceinfo CC idevicename-idevicename.o CCLD idevicename CC idevicepair-idevicepair.o CCLD idevicepair CC idevicesyslog-idevicesyslog.o CCLD idevicesyslog CC ideviceimagemounter-ideviceimagemounter.o CCLD ideviceimagemounter CC idevicescreenshot-idevicescreenshot.o CCLD idevicescreenshot CC ideviceenterrecovery-ideviceenterrecovery.o CCLD ideviceenterrecovery CC idevicedate-idevicedate.o CCLD idevicedate CC idevicebackup-idevicebackup.o CCLD idevicebackup CC idevicebackup2-idevicebackup2.o CCLD idevicebackup2 CC ideviceprovision-ideviceprovision.o CCLD ideviceprovision CC idevicedebugserverproxy-idevicedebugserverproxy.o CCLD idevicedebugserverproxy CC idevicediagnostics-idevicediagnostics.o CCLD idevicediagnostics CC idevicedebug-idevicedebug.o CCLD idevicedebug CC idevicenotificationproxy-idevicenotificationproxy.o CCLD idevicenotificationproxy CC idevicecrashreport-idevicecrashreport.o CCLD idevicecrashreport CC idevicesetlocation-idevicesetlocation.o CCLD idevicesetlocation make[2]: se entra en el directorio '/tmp/libimobiledevice/tools' /bin/mkdir -p '/usr/local/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy idevicecrashreport idevicesetlocation '/usr/local/bin' libtool: install: /usr/bin/install -c .libs/idevice_id /usr/local/bin/idevice_id libtool: install: /usr/bin/install -c .libs/ideviceinfo /usr/local/bin/ideviceinfo libtool: install: /usr/bin/install -c .libs/idevicename /usr/local/bin/idevicename libtool: install: /usr/bin/install -c .libs/idevicepair /usr/local/bin/idevicepair libtool: install: /usr/bin/install -c .libs/idevicesyslog /usr/local/bin/idevicesyslog libtool: install: /usr/bin/install -c .libs/ideviceimagemounter /usr/local/bin/ideviceimagemounter libtool: install: /usr/bin/install -c .libs/idevicescreenshot /usr/local/bin/idevicescreenshot libtool: install: /usr/bin/install -c .libs/ideviceenterrecovery /usr/local/bin/ideviceenterrecovery libtool: install: /usr/bin/install -c .libs/idevicedate /usr/local/bin/idevicedate libtool: install: /usr/bin/install -c .libs/idevicebackup /usr/local/bin/idevicebackup libtool: install: /usr/bin/install -c .libs/idevicebackup2 /usr/local/bin/idevicebackup2 libtool: install: /usr/bin/install -c .libs/ideviceprovision /usr/local/bin/ideviceprovision libtool: install: /usr/bin/install -c .libs/idevicedebugserverproxy /usr/local/bin/idevicedebugserverproxy libtool: install: /usr/bin/install -c .libs/idevicediagnostics /usr/local/bin/idevicediagnostics libtool: install: /usr/bin/install -c .libs/idevicedebug /usr/local/bin/idevicedebug libtool: install: /usr/bin/install -c .libs/idevicenotificationproxy /usr/local/bin/idevicenotificationproxy libtool: install: /usr/bin/install -c .libs/idevicecrashreport /usr/local/bin/idevicecrashreport libtool: install: /usr/bin/install -c .libs/idevicesetlocation /usr/local/bin/idevicesetlocation make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libimobiledevice/tools' make[1]: se sale del directorio '/tmp/libimobiledevice/tools' Making install in docs make[1]: se entra en el directorio '/tmp/libimobiledevice/docs' make[2]: se entra en el directorio '/tmp/libimobiledevice/docs' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/share/man/man1' /usr/bin/install -c -m 644 idevice_id.1 ideviceinfo.1 idevicesyslog.1 idevicebackup.1 idevicebackup2.1 ideviceimagemounter.1 idevicescreenshot.1 idevicepair.1 ideviceenterrecovery.1 idevicedate.1 ideviceprovision.1 idevicedebugserverproxy.1 idevicediagnostics.1 idevicecrashreport.1 idevicename.1 idevicedebug.1 idevicenotificationproxy.1 idevicesetlocation.1 '/usr/local/share/man/man1' make[2]: se sale del directorio '/tmp/libimobiledevice/docs' make[1]: se sale del directorio '/tmp/libimobiledevice/docs' make[1]: se entra en el directorio '/tmp/libimobiledevice' make[2]: se entra en el directorio '/tmp/libimobiledevice' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libimobiledevice' make[1]: se sale del directorio '/tmp/libimobiledevice' libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' 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 make supports nested variables... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-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 ar... ar 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libusb... yes checking for libplist... yes checking for libimobiledevice... yes checking for pthread_create, pthread_mutex_lock in -lpthread... yes checking for enum idevice_connection_type... yes checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for library containing clock_gettime... none required checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for strndup... yes checking for stpcpy... yes checking for ppoll... yes checking for clock_gettime... yes checking for localtime_r... yes checking whether to enable WIN32 build settings... no checking for supported compiler flags... -g -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating udev/Makefile config.status: creating systemd/Makefile config.status: creating docs/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Configuration for usbmuxd 1.1.1: ------------------------------------------- install prefix ............: /usr/local preflight worker support ..: yes activation method .........: systemd systemd unit directory ....: /lib/systemd/system udev rules directory ......: /lib/udev/rules.d compiler ..................: gcc Now type 'make' to build usbmuxd 1.1.1, and then 'make install' for installation. Making install in src make[1]: se entra en el directorio '/tmp/usbmuxd/src' CC usbmuxd-client.o CC usbmuxd-device.o CC usbmuxd-preflight.o CC usbmuxd-log.o CC usbmuxd-usb.o CC usbmuxd-utils.o CC usbmuxd-conf.o CC usbmuxd-main.o CCLD usbmuxd make[2]: se entra en el directorio '/tmp/usbmuxd/src' /bin/mkdir -p '/usr/local/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c usbmuxd '/usr/local/sbin' libtool: install: /usr/bin/install -c usbmuxd /usr/local/sbin/usbmuxd make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/usbmuxd/src' make[1]: se sale del directorio '/tmp/usbmuxd/src' Making install in udev make[1]: se entra en el directorio '/tmp/usbmuxd/udev' make[2]: se entra en el directorio '/tmp/usbmuxd/udev' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/lib/udev/rules.d' /usr/bin/install -c -m 644 39-usbmuxd.rules '/lib/udev/rules.d' make[2]: se sale del directorio '/tmp/usbmuxd/udev' make[1]: se sale del directorio '/tmp/usbmuxd/udev' Making install in systemd make[1]: se entra en el directorio '/tmp/usbmuxd/systemd' make[2]: se entra en el directorio '/tmp/usbmuxd/systemd' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/lib/systemd/system' /usr/bin/install -c -m 644 usbmuxd.service '/lib/systemd/system' make[2]: se sale del directorio '/tmp/usbmuxd/systemd' make[1]: se sale del directorio '/tmp/usbmuxd/systemd' Making install in docs make[1]: se entra en el directorio '/tmp/usbmuxd/docs' make[2]: se entra en el directorio '/tmp/usbmuxd/docs' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/share/man/man8' /usr/bin/install -c -m 644 usbmuxd.8 '/usr/local/share/man/man8' make[2]: se sale del directorio '/tmp/usbmuxd/docs' make[1]: se sale del directorio '/tmp/usbmuxd/docs' make[1]: se entra en el directorio '/tmp/usbmuxd' make[2]: se entra en el directorio '/tmp/usbmuxd' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/usbmuxd' make[1]: se sale del directorio '/tmp/usbmuxd' libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' 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 make supports nested variables... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-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 ar... ar 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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 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 ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for strdup... yes checking for strerror... yes checking for strndup... yes checking for malloc... yes checking for realloc... yes checking for calloc... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for platform-specific build settings... linux-gnu checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libusb... yes checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fvisibility=hidden -pthread checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating tools/Makefile config.status: creating libirecovery.pc config.status: creating udev/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Configuration for libirecovery 1.0.0: ------------------------------------------- Install prefix: .........: /usr/local USB backend: ............: libusb 1.0.21 Now type 'make' to build libirecovery 1.0.0, and then 'make install' for installation. Making install in src make[1]: se entra en el directorio '/tmp/libirecovery/src' make[2]: se entra en el directorio '/tmp/libirecovery/src' /bin/mkdir -p '/usr/local/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libirecovery.la '/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libirecovery.so.3.0.0 /usr/local/lib/libirecovery.so.3.0.0 libtool: install: (cd /usr/local/lib && { ln -s -f libirecovery.so.3.0.0 libirecovery.so.3 || { rm -f libirecovery.so.3 && ln -s libirecovery.so.3.0.0 libirecovery.so.3; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libirecovery.so.3.0.0 libirecovery.so || { rm -f libirecovery.so && ln -s libirecovery.so.3.0.0 libirecovery.so; }; }) libtool: install: /usr/bin/install -c .libs/libirecovery.lai /usr/local/lib/libirecovery.la libtool: install: /usr/bin/install -c .libs/libirecovery.a /usr/local/lib/libirecovery.a libtool: install: chmod 644 /usr/local/lib/libirecovery.a libtool: install: ranlib /usr/local/lib/libirecovery.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib 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]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libirecovery/src' make[1]: se sale del directorio '/tmp/libirecovery/src' Making install in include make[1]: se entra en el directorio '/tmp/libirecovery/include' make[2]: se entra en el directorio '/tmp/libirecovery/include' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/include' /usr/bin/install -c -m 644 libirecovery.h '/usr/local/include/.' make[2]: se sale del directorio '/tmp/libirecovery/include' make[1]: se sale del directorio '/tmp/libirecovery/include' Making install in tools make[1]: se entra en el directorio '/tmp/libirecovery/tools' make[2]: se entra en el directorio '/tmp/libirecovery/tools' /bin/mkdir -p '/usr/local/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c irecovery '/usr/local/bin' libtool: install: /usr/bin/install -c .libs/irecovery /usr/local/bin/irecovery make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/libirecovery/tools' make[1]: se sale del directorio '/tmp/libirecovery/tools' Making install in udev make[1]: se entra en el directorio '/tmp/libirecovery/udev' make[2]: se entra en el directorio '/tmp/libirecovery/udev' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/lib/udev/rules.d' /usr/bin/install -c -m 644 39-libirecovery.rules '/lib/udev/rules.d' make[2]: se sale del directorio '/tmp/libirecovery/udev' make[1]: se sale del directorio '/tmp/libirecovery/udev' make[1]: se entra en el directorio '/tmp/libirecovery' make[2]: se entra en el directorio '/tmp/libirecovery' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/lib/pkgconfig' /usr/bin/install -c -m 644 libirecovery.pc '/usr/local/lib/pkgconfig' make[2]: se sale del directorio '/tmp/libirecovery' make[1]: se sale del directorio '/tmp/libirecovery' libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu 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 make supports nested variables... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-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 ar... ar 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libirecovery... yes checking for libimobiledevice... yes checking for libplist... yes checking for libzip... yes checking for libcurl... yes checking for openssl... yes checking for zlib... yes checking whether we need platform-specific build settings... yes checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for strsep... yes checking for strcspn... yes checking for mkstemp... yes checking for realpath... yes checking for IDEVICE_E_TIMEOUT in enum idevice_error_t... yes checking for RESTORE_E_RECEIVE_TIMEOUT in enum restored_error_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating docs/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands Configuration for idevicerestore 1.0: ------------------------------------------- Install prefix: .........: /usr/local Now type 'make' to build idevicerestore 1.0, and then 'make install' for installation. Making install in src make[1]: se entra en el directorio '/tmp/idevicerestore/src' CC idevicerestore-idevicerestore.o CC idevicerestore-common.o CC idevicerestore-tss.o CC idevicerestore-fls.o CC idevicerestore-mbn.o CC idevicerestore-img3.o CC idevicerestore-img4.o CC idevicerestore-ftab.o CC idevicerestore-ipsw.o CC idevicerestore-normal.o CC idevicerestore-dfu.o CC idevicerestore-recovery.o CC idevicerestore-restore.o CC idevicerestore-asr.o CC idevicerestore-fdr.o CC idevicerestore-limera1n.o CC idevicerestore-download.o CC idevicerestore-locking.o CC idevicerestore-json_plist.o CCLD idevicerestore make[2]: se entra en el directorio '/tmp/idevicerestore/src' /bin/mkdir -p '/usr/local/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c idevicerestore '/usr/local/bin' libtool: install: /usr/bin/install -c idevicerestore /usr/local/bin/idevicerestore make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/idevicerestore/src' make[1]: se sale del directorio '/tmp/idevicerestore/src' Making install in docs make[1]: se entra en el directorio '/tmp/idevicerestore/docs' make[2]: se entra en el directorio '/tmp/idevicerestore/docs' make[2]: No se hace nada para 'install-exec-am'. /bin/mkdir -p '/usr/local/share/man/man1' /usr/bin/install -c -m 644 idevicerestore.1 '/usr/local/share/man/man1' make[2]: se sale del directorio '/tmp/idevicerestore/docs' make[1]: se sale del directorio '/tmp/idevicerestore/docs' make[1]: se entra en el directorio '/tmp/idevicerestore' make[2]: se entra en el directorio '/tmp/idevicerestore' make[2]: No se hace nada para 'install-exec-am'. make[2]: No se hace nada para 'install-data-am'. make[2]: se sale del directorio '/tmp/idevicerestore' make[1]: se sale del directorio '/tmp/idevicerestore'