unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
364 stars 161 forks source link

Where I can find this `/usr//lib/libexpat.la` file thing? #286

Closed evandrocoan closed 2 years ago

evandrocoan commented 3 years ago

I am trying to build this module, but configure is failing with error: Cannot find Sofia-SIP - looked for sofia-config and libsofia-sip-ua in /usr/local.

I do not use sofia. So how can I disable it?

I tried using the ./configure --without-Sofia-SIP but it said sofia option was not found. How can I list which options can be disabled?

If it cannot be disabled, where can I find this Sofia-SIP to install it?

evandrocoan commented 3 years ago

I just found this sofia and installed it: https://github.com/unispeech/sofia-sip

Now configure is working, but the make command is falling with sed: can't read /usr//lib/libexpat.la: No such file or directory:

...
make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder'
  CC       src/mrcp_recorder_engine.lo
  CCLD     mrcprecorder.la
make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder'
make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins'
make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins'
Making all in platforms
make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms'
Making all in libunimrcp-client
make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client'
  CC       src/unimrcp_client.lo
  CCLD     libunimrcpclient.la
/usr/bin/grep: /usr//lib/libexpat.la: No such file or directory
/usr/bin/sed: can't read /usr//lib/libexpat.la: No such file or directory
libtool:   error: '/usr//lib/libexpat.la' is not a valid libtool archive
make[2]: *** [Makefile:486: libunimrcpclient.la] Error 1
make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client'
make[1]: *** [Makefile:385: all-recursive] Error 1
make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms'
make: *** [Makefile:431: all-recursive] Error 1

Where I can find this /usr//lib/libexpat.la file thing?

evandrocoan commented 3 years ago

System versions

``` evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.1 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.1 LTS" evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ sudo apt --fix-broken install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 407 not upgraded. evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ sudo apt-get install libapr1 libapr1-dev Reading package lists... Done Building dependency tree Reading state information... Done libapr1 is already the newest version (1.6.5-1ubuntu1). libapr1-dev is already the newest version (1.6.5-1ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 407 not upgraded. evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ autoconf --version autoconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ automake --version automake (GNU automake) 1.16.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Tom Tromey and Alexandre Duret-Lutz . evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ sudo apt install libtool-bin Reading package lists... Done Building dependency tree... 50% Building dependency tree Reading state information... Done The following NEW packages will be installed: libtool-bin 0 upgraded, 1 newly installed, 0 to remove and 407 not upgraded. Need to get 80,1 kB of archives. After this operation, 399 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu focal/main amd64 libtool-bin amd64 2.4.6-14 [80,1 kB] Fetched 80,1 kB in 2s (50,3 kB/s) Selecting previously unselected package libtool-bin. (Reading database ... 321514 files and directories currently installed.) Preparing to unpack .../libtool-bin_2.4.6-14_amd64.deb ... Unpacking libtool-bin (2.4.6-14) ... Setting up libtool-bin (2.4.6-14) ... Processing triggers for man-db (2.9.1-1) ... evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ libtool --version libtool (GNU libtool) 2.4.6 Written by Gordon Matzigkeit, 1996 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ```

Full compilation log:

``` evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ./configure checking for chosen layout... classic checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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 whether make supports the include directive... yes (GNU style) 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-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... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by 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-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 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... /usr/bin/dd checking how to truncate binary pipes... /usr/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 C compiler vendor... gnu checking for pkg-config... /usr/bin/pkg-config UniMRCP Version: 1.7.0 configure: Apache Portable Runtime (APR) library configuration checking for APR... yes 1.7.0 setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" adding "-pthread" to CFLAGS setting LDFLAGS to " " setting UNIMRCP_APR_INCLUDES to " -I/usr/include/apr-1 " setting UNIMRCP_APR_LIBS to " -L/usr/lib -lapr-1" configure: Apache Portable Runtime Utility (APU) library configuration checking for APR-util... yes 1.6.1 adding "-L/usr/lib" to LDFLAGS adding "-I/usr/include" to UNIMRCP_APR_INCLUDES adding "-laprutil-1" to UNIMRCP_APR_LIBS configure: Sofia SIP library configuration checking for Sofia-SIP... yes 1.12.11devel configure: enable inter-library dependencies: yes configure: enable maintainer mode: no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libs/Makefile config.status: creating libs/apr-toolkit/Makefile config.status: creating libs/mpf/Makefile config.status: creating libs/mrcp/Makefile config.status: creating libs/mrcp-signaling/Makefile config.status: creating libs/mrcpv2-transport/Makefile config.status: creating libs/mrcp-engine/Makefile config.status: creating libs/mrcp-server/Makefile config.status: creating libs/mrcp-client/Makefile config.status: creating libs/uni-rtsp/Makefile config.status: creating modules/Makefile config.status: creating modules/mrcp-sofiasip/Makefile config.status: creating modules/mrcp-unirtsp/Makefile config.status: creating plugins/Makefile config.status: creating plugins/mrcp-recorder/Makefile config.status: creating plugins/demo-synth/Makefile config.status: creating plugins/demo-recog/Makefile config.status: creating plugins/demo-verifier/Makefile config.status: creating platforms/Makefile config.status: creating platforms/libunimrcp-server/Makefile config.status: creating platforms/libunimrcp-client/Makefile config.status: creating platforms/unimrcp-server/Makefile config.status: creating platforms/unimrcp-client/Makefile config.status: creating platforms/libasr-client/Makefile config.status: creating platforms/asr-client/Makefile config.status: creating platforms/umc/Makefile config.status: creating tests/Makefile config.status: creating tests/apttest/Makefile config.status: creating tests/mpftest/Makefile config.status: creating tests/mrcptest/Makefile config.status: creating tests/rtsptest/Makefile config.status: creating tests/strtablegen/Makefile config.status: creating build/Makefile config.status: creating build/pkgconfig/Makefile config.status: creating build/pkgconfig/unimrcpclient.pc config.status: creating build/pkgconfig/unimrcpserver.pc config.status: creating build/pkgconfig/unimrcpplugin.pc config.status: creating conf/Makefile config.status: creating data/Makefile config.status: creating docs/doxygen.conf config.status: executing depfiles commands config.status: executing libtool commands ****************************** REPORT ****************************** UniMRCP version............... : 1.7.0 APR version................... : 1.7.0 APR-util version.............. : 1.6.1 Sofia-SIP version............. : 1.12.11devel Compiler...................... : gcc Compiler flags................ : -g -O2 -pthread Preprocessor definitions...... : -DLINUX -D_REENTRANT -D_GNU_SOURCE Linker flags.................. : -L/usr/lib UniMRCP client lib............ : yes Sample UniMRCP client app..... : yes Sample UMC C++ client app..... : yes Misc ASR client lib and app... : yes UniMRCP server lib............ : yes UniMRCP server app............ : yes Demo synthesizer plugin....... : yes Demo recognizer plugin........ : yes Demo verifier plugin.......... : yes Recorder plugin............... : yes Installation layout........... : classic Installation directory........ : /usr/local/unimrcp ******************************************************************** evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ make Making all in build make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in pkgconfig make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in conf make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' Making all in data make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' Making all in libs make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in apr-toolkit make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' CC src/apt_obj_list.lo CC src/apt_cyclic_queue.lo CC src/apt_dir_layout.lo CC src/apt_task.lo CC src/apt_task_msg.lo CC src/apt_consumer_task.lo CC src/apt_pollset.lo CC src/apt_poller_task.lo CC src/apt_pool.lo src/apt_pool.c: In function ‘apt_pool_create’: src/apt_pool.c:41:4: warning: implicit declaration of function ‘apr_pool_mutex_set’; did you mean ‘apr_pool_abort_set’? [-Wimplicit-function-declaration] 41 | apr_pool_mutex_set(pool,mutex); | ^~~~~~~~~~~~~~~~~~ | apr_pool_abort_set CC src/apt_log.lo CC src/apt_pair.lo CC src/apt_string_table.lo CC src/apt_header_field.lo CC src/apt_text_stream.lo CC src/apt_text_message.lo CC src/apt_net.lo CC src/apt_nlsml_doc.lo CC src/apt_multipart_content.lo CC src/apt_timer_queue.lo CC src/apt_test_suite.lo CCLD libaprtoolkit.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' Making all in mpf make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' CC codecs/g711/g711.lo CC src/mpf_activity_detector.lo CC src/mpf_audio_file_stream.lo CC src/mpf_bridge.lo CC src/mpf_buffer.lo CC src/mpf_codec_descriptor.lo CC src/mpf_codec_g711.lo CC src/mpf_codec_linear.lo CC src/mpf_codec_manager.lo CC src/mpf_context.lo CC src/mpf_dtmf_detector.lo CC src/mpf_dtmf_generator.lo CC src/mpf_engine.lo CC src/mpf_engine_factory.lo CC src/mpf_mixer.lo CC src/mpf_multiplier.lo CC src/mpf_named_event.lo CC src/mpf_termination.lo CC src/mpf_termination_factory.lo CC src/mpf_rtp_termination_factory.lo CC src/mpf_file_termination_factory.lo CC src/mpf_frame_buffer.lo CC src/mpf_scheduler.lo CC src/mpf_encoder.lo CC src/mpf_decoder.lo CC src/mpf_jitter_buffer.lo CC src/mpf_rtp_stream.lo CC src/mpf_rtp_attribs.lo CC src/mpf_resampler.lo CC src/mpf_stream.lo CCLD libmpf.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' Making all in mrcp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' CC message/src/mrcp_start_line.lo CC message/src/mrcp_header_accessor.lo CC message/src/mrcp_generic_header.lo CC message/src/mrcp_header.lo CC message/src/mrcp_message.lo CC control/src/mrcp_resource_factory.lo CC control/src/mrcp_resource_loader.lo CC control/src/mrcp_stream.lo CC resources/src/mrcp_synth_header.lo CC resources/src/mrcp_synth_resource.lo CC resources/src/mrcp_recog_header.lo CC resources/src/mrcp_recog_resource.lo CC resources/src/mrcp_recorder_header.lo CC resources/src/mrcp_recorder_resource.lo CC resources/src/mrcp_verifier_header.lo CC resources/src/mrcp_verifier_resource.lo CCLD libmrcp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' Making all in mrcp-signaling make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' CC src/mrcp_sig_agent.lo CC src/mrcp_session_descriptor.lo CCLD libmrcpsignaling.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' Making all in mrcpv2-transport make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' CC src/mrcp_control_descriptor.lo CC src/mrcp_connection.lo CC src/mrcp_client_connection.lo CC src/mrcp_server_connection.lo CC src/mrcp_ca_factory.lo CCLD libmrcpv2transport.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' Making all in mrcp-engine make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' CC src/mrcp_engine_iface.lo CC src/mrcp_engine_impl.lo CC src/mrcp_engine_factory.lo CC src/mrcp_engine_loader.lo CC src/mrcp_synth_state_machine.lo CC src/mrcp_recog_state_machine.lo CC src/mrcp_recorder_state_machine.lo CC src/mrcp_verifier_state_machine.lo CCLD libmrcpengine.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' Making all in mrcp-server make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' CC src/mrcp_server.lo CC src/mrcp_server_session.lo CCLD libmrcpserver.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' Making all in mrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' CC src/mrcp_client.lo CC src/mrcp_client_session.lo CC src/mrcp_application.lo CCLD libmrcpclient.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' Making all in uni-rtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' CC src/rtsp_header.lo CC src/rtsp_start_line.lo CC src/rtsp_message.lo CC src/rtsp_stream.lo CC src/rtsp_server.lo CC src/rtsp_client.lo CCLD libunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in modules make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in mrcp-sofiasip make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' CC src/mrcp_sdp.lo CC src/mrcp_sofiasip_task.lo CC src/mrcp_sofiasip_server_agent.lo CC src/mrcp_sofiasip_client_agent.lo CC src/mrcp_sofiasip_logger.lo CCLD libmrcpsofiasip.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' Making all in mrcp-unirtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' CC src/mrcp_unirtsp_sdp.lo CC src/mrcp_unirtsp_logger.lo CC src/mrcp_unirtsp_server_agent.lo CC src/mrcp_unirtsp_client_agent.lo CCLD libmrcpunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in plugins make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in demo-synth make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' CC src/demo_synth_engine.lo CCLD demosynth.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' Making all in demo-recog make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' CC src/demo_recog_engine.lo CCLD demorecog.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' Making all in demo-verifier make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' CC src/demo_verifier_engine.lo CCLD demoverifier.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' Making all in mrcp-recorder make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' CC src/mrcp_recorder_engine.lo CCLD mrcprecorder.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in platforms make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' Making all in libunimrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' CC src/unimrcp_client.lo CCLD libunimrcpclient.la /usr/bin/grep: /usr//lib/libexpat.la: No such file or directory /usr/bin/sed: can't read /usr//lib/libexpat.la: No such file or directory libtool: error: '/usr//lib/libexpat.la' is not a valid libtool archive make[2]: *** [Makefile:486: libunimrcpclient.la] Error 1 make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' make[1]: *** [Makefile:385: all-recursive] Error 1 make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' make: *** [Makefile:431: all-recursive] Error 1 evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ```

achaloyan commented 3 years ago

You are using a wrong APR library.

APR version................... : 1.7.0

The dependencies are supposed to be installed from the package provided by UniMRCP.

http://www.unimrcp.org/downloads/dependencies

Follow the installation guide for more info.

http://unimrcp.org/manuals/html/InstallationManual.html

evandrocoan commented 3 years ago

I just used your link but the problem still the same. Full logs:

``` evandro_coan@computer:(master)~/Downloads/unimrcp-deps-1.6.0$ ./build-dep-libs.sh ==================== UniMRCP Dependencies Builder ==================== Install libraries............... : yes APR installation directory...... : /usr/local/apr Sofia-SIP installation directory : /usr/local Operation mode.................. : interactive ====================================================================== Do you want to build APR libraries (y/n)? y ====================================================================== Building APR library checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu Configuring APR library Platform: x86_64-unknown-linux-gnu checking for working mkdir -p... yes APR Version: 1.5.2 checking for chosen layout... apr checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for a sed that does not truncate output... /usr/bin/sed Applying APR hints file rules for x86_64-unknown-linux-gnu setting CPPFLAGS to "-DLINUX -D_REENTRANT -D_GNU_SOURCE" (Default will be unix) checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for gawk... gawk checking whether ln -s works... yes checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking for rm... rm checking for as... as checking for cpp... cpp checking for ar... ar checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 library containing strerror... none required checking whether system uses EBCDIC... no performing libtool configuration... checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/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 the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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 ar... (cached) ar checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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... rm: cannot remove 'conftest*': No such file or directory 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... rm: cannot remove 'conftest*': No such file or directory 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 grep: /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool: No such file or directory Check for compiler flags... checking whether the compiler provides atomic builtins... yes checking whether to enable -D_LARGEFILE64_SOURCE... no configure: Configured for Linux 5.4 Checking for libraries... checking for library containing gethostbyname... none required checking for library containing gethostname... none required checking for library containing socket... none required checking for library containing crypt... -lcrypt checking for main in -ltruerand... no checking for library containing modf... none required Checking for Threads... checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for CFLAGS needed for pthreads... -pthread adding "-pthread" to CFLAGS checking for LIBS needed for pthreads... -lpthread adding "-lpthread" to LIBS checking for pthread.h... (cached) yes checking whether pthread_getspecific takes two arguments... no checking whether pthread_attr_getdetachstate takes one argument... no checking for recursive mutex support... yes checking for pthread_key_delete... yes checking for pthread_rwlock_init... yes checking for pthread_attr_setguardsize... yes checking for pthread_yield... yes checking for pthread_rwlock_t... yes APR will use threads checking for readdir in -lc_r... no checking for gethostbyname in -lc_r... no checking for gethostbyaddr in -lc_r... no checking for getservbyname in -lc_r... no checking for gethostbyname_r... yes checking for gethostbyaddr_r... yes checking for getservbyname_r... yes checking for sigsuspend... yes checking for sigwait... yes checking for poll... yes checking for kqueue... no checking for port_create... no checking for epoll support... yes checking for epoll_create1 support... yes checking for dup3 support... yes checking for accept4 support... yes checking for SOCK_CLOEXEC support... yes checking for fdatasync... yes checking for epoll_create1 support... (cached) yes checking for asio -> message queue support... no checking for dup3 support... (cached) yes checking for accept4 support... (cached) yes checking for SOCK_CLOEXEC support... (cached) yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getgrnam_r... yes checking for getgrgid_r... yes Checking for Shared Memory Support... checking for library containing shm_open... -lrt checking for sys/types.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/mutex.h usability... no checking sys/mutex.h presence... no checking for sys/mutex.h... no checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking os2.h usability... no checking os2.h presence... no checking for os2.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for mmap... yes checking for munmap... yes checking for shm_open... yes checking for shm_unlink... yes checking for shmget... yes checking for shmat... yes checking for shmdt... yes checking for shmctl... yes checking for create_area... no checking for MAP_ANON in sys/mman.h... yes checking for /dev/zero... yes checking for mmap that can map /dev/zero... yes decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON decision on namebased memory allocation method... SysV IPC shmget() checking for working alloca.h... yes checking for alloca... yes checking for calloc... yes checking for setsid... yes checking for isinf... yes checking for isnan... yes checking for getenv... yes checking for putenv... yes checking for setenv... yes checking for unsetenv... yes checking for writev... yes checking for getifaddrs... yes checking for utime... yes checking for utimes... yes checking for setrlimit... yes checking for getrlimit... yes checking for sendfilev in -lsendfile... no checking for sendfile... yes checking for send_file... no checking for sendfilev... no checking for sigaction... yes checking whether sys_siglist is declared... yes checking for fork... yes checking for inet_addr... yes checking for inet_network... yes checking for _getch... no checking for strerror_r... yes checking for type of return code from strerror_r... pointer checking for mmap... (cached) yes checking for memmove... yes checking for getpass... yes checking for getpassphrase... no checking for gmtime_r... yes checking for localtime_r... yes checking for mkstemp... yes checking whether sigwait takes one argument... no checking for ANSI C header files... (cached) yes checking ByteOrder.h usability... no checking ByteOrder.h presence... no checking for ByteOrder.h... no checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dir.h usability... no checking dir.h presence... no checking for dir.h... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking osreldate.h usability... no checking osreldate.h presence... no checking for osreldate.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sysapi.h usability... no checking sysapi.h presence... no checking for sysapi.h... no checking sysgtime.h usability... no checking sysgtime.h presence... no checking for sysgtime.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking tpfeq.h usability... no checking tpfeq.h presence... no checking for tpfeq.h... no checking tpfio.h usability... no checking tpfio.h presence... no checking for tpfio.h... no checking for unistd.h... (cached) yes checking unix.h usability... no checking unix.h presence... no checking for unix.h... no checking for windows.h... (cached) no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking for kernel/OS.h... (cached) no checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/sctp.h usability... yes checking netinet/sctp.h presence... yes checking for netinet/sctp.h... yes checking netinet/sctp_uio.h usability... no checking netinet/sctp_uio.h presence... no checking for netinet/sctp_uio.h... no checking for sys/file.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/mman.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/signal.h usability... yes checking sys/signal.h presence... yes checking for sys/signal.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking sys/syslimits.h usability... no checking sys/syslimits.h presence... no checking for sys/syslimits.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for netinet/tcp.h... yes checking for h_errno in netdb.h... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for ssize_t... yes checking for inline... inline checking for an ANSI C-conforming const... yes checking whether setpgrp takes no argument... yes checking for socklen_t... yes checking size of void*... 8 checking size of char... 1 checking size of int... 4 checking size of long... 8 checking size of short... 2 checking size of long long... 8 checking for INT64_C... yes checking size of pid_t... 4 checking whether ssize_t and int are the same... no checking whether ssize_t and long are the same... yes checking whether size_t and unsigned int are the same... no checking whether size_t and unsigned long are the same... yes checking size of ssize_t... 8 checking which format to use for apr_ssize_t... %ld checking size of size_t... 8 checking which format to use for apr_size_t... %lu checking size of off_t... 8 checking which type to use for apr_off_t... off_t checking size of ino_t... 8 configure: using ino_t for ino_t checking whether byte ordering is bigendian... no checking size of struct iovec... 16 checking for strnicmp... no checking for strncasecmp... yes checking for stricmp... no checking for strcasecmp... yes checking for strdup... yes checking for strstr... yes checking for memchr... yes checking for strtol... yes Checking for DSO... checking for dlopen... no checking for dlopen in -ldl... yes adding "-ldl" to LIBS checking for dlsym... yes Checking for Processes... checking for waitpid... yes checking for Variable Length Arrays... yes checking struct rlimit... yes Checking for Locking... checking for semget... yes checking for semctl... yes checking for flock... yes checking for semaphore.h... (cached) yes checking OS.h usability... no checking OS.h presence... no checking for OS.h... no checking for library containing sem_open... none required checking for sem_close... yes checking for sem_unlink... yes checking for sem_post... yes checking for sem_wait... yes checking for create_sem... no checking for working sem_open... yes checking for union semun in sys/sem.h... no checking for LOCK_EX in sys/file.h... yes checking for F_SETLK in fcntl.h... yes checking for SEM_UNDO in sys/sem.h... yes checking for POLLIN in poll.h sys/poll.h... yes checking for PTHREAD_PROCESS_SHARED in pthread.h... yes checking for pthread_mutexattr_setpshared... yes checking for working PROCESS_SHARED locks... yes checking for robust cross-process mutex support... yes decision on apr_lock implementation method... SysV IPC semget() checking if fcntl returns EACCES when F_SETLK is already held... no checking if all interprocess locks affect threads... no checking if POSIX sems affect threads in the same process... no checking if SysV sems affect threads in the same process... no checking if fcntl locks affect threads in the same process... no checking if flock locks affect threads in the same process... no checking for entropy source... /dev/urandom Checking for File Info Support... checking for struct stat.st_blocks... yes checking for struct stat.st_atimensec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_ctim.tv_nsec... yes checking for struct stat.st_mtim.tv_nsec... yes checking for struct stat.st_atime_n... no checking for struct stat.st_ctime_n... no checking for struct stat.st_mtime_n... no checking for inode member of struct dirent... d_fileno checking for file type member of struct dirent... d_type Checking for OS UUID Support... checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for library containing uuid_create... no checking for library containing uuid_generate... -luuid checking for uuid_create... no checking for uuid_generate... yes checking for os uuid usability... yes Checking for Time Support... checking for struct tm.tm_gmtoff... yes checking for struct tm.__tm_gmtoff... no Checking for Networking support... checking for type in_addr... yes checking if fd == socket on this platform... yes checking style of gethostbyname_r routine... glibc2 checking 3rd argument to the gethostbyname_r routines... char checking style of getservbyname_r routine... glibc2 checking if TCP_NODELAY setting is inherited from listening sockets... yes checking if O_NONBLOCK setting is inherited from listening sockets... no checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes checking for TCP_CORK in netinet/tcp.h... yes checking for TCP_NOPUSH in netinet/tcp.h... no checking for SO_ACCEPTFILTER in sys/socket.h... no checking whether SCTP is supported... yes checking for struct ip_mreq... yes checking for set_h_errno... no Checking for IPv6 Networking support... checking for library containing getaddrinfo... none required checking for library containing gai_strerror... none required checking for library containing getnameinfo... none required checking for gai_strerror... yes checking for working getaddrinfo... yes checking for negative error codes for getaddrinfo... yes checking for working getnameinfo... yes checking for sockaddr_in6... yes checking for sockaddr_storage... yes checking for working AI_ADDRCONFIG... yes checking if APR supports IPv6... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes setting have_unicode_fs to "0" setting apr_has_xthread_files to "0" setting apr_procattr_user_set_requires_password to "0" setting apr_thread_func to "" setting apr_has_user to "1" Restore user-defined environment settings... restoring CPPFLAGS to "" setting EXTRA_CPPFLAGS to "-DLINUX -D_REENTRANT -D_GNU_SOURCE" restoring CFLAGS to "" setting EXTRA_CFLAGS to "-g -O2 -pthread" restoring LDFLAGS to "" setting EXTRA_LDFLAGS to "" restoring LIBS to "" setting EXTRA_LIBS to "-luuid -lrt -lcrypt -lpthread -ldl" restoring INCLUDES to "" setting EXTRA_INCLUDES to "" configure: creating ./config.status config.status: creating Makefile config.status: creating include/apr.h config.status: creating build/apr_rules.mk config.status: creating build/pkg/pkginfo config.status: creating apr-1-config config.status: creating apr.pc config.status: creating test/Makefile config.status: creating test/internal/Makefile config.status: creating include/arch/unix/apr_private.h config.status: executing libtool commands rm: cannot remove 'libtoolT': No such file or directory config.status: executing default commands make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr' /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o encoding/apr_escape.lo -c encoding/apr_escape.c && touch encodin g/apr_escape.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/ap r_getpass.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings /apr_cpystrn.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings /apr_fnmatch.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strin gs/apr_snprintf.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o strings/apr_strings.lo -c strings/apr_strings.c && touch strings /apr_strings.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch str ings/apr_strnatcmp.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o strings/apr_strtok.lo -c strings/apr_strtok.c && touch strings/a pr_strtok.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash .lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o tables/apr_skiplist.lo -c tables/apr_skiplist.c && touch tables/ apr_skiplist.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_ tables.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o atomic/unix/builtins.lo -c atomic/unix/builtins.c && touch atomi c/unix/builtins.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o atomic/unix/ia32.lo -c atomic/unix/ia32.c && touch atomic/unix/i a32.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o atomic/unix/mutex.lo -c atomic/unix/mutex.c && touch atomic/unix /mutex.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o atomic/unix/ppc.lo -c atomic/unix/ppc.c && touch atomic/unix/ppc .lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o atomic/unix/s390.lo -c atomic/unix/s390.c && touch atomic/unix/s 390.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o atomic/unix/solaris.lo -c atomic/unix/solaris.c && touch atomic/ unix/solaris.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/buffer.lo -c file_io/unix/buffer.c && touch file_io /unix/buffer.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/uni x/copy.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/ dir.lo file_io/unix/dir.c: In function ‘apr_dir_read’: file_io/unix/dir.c:162:5: warning: ‘readdir_r’ is deprecated [-Wdeprecated-declarations] 162 | ret = readdir_r(thedir->dirstruct, thedir->entry, &retent); | ^~~ In file included from /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix/apr_arch_file_io.h:50, from file_io/unix/dir.c:17: /usr/x86_64-linux-gnu/include/dirent.h:183:12: note: declared here 183 | extern int readdir_r (DIR *__restrict __dirp, | ^~~~~~~~~ /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch file_ io/unix/fileacc.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_ io/unix/filedup.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch fil e_io/unix/filepath.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch fil e_io/unix/filestat.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/flock.lo -c file_io/unix/flock.c && touch file_io/u nix/flock.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch file_io /unix/fullrw.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch file_io /unix/mktemp.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/uni x/open.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/uni x/pipe.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch f ile_io/unix/readwrite.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/uni x/seek.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch file_ io/unix/tempdir.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch loc ks/unix/proc_mutex.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch l ocks/unix/thread_cond.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && tou ch locks/unix/thread_rwlock.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch mem ory/unix/apr_pools.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/c harset.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch misc/ unix/errorcodes.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/get opt.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch misc/ unix/otherchild.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start .lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/v ersion.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/com mon.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && t ouch network_io/unix/inet_ntop.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && t ouch network_io/unix/inet_pton.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/multicast.lo -c network_io/unix/multicast.c && t ouch network_io/unix/multicast.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && tou ch network_io/unix/sendrecv.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && tou ch network_io/unix/sockaddr.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/socket_util.lo -c network_io/unix/socket_util.c && touch network_io/unix/socket_util.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch network_io/unix/sockets.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll .lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqu eue.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/pollcb.lo -c poll/unix/pollcb.c && touch poll/unix/pol lcb.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/pollset.lo -c poll/unix/pollset.c && touch poll/unix/p ollset.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/sel ect.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o poll/unix/z_asio.lo -c poll/unix/z_asio.c && touch poll/unix/z_a sio.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o random/unix/apr_random.lo -c random/unix/apr_random.c && touch r andom/unix/apr_random.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/s ha2.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch ran dom/unix/sha2_glue.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o support/unix/waitio.lo -c support/unix/waitio.c && touch support /unix/waitio.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch threa dproc/unix/proc.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch t hreadproc/unix/thread.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/t imestr.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch user/un ix/groupinfo.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/h ome/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -o user/unix/userinfo.lo -c user/unix/userinfo.c && touch user/unix /userinfo.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/home /evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coan/D ownloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/private -version-info 5:2:5 -o libapr-1.la -rpath /usr/local/apr/lib encod ing/apr_escape.lo passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo strings/apr_strnatcmp.lo strings/apr_strtok.lo tables/apr_ hash.lo tables/apr_skiplist.lo tables/apr_tables.lo atomic/unix/builtins.lo atomic/unix/ia32.lo atomic/unix/mutex.lo atomic/unix/ppc.lo atomic/unix/s390.lo atomic/unix/solaris.lo dso/unix/dso .lo file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filesta t.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo locks /unix/global_mutex.lo locks/unix/proc_mutex.lo locks/unix/thread_cond.lo locks/unix/thread_mutex.lo locks/unix/thread_rwlock.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo mmap/unix/common.lo mmap/unix/mmap.lo network_io/unix/inet_ntop.l o network_io/unix/inet_pton.lo network_io/unix/multicast.lo network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo network_io/unix/socket_util.lo network_io/unix/sockets.lo network_io/unix/s ockopt.lo poll/unix/epoll.lo poll/unix/kqueue.lo poll/unix/poll.lo poll/unix/pollcb.lo poll/unix/pollset.lo poll/unix/port.lo poll/unix/select.lo poll/unix/z_asio.lo random/unix/apr_random.lo random/unix/sha2.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/proc.lo threadproc/unix/procsup.lo threadproc/unix/signals.lo threadproc/unix/thread.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/groupinfo.lo user/unix/userinfo.lo -luuid -lrt -lcrypt -lpthread -ldl gawk -f /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/make_exports.awk /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_allocator.h /home/evandro_coan/Dow nloads/unimrcp-deps-1.6.0/libs/apr/include/apr_atomic.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_dso.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/inc lude/apr_env.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_errno.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_escape.h /home/evandro_coan/Do wnloads/unimrcp-deps-1.6.0/libs/apr/include/apr_file_info.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_file_io.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include/apr_fnmatch.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_general.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_getopt.h /home/e vandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_global_mutex.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_hash.h /home/evandro_coan/Downloads/unimrcp-d eps-1.6.0/libs/apr/include/apr_inherit.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_lib.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_mmap.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_network_io.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_poll.h /home/evandro_coan/Downloads/uni mrcp-deps-1.6.0/libs/apr/include/apr_pools.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_portable.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/a pr_proc_mutex.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_random.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_ring.h /home/evandro_coan/Do wnloads/unimrcp-deps-1.6.0/libs/apr/include/apr_shm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_signal.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/in clude/apr_skiplist.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_strings.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_support.h /home/evandr o_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_tables.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_thread_cond.h /home/evandro_coan/Downloads/unimrcp-deps- 1.6.0/libs/apr/include/apr_thread_mutex.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_thread_proc.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/a pr_thread_rwlock.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_time.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_user.h /home/evandro_coan/D ownloads/unimrcp-deps-1.6.0/libs/apr/include/apr_version.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_want.h > exports.c gawk -f /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/make_var_export.awk /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_allocator.h /home/evandro_coan/ Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_atomic.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_dso.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/ include/apr_env.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_errno.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_escape.h /home/evandro_coan /Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_file_info.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_file_io.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/l ibs/apr/include/apr_fnmatch.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_general.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_getopt.h /hom e/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_global_mutex.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_hash.h /home/evandro_coan/Downloads/unimrc p-deps-1.6.0/libs/apr/include/apr_inherit.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_lib.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_mma p.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_network_io.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_poll.h /home/evandro_coan/Downloads/ unimrcp-deps-1.6.0/libs/apr/include/apr_pools.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_portable.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/includ e/apr_proc_mutex.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_random.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_ring.h /home/evandro_coan /Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_shm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_signal.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr /include/apr_skiplist.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_strings.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_support.h /home/eva ndro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_tables.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_thread_cond.h /home/evandro_coan/Downloads/unimrcp-de ps-1.6.0/libs/apr/include/apr_thread_mutex.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_thread_proc.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/includ e/apr_thread_rwlock.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_time.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_user.h /home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_version.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_want.h > export_vars.c gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include /private exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I./include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I./include/arch/unix -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr/include/arch/unix -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include /private export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out sed -e 's,^\(apr_build.*=\).*$,\1/usr/local/apr/build-1,' -e 's,^\(top_build.*=\).*$,\1/usr/local/apr/build-1,' < build/apr_rules.mk > build/apr_rules.out make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr' make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr' make[1]: Nothing to be done for 'local-all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr' /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/mkdir.sh /usr/local/apr/lib /usr/local/apr/bin /usr/local/apr/build-1 \ /usr/local/apr/lib/pkgconfig /usr/local/apr/include/apr-1 mkdir /usr/local/apr mkdir /usr/local/apr/lib mkdir /usr/local/apr/bin mkdir /usr/local/apr/build-1 mkdir /usr/local/apr/lib/pkgconfig mkdir /usr/local/apr/include mkdir /usr/local/apr/include/apr-1 /usr/bin/install -c -m 644 /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr.h /usr/local/apr/include/apr-1 for f in /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include/apr_*.h; do \ /usr/bin/install -c -m 644 ${f} /usr/local/apr/include/apr-1; \ done /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apr/lib libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.so.0.5.2 /usr/local/apr/lib/libapr-1.so.0.5.2 libtool: install: (cd /usr/local/apr/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so.0 || { rm -f libapr-1.so.0 && ln -s libapr-1.so.0.5.2 libapr-1.so.0; }; }) libtool: install: (cd /usr/local/apr/lib && { ln -s -f libapr-1.so.0.5.2 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.0.5.2 libapr-1.so; }; }) libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apr/lib/libapr-1.la libtool: install: /usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apr/lib/libapr-1.a libtool: install: chmod 644 /usr/local/apr/lib/libapr-1.a libtool: install: ranlib /usr/local/apr/lib/libapr-1.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/apr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/apr/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. ---------------------------------------------------------------------- /usr/bin/install -c -m 644 apr.exp /usr/local/apr/lib/apr.exp /usr/bin/install -c -m 644 apr.pc /usr/local/apr/lib/pkgconfig/apr-1.pc for f in libtool shlibtool; do \ if test -f ${f}; then /usr/bin/install -c -m 755 ${f} /usr/local/apr/build-1; fi; \ done /usr/bin/install -c -m 755 /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/mkdir.sh /usr/local/apr/build-1 for f in make_exports.awk make_var_export.awk; do \ /usr/bin/install -c -m 644 /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/${f} /usr/local/apr/build-1; \ done /usr/bin/install -c -m 644 build/apr_rules.out /usr/local/apr/build-1/apr_rules.mk /usr/bin/install -c -m 755 apr-config.out /usr/local/apr/bin/apr-1-config ====================================================================== Building APR-Util library checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for working mkdir -p... yes APR-util Version: 1.5.4 checking for chosen layout... apr-util checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 Applying apr-util hints file rules for x86_64-unknown-linux-gnu checking for APR... yes setting CPP to "gcc -E" adding "-pthread" to CFLAGS setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 for ldap support... checking for default DBM... sdbm (default) checking for pg_config... no checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking postgresql/libpq-fe.h usability... no checking postgresql/libpq-fe.h presence... no checking for postgresql/libpq-fe.h... no checking sqlite3.h usability... yes checking sqlite3.h presence... yes checking for sqlite3.h... yes checking for sqlite3_open in -lsqlite3... yes setting LDADD_dbd_sqlite3 to " -lsqlite3" checking sqlite.h usability... no checking sqlite.h presence... no checking for sqlite.h... no checking sybdb.h usability... no checking sybdb.h presence... no checking for sybdb.h... no checking freetds/sybdb.h usability... no checking freetds/sybdb.h presence... no checking for freetds/sybdb.h... no checking for odbc_config... no checking sql.h usability... no checking sql.h presence... no checking for sql.h... no checking odbc/sql.h usability... no checking odbc/sql.h presence... no checking for odbc/sql.h... no checking Expat 1.95.x... yes setting APRUTIL_EXPORT_LIBS to "-lexpat" setting APRUTIL_LIBS to "-lexpat" checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for type of inbuf parameter to iconv... char ** checking for iconv.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for CODESET in langinfo.h... yes checking whether APR has DSO support... yes checking for library containing crypt... -lcrypt checking if system crypt() function is threadsafe... no checking for crypt_r... yes checking style of crypt_r... struct_crypt_data adding "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libapr-1.la" to APRUTIL_LIBS adding "-luuid" to APRUTIL_LIBS adding "-lrt" to APRUTIL_LIBS adding "-lcrypt" to APRUTIL_LIBS adding "-lpthread" to APRUTIL_LIBS adding "-ldl" to APRUTIL_LIBS configure: creating ./config.status config.status: creating Makefile config.status: creating export_vars.sh config.status: creating build/pkg/pkginfo config.status: creating apr-util.pc config.status: creating apu-1-config config.status: creating include/private/apu_select_dbm.h config.status: creating include/apr_ldap.h config.status: creating include/apu.h config.status: creating include/apu_want.h config.status: creating test/Makefile config.status: creating include/private/apu_config.h config.status: executing default commands make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util' /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_brigade.lo -c buckets/apr_brigade.c && touch buckets/apr_brigade.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets.lo -c buckets/apr_buckets.c && touch buckets/apr_buckets.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_alloc.lo -c buckets/apr_buckets_alloc.c && touch buckets/apr_buckets_alloc.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_eos.lo -c buckets/apr_buckets_eos.c && touch buckets/apr_buckets_eos.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_file.lo -c buckets/apr_buckets_file.c && touch buckets/apr_buckets_file.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_flush.lo -c buckets/apr_buckets_flush.c && touch buckets/apr_buckets_flush.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_heap.lo -c buckets/apr_buckets_heap.c && touch buckets/apr_buckets_heap.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_mmap.lo -c buckets/apr_buckets_mmap.c && touch buckets/apr_buckets_mmap.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_pipe.lo -c buckets/apr_buckets_pipe.c && touch buckets/apr_buckets_pipe.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_pool.lo -c buckets/apr_buckets_pool.c && touch buckets/apr_buckets_pool.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_refcount.lo -c buckets/apr_buckets_refcount.c && touch buckets/apr_buckets_refcount.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_simple.lo -c buckets/apr_buckets_simple.c && touch buckets/apr_buckets_simple.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o buckets/apr_buckets_socket.lo -c buckets/apr_buckets_socket.c && touch buckets/apr_buckets_socket.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/apr_crypto.lo -c crypto/apr_crypto.c && touch crypto/apr_crypto.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/apr_md4.lo -c crypto/apr_md4.c && touch crypto/apr_md4.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/apr_md5.lo -c crypto/apr_md5.c && touch crypto/apr_md5.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/apr_passwd.lo -c crypto/apr_passwd.c && touch crypto/apr_passwd.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/apr_sha1.lo -c crypto/apr_sha1.c && touch crypto/apr_sha1.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/crypt_blowfish.lo -c crypto/crypt_blowfish.c && touch crypto/crypt_blowfish.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/getuuid.lo -c crypto/getuuid.c && touch crypto/getuuid.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o crypto/uuid.lo -c crypto/uuid.c && touch crypto/uuid.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbd/apr_dbd.lo -c dbd/apr_dbd.c && touch dbd/apr_dbd.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbm/apr_dbm.lo -c dbm/apr_dbm.c && touch dbm/apr_dbm.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbm/apr_dbm_sdbm.lo -c dbm/apr_dbm_sdbm.c && touch dbm/apr_dbm_sdbm.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbm/sdbm/sdbm.lo -c dbm/sdbm/sdbm.c && touch dbm/sdbm/sdbm.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbm/sdbm/sdbm_hash.lo -c dbm/sdbm/sdbm_hash.c && touch dbm/sdbm/sdbm_hash.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbm/sdbm/sdbm_lock.lo -c dbm/sdbm/sdbm_lock.c && touch dbm/sdbm/sdbm_lock.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbm/sdbm/sdbm_pair.lo -c dbm/sdbm/sdbm_pair.c && touch dbm/sdbm/sdbm_pair.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o encoding/apr_base64.lo -c encoding/apr_base64.c && touch encoding/apr_base64.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o hooks/apr_hooks.lo -c hooks/apr_hooks.c && touch hooks/apr_hooks.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o ldap/apr_ldap_stub.lo -c ldap/apr_ldap_stub.c && touch ldap/apr_ldap_stub.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o ldap/apr_ldap_url.lo -c ldap/apr_ldap_url.c && touch ldap/apr_ldap_url.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o memcache/apr_memcache.lo -c memcache/apr_memcache.c && touch memcache/apr_memcache.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o misc/apr_date.lo -c misc/apr_date.c && touch misc/apr_date.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o misc/apr_queue.lo -c misc/apr_queue.c && touch misc/apr_queue.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o misc/apr_reslist.lo -c misc/apr_reslist.c && touch misc/apr_reslist.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o misc/apr_rmm.lo -c misc/apr_rmm.c && touch misc/apr_rmm.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o misc/apr_thread_pool.lo -c misc/apr_thread_pool.c && touch misc/apr_thread_pool.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o misc/apu_dso.lo -c misc/apu_dso.c && touch misc/apu_dso.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o misc/apu_version.lo -c misc/apu_version.c && touch misc/apu_version.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o strmatch/apr_strmatch.lo -c strmatch/apr_strmatch.c && touch strmatch/apr_strmatch.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o uri/apr_uri.lo -c uri/apr_uri.c && touch uri/apr_uri.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o xlate/xlate.lo -c xlate/xlate.c && touch xlate/xlate.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_coa n/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/ap r/include -version-info 5:4:5 -o libaprutil-1.la -rpath /usr/local/apr/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets /apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount. lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/crypt_blowfish.lo crypto /getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/ap r_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo m isc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -luuid -lrt -lcrypt -lpthread -ldl -lexpat /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/a pr/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl libtool: link: warning: library `/usr/lib/x86_64-linux-gnu/libexpat.la' was moved. gawk -f /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/make_exports.awk /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_anylock.h /home/evandro_coan/ Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_base64.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_buckets.h /home/evandro_coan/Downloads/unimrcp-deps-1 .6.0/libs/apr-util/include/apr_crypto.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_date.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/ apr_dbd.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_dbm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_hooks.h /home/evandro_coan/ Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_ldap_init.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_ldap_option.h /home/evandro_coan/Downloads/unimrcp -deps-1.6.0/libs/apr-util/include/apr_ldap_rebind.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_ldap_url.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/a pr-util/include/apr_md4.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_md5.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_memcache.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_optional.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_optional_hooks.h /home/evandro_c oan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_queue.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_reslist.h /home/evandro_coan/Downloads/unimrcp-dep s-1.6.0/libs/apr-util/include/apr_rmm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_sdbm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/ apr_sha1.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_strmatch.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_thread_pool.h /home/e vandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_uri.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_uuid.h /home/evandro_coan/Downloads/unimrcp- deps-1.6.0/libs/apr-util/include/apr_xlate.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_xml.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/incl ude/apu_errno.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apu_version.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_crypto_in ternal.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_dbd_internal.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_dbd _odbc_v2.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_dbm_private.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apu_in ternal.h > exports.c gawk -f /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/make_var_export.awk /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_anylock.h /home/evandro_co an/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_base64.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_buckets.h /home/evandro_coan/Downloads/unimrcp-dep s-1.6.0/libs/apr-util/include/apr_crypto.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_date.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/inclu de/apr_dbd.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_dbm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_hooks.h /home/evandro_co an/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_ldap_init.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_ldap_option.h /home/evandro_coan/Downloads/unim rcp-deps-1.6.0/libs/apr-util/include/apr_ldap_rebind.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_ldap_url.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/lib s/apr-util/include/apr_md4.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_md5.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_memcache .h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_optional.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_optional_hooks.h /home/evandr o_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_queue.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_reslist.h /home/evandro_coan/Downloads/unimrcp- deps-1.6.0/libs/apr-util/include/apr_rmm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_sdbm.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/inclu de/apr_sha1.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_strmatch.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_thread_pool.h /hom e/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_uri.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_uuid.h /home/evandro_coan/Downloads/unimr cp-deps-1.6.0/libs/apr-util/include/apr_xlate.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apr_xml.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/i nclude/apu_errno.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/apu_version.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_crypto _internal.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_dbd_internal.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_ dbd_odbc_v2.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apr_dbm_private.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private/apu _internal.h > export_vars.c gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr -util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> aprutil.exp gcc -E -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr -util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> aprutil.exp sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_ coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs /apr/include -o dbd/apr_dbd_sqlite3.lo -c dbd/apr_dbd_sqlite3.c && touch dbd/apr_dbd_sqlite3.lo /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=link gcc -g -O2 -pthread -release 1 -module -rpath /usr/local/apr/lib/apr-util-1 -o dbd/apr_d bd_sqlite3.la dbd/apr_dbd_sqlite3.lo -lsqlite3 make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util' /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/mkdir.sh /usr/local/apr/lib/apr-util-1 mkdir /usr/local/apr/lib/apr-util-1 make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util' make[1]: Nothing to be done for 'local-all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util' /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/build/mkdir.sh /usr/local/apr/include/apr-1 /usr/local/apr/lib/pkgconfig \ /usr/local/apr/lib /usr/local/apr/bin for f in /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/*.h /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include/*.h; do \ /usr/bin/install -c -m 644 ${f} /usr/local/apr/include/apr-1; \ done /usr/bin/install -c -m 644 apr-util.pc /usr/local/apr/lib/pkgconfig/apr-util-1.pc list=''; for i in $list; do \ ( cd $i ; make DESTDIR= install ); \ done /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apr/lib libtool: install: warning: relinking `libaprutil-1.la' libtool: install: (cd /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util; /bin/bash /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libtool --silent --mode=relink gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr-util/include -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/ apr-util/include/private -I/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/include -version-info 5:4:5 -o libaprutil-1.la -rpath /usr/local/apr/lib buckets/apr_brigade.lo buckets/apr _buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/ap r_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5 .lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/crypt_blowfish.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo mi sc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo -luuid -lrt -lcrypt -lpthre ad -ldl -lexpat /home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/apr/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl ) libtool: relink: warning: library `/usr/lib/x86_64-linux-gnu/libexpat.la' was moved. libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.so.0.5.4T /usr/local/apr/lib/libaprutil-1.so.0.5.4 libtool: install: (cd /usr/local/apr/lib && { ln -s -f libaprutil-1.so.0.5.4 libaprutil-1.so.0 || { rm -f libaprutil-1.so.0 && ln -s libaprutil-1.so.0.5.4 libaprutil-1.so.0; }; }) libtool: install: (cd /usr/local/apr/lib && { ln -s -f libaprutil-1.so.0.5.4 libaprutil-1.so || { rm -f libaprutil-1.so && ln -s libaprutil-1.so.0.5.4 libaprutil-1.so; }; }) libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.lai /usr/local/apr/lib/libaprutil-1.la libtool: install: /usr/bin/install -c -m 755 .libs/libaprutil-1.a /usr/local/apr/lib/libaprutil-1.a libtool: install: chmod 644 /usr/local/apr/lib/libaprutil-1.a libtool: install: ranlib /usr/local/apr/lib/libaprutil-1.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/apr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/apr/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. ---------------------------------------------------------------------- /usr/bin/install -c -m 644 aprutil.exp /usr/local/apr/lib /usr/bin/install -c -m 755 apu-config.out /usr/local/apr/bin/apu-1-config Do you want to build Sofia-SIP library (y/n)? y ====================================================================== Building Sofia-SIP library checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking cached information... ok checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... 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 for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for etags... echo checking for ar... ar checking for ld... ld checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (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 for ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... (cached) ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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 (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 whether gcc and cc understand -c and -o together... yes checking for maximum warnings compiler flag... checking for compilation environment... checking for doxygen... echo checking for C compiler vendor... gnu checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for size_t... yes checking whether gcc recognizes __func__... yes checking whether gcc recognizes __FUNCTION__... yes checking for inline... inline checking for sa_len... no checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for stack suitable for tags... no checking for graceful free(0)... yes checking for sockaddr_in6... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for net/if.h... yes checking for net/if_types.h... no checking for ifaddr.h... no checking for netpacket/packet.h... yes checking whether MSG_TRUNC is declared... yes checking whether SO_RCVBUFFORCE is declared... yes checking whether SO_SNDBUFFORCE is declared... yes checking whether IP_ADD_MEMBERSHIP is declared... yes checking whether IP_MULTICAST_LOOP is declared... yes checking whether IP_MTU_DISCOVER is declared... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking for field ifr_index in struct ifreq... no checking for field ifr_ifindex in struct ifreq... yes checking for struct ifconf... yes checking for ioctl SIOCGIFNUM... sys/sockio.h missing checking for pthread_create in -lpthread... yes checking for socketpair in -lsocket... no checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_getcpuclockid... yes checking whether CLOCK_MONOTONIC is declared... yes checking for library containing socket... none required checking for library containing inet_ntop... none required checking for library containing getipnodebyname... no checking for library containing gethostbyname... none required checking for library containing getaddrinfo... none required checking for working alloca.h... yes checking for alloca... yes checking for gettimeofday... yes checking for strerror... yes checking for random... yes checking for initstate... yes checking for tcsetattr... yes checking for flock... yes checking for socketpair... yes checking for gethostname... yes checking for gethostbyname... yes checking for getipnodebyname... no checking for poll... yes checking for epoll_create... yes checking for kqueue... no checking for select... yes checking for if_nameindex... yes checking for signal... yes checking for alarm... yes checking for strnlen... yes checking for memmem... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for freeaddrinfo... yes checking for gai_strerror... yes checking for getifaddrs... yes checking for getline... yes checking for getdelim... yes checking for getpass... yes checking for memccpy... yes checking for memspn... no checking for memcspn... no checking for strtoull... yes checking for inet_ntop... yes checking for inet_pton... yes checking for poll... (cached) yes checking whether SIGPIPE is declared... yes checking for pkg-config... /usr/bin/pkg-config checking for openssl... yes checking openssl_CFLAGS... checking openssl_LIBS... -lssl -lcrypto checking for IP_RECVERR... yes checking for IPV6_RECVERR... yes checking for netinet/tcp.h... yes checking for netinet/sctp.h... yes checking for check >= 0.9.4... yes checking CHECK_CFLAGS... -pthread checking CHECK_LIBS... -lcheck_pic -pthread -lrt -lm -lsubunit checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking for dlopen in -ldl... yes checking for ANSI C header files... (cached) yes checking return type of signal handlers... void checking for long long... yes checking whether IO functions support C99 size specifiers... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for inline... (cached) inline checking whether byte ordering is bigendian... no checking whether gcc recognizes __func__... (cached) yes checking whether gcc recognizes __FUNCTION__... (cached) yes checking whether gcc recognizes field names in struct initialization... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for size_t... (cached) yes checking for sa_len... (cached) no checking /dev/urandom... yes configure: creating ./config.status config.status: creating Makefile config.status: creating packages/Makefile config.status: creating packages/sofia-sip-ua.pc config.status: creating packages/sofia-sip-ua-glib.pc config.status: creating libsofia-sip-ua/Makefile config.status: creating libsofia-sip-ua/bnf/Makefile config.status: creating libsofia-sip-ua/bnf/Doxyfile config.status: creating libsofia-sip-ua/docs/Makefile config.status: creating libsofia-sip-ua/docs/Doxyfile config.status: creating libsofia-sip-ua/docs/Doxyfile.version config.status: creating libsofia-sip-ua/docs/sofia-footer.html config.status: creating libsofia-sip-ua/features/Doxyfile config.status: creating libsofia-sip-ua/features/Makefile config.status: creating libsofia-sip-ua/http/Doxyfile config.status: creating libsofia-sip-ua/http/Makefile config.status: creating libsofia-sip-ua/ipt/Doxyfile config.status: creating libsofia-sip-ua/ipt/Makefile config.status: creating libsofia-sip-ua/iptsec/Doxyfile config.status: creating libsofia-sip-ua/iptsec/Makefile config.status: creating libsofia-sip-ua/msg/Doxyfile config.status: creating libsofia-sip-ua/msg/Makefile config.status: creating libsofia-sip-ua/nea/Doxyfile config.status: creating libsofia-sip-ua/nea/Makefile config.status: creating libsofia-sip-ua/nta/Doxyfile config.status: creating libsofia-sip-ua/nta/Makefile config.status: creating libsofia-sip-ua/nth/Doxyfile config.status: creating libsofia-sip-ua/nth/Makefile config.status: creating libsofia-sip-ua/nua/Doxyfile config.status: creating libsofia-sip-ua/nua/Makefile config.status: creating libsofia-sip-ua/sdp/Doxyfile config.status: creating libsofia-sip-ua/sdp/Makefile config.status: creating libsofia-sip-ua/sip/Doxyfile config.status: creating libsofia-sip-ua/sip/Makefile config.status: creating libsofia-sip-ua/soa/Doxyfile config.status: creating libsofia-sip-ua/soa/Makefile config.status: creating libsofia-sip-ua/sresolv/Doxyfile config.status: creating libsofia-sip-ua/sresolv/Makefile config.status: creating libsofia-sip-ua/stun/Doxyfile config.status: creating libsofia-sip-ua/stun/Makefile config.status: creating libsofia-sip-ua/su/Doxyfile config.status: creating libsofia-sip-ua/su/Makefile config.status: creating libsofia-sip-ua/tport/Doxyfile config.status: creating libsofia-sip-ua/tport/Makefile config.status: creating libsofia-sip-ua/url/Doxyfile config.status: creating libsofia-sip-ua/url/Makefile config.status: creating libsofia-sip-ua/features/sofia-sip/sofia_features.h config.status: creating s2check/Makefile config.status: creating libsofia-sip-ua-glib/Makefile config.status: creating libsofia-sip-ua-glib/su-glib/Makefile config.status: creating libsofia-sip-ua-glib/su-glib/Doxyfile config.status: creating utils/Makefile config.status: creating utils/Doxyfile config.status: creating tests/Makefile config.status: creating win32/Makefile config.status: creating win32/config.h config.status: creating open_c/Makefile config.status: creating open_c/config.h config.status: creating packages/sofia-sip-1.12.11-239-g54ef3e2.spec config.status: creating config.h config.status: creating libsofia-sip-ua/su/sofia-sip/su_configure.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing version commands make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' make[1]: Nothing to be done for 'built-sources'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' Making built-sources in su make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 REF=su_tag_ref.c su_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' Making built-sources in features make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' make[2]: Nothing to be done for 'built-sources'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' Making built-sources in bnf make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' make[2]: Nothing to be done for 'built-sources'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' Making built-sources in sresolv make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' make[2]: Nothing to be done for 'built-sources'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' Making built-sources in ipt make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' make[2]: Nothing to be done for 'built-sources'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' Making built-sources in sdp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 REF=sdp_tag_ref.c sdp_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' Making built-sources in url make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 DLLREF=1 REF=url_tag_ref.c url_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' Making built-sources in msg make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' LC_ALL=C gawk -f ./msg_parser.awk module=msg NO_FIRST=1 NO_MIDDLE=1 \ PR=sofia-sip/msg_protos.h TEMPLATE=./sofia-sip/msg_protos.h.in \ ./sofia-sip/msg_mime.h LC_ALL=C gawk -f ./msg_parser.awk module=msg NO_FIRST=1 NO_LAST=1 \ PR=sofia-sip/msg_mime_protos.h TEMPLATE=./sofia-sip/msg_mime_protos.h.in \ ./sofia-sip/msg_mime.h multipart mismatch with Recursive multipart () LC_ALL=C gawk -f ./msg_parser.awk module=msg_multipart \ tprefix=msg prefix=mp MC_HASH_SIZE=127 MC_SHORT_SIZE=26 \ PT=msg_mime_table.c TEMPLATE=./msg_mime_table.c.in \ ./sofia-sip/msg_mime.h LC_ALL=C gawk -f ./msg_parser.awk module=msg_test prefix=msg \ MC_HASH_SIZE=127 multipart=msg_multipart \ PT=test_table.c TEMPLATE=./test_table.c.in ./test_class.h LC_ALL=C gawk -f ./msg_parser.awk module=msg_test NO_MIDDLE=1 NO_LAST=1 \ PR=test_protos.h TEMPLATE=./test_protos.h.in ./test_class.h make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' Making built-sources in sip make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' LC_ALL=C gawk -f ./../msg/msg_parser.awk module=sip PR=sofia-sip/sip_hclasses.h TEMPLATE=./sofia-sip/sip_hclasses.h.in \ ./sofia-sip/sip.h LC_ALL=C gawk -f ./../msg/msg_parser.awk module=sip PR=sofia-sip/sip_protos.h TEMPLATE=./sofia-sip/sip_protos.h.in \ ./sofia-sip/sip.h LC_ALL=C gawk -f ./../msg/msg_parser.awk module=sip PR=sofia-sip/sip_tag.h TEMPLATE=./sofia-sip/sip_tag.h.in \ ./sofia-sip/sip.h LC_ALL=C gawk -f ./../msg/msg_parser.awk module=sip PR=sofia-sip/sip_extra.h NO_FIRST=1 NO_LAST=1 \ PACKAGE_NAME="sofia-sip" \ PACKAGE_VERSION="1.12.11-239-g54ef3e2" \ TEMPLATE1=./sofia-sip/sip_hclasses.h.in \ TEMPLATE2=./sofia-sip/sip_protos.h.in \ TEMPLATE3=./sofia-sip/sip_tag.h.in \ TEMPLATE=./sofia-sip/sip_extra.h.in ./sip_extra_headers.txt Suppress-Body-If-Match header is experimental Suppress-Notify-If-Match header is experimental LC_ALL=C gawk -f ./../msg/msg_parser.awk module=sip PR=sip_tag.c TEMPLATE=./sip_tag.c.in \ ./sofia-sip/sip.h ./sip_extra_headers.txt Suppress-Body-If-Match header is experimental Suppress-Notify-If-Match header is experimental LC_ALL=C gawk -f ./../msg/msg_parser.awk module=sip PT=sip_parser_table.c TEMPLATE=./sip_parser_table.c.in \ FLAGFILE=./sip_bad_mask \ MC_HASH_SIZE=127 MC_SHORT_SIZE=26 \ ./sofia-sip/sip.h ./sip_extra_headers.txt Suppress-Body-If-Match header is experimental Suppress-Notify-If-Match header is experimental gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 REF=sip_tag_ref.c sip_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' Making built-sources in http make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' LC_ALL=C gawk -f ./../msg/msg_parser.awk module=http PR=sofia-sip/http_protos.h TEMPLATE=./sofia-sip/http_protos.h.in ./sofia-sip/http.h LC_ALL=C gawk -f ./../msg/msg_parser.awk module=http PR=sofia-sip/http_tag.h TEMPLATE=./sofia-sip/http_tag.h.in ./sofia-sip/http.h LC_ALL=C gawk -f ./../msg/msg_parser.awk module=http PR=http_tag.c TEMPLATE=./http_tag.c.in ./sofia-sip/http.h LC_ALL=C gawk -f ./../msg/msg_parser.awk module=http PT=http_parser_table.c TEMPLATE=./http_parser_table.c.in \ MC_HASH_SIZE=127 ./sofia-sip/http.h gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 DLLREF=1 REF=http_tag_ref.c http_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' Making built-sources in stun make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 LIST=stun_tag_list REF=stun_tag_ref.c stun_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' Making built-sources in soa make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 LIST=soa_tag_list REF=soa_tag_ref.c soa_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' Making built-sources in tport make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 REF=tport_tag_ref.c tport_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' Making built-sources in nta make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 LIST=nta_tag_list REF=nta_tag_ref.c nta_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' Making built-sources in nth make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 REF=nth_tag_ref.c nth_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' Making built-sources in nea make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 REF=nea_tag_ref.c nea_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' Making built-sources in iptsec make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 REF=auth_tag_ref.c auth_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' Making built-sources in nua make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' gawk -f ../../libsofia-sip-ua/su/tag_dll.awk NODLL=1 LIST=nua_tag_list REF=nua_tag_ref.c nua_tag.c make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' Making built-sources in docs make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/docs' gawk 'END { b="\\"; q="\\\""; \ print "# Autogenerated aliases for RFCs "from" .. "to ; \ print "ALIASES += " b; \ for (i=from; i < to; i++) { \ print "RFC"i"=\"RFC "i"\" "b; \ }}' \ site=http://tools.ietf.org/html type= \ from=700 to=6500 \ /dev/null > Doxyfile.rfc make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/docs' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' make all-recursive make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' Making all in s2check make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/s2check' COMPILE s2tcase.o COMPILE s2base.o COMPILE s2sip.o COMPILE s2_localinfo.o COMPILE s2dns.o COMPILE s2time.o rm -f libs2.a ar cru libs2.a s2tcase.o s2base.o s2sip.o s2_localinfo.o s2dns.o s2time.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libs2.a make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/s2check' Making all in libsofia-sip-ua make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' Making built-sources in su make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' Making built-sources in features make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' Making built-sources in bnf make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' Making built-sources in sresolv make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' Making built-sources in ipt make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' Making built-sources in sdp make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' Making built-sources in url make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' Making built-sources in msg make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' Making built-sources in sip make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' Making built-sources in http make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' Making built-sources in stun make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' Making built-sources in soa make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' Making built-sources in tport make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' Making built-sources in nta make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' Making built-sources in nth make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' Making built-sources in nea make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' Making built-sources in iptsec make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' Making built-sources in nua make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' Making built-sources in docs make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/docs' make[3]: Nothing to be done for 'built-sources'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/docs' Making all in su make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' LTCOMPILE su.lo LTCOMPILE su_errno.lo LTCOMPILE su_addrinfo.lo LTCOMPILE su_alloc.lo LTCOMPILE su_alloc_lock.lo LTCOMPILE su_strdup.lo LTCOMPILE su_sprintf.lo LTCOMPILE su_strlst.lo LTCOMPILE su_vector.lo LTCOMPILE su_time.lo LTCOMPILE su_time0.lo LTCOMPILE su_wait.lo LTCOMPILE su_root.lo LTCOMPILE su_timer.lo LTCOMPILE su_port.lo LTCOMPILE su_base_port.lo LTCOMPILE su_pthread_port.lo LTCOMPILE su_socket_port.lo LTCOMPILE su_poll_port.lo LTCOMPILE su_epoll_port.lo LTCOMPILE su_select_port.lo LTCOMPILE su_kqueue_port.lo LTCOMPILE su_devpoll_port.lo LTCOMPILE su_localinfo.lo LTCOMPILE su_os_nw.lo LTCOMPILE su_taglist.lo LTCOMPILE su_tag.lo LTCOMPILE su_tag_io.lo LTCOMPILE su_log.lo LTCOMPILE su_global_log.lo LTCOMPILE su_default_log.lo LTCOMPILE su_md5.lo LTCOMPILE su_uniqueid.lo LTCOMPILE su_bm.lo LTCOMPILE smoothsort.lo LTCOMPILE su_string.lo LTCOMPILE string0.lo LTCOMPILE memspn.lo LTCOMPILE memcspn.lo LINK libsu.la COMPILE addrinfo.o LINK addrinfo COMPILE localinfo.o LINK localinfo make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' Making all in features make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' LTCOMPILE features.lo LINK libfeatures.la make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' Making all in bnf make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' LTCOMPILE bnf.lo LINK libbnf.la make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' Making all in sresolv make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' LTCOMPILE sres.lo LTCOMPILE sres_cache.lo LTCOMPILE sres_blocking.lo LTCOMPILE sresolv.lo LTCOMPILE sres_sip.lo LINK libsresolv.la make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' Making all in ipt make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' LTCOMPILE base64.lo LTCOMPILE token64.lo LINK libipt.la make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' Making all in sdp make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' LTCOMPILE sdp.lo LTCOMPILE sdp_parse.lo LTCOMPILE sdp_print.lo LTCOMPILE sdp_tag.lo LTCOMPILE sdp_tag_ref.lo LINK libsdp.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' Making all in url make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' LTCOMPILE url.lo LTCOMPILE url_tag.lo LTCOMPILE url_tag_ref.lo LINK liburl.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' Making all in msg make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' COMPILE test_class.o COMPILE test_table.o COMPILE test_inlined.o rm -f libtest_msg.a ar cru libtest_msg.a test_class.o test_table.o test_inlined.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libtest_msg.a LTCOMPILE msg.lo LTCOMPILE msg_tag.lo LTCOMPILE msg_inlined.lo LTCOMPILE msg_mime.lo LTCOMPILE msg_mime_table.lo LTCOMPILE msg_header_copy.lo LTCOMPILE msg_header_make.lo LTCOMPILE msg_parser.lo LTCOMPILE msg_mclass.lo LTCOMPILE msg_parser_util.lo LTCOMPILE msg_basic.lo LTCOMPILE msg_generic.lo LTCOMPILE msg_date.lo LTCOMPILE msg_auth.lo LINK libmsg.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' Making all in sip make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' LTCOMPILE sip_parser.lo LTCOMPILE sip_header.lo LTCOMPILE sip_util.lo LTCOMPILE sip_pref_util.lo LTCOMPILE sip_basic.lo LTCOMPILE sip_extra.lo LTCOMPILE sip_feature.lo LTCOMPILE sip_mime.lo LTCOMPILE sip_security.lo LTCOMPILE sip_event.lo LTCOMPILE sip_prack.lo LTCOMPILE sip_refer.lo LTCOMPILE sip_session.lo LTCOMPILE sip_caller_prefs.lo LTCOMPILE sip_reason.lo LTCOMPILE sip_status.lo LTCOMPILE sip_time.lo LTCOMPILE sip_tag_class.lo LTCOMPILE sip_inlined.lo LTCOMPILE sip_tag.lo LTCOMPILE sip_parser_table.lo LTCOMPILE sip_tag_ref.lo LINK libsip.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' Making all in http make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' LTCOMPILE http_parser.lo LTCOMPILE http_header.lo LTCOMPILE http_basic.lo LTCOMPILE http_extra.lo LTCOMPILE http_inlined.lo LTCOMPILE http_status.lo LTCOMPILE http_tag_class.lo LTCOMPILE http_tag.lo LTCOMPILE http_parser_table.lo LTCOMPILE http_tag_ref.lo LINK libhttp.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' Making all in stun make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' LTCOMPILE stun.lo stun.c: In function ‘stun_tls_callback’: stun.c:1359:5: warning: ‘TLSv1_client_method’ is deprecated [-Wdeprecated-declarations] 1359 | ctx = SSL_CTX_new(TLSv1_client_method()); | ^~~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/sha.h:13, from stun_internal.h:55, from stun.c:48: /usr/include/openssl/ssl.h:1879:1: note: declared here 1879 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ LTCOMPILE stun_common.lo LTCOMPILE stun_dns.lo LTCOMPILE stun_mini.lo LTCOMPILE stun_tag.lo LTCOMPILE stun_tag_ref.lo LINK libstun.la COMPILE stunc.o LINK stunc make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' Making all in soa make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' LTCOMPILE soa.lo LTCOMPILE soa_static.lo LTCOMPILE soa_tag.lo LTCOMPILE soa_tag_ref.lo LINK libsoa.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' Making all in tport make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' LTCOMPILE tport.lo LTCOMPILE tport_logging.lo tport_logging.c: In function ‘tport_stamp’: tport_logging.c:183:5: warning: ‘%s’ directive output may be truncated writing up to 13 bytes into a region of size between 12 and 86 [-Wformat-truncation=] 183 | "%04u-%02u-%02u %02u:%02u:%02u.%06lu %s "MOD_ZU" bytes %s %s/[%s]:%u%s%s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tport_logging.c:183:75: note: format string is defined here 183 | "%04u-%02u-%02u %02u:%02u:%02u.%06lu %s "MOD_ZU" bytes %s %s/[%s]:%u%s%s\n", | ^~ In file included from /usr/x86_64-linux-gnu/include/stdio.h:867, from ./../su/sofia-sip/su.h:49, from tport_internal.h:39, from tport_logging.c:37: /usr/x86_64-linux-gnu/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 44 or more bytes (assuming 131) into a destination of size 128 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LTCOMPILE tport_stub_sigcomp.lo LTCOMPILE tport_type_udp.lo LTCOMPILE tport_type_tcp.lo LTCOMPILE tport_type_sctp.lo LTCOMPILE tport_tag.lo LTCOMPILE tport_tag_ref.lo LTCOMPILE tport_type_connect.lo LTCOMPILE tport_type_tls.lo LTCOMPILE tport_tls.lo tport_tls.c: In function ‘tls_init_context’: tport_tls.c:300:7: warning: ‘TLSv1_method’ is deprecated [-Wdeprecated-declarations] 300 | meth = TLSv1_method(); | ^~~~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/lhash.h:17, from tport_tls.c:45: /usr/include/openssl/ssl.h:1877:1: note: declared here 1877 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ LTCOMPILE tport_stub_stun.lo LTCOMPILE tport_type_stun.lo LINK libtport.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' Making all in nta make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' LTCOMPILE nta.lo LTCOMPILE nta_check.lo LTCOMPILE nta_tag.lo LTCOMPILE nta_tag_ref.lo LTCOMPILE sl_utils_print.lo LTCOMPILE sl_utils_log.lo LTCOMPILE sl_read_payload.lo LINK libnta.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' Making all in nth make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' LTCOMPILE nth_client.lo LTCOMPILE nth_server.lo LTCOMPILE nth_tag.lo LTCOMPILE nth_tag_ref.lo LINK libnth.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' Making all in nea make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' LTCOMPILE nea.lo LTCOMPILE nea_event.lo LTCOMPILE nea_server.lo LTCOMPILE nea_debug.lo LTCOMPILE nea_tag.lo LTCOMPILE nea_tag_ref.lo LINK libnea.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' Making all in iptsec make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' LTCOMPILE auth_client.lo LTCOMPILE auth_common.lo LTCOMPILE auth_digest.lo LTCOMPILE auth_module.lo LTCOMPILE auth_tag.lo LTCOMPILE auth_tag_ref.lo LTCOMPILE auth_plugin.lo LTCOMPILE auth_plugin_delayed.lo LTCOMPILE auth_module_sip.lo LTCOMPILE iptsec_debug.lo LTCOMPILE auth_module_http.lo LINK libiptsec.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' Making all in nua make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make all-am make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' LTCOMPILE nua.lo LTCOMPILE nua_common.lo LTCOMPILE nua_stack.lo LTCOMPILE nua_server.lo LTCOMPILE nua_client.lo LTCOMPILE nua_extension.lo LTCOMPILE nua_dialog.lo LTCOMPILE outbound.lo LTCOMPILE nua_params.lo LTCOMPILE nua_register.lo LTCOMPILE nua_registrar.lo LTCOMPILE nua_session.lo LTCOMPILE nua_options.lo LTCOMPILE nua_message.lo LTCOMPILE nua_publish.lo LTCOMPILE nua_subnotref.lo LTCOMPILE nua_notifier.lo LTCOMPILE nua_event_server.lo LTCOMPILE nua_tag.lo LTCOMPILE nua_tag_ref.lo LINK libnua.la make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 6:0:6 -o libsofia-sip-ua.la -rpath /usr/local/lib bnf/libbnf.la features/libfeatures.la ipt/libipt.la iptsec/libiptsec. la msg/libmsg.la nea/libnea.la nta/libnta.la nua/libnua.la sdp/libsdp.la sip/libsip.la soa/libsoa.la sresolv/libsresolv.la su/libsu.la tport/libtport.la url/liburl.la -lssl -lcrypto stun/libs tun.la http/libhttp.la nth/libnth.la -lpthread libtool: link: gcc -shared -Wl,--whole-archive bnf/.libs/libbnf.a features/.libs/libfeatures.a ipt/.libs/libipt.a iptsec/.libs/libiptsec.a msg/.libs/libmsg.a nea/.libs/libnea.a nta/.libs/lib nta.a nua/.libs/libnua.a sdp/.libs/libsdp.a sip/.libs/libsip.a soa/.libs/libsoa.a sresolv/.libs/libsresolv.a su/.libs/libsu.a tport/.libs/libtport.a url/.libs/liburl.a stun/.libs/libstun.a ht tp/.libs/libhttp.a nth/.libs/libnth.a -Wl,--no-whole-archive -lssl -lcrypto -lpthread -Wl,-soname -Wl,libsofia-sip-ua.so.0 -o .libs/libsofia-sip-ua.so.0.6.0 libtool: link: (cd ".libs" && rm -f "libsofia-sip-ua.so.0" && ln -s "libsofia-sip-ua.so.0.6.0" "libsofia-sip-ua.so.0") libtool: link: (cd ".libs" && rm -f "libsofia-sip-ua.so" && ln -s "libsofia-sip-ua.so.0.6.0" "libsofia-sip-ua.so") libtool: link: (cd .libs/libsofia-sip-ua.lax/libbnf.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf/.libs/libbnf.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libfeatures.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features/.libs/libfeatures.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libipt.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt/.libs/libipt.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libiptsec.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec/.libs/libiptsec.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libmsg.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg/.libs/libmsg.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libnea.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea/.libs/libnea.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libnta.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta/.libs/libnta.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libnua.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua/.libs/libnua.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libsdp.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp/.libs/libsdp.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libsip.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip/.libs/libsip.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libsoa.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa/.libs/libsoa.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libsresolv.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv/.libs/libsresolv.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libsu.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su/.libs/libsu.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libtport.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport/.libs/libtport.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/liburl.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url/.libs/liburl.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libstun.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun/.libs/libstun.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libhttp.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http/.libs/libhttp.a") libtool: link: (cd .libs/libsofia-sip-ua.lax/libnth.a && ar x "/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth/.libs/libnth.a") libtool: link: ar cr .libs/libsofia-sip-ua.a .libs/libsofia-sip-ua.lax/libbnf.a/bnf.o .libs/libsofia-sip-ua.lax/libfeatures.a/features.o .libs/libsofia-sip-ua.lax/libipt.a/base64.o .libs/ libsofia-sip-ua.lax/libipt.a/token64.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_module_sip.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_tag.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_mod ule_http.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_module.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_digest.o .libs/libsofia-sip-ua.lax/libiptsec.a/iptsec_debug.o .libs/libsofia-sip-ua.l ax/libiptsec.a/auth_plugin_delayed.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_client.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_tag_ref.o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_common .o .libs/libsofia-sip-ua.lax/libiptsec.a/auth_plugin.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_header_make.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_basic.o .libs/libsofia-sip-ua.lax/libmsg.a/ msg.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_auth.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_inlined.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_parser.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_mcl ass.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_mime_table.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_mime.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_tag.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_dat e.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_parser_util.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_generic.o .libs/libsofia-sip-ua.lax/libmsg.a/msg_header_copy.o .libs/libsofia-sip-ua.lax/libne a.a/nea_tag_ref.o .libs/libsofia-sip-ua.lax/libnea.a/nea_server.o .libs/libsofia-sip-ua.lax/libnea.a/nea_event.o .libs/libsofia-sip-ua.lax/libnea.a/nea.o .libs/libsofia-sip-ua.lax/libnea.a/ne a_debug.o .libs/libsofia-sip-ua.lax/libnea.a/nea_tag.o .libs/libsofia-sip-ua.lax/libnta.a/sl_read_payload.o .libs/libsofia-sip-ua.lax/libnta.a/nta_check.o .libs/libsofia-sip-ua.lax/libnta.a/ sl_utils_print.o .libs/libsofia-sip-ua.lax/libnta.a/nta.o .libs/libsofia-sip-ua.lax/libnta.a/nta_tag.o .libs/libsofia-sip-ua.lax/libnta.a/sl_utils_log.o .libs/libsofia-sip-ua.lax/libnta.a/nta _tag_ref.o .libs/libsofia-sip-ua.lax/libnua.a/nua_common.o .libs/libsofia-sip-ua.lax/libnua.a/nua.o .libs/libsofia-sip-ua.lax/libnua.a/nua_server.o .libs/libsofia-sip-ua.lax/libnua.a/nua_tag .o .libs/libsofia-sip-ua.lax/libnua.a/nua_register.o .libs/libsofia-sip-ua.lax/libnua.a/nua_params.o .libs/libsofia-sip-ua.lax/libnua.a/nua_event_server.o .libs/libsofia-sip-ua.lax/libnua.a/n ua_notifier.o .libs/libsofia-sip-ua.lax/libnua.a/nua_subnotref.o .libs/libsofia-sip-ua.lax/libnua.a/nua_message.o .libs/libsofia-sip-ua.lax/libnua.a/nua_extension.o .libs/libsofia-sip-ua.lax/ libnua.a/nua_dialog.o .libs/libsofia-sip-ua.lax/libnua.a/nua_tag_ref.o .libs/libsofia-sip-ua.lax/libnua.a/nua_stack.o .libs/libsofia-sip-ua.lax/libnua.a/nua_options.o .libs/libsofia-sip-ua.la x/libnua.a/nua_publish.o .libs/libsofia-sip-ua.lax/libnua.a/nua_registrar.o .libs/libsofia-sip-ua.lax/libnua.a/nua_client.o .libs/libsofia-sip-ua.lax/libnua.a/outbound.o .libs/libsofia-sip-ua .lax/libnua.a/nua_session.o .libs/libsofia-sip-ua.lax/libsdp.a/sdp_print.o .libs/libsofia-sip-ua.lax/libsdp.a/sdp_parse.o .libs/libsofia-sip-ua.lax/libsdp.a/sdp.o .libs/libsofia-sip-ua.lax/l ibsdp.a/sdp_tag_ref.o .libs/libsofia-sip-ua.lax/libsdp.a/sdp_tag.o .libs/libsofia-sip-ua.lax/libsip.a/sip_feature.o .libs/libsofia-sip-ua.lax/libsip.a/sip_tag.o .libs/libsofia-sip-ua.lax/lib sip.a/sip_extra.o .libs/libsofia-sip-ua.lax/libsip.a/sip_refer.o .libs/libsofia-sip-ua.lax/libsip.a/sip_tag_ref.o .libs/libsofia-sip-ua.lax/libsip.a/sip_inlined.o .libs/libsofia-sip-ua.lax/li bsip.a/sip_parser.o .libs/libsofia-sip-ua.lax/libsip.a/sip_basic.o .libs/libsofia-sip-ua.lax/libsip.a/sip_mime.o .libs/libsofia-sip-ua.lax/libsip.a/sip_caller_prefs.o .libs/libsofia-sip-ua.la x/libsip.a/sip_security.o .libs/libsofia-sip-ua.lax/libsip.a/sip_util.o .libs/libsofia-sip-ua.lax/libsip.a/sip_event.o .libs/libsofia-sip-ua.lax/libsip.a/sip_parser_table.o .libs/libsofia-sip -ua.lax/libsip.a/sip_reason.o .libs/libsofia-sip-ua.lax/libsip.a/sip_status.o .libs/libsofia-sip-ua.lax/libsip.a/sip_tag_class.o .libs/libsofia-sip-ua.lax/libsip.a/sip_prack.o .libs/libsofia- sip-ua.lax/libsip.a/sip_header.o .libs/libsofia-sip-ua.lax/libsip.a/sip_time.o .libs/libsofia-sip-ua.lax/libsip.a/sip_pref_util.o .libs/libsofia-sip-ua.lax/libsip.a/sip_session.o .libs/libso fia-sip-ua.lax/libsoa.a/soa.o .libs/libsofia-sip-ua.lax/libsoa.a/soa_tag_ref.o .libs/libsofia-sip-ua.lax/libsoa.a/soa_static.o .libs/libsofia-sip-ua.lax/libsoa.a/soa_tag.o .libs/libsofia-sip -ua.lax/libsresolv.a/sres_sip.o .libs/libsofia-sip-ua.lax/libsresolv.a/sresolv.o .libs/libsofia-sip-ua.lax/libsresolv.a/sres_cache.o .libs/libsofia-sip-ua.lax/libsresolv.a/sres_blocking.o .li bs/libsofia-sip-ua.lax/libsresolv.a/sres.o .libs/libsofia-sip-ua.lax/libsu.a/smoothsort.o .libs/libsofia-sip-ua.lax/libsu.a/su_md5.o .libs/libsofia-sip-ua.lax/libsu.a/su_tag.o .libs/libsofia -sip-ua.lax/libsu.a/su_alloc.o .libs/libsofia-sip-ua.lax/libsu.a/su_epoll_port.o .libs/libsofia-sip-ua.lax/libsu.a/su_addrinfo.o .libs/libsofia-sip-ua.lax/libsu.a/su_timer.o .libs/libsofia-si p-ua.lax/libsu.a/su_global_log.o .libs/libsofia-sip-ua.lax/libsu.a/su_pthread_port.o .libs/libsofia-sip-ua.lax/libsu.a/su_kqueue_port.o .libs/libsofia-sip-ua.lax/libsu.a/su_base_port.o .libs/ libsofia-sip-ua.lax/libsu.a/su_bm.o .libs/libsofia-sip-ua.lax/libsu.a/su_localinfo.o .libs/libsofia-sip-ua.lax/libsu.a/su_time.o .libs/libsofia-sip-ua.lax/libsu.a/su_strdup.o .libs/libsofia-s ip-ua.lax/libsu.a/su_select_port.o .libs/libsofia-sip-ua.lax/libsu.a/string0.o .libs/libsofia-sip-ua.lax/libsu.a/memcspn.o .libs/libsofia-sip-ua.lax/libsu.a/su_devpoll_port.o .libs/libsofia-s ip-ua.lax/libsu.a/su_vector.o .libs/libsofia-sip-ua.lax/libsu.a/su_wait.o .libs/libsofia-sip-ua.lax/libsu.a/su_socket_port.o .libs/libsofia-sip-ua.lax/libsu.a/su_tag_io.o .libs/libsofia-sip-u a.lax/libsu.a/su_poll_port.o .libs/libsofia-sip-ua.lax/libsu.a/su_alloc_lock.o .libs/libsofia-sip-ua.lax/libsu.a/su_log.o .libs/libsofia-sip-ua.lax/libsu.a/su_uniqueid.o .libs/libsofia-sip-ua .lax/libsu.a/su_sprintf.o .libs/libsofia-sip-ua.lax/libsu.a/su_errno.o .libs/libsofia-sip-ua.lax/libsu.a/su_taglist.o .libs/libsofia-sip-ua.lax/libsu.a/memspn.o .libs/libsofia-sip-ua.lax/libs u.a/su_string.o .libs/libsofia-sip-ua.lax/libsu.a/su_port.o .libs/libsofia-sip-ua.lax/libsu.a/su_root.o .libs/libsofia-sip-ua.lax/libsu.a/su_default_log.o .libs/libsofia-sip-ua.lax/libsu.a/su _strlst.o .libs/libsofia-sip-ua.lax/libsu.a/su_os_nw.o .libs/libsofia-sip-ua.lax/libsu.a/su_time0.o .libs/libsofia-sip-ua.lax/libsu.a/su.o .libs/libsofia-sip-ua.lax/libtport.a/tport.o .libs/ libsofia-sip-ua.lax/libtport.a/tport_type_tls.o .libs/libsofia-sip-ua.lax/libtport.a/tport_type_sctp.o .libs/libsofia-sip-ua.lax/libtport.a/tport_logging.o .libs/libsofia-sip-ua.lax/libtport. a/tport_tag.o .libs/libsofia-sip-ua.lax/libtport.a/tport_tls.o .libs/libsofia-sip-ua.lax/libtport.a/tport_type_udp.o .libs/libsofia-sip-ua.lax/libtport.a/tport_type_connect.o .libs/libsofia-s ip-ua.lax/libtport.a/tport_type_stun.o .libs/libsofia-sip-ua.lax/libtport.a/tport_tag_ref.o .libs/libsofia-sip-ua.lax/libtport.a/tport_stub_sigcomp.o .libs/libsofia-sip-ua.lax/libtport.a/tpor t_type_tcp.o .libs/libsofia-sip-ua.lax/libtport.a/tport_stub_stun.o .libs/libsofia-sip-ua.lax/liburl.a/url_tag_ref.o .libs/libsofia-sip-ua.lax/liburl.a/url.o .libs/libsofia-sip-ua.lax/liburl .a/url_tag.o .libs/libsofia-sip-ua.lax/libstun.a/stun_tag.o .libs/libsofia-sip-ua.lax/libstun.a/stun_dns.o .libs/libsofia-sip-ua.lax/libstun.a/stun_tag_ref.o .libs/libsofia-sip-ua.lax/libstu n.a/stun_common.o .libs/libsofia-sip-ua.lax/libstun.a/stun_mini.o .libs/libsofia-sip-ua.lax/libstun.a/stun.o .libs/libsofia-sip-ua.lax/libhttp.a/http_parser.o .libs/libsofia-sip-ua.lax/libht tp.a/http_parser_table.o .libs/libsofia-sip-ua.lax/libhttp.a/http_inlined.o .libs/libsofia-sip-ua.lax/libhttp.a/http_extra.o .libs/libsofia-sip-ua.lax/libhttp.a/http_tag_ref.o .libs/libsofia- sip-ua.lax/libhttp.a/http_tag.o .libs/libsofia-sip-ua.lax/libhttp.a/http_tag_class.o .libs/libsofia-sip-ua.lax/libhttp.a/http_header.o .libs/libsofia-sip-ua.lax/libhttp.a/http_status.o .libs/ libsofia-sip-ua.lax/libhttp.a/http_basic.o .libs/libsofia-sip-ua.lax/libnth.a/nth_client.o .libs/libsofia-sip-ua.lax/libnth.a/nth_tag_ref.o .libs/libsofia-sip-ua.lax/libnth.a/nth_server.o .l ibs/libsofia-sip-ua.lax/libnth.a/nth_tag.o libtool: link: ranlib .libs/libsofia-sip-ua.a libtool: link: rm -fr .libs/libsofia-sip-ua.lax libtool: link: ( cd ".libs" && rm -f "libsofia-sip-ua.la" && ln -s "../libsofia-sip-ua.la" "libsofia-sip-ua.la" ) make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' Making all in utils make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' COMPILE sip-options.o LINK sip-options COMPILE sip-date.o LINK sip-date COMPILE sip-dig.o LINK sip-dig make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' Making all in packages make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/packages' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/packages' Making all in tests make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/tests' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' mkdir -p man man/man1 2> /dev/null touch man/man1/sip-date.1 man/man1/sip-options.1 man/man1/localinfo.1 man/man1/addrinfo.1 man/man1/stunc.1 man/man1/sip-dig.1 make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' Making install in s2check make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/s2check' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/s2check' 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/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/s2check' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/s2check' Making install in libsofia-sip-ua make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' Making install in su make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' test -z "/usr/local/bin" || /usr/bin/mkdir -p "/usr/local/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c addrinfo localinfo '/usr/local/bin' libtool: install: /usr/bin/install -c addrinfo /usr/local/bin/addrinfo libtool: install: /usr/bin/install -c localinfo /usr/local/bin/localinfo test -z "/usr/local/share/sofia-sip" || /usr/bin/mkdir -p "/usr/local/share/sofia-sip" /usr/bin/install -c tag_dll.awk '/usr/local/share/sofia-sip' test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/su_types.h sofia-sip/su.h sofia-sip/su_errno.h sofia-sip/su_addrinfo.h sofia-sip/su_localinfo.h sofia-sip/su_wait.h sofia-sip/su_alloc.h sofia-sip/su_al loc_stat.h sofia-sip/su_strlst.h sofia-sip/su_vector.h sofia-sip/su_time.h sofia-sip/su_tag.h sofia-sip/su_tag_class.h sofia-sip/su_tagarg.h sofia-sip/su_tag_io.h sofia-sip/su_tag_inline.h so fia-sip/htable.h sofia-sip/htable2.h sofia-sip/rbtree.h sofia-sip/heap.h sofia-sip/su_debug.h sofia-sip/su_log.h sofia-sip/su_config.h sofia-sip/su_md5.h sofia-sip/su_uniqueid.h sofia-sip/su_ random.h sofia-sip/su_bm.h sofia-sip/tstdef.h sofia-sip/su_os_nw.h sofia-sip/su_string.h sofia-sip/string0.h '/usr/local/include/sofia-sip-1.12/sofia-sip' test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/su_configure.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/su' Making install in features make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/sofia_features.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/features' Making install in bnf make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/bnf.h sofia-sip/hostdomain.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/bnf' Making install in sresolv make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-resolv' /usr/bin/install -c -m 644 sofia-resolv/sres.h sofia-resolv/sres_config.h sofia-resolv/sres_async.h sofia-resolv/sres_cache.h sofia-resolv/sres_record.h '/usr/local/include/sofia-sip-1.12/s ofia-resolv' /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/sresolv.h sofia-sip/sres_sip.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sresolv' Making install in ipt make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/base64.h sofia-sip/token64.h sofia-sip/uniqueid.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/ipt' Making install in sdp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/sdp.h sofia-sip/sdp_tag.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sdp' Making install in url make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/url.h sofia-sip/url_tag.h sofia-sip/url_tag_class.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/url' Making install in msg make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/share/sofia-sip" || /usr/bin/mkdir -p "/usr/local/share/sofia-sip" /usr/bin/install -c msg_parser.awk '/usr/local/share/sofia-sip' test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/msg_protos.h sofia-sip/msg_mime_protos.h sofia-sip/msg.h sofia-sip/msg_header.h sofia-sip/msg_types.h sofia-sip/msg_mclass.h sofia-sip/msg_mclass_hash.h sofia-sip/msg_parser.h sofia-sip/msg_addr.h sofia-sip/msg_date.h sofia-sip/msg_buffer.h sofia-sip/msg_tag_class.h sofia-sip/msg_mime.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/msg' Making install in sip make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/sip_hclasses.h sofia-sip/sip_protos.h sofia-sip/sip_tag.h sofia-sip/sip_extra.h sofia-sip/sip.h sofia-sip/sip_util.h sofia-sip/sip_header.h sofia-sip/si p_parser.h sofia-sip/sip_tag_class.h sofia-sip/sip_status.h sofia-sip/sip_hclasses.h.in sofia-sip/sip_protos.h.in sofia-sip/sip_tag.h.in sofia-sip/sip_extra.h.in '/usr/local/include/sofia-sip -1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/sip' Making install in http make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/http_protos.h sofia-sip/http_tag.h sofia-sip/http.h sofia-sip/http_header.h sofia-sip/http_parser.h sofia-sip/http_tag_class.h sofia-sip/http_status.h s ofia-sip/http_hclasses.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/http' Making install in stun make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' test -z "/usr/local/bin" || /usr/bin/mkdir -p "/usr/local/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c stunc '/usr/local/bin' libtool: install: /usr/bin/install -c stunc /usr/local/bin/stunc test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/stun.h sofia-sip/stun_common.h sofia-sip/stun_tag.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/stun' Making install in soa make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/soa.h sofia-sip/soa_session.h sofia-sip/soa_add.h sofia-sip/soa_tag.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/soa' Making install in tport make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' test -z "/usr/local/bin" || /usr/bin/mkdir -p "/usr/local/bin" test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/tport.h sofia-sip/tport_tag.h sofia-sip/tport_plugins.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/tport' Making install in nta make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/nta.h sofia-sip/nta_stateless.h sofia-sip/nta_tport.h sofia-sip/nta_tag.h sofia-sip/sl_utils.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nta' Making install in nth make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/nth.h sofia-sip/nth_tag.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nth' Making install in nea make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/nea.h sofia-sip/nea_tag.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nea' Making install in iptsec make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/auth_common.h sofia-sip/auth_client.h sofia-sip/auth_digest.h sofia-sip/auth_module.h sofia-sip/auth_plugin.h sofia-sip/auth_client_plugin.h '/usr/local /include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/iptsec' Making install in nua make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make install-am make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[4]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[4]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/include/sofia-sip-1.12" || /usr/bin/mkdir -p "/usr/local/include/sofia-sip-1.12" /usr/bin/mkdir -p '/usr/local/include/sofia-sip-1.12/sofia-sip' /usr/bin/install -c -m 644 sofia-sip/nua.h sofia-sip/nua_tag.h '/usr/local/include/sofia-sip-1.12/sofia-sip' make[4]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua/nua' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' make[3]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' test -z "/usr/local/lib" || /usr/bin/mkdir -p "/usr/local/lib" /bin/bash ../libtool --mode=install /usr/bin/install -c libsofia-sip-ua.la '/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libsofia-sip-ua.so.0.6.0 /usr/local/lib/libsofia-sip-ua.so.0.6.0 libtool: install: (cd /usr/local/lib && { ln -s -f libsofia-sip-ua.so.0.6.0 libsofia-sip-ua.so.0 || { rm -f libsofia-sip-ua.so.0 && ln -s libsofia-sip-ua.so.0.6.0 libsofia-sip-ua.so.0; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libsofia-sip-ua.so.0.6.0 libsofia-sip-ua.so || { rm -f libsofia-sip-ua.so && ln -s libsofia-sip-ua.so.0.6.0 libsofia-sip-ua.so; }; }) libtool: install: /usr/bin/install -c .libs/libsofia-sip-ua.lai /usr/local/lib/libsofia-sip-ua.la libtool: install: /usr/bin/install -c .libs/libsofia-sip-ua.a /usr/local/lib/libsofia-sip-ua.a libtool: install: chmod 644 /usr/local/lib/libsofia-sip-ua.a libtool: install: ranlib /usr/local/lib/libsofia-sip-ua.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[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/libsofia-sip-ua' Making install in utils make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' test -z "/usr/local/bin" || /usr/bin/mkdir -p "/usr/local/bin" /bin/bash ../libtool --mode=install /usr/bin/install -c sip-options sip-date sip-dig '/usr/local/bin' libtool: install: /usr/bin/install -c .libs/sip-options /usr/local/bin/sip-options libtool: install: /usr/bin/install -c .libs/sip-date /usr/local/bin/sip-date libtool: install: /usr/bin/install -c .libs/sip-dig /usr/local/bin/sip-dig make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/utils' Making install in packages make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/packages' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/packages' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/local/lib/pkgconfig" || /usr/bin/mkdir -p "/usr/local/lib/pkgconfig" /usr/bin/install -c -m 644 sofia-sip-ua.pc '/usr/local/lib/pkgconfig' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/packages' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/packages' Making install in tests make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/tests' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/tests' 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/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/tests' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip/tests' make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' mkdir -p man man/man1 2> /dev/null touch man/man1/sip-date.1 man/man1/sip-options.1 man/man1/localinfo.1 man/man1/addrinfo.1 man/man1/stunc.1 man/man1/sip-dig.1 make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' make[2]: Nothing to be done for 'install-exec-am'. mkdir -p man man/man1 2> /dev/null touch man/man1/sip-date.1 man/man1/sip-options.1 man/man1/localinfo.1 man/man1/addrinfo.1 man/man1/stunc.1 man/man1/sip-dig.1 test -z "/usr/local/share/man/man1" || /usr/bin/mkdir -p "/usr/local/share/man/man1" /usr/bin/install -c -m 644 man/man1/sip-date.1 man/man1/sip-options.1 man/man1/localinfo.1 man/man1/addrinfo.1 man/man1/stunc.1 man/man1/sip-dig.1 '/usr/local/share/man/man1' make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-deps-1.6.0/libs/sofia-sip' evandro_coan@computer:(master)~/Downloads/unimrcp-deps-1.6.0$ ls build-dep-libs.sh CHANGES-deps libs README-deps evandro_coan@computer:(master)~/Downloads/unimrcp-deps-1.6.0$ cat README-deps INTRODUCTION ============ This package contains 3-rd party libraries and tools required to build the UniMRCP project. 1. APR (Apache Portable Runtime) library * Description: APR is the base portability library. * Version: 1.5.2 * Base: http://www.unimrcp.org/dependencies/apr-1.5.2.tar.gz * Patches: http://www.unimrcp.org/dependencies/apr-1.5.2-patches.tar.gz * Notes: In the original distribution of the APR library, which can be downloaded from the location specified above, operations on memory pools are not thread-safe. Whereas, the version of the APR library included in this package is patched to make the memory pools thread-safe. 2. APR-util (Apache Portable Runtime Utilities) library * Description: APR-util provides a number of helpful abstractions on top of APR. * Version: 1.5.4 * Base: http://www.unimrcp.org/dependencies/apr-util-1.5.4.tar.gz * Patches: http://www.unimrcp.org/dependencies/apr-util-1.5.4-patches.tar.gz 3. Sofia-SIP library * Description: Sofia-SIP is a SIP User-Agent library, compliant with the IETF RFC3261 specification. * Version: 1.12.11-239-g54ef3e2 * Repository: https://github.com/unispeech/sofia-sip * Notes: * The version of the Sofia-SIP library included in this package is checked out from the GitHub repository unispeech/sofia-sip. This is a clone of the Sofia-SIP library maintained for needs of the UniMRCP project. COMPATIBILITY ============= This package is compatible with UniMRCP 1.0.0 r1725 and above. INSTALLATION ============ 1. Extract the package content into a local directory. 2. Run the script ./build-dep-libs.sh and follow the instructions. REFERENCES ========== * http://www.unimrcp.org/downloads/dependencies * http://www.unimrcp.org/dependencies * http://apr.apache.org * http://sofia-sip.sourceforge.net evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ cd .. evandro_coan@computer:(master)~/Downloads$ cd unimrcp-1.7.0/ evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ./configure checking for chosen layout... classic checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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 whether make supports the include directive... yes (GNU style) 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-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... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by 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-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 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... /usr/bin/dd checking how to truncate binary pipes... /usr/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 C compiler vendor... gnu checking for pkg-config... /usr/bin/pkg-config UniMRCP Version: 1.7.0 configure: Apache Portable Runtime (APR) library configuration checking for APR... yes 1.7.0 setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" adding "-pthread" to CFLAGS setting LDFLAGS to " " setting UNIMRCP_APR_INCLUDES to " -I/usr/include/apr-1 " setting UNIMRCP_APR_LIBS to " -L/usr/lib -lapr-1" configure: Apache Portable Runtime Utility (APU) library configuration checking for APR-util... yes 1.6.1 adding "-L/usr/lib" to LDFLAGS adding "-I/usr/include" to UNIMRCP_APR_INCLUDES adding "-laprutil-1" to UNIMRCP_APR_LIBS configure: Sofia SIP library configuration checking for Sofia-SIP... yes 1.12.11-239-g54ef3e2 configure: enable inter-library dependencies: yes configure: enable maintainer mode: no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libs/Makefile config.status: creating libs/apr-toolkit/Makefile config.status: creating libs/mpf/Makefile config.status: creating libs/mrcp/Makefile config.status: creating libs/mrcp-signaling/Makefile config.status: creating libs/mrcpv2-transport/Makefile config.status: creating libs/mrcp-engine/Makefile config.status: creating libs/mrcp-server/Makefile config.status: creating libs/mrcp-client/Makefile config.status: creating libs/uni-rtsp/Makefile config.status: creating modules/Makefile config.status: creating modules/mrcp-sofiasip/Makefile config.status: creating modules/mrcp-unirtsp/Makefile config.status: creating plugins/Makefile config.status: creating plugins/mrcp-recorder/Makefile config.status: creating plugins/demo-synth/Makefile config.status: creating plugins/demo-recog/Makefile config.status: creating plugins/demo-verifier/Makefile config.status: creating platforms/Makefile config.status: creating platforms/libunimrcp-server/Makefile config.status: creating platforms/libunimrcp-client/Makefile config.status: creating platforms/unimrcp-server/Makefile config.status: creating platforms/unimrcp-client/Makefile config.status: creating platforms/libasr-client/Makefile config.status: creating platforms/asr-client/Makefile config.status: creating platforms/umc/Makefile config.status: creating tests/Makefile config.status: creating tests/apttest/Makefile config.status: creating tests/mpftest/Makefile config.status: creating tests/mrcptest/Makefile config.status: creating tests/rtsptest/Makefile config.status: creating tests/strtablegen/Makefile config.status: creating build/Makefile config.status: creating build/pkgconfig/Makefile config.status: creating build/pkgconfig/unimrcpclient.pc config.status: creating build/pkgconfig/unimrcpserver.pc config.status: creating build/pkgconfig/unimrcpplugin.pc config.status: creating conf/Makefile config.status: creating data/Makefile config.status: creating docs/doxygen.conf config.status: executing depfiles commands config.status: executing libtool commands ****************************** REPORT ****************************** UniMRCP version............... : 1.7.0 APR version................... : 1.7.0 APR-util version.............. : 1.6.1 Sofia-SIP version............. : 1.12.11-239-g54ef3e2 Compiler...................... : gcc Compiler flags................ : -g -O2 -pthread Preprocessor definitions...... : -DLINUX -D_REENTRANT -D_GNU_SOURCE Linker flags.................. : -L/usr/lib UniMRCP client lib............ : yes Sample UniMRCP client app..... : yes Sample UMC C++ client app..... : yes Misc ASR client lib and app... : yes UniMRCP server lib............ : yes UniMRCP server app............ : yes Demo synthesizer plugin....... : yes Demo recognizer plugin........ : yes Demo verifier plugin.......... : yes Recorder plugin............... : yes Installation layout........... : classic Installation directory........ : /usr/local/unimrcp ******************************************************************** evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ make Making all in build make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in pkgconfig make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in conf make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' Making all in data make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' Making all in libs make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in apr-toolkit make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' CC src/apt_obj_list.lo CC src/apt_cyclic_queue.lo CC src/apt_dir_layout.lo CC src/apt_task.lo CC src/apt_task_msg.lo CC src/apt_consumer_task.lo CC src/apt_pollset.lo CC src/apt_poller_task.lo CC src/apt_pool.lo src/apt_pool.c: In function ‘apt_pool_create’: src/apt_pool.c:41:4: warning: implicit declaration of function ‘apr_pool_mutex_set’; did you mean ‘apr_pool_abort_set’? [-Wimplicit-function-declaration] 41 | apr_pool_mutex_set(pool,mutex); | ^~~~~~~~~~~~~~~~~~ | apr_pool_abort_set CC src/apt_log.lo CC src/apt_pair.lo CC src/apt_string_table.lo CC src/apt_header_field.lo CC src/apt_text_stream.lo CC src/apt_text_message.lo CC src/apt_net.lo CC src/apt_nlsml_doc.lo CC src/apt_multipart_content.lo CC src/apt_timer_queue.lo CC src/apt_test_suite.lo CCLD libaprtoolkit.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' Making all in mpf make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' CC codecs/g711/g711.lo CC src/mpf_activity_detector.lo CC src/mpf_audio_file_stream.lo CC src/mpf_bridge.lo CC src/mpf_buffer.lo CC src/mpf_codec_descriptor.lo CC src/mpf_codec_g711.lo CC src/mpf_codec_linear.lo CC src/mpf_codec_manager.lo CC src/mpf_context.lo CC src/mpf_dtmf_detector.lo CC src/mpf_dtmf_generator.lo CC src/mpf_engine.lo CC src/mpf_engine_factory.lo CC src/mpf_mixer.lo CC src/mpf_multiplier.lo CC src/mpf_named_event.lo CC src/mpf_termination.lo CC src/mpf_termination_factory.lo CC src/mpf_rtp_termination_factory.lo CC src/mpf_file_termination_factory.lo CC src/mpf_frame_buffer.lo CC src/mpf_scheduler.lo CC src/mpf_encoder.lo CC src/mpf_decoder.lo CC src/mpf_jitter_buffer.lo CC src/mpf_rtp_stream.lo CC src/mpf_rtp_attribs.lo CC src/mpf_resampler.lo CC src/mpf_stream.lo CCLD libmpf.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' Making all in mrcp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' CC message/src/mrcp_start_line.lo CC message/src/mrcp_header_accessor.lo CC message/src/mrcp_generic_header.lo CC message/src/mrcp_header.lo CC message/src/mrcp_message.lo CC control/src/mrcp_resource_factory.lo CC control/src/mrcp_resource_loader.lo CC control/src/mrcp_stream.lo CC resources/src/mrcp_synth_header.lo CC resources/src/mrcp_synth_resource.lo CC resources/src/mrcp_recog_header.lo CC resources/src/mrcp_recog_resource.lo CC resources/src/mrcp_recorder_header.lo CC resources/src/mrcp_recorder_resource.lo CC resources/src/mrcp_verifier_header.lo CC resources/src/mrcp_verifier_resource.lo CCLD libmrcp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' Making all in mrcp-signaling make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' CC src/mrcp_sig_agent.lo CC src/mrcp_session_descriptor.lo CCLD libmrcpsignaling.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' Making all in mrcpv2-transport make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' CC src/mrcp_control_descriptor.lo CC src/mrcp_connection.lo CC src/mrcp_client_connection.lo CC src/mrcp_server_connection.lo CC src/mrcp_ca_factory.lo CCLD libmrcpv2transport.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' Making all in mrcp-engine make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' CC src/mrcp_engine_iface.lo CC src/mrcp_engine_impl.lo CC src/mrcp_engine_factory.lo CC src/mrcp_engine_loader.lo CC src/mrcp_synth_state_machine.lo CC src/mrcp_recog_state_machine.lo CC src/mrcp_recorder_state_machine.lo CC src/mrcp_verifier_state_machine.lo CCLD libmrcpengine.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' Making all in mrcp-server make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' CC src/mrcp_server.lo CC src/mrcp_server_session.lo CCLD libmrcpserver.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' Making all in mrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' CC src/mrcp_client.lo CC src/mrcp_client_session.lo CC src/mrcp_application.lo CCLD libmrcpclient.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' Making all in uni-rtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' CC src/rtsp_header.lo CC src/rtsp_start_line.lo CC src/rtsp_message.lo CC src/rtsp_stream.lo CC src/rtsp_server.lo CC src/rtsp_client.lo CCLD libunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in modules make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in mrcp-sofiasip make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' CC src/mrcp_sdp.lo CC src/mrcp_sofiasip_task.lo CC src/mrcp_sofiasip_server_agent.lo CC src/mrcp_sofiasip_client_agent.lo CC src/mrcp_sofiasip_logger.lo CCLD libmrcpsofiasip.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' Making all in mrcp-unirtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' CC src/mrcp_unirtsp_sdp.lo CC src/mrcp_unirtsp_logger.lo CC src/mrcp_unirtsp_server_agent.lo CC src/mrcp_unirtsp_client_agent.lo CCLD libmrcpunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in plugins make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in demo-synth make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' CC src/demo_synth_engine.lo CCLD demosynth.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' Making all in demo-recog make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' CC src/demo_recog_engine.lo CCLD demorecog.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' Making all in demo-verifier make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' CC src/demo_verifier_engine.lo CCLD demoverifier.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' Making all in mrcp-recorder make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' CC src/mrcp_recorder_engine.lo CCLD mrcprecorder.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in platforms make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' Making all in libunimrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' CC src/unimrcp_client.lo CCLD libunimrcpclient.la /usr/bin/grep: /usr//lib/libexpat.la: No such file or directory /usr/bin/sed: can't read /usr//lib/libexpat.la: No such file or directory libtool: error: '/usr//lib/libexpat.la' is not a valid libtool archive make[2]: *** [Makefile:486: libunimrcpclient.la] Error 1 make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' make[1]: *** [Makefile:385: all-recursive] Error 1 make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' make: *** [Makefile:431: all-recursive] Error 1 evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ```

achaloyan commented 3 years ago

The system-wide APR library was picked by configure

checking for APR... yes 1.7.0 setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" adding "-pthread" to CFLAGS setting LDFLAGS to " " setting UNIMRCP_APR_INCLUDES to " -I/usr/include/apr-1 " setting UNIMRCP_APR_LIBS to " -L/usr/lib -lapr-1"

Either remove the system-wide version of APR, or specify the path to the intended APR libraries ./configure --with-apr=/usr/local/apr

evandrocoan commented 3 years ago

I recompiled everything with ./configure --with-apr=/usr/local/apr, but the problem persists.

****************************** REPORT ******************************

UniMRCP version............... : 1.7.0

APR version................... : 1.5.2
APR-util version.............. : 1.6.1
Sofia-SIP version............. : 1.12.11-239-g54ef3e2

Full logs:

``` evandro_coan@computer:(master)~/Downloads$ cd unimrcp-1.7.0/ evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ./bootstrap + libtoolize --force --automake --copy + aclocal -I build/acmacros + automake --foreign --add-missing --copy configure.ac:49: installing 'build/compile' configure.ac:41: installing 'build/missing' libs/apr-toolkit/Makefile.am: installing 'build/depcomp' + autoconf + rm -rf autom4te.cache evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ./configure --with-apr=/usr/local/apr checking for chosen layout... classic checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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 whether make supports the include directive... yes (GNU style) 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-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... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by 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-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 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... /usr/bin/dd checking how to truncate binary pipes... /usr/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 C compiler vendor... gnu checking for pkg-config... /usr/bin/pkg-config UniMRCP Version: 1.7.0 configure: Apache Portable Runtime (APR) library configuration checking for APR... yes 1.5.2 setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" adding "-pthread" to CFLAGS setting LDFLAGS to " " setting UNIMRCP_APR_INCLUDES to " -I/usr/local/apr/include/apr-1 " setting UNIMRCP_APR_LIBS to " -L/usr/local/apr/lib -lapr-1" configure: Apache Portable Runtime Utility (APU) library configuration checking for APR-util... yes 1.6.1 adding "-L/usr/lib" to LDFLAGS adding "-I/usr/include/apr-1" to UNIMRCP_APR_INCLUDES adding "-I/usr/include" to UNIMRCP_APR_INCLUDES adding "-L/usr/lib" to UNIMRCP_APR_LIBS adding "-laprutil-1" to UNIMRCP_APR_LIBS configure: Sofia SIP library configuration checking for Sofia-SIP... yes 1.12.11-239-g54ef3e2 configure: enable inter-library dependencies: yes configure: enable maintainer mode: no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libs/Makefile config.status: creating libs/apr-toolkit/Makefile config.status: creating libs/mpf/Makefile config.status: creating libs/mrcp/Makefile config.status: creating libs/mrcp-signaling/Makefile config.status: creating libs/mrcpv2-transport/Makefile config.status: creating libs/mrcp-engine/Makefile config.status: creating libs/mrcp-server/Makefile config.status: creating libs/mrcp-client/Makefile config.status: creating libs/uni-rtsp/Makefile config.status: creating modules/Makefile config.status: creating modules/mrcp-sofiasip/Makefile config.status: creating modules/mrcp-unirtsp/Makefile config.status: creating plugins/Makefile config.status: creating plugins/mrcp-recorder/Makefile config.status: creating plugins/demo-synth/Makefile config.status: creating plugins/demo-recog/Makefile config.status: creating plugins/demo-verifier/Makefile config.status: creating platforms/Makefile config.status: creating platforms/libunimrcp-server/Makefile config.status: creating platforms/libunimrcp-client/Makefile config.status: creating platforms/unimrcp-server/Makefile config.status: creating platforms/unimrcp-client/Makefile config.status: creating platforms/libasr-client/Makefile config.status: creating platforms/asr-client/Makefile config.status: creating platforms/umc/Makefile config.status: creating tests/Makefile config.status: creating tests/apttest/Makefile config.status: creating tests/mpftest/Makefile config.status: creating tests/mrcptest/Makefile config.status: creating tests/rtsptest/Makefile config.status: creating tests/strtablegen/Makefile config.status: creating build/Makefile config.status: creating build/pkgconfig/Makefile config.status: creating build/pkgconfig/unimrcpclient.pc config.status: creating build/pkgconfig/unimrcpserver.pc config.status: creating build/pkgconfig/unimrcpplugin.pc config.status: creating conf/Makefile config.status: creating data/Makefile config.status: creating docs/doxygen.conf config.status: executing depfiles commands config.status: executing libtool commands ****************************** REPORT ****************************** UniMRCP version............... : 1.7.0 APR version................... : 1.5.2 APR-util version.............. : 1.6.1 Sofia-SIP version............. : 1.12.11-239-g54ef3e2 Compiler...................... : gcc Compiler flags................ : -g -O2 -pthread Preprocessor definitions...... : -DLINUX -D_REENTRANT -D_GNU_SOURCE Linker flags.................. : -L/usr/lib UniMRCP client lib............ : yes Sample UniMRCP client app..... : yes Sample UMC C++ client app..... : yes Misc ASR client lib and app... : yes UniMRCP server lib............ : yes UniMRCP server app............ : yes Demo synthesizer plugin....... : yes Demo recognizer plugin........ : yes Demo verifier plugin.......... : yes Recorder plugin............... : yes Installation layout........... : classic Installation directory........ : /usr/local/unimrcp ******************************************************************** evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ make Making all in build make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in pkgconfig make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in conf make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' Making all in data make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' Making all in libs make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in apr-toolkit make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' CC src/apt_obj_list.lo CC src/apt_cyclic_queue.lo CC src/apt_dir_layout.lo CC src/apt_task.lo CC src/apt_task_msg.lo CC src/apt_consumer_task.lo CC src/apt_pollset.lo CC src/apt_poller_task.lo CC src/apt_pool.lo CC src/apt_log.lo CC src/apt_pair.lo CC src/apt_string_table.lo CC src/apt_header_field.lo CC src/apt_text_stream.lo CC src/apt_text_message.lo CC src/apt_net.lo CC src/apt_nlsml_doc.lo CC src/apt_multipart_content.lo CC src/apt_timer_queue.lo CC src/apt_test_suite.lo CCLD libaprtoolkit.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' Making all in mpf make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' CC codecs/g711/g711.lo CC src/mpf_activity_detector.lo CC src/mpf_audio_file_stream.lo CC src/mpf_bridge.lo CC src/mpf_buffer.lo CC src/mpf_codec_descriptor.lo CC src/mpf_codec_g711.lo CC src/mpf_codec_linear.lo CC src/mpf_codec_manager.lo CC src/mpf_context.lo CC src/mpf_dtmf_detector.lo CC src/mpf_dtmf_generator.lo CC src/mpf_engine.lo CC src/mpf_engine_factory.lo CC src/mpf_mixer.lo CC src/mpf_multiplier.lo CC src/mpf_named_event.lo CC src/mpf_termination.lo CC src/mpf_termination_factory.lo CC src/mpf_rtp_termination_factory.lo CC src/mpf_file_termination_factory.lo CC src/mpf_frame_buffer.lo CC src/mpf_scheduler.lo CC src/mpf_encoder.lo CC src/mpf_decoder.lo CC src/mpf_jitter_buffer.lo CC src/mpf_rtp_stream.lo CC src/mpf_rtp_attribs.lo CC src/mpf_resampler.lo CC src/mpf_stream.lo CCLD libmpf.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' Making all in mrcp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' CC message/src/mrcp_start_line.lo CC message/src/mrcp_header_accessor.lo CC message/src/mrcp_generic_header.lo CC message/src/mrcp_header.lo CC message/src/mrcp_message.lo CC control/src/mrcp_resource_factory.lo CC control/src/mrcp_resource_loader.lo CC control/src/mrcp_stream.lo CC resources/src/mrcp_synth_header.lo CC resources/src/mrcp_synth_resource.lo CC resources/src/mrcp_recog_header.lo CC resources/src/mrcp_recog_resource.lo CC resources/src/mrcp_recorder_header.lo CC resources/src/mrcp_recorder_resource.lo CC resources/src/mrcp_verifier_header.lo CC resources/src/mrcp_verifier_resource.lo CCLD libmrcp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' Making all in mrcp-signaling make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' CC src/mrcp_sig_agent.lo CC src/mrcp_session_descriptor.lo CCLD libmrcpsignaling.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' Making all in mrcpv2-transport make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' CC src/mrcp_control_descriptor.lo CC src/mrcp_connection.lo CC src/mrcp_client_connection.lo CC src/mrcp_server_connection.lo CC src/mrcp_ca_factory.lo CCLD libmrcpv2transport.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' Making all in mrcp-engine make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' CC src/mrcp_engine_iface.lo CC src/mrcp_engine_impl.lo CC src/mrcp_engine_factory.lo CC src/mrcp_engine_loader.lo CC src/mrcp_synth_state_machine.lo CC src/mrcp_recog_state_machine.lo CC src/mrcp_recorder_state_machine.lo CC src/mrcp_verifier_state_machine.lo CCLD libmrcpengine.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' Making all in mrcp-server make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' CC src/mrcp_server.lo CC src/mrcp_server_session.lo CCLD libmrcpserver.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' Making all in mrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' CC src/mrcp_client.lo CC src/mrcp_client_session.lo CC src/mrcp_application.lo CCLD libmrcpclient.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' Making all in uni-rtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' CC src/rtsp_header.lo CC src/rtsp_start_line.lo CC src/rtsp_message.lo CC src/rtsp_stream.lo CC src/rtsp_server.lo CC src/rtsp_client.lo CCLD libunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in modules make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in mrcp-sofiasip make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' CC src/mrcp_sdp.lo CC src/mrcp_sofiasip_task.lo CC src/mrcp_sofiasip_server_agent.lo CC src/mrcp_sofiasip_client_agent.lo CC src/mrcp_sofiasip_logger.lo CCLD libmrcpsofiasip.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' Making all in mrcp-unirtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' CC src/mrcp_unirtsp_sdp.lo CC src/mrcp_unirtsp_logger.lo CC src/mrcp_unirtsp_server_agent.lo CC src/mrcp_unirtsp_client_agent.lo CCLD libmrcpunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in plugins make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in demo-synth make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' CC src/demo_synth_engine.lo CCLD demosynth.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' Making all in demo-recog make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' CC src/demo_recog_engine.lo CCLD demorecog.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' Making all in demo-verifier make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' CC src/demo_verifier_engine.lo CCLD demoverifier.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' Making all in mrcp-recorder make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' CC src/mrcp_recorder_engine.lo CCLD mrcprecorder.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in platforms make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' Making all in libunimrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' CC src/unimrcp_client.lo CCLD libunimrcpclient.la /usr/bin/grep: /usr//lib/libexpat.la: No such file or directory /usr/bin/sed: can't read /usr//lib/libexpat.la: No such file or directory libtool: error: '/usr//lib/libexpat.la' is not a valid libtool archive make[2]: *** [Makefile:486: libunimrcpclient.la] Error 1 make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' make[1]: *** [Makefile:385: all-recursive] Error 1 make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' make: *** [Makefile:431: all-recursive] Error 1 evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ```

achaloyan commented 3 years ago

The intended version is now used for the APR library, but configure still picks up the system-wide version of the APR-util library.

checking for APR-util... yes
1.6.1
  adding "-L/usr/lib" to LDFLAGS
  adding "-I/usr/include/apr-1" to UNIMRCP_APR_INCLUDES
  adding "-I/usr/include" to UNIMRCP_APR_INCLUDES
  adding "-L/usr/lib" to UNIMRCP_APR_LIBS
  adding "-laprutil-1" to UNIMRCP_APR_LIBS

Specify the same path for apr-util as well

./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr

Please note that all the components can be compiled with no custom options or paths specified on bare Ubuntu 20.04 with no system-wide APR.

evandrocoan commented 3 years ago

Hi. I recompiled everything with this new command ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr, now I have this APR version:

checking for APR-util... yes
1.5.4
  adding "-laprutil-1" to UNIMRCP_APR_LIBS
configure: Sofia SIP library configuration
checking for Sofia-SIP... yes
1.12.11-239-g54ef3e2

But the compilation still stopping at the same error:

Making all in libunimrcp-client
make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client'
  CC       src/unimrcp_client.lo
  CCLD     libunimrcpclient.la
/usr/bin/grep: /usr//lib/libexpat.la: No such file or directory
/usr/bin/sed: can't read /usr//lib/libexpat.la: No such file or directory
libtool:   error: '/usr//lib/libexpat.la' is not a valid libtool archive
make[2]: *** [Makefile:486: libunimrcpclient.la] Error 1
make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client'
make[1]: *** [Makefile:385: all-recursive] Error 1
make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms'
make: *** [Makefile:431: all-recursive] Error 1

This is the full compilation log:

``` evandro_coan@computer:(master)~/Downloads$ cd unimrcp-1.7.0/ evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ./bootstrap + libtoolize --force --automake --copy + aclocal -I build/acmacros + automake --foreign --add-missing --copy configure.ac:49: installing 'build/compile' configure.ac:41: installing 'build/missing' libs/apr-toolkit/Makefile.am: installing 'build/depcomp' + autoconf + rm -rf autom4te.cache evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr checking for chosen layout... classic checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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 whether make supports the include directive... yes (GNU style) 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-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... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by 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-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 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... /usr/bin/dd checking how to truncate binary pipes... /usr/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 C compiler vendor... gnu checking for pkg-config... /usr/bin/pkg-config UniMRCP Version: 1.7.0 configure: Apache Portable Runtime (APR) library configuration checking for APR... yes 1.5.2 setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE" adding "-pthread" to CFLAGS setting LDFLAGS to " " setting UNIMRCP_APR_INCLUDES to " -I/usr/local/apr/include/apr-1 " setting UNIMRCP_APR_LIBS to " -L/usr/local/apr/lib -lapr-1" configure: Apache Portable Runtime Utility (APU) library configuration checking for APR-util... yes 1.5.4 adding "-laprutil-1" to UNIMRCP_APR_LIBS configure: Sofia SIP library configuration checking for Sofia-SIP... yes 1.12.11-239-g54ef3e2 configure: enable inter-library dependencies: yes configure: enable maintainer mode: no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libs/Makefile config.status: creating libs/apr-toolkit/Makefile config.status: creating libs/mpf/Makefile config.status: creating libs/mrcp/Makefile config.status: creating libs/mrcp-signaling/Makefile config.status: creating libs/mrcpv2-transport/Makefile config.status: creating libs/mrcp-engine/Makefile config.status: creating libs/mrcp-server/Makefile config.status: creating libs/mrcp-client/Makefile config.status: creating libs/uni-rtsp/Makefile config.status: creating modules/Makefile config.status: creating modules/mrcp-sofiasip/Makefile config.status: creating modules/mrcp-unirtsp/Makefile config.status: creating plugins/Makefile config.status: creating plugins/mrcp-recorder/Makefile config.status: creating plugins/demo-synth/Makefile config.status: creating plugins/demo-recog/Makefile config.status: creating plugins/demo-verifier/Makefile config.status: creating platforms/Makefile config.status: creating platforms/libunimrcp-server/Makefile config.status: creating platforms/libunimrcp-client/Makefile config.status: creating platforms/unimrcp-server/Makefile config.status: creating platforms/unimrcp-client/Makefile config.status: creating platforms/libasr-client/Makefile config.status: creating platforms/asr-client/Makefile config.status: creating platforms/umc/Makefile config.status: creating tests/Makefile config.status: creating tests/apttest/Makefile config.status: creating tests/mpftest/Makefile config.status: creating tests/mrcptest/Makefile config.status: creating tests/rtsptest/Makefile config.status: creating tests/strtablegen/Makefile config.status: creating build/Makefile config.status: creating build/pkgconfig/Makefile config.status: creating build/pkgconfig/unimrcpclient.pc config.status: creating build/pkgconfig/unimrcpserver.pc config.status: creating build/pkgconfig/unimrcpplugin.pc config.status: creating conf/Makefile config.status: creating data/Makefile config.status: creating docs/doxygen.conf config.status: executing depfiles commands config.status: executing libtool commands ****************************** REPORT ****************************** UniMRCP version............... : 1.7.0 APR version................... : 1.5.2 APR-util version.............. : 1.5.4 Sofia-SIP version............. : 1.12.11-239-g54ef3e2 Compiler...................... : gcc Compiler flags................ : -g -O2 -pthread Preprocessor definitions...... : -DLINUX -D_REENTRANT -D_GNU_SOURCE Linker flags.................. : UniMRCP client lib............ : yes Sample UniMRCP client app..... : yes Sample UMC C++ client app..... : yes Misc ASR client lib and app... : yes UniMRCP server lib............ : yes UniMRCP server app............ : yes Demo synthesizer plugin....... : yes Demo recognizer plugin........ : yes Demo verifier plugin.......... : yes Recorder plugin............... : yes Installation layout........... : classic Installation directory........ : /usr/local/unimrcp ******************************************************************** evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ make Making all in build make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in pkgconfig make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build/pkgconfig' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/build' Making all in conf make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/conf' Making all in data make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/data' Making all in libs make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in apr-toolkit make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' CC src/apt_obj_list.lo CC src/apt_cyclic_queue.lo CC src/apt_dir_layout.lo CC src/apt_task.lo CC src/apt_task_msg.lo CC src/apt_consumer_task.lo CC src/apt_pollset.lo CC src/apt_poller_task.lo CC src/apt_pool.lo CC src/apt_log.lo CC src/apt_pair.lo CC src/apt_string_table.lo CC src/apt_header_field.lo CC src/apt_text_stream.lo CC src/apt_text_message.lo CC src/apt_net.lo CC src/apt_nlsml_doc.lo CC src/apt_multipart_content.lo CC src/apt_timer_queue.lo CC src/apt_test_suite.lo CCLD libaprtoolkit.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/apr-toolkit' Making all in mpf make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' CC codecs/g711/g711.lo CC src/mpf_activity_detector.lo CC src/mpf_audio_file_stream.lo CC src/mpf_bridge.lo CC src/mpf_buffer.lo CC src/mpf_codec_descriptor.lo CC src/mpf_codec_g711.lo CC src/mpf_codec_linear.lo CC src/mpf_codec_manager.lo CC src/mpf_context.lo CC src/mpf_dtmf_detector.lo CC src/mpf_dtmf_generator.lo CC src/mpf_engine.lo CC src/mpf_engine_factory.lo CC src/mpf_mixer.lo CC src/mpf_multiplier.lo CC src/mpf_named_event.lo CC src/mpf_termination.lo CC src/mpf_termination_factory.lo CC src/mpf_rtp_termination_factory.lo CC src/mpf_file_termination_factory.lo CC src/mpf_frame_buffer.lo CC src/mpf_scheduler.lo CC src/mpf_encoder.lo CC src/mpf_decoder.lo CC src/mpf_jitter_buffer.lo CC src/mpf_rtp_stream.lo CC src/mpf_rtp_attribs.lo CC src/mpf_resampler.lo CC src/mpf_stream.lo CCLD libmpf.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mpf' Making all in mrcp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' CC message/src/mrcp_start_line.lo CC message/src/mrcp_header_accessor.lo CC message/src/mrcp_generic_header.lo CC message/src/mrcp_header.lo CC message/src/mrcp_message.lo CC control/src/mrcp_resource_factory.lo CC control/src/mrcp_resource_loader.lo CC control/src/mrcp_stream.lo CC resources/src/mrcp_synth_header.lo CC resources/src/mrcp_synth_resource.lo CC resources/src/mrcp_recog_header.lo CC resources/src/mrcp_recog_resource.lo CC resources/src/mrcp_recorder_header.lo CC resources/src/mrcp_recorder_resource.lo CC resources/src/mrcp_verifier_header.lo CC resources/src/mrcp_verifier_resource.lo CCLD libmrcp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp' Making all in mrcp-signaling make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' CC src/mrcp_sig_agent.lo CC src/mrcp_session_descriptor.lo CCLD libmrcpsignaling.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-signaling' Making all in mrcpv2-transport make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' CC src/mrcp_control_descriptor.lo CC src/mrcp_connection.lo CC src/mrcp_client_connection.lo CC src/mrcp_server_connection.lo CC src/mrcp_ca_factory.lo CCLD libmrcpv2transport.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcpv2-transport' Making all in mrcp-engine make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' CC src/mrcp_engine_iface.lo CC src/mrcp_engine_impl.lo CC src/mrcp_engine_factory.lo CC src/mrcp_engine_loader.lo CC src/mrcp_synth_state_machine.lo CC src/mrcp_recog_state_machine.lo CC src/mrcp_recorder_state_machine.lo CC src/mrcp_verifier_state_machine.lo CCLD libmrcpengine.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-engine' Making all in mrcp-server make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' CC src/mrcp_server.lo CC src/mrcp_server_session.lo CCLD libmrcpserver.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-server' Making all in mrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' CC src/mrcp_client.lo CC src/mrcp_client_session.lo CC src/mrcp_application.lo CCLD libmrcpclient.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/mrcp-client' Making all in uni-rtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' CC src/rtsp_header.lo CC src/rtsp_start_line.lo CC src/rtsp_message.lo CC src/rtsp_stream.lo CC src/rtsp_server.lo CC src/rtsp_client.lo CCLD libunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs/uni-rtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/libs' Making all in modules make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in mrcp-sofiasip make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' CC src/mrcp_sdp.lo CC src/mrcp_sofiasip_task.lo CC src/mrcp_sofiasip_server_agent.lo CC src/mrcp_sofiasip_client_agent.lo CC src/mrcp_sofiasip_logger.lo CCLD libmrcpsofiasip.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-sofiasip' Making all in mrcp-unirtsp make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' CC src/mrcp_unirtsp_sdp.lo CC src/mrcp_unirtsp_logger.lo CC src/mrcp_unirtsp_server_agent.lo CC src/mrcp_unirtsp_client_agent.lo CCLD libmrcpunirtsp.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules/mrcp-unirtsp' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/modules' Making all in plugins make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in demo-synth make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' CC src/demo_synth_engine.lo CCLD demosynth.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-synth' Making all in demo-recog make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' CC src/demo_recog_engine.lo CCLD demorecog.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-recog' Making all in demo-verifier make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' CC src/demo_verifier_engine.lo CCLD demoverifier.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/demo-verifier' Making all in mrcp-recorder make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' CC src/mrcp_recorder_engine.lo CCLD mrcprecorder.la make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins/mrcp-recorder' make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/plugins' Making all in platforms make[1]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' Making all in libunimrcp-client make[2]: Entering directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' CC src/unimrcp_client.lo CCLD libunimrcpclient.la /usr/bin/grep: /usr//lib/libexpat.la: No such file or directory /usr/bin/sed: can't read /usr//lib/libexpat.la: No such file or directory libtool: error: '/usr//lib/libexpat.la' is not a valid libtool archive make[2]: *** [Makefile:486: libunimrcpclient.la] Error 1 make[2]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms/libunimrcp-client' make[1]: *** [Makefile:385: all-recursive] Error 1 make[1]: Leaving directory '/home/evandro_coan/Downloads/unimrcp-1.7.0/platforms' make: *** [Makefile:431: all-recursive] Error 1 evandro_coan@computer:(master)~/Downloads/unimrcp-1.7.0$ ```

Do you know from where come this libexpat.la which this libtool is trying to find?

achaloyan commented 3 years ago

You may also try to use libexpat bundled with apr-util by providing the corresponding attribute to configure while building apr-util. Start over building from scratch and it will work.

evandrocoan commented 3 years ago

Which configure parameter should I use or do you know how can I can I see the ./configure available options?

I saw this on their change log: https://downloads.apache.org/apr/CHANGES-APR-UTIL-1.6

*) The expat dependency of apr-util is no longer built with apr-util. Install expat (including development headers and libraries) first before building apr-util. [https://libexpat.github.io/]

I checked libexpat-dev installed but I could not find this libexpat.la

$ dpkg-query -L libexpat1-dev
/.
/usr
/usr/include
/usr/include/expat.h
/usr/include/expat_external.h
/usr/include/x86_64-linux-gnu
/usr/include/x86_64-linux-gnu/expat_config.h
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libexpat.a
/usr/lib/x86_64-linux-gnu/libexpatw.a
/usr/lib/x86_64-linux-gnu/pkgconfig
/usr/lib/x86_64-linux-gnu/pkgconfig/expat.pc
/usr/share
/usr/share/aclocal
/usr/share/aclocal/expat.m4
/usr/share/doc
/usr/share/doc/libexpat1-dev
/usr/share/doc/libexpat1-dev/TODO.Debian
/usr/share/doc/libexpat1-dev/copyright
/usr/share/doc/libexpat1-dev/examples
/usr/share/doc/libexpat1-dev/examples/elements.c
/usr/share/doc/libexpat1-dev/examples/outline.c
/usr/share/doc/libexpat1-dev/expat.html
/usr/share/doc/libexpat1-dev/expat.html/expat.png
/usr/share/doc/libexpat1-dev/expat.html/reference.html
/usr/share/doc/libexpat1-dev/expat.html/style.css
/usr/share/doc/libexpat1-dev/expat.html/valid-xhtml10.png
/usr/share/doc/libexpat1-dev/expat.html/xmlwf.xml.gz
/usr/share/doc-base
/usr/share/doc-base/expat
/usr/lib/x86_64-linux-gnu/libexpat.so
/usr/lib/x86_64-linux-gnu/libexpatw.so
/usr/share/doc/libexpat1-dev/changelog.Debian.gz
/usr/share/doc/libexpat1-dev/expat.html/index.html

 dpkg-query -L libexpat1
/.
/lib
/lib/x86_64-linux-gnu
/lib/x86_64-linux-gnu/libexpat.so.1.6.11
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libexpatw.so.1.6.11
/usr/share
/usr/share/doc
/usr/share/doc/libexpat1
/usr/share/doc/libexpat1/AUTHORS
/usr/share/doc/libexpat1/changelog.Debian.gz
/usr/share/doc/libexpat1/copyright
/lib/x86_64-linux-gnu/libexpat.so.1
/usr/lib/x86_64-linux-gnu/libexpatw.so.1
achaloyan commented 3 years ago

UniMRCP is based on 1.5 version of APR and APR-util. You should consider using the libraries shipped with the dependencies.

Use ./configure --help for available options.

evandrocoan commented 3 years ago

UniMRCP is based on 1.5 version of APR and APR-util. You should consider using the libraries shipped with the dependencies.

I just downloaded dependencies from your website: http://www.unimrcp.org/index.php/project/featured-view image

Is the dependencies version 1.6.0 supposed to be used with unimrcp version 1.7.0 ?

You may also try to use libexpat bundled with apr-util by providing the corresponding attribute to configure while building apr-util.

What corresponding attribute you mean? Do you mean to pass the ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr when building unimrcp-1.7.0 as you instructed on https://github.com/unispeech/unimrcp/issues/286#issuecomment-793265476 ?

achaloyan commented 3 years ago

Is the dependencies version 1.6.0 supposed to be used with unimrcp version 1.7.0 ?

Yes. Please follow the instructions provided in the installation guide. There is nothing that you need to do in particular to build the packages from source.