Outils pour utilisateurs

Outils du site


informatique:qtox

Table des matières

qTox

qTox est un client pour le protocole de communication Tox.

Compilation

La procédure d'installation sur Github donne les différentes étapes pour compiler qTox.

ToxCore

Avant de compiler qTox, il faut compiler ToxCore.

Installation des dépendances, sur Debian :

# apt-get install libtool autotools-dev automake checkinstall check \
libopus-dev libvpx-dev libsodium-dev libavdevice-dev

Je crée un dossier “Programmes”, juste pour l'organisation, et je clone le dépôt de ToxCore dedans :

$ mkdir Programmes
 
$ cd Programmes/
 
$ git clone https://github.com/toktok/c-toxcore.git toxcore
Clonage dans 'toxcore'...
remote: Counting objects: 22397, done.
remote: Total 22397 (delta 0), reused 0 (delta 0), pack-reused 22397
Réception d'objets: 100% (22397/22397), 10.29 MiB | 1.02 MiB/s, fait.
Résolution des deltas: 100% (15662/15662), fait.

Je continue avec la procédure détaillée sur le dépôt pour compiler ToxCore :

$ cd toxcore/
 
$ git checkout v0.1.10
Note : extraction de 'v0.1.10'.
 
Vous êtes dans l'état « HEAD détachée ». Vous pouvez visiter, faire des modifications
expérimentales et les valider. Il vous suffit de faire une autre extraction pour
abandonner les commits que vous faites dans cet état sans impacter les autres branches
 
Si vous voulez créer une nouvelle branche pour conserver les commits que vous créez,
il vous suffit d'utiliser « checkout -b » (maintenant ou plus tard) comme ceci :
 
  git checkout -b <nom-de-la-nouvelle-branche>
 
HEAD est maintenant sur 6295d28a... Release v0.1.10
 
$ autoreconf -if$libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'configure_aux'.

Cliquez pour afficher ⇲

Cliquez pour masquer ⇱

libtoolize: copying file 'configure_aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:280: installing 'configure_aux/ar-lib'
configure.ac:196: installing 'configure_aux/compile'
configure.ac:281: installing 'configure_aux/config.guess'
configure.ac:281: installing 'configure_aux/config.sub'
configure.ac:9: installing 'configure_aux/install-sh'
configure.ac:9: installing 'configure_aux/missing'
build/Makefile.am: installing 'configure_aux/depcomp'
parallel-tests: installing 'configure_aux/test-driver'
root@laptop:/home/simon/Programmes/toxcore# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for Linux epoll(7) interface... yes
checking for gcc option to accept ISO C99... none needed
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for LIBSODIUM... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for int16_t... yes
checking for int32_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking whether byte ordering is bigendian... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for gettimeofday... yes
checking for memset... yes
checking for socket... yes
checking for strchr... yes
checking for malloc... yes
checking for clock_gettime in -lrt... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_self in -lpthread... yes
checking for OPUS... yes
checking for VPX... yes
checking for CHECK... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating libtoxcore.pc
config.status: creating tox.spec
config.status: creating libtoxav.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
$ make -j$(nproc)

Cliquez pour afficher ⇲

Cliquez pour masquer ⇱

make  all-recursive
make[1] : on entre dans le répertoire « /home/simon/Programmes/toxcore »
Making all in build
make[2] : on entre dans le répertoire « /home/simon/Programmes/toxcore/build »
  CC       ../toxcore/libtoxcore_la-DHT.lo
  CC       ../toxcore/libtoxcore_la-network.lo
  CC       ../toxcore/libtoxcore_la-crypto_core.lo
  CC       ../toxcore/libtoxcore_la-crypto_core_mem.lo
  CC       ../toxcore/libtoxcore_la-ping_array.lo
  CC       ../toxcore/libtoxcore_la-net_crypto.lo
  CC       ../toxcore/libtoxcore_la-friend_requests.lo
  CC       ../toxcore/libtoxcore_la-LAN_discovery.lo
  CC       ../toxcore/libtoxcore_la-friend_connection.lo
  CC       ../toxcore/libtoxcore_la-Messenger.lo
  CC       ../toxcore/libtoxcore_la-ping.lo
  CC       ../toxcore/libtoxcore_la-tox.lo
  CC       ../toxcore/libtoxcore_la-tox_api.lo
  CC       ../toxcore/libtoxcore_la-util.lo
  CC       ../toxcore/libtoxcore_la-group.lo
  CC       ../toxcore/libtoxcore_la-onion.lo
  CC       ../toxcore/libtoxcore_la-logger.lo
  CC       ../toxcore/libtoxcore_la-onion_announce.lo
  CC       ../toxcore/libtoxcore_la-onion_client.lo
  CC       ../toxcore/libtoxcore_la-TCP_client.lo
  CC       ../toxcore/libtoxcore_la-TCP_server.lo
  CC       ../toxcore/libtoxcore_la-TCP_connection.lo
  CC       ../toxcore/libtoxcore_la-list.lo
  CC       ../toxdns/libtoxdns_la-toxdns.lo
  CC       ../toxencryptsave/libtoxencryptsave_la-toxencryptsave.lo
  CC       ../toxav/libtoxav_la-rtp.lo
  CC       ../toxav/libtoxav_la-msi.lo
  CC       ../toxav/libtoxav_la-groupav.lo
  CC       ../toxav/libtoxav_la-audio.lo
  CC       ../toxav/libtoxav_la-video.lo
  CC       ../toxav/libtoxav_la-bwcontroller.lo
  CC       ../toxav/libtoxav_la-ring_buffer.lo
  CC       ../toxav/libtoxav_la-toxav.lo
  CC       ../toxav/libtoxav_la-toxav_old.lo
  CC       ../testing/DHT_test-DHT_test.o
  CC       ../testing/Messenger_test-Messenger_test.o
  CC       ../testing/dns3_test-dns3_test.o
  CC       ../testing/tox_sync-tox_sync.o
  CC       ../testing/tox_shell-tox_shell.o
  CC       ../testing/irc_syncbot-irc_syncbot.o
  CCLD     libtoxcore.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libtoxdns.la
  CCLD     libtoxencryptsave.la
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libtoxav.la
  CCLD     DHT_test
  CCLD     Messenger_test
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     dns3_test
  CCLD     tox_sync
  CCLD     tox_shell
  CCLD     irc_syncbot
make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore/build »
make[2] : on entre dans le répertoire « /home/simon/Programmes/toxcore »
make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore »
make[1] : on quitte le répertoire « /home/simon/Programmes/toxcore »
# make install

Cliquez pour afficher ⇲

Cliquez pour masquer ⇱

make  install-recursive
make[1] : on entre dans le répertoire « /home/simon/Programmes/toxcore »
Making install in build
make[2] : on entre dans le répertoire « /home/simon/Programmes/toxcore/build »
make[3] : on entre dans le répertoire « /home/simon/Programmes/toxcore/build »
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libtoxcore.la libtoxdns.la libtoxencryptsave.la libtoxav.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libtoxcore.so.1.10.0 /usr/local/lib/libtoxcore.so.1.10.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxcore.so.1.10.0 libtoxcore.so.1 || { rm -f libtoxcore.so.1 && ln -s libtoxcore.so.1.10.0 libtoxcore.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxcore.so.1.10.0 libtoxcore.so || { rm -f libtoxcore.so && ln -s libtoxcore.so.1.10.0 libtoxcore.so; }; })
libtool: install: /usr/bin/install -c .libs/libtoxcore.lai /usr/local/lib/libtoxcore.la
libtool: warning: relinking 'libtoxdns.la'
libtool: install: (cd /home/simon/Programmes/toxcore/build; /bin/bash "/home/simon/Programmes/toxcore/libtool"  --silent --tag CC --mode=relink gcc -I.. -I../toxcore -pthread -g -O2 -version-info 11:0:10 -lm -lrt -o libtoxdns.la -rpath /usr/local/lib ../toxdns/libtoxdns_la-toxdns.lo -lsodium libtoxcore.la )
libtool: install: /usr/bin/install -c .libs/libtoxdns.so.1.10.0T /usr/local/lib/libtoxdns.so.1.10.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxdns.so.1.10.0 libtoxdns.so.1 || { rm -f libtoxdns.so.1 && ln -s libtoxdns.so.1.10.0 libtoxdns.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxdns.so.1.10.0 libtoxdns.so || { rm -f libtoxdns.so && ln -s libtoxdns.so.1.10.0 libtoxdns.so; }; })
libtool: install: /usr/bin/install -c .libs/libtoxdns.lai /usr/local/lib/libtoxdns.la
libtool: warning: relinking 'libtoxencryptsave.la'
libtool: install: (cd /home/simon/Programmes/toxcore/build; /bin/bash "/home/simon/Programmes/toxcore/libtool"  --silent --tag CC --mode=relink gcc -I.. -I../toxcore -pthread -g -O2 -version-info 11:0:10 -lm -lrt -o libtoxencryptsave.la -rpath /usr/local/lib ../toxencryptsave/libtoxencryptsave_la-toxencryptsave.lo -lsodium libtoxcore.la )
libtool: install: /usr/bin/install -c .libs/libtoxencryptsave.so.1.10.0T /usr/local/lib/libtoxencryptsave.so.1.10.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxencryptsave.so.1.10.0 libtoxencryptsave.so.1 || { rm -f libtoxencryptsave.so.1 && ln -s libtoxencryptsave.so.1.10.0 libtoxencryptsave.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxencryptsave.so.1.10.0 libtoxencryptsave.so || { rm -f libtoxencryptsave.so && ln -s libtoxencryptsave.so.1.10.0 libtoxencryptsave.so; }; })
libtool: install: /usr/bin/install -c .libs/libtoxencryptsave.lai /usr/local/lib/libtoxencryptsave.la
libtool: warning: relinking 'libtoxav.la'
libtool: install: (cd /home/simon/Programmes/toxcore/build; /bin/bash "/home/simon/Programmes/toxcore/libtool"  --silent --tag CC --mode=relink gcc -I../toxcore -I../toxav -I/usr/include/opus -pthread -g -O2 -version-info 11:0:10 -o libtoxav.la -rpath /usr/local/lib ../toxav/libtoxav_la-rtp.lo ../toxav/libtoxav_la-msi.lo ../toxav/libtoxav_la-groupav.lo ../toxav/libtoxav_la-audio.lo ../toxav/libtoxav_la-video.lo ../toxav/libtoxav_la-bwcontroller.lo ../toxav/libtoxav_la-ring_buffer.lo ../toxav/libtoxav_la-toxav.lo ../toxav/libtoxav_la-toxav_old.lo libtoxcore.la -lsodium -lopus -lvpx -lm )
libtool: install: /usr/bin/install -c .libs/libtoxav.so.1.10.0T /usr/local/lib/libtoxav.so.1.10.0
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxav.so.1.10.0 libtoxav.so.1 || { rm -f libtoxav.so.1 && ln -s libtoxav.so.1.10.0 libtoxav.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libtoxav.so.1.10.0 libtoxav.so || { rm -f libtoxav.so && ln -s libtoxav.so.1.10.0 libtoxav.so; }; })
libtool: install: /usr/bin/install -c .libs/libtoxav.lai /usr/local/lib/libtoxav.la
libtool: install: /usr/bin/install -c .libs/libtoxcore.a /usr/local/lib/libtoxcore.a
libtool: install: chmod 644 /usr/local/lib/libtoxcore.a
libtool: install: ranlib /usr/local/lib/libtoxcore.a
libtool: install: /usr/bin/install -c .libs/libtoxdns.a /usr/local/lib/libtoxdns.a
libtool: install: chmod 644 /usr/local/lib/libtoxdns.a
libtool: install: ranlib /usr/local/lib/libtoxdns.a
libtool: install: /usr/bin/install -c .libs/libtoxencryptsave.a /usr/local/lib/libtoxencryptsave.a
libtool: install: chmod 644 /usr/local/lib/libtoxencryptsave.a
libtool: install: ranlib /usr/local/lib/libtoxencryptsave.a
libtool: install: /usr/bin/install -c .libs/libtoxav.a /usr/local/lib/libtoxav.a
libtool: install: chmod 644 /usr/local/lib/libtoxav.a
libtool: install: ranlib /usr/local/lib/libtoxav.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib
 
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'
 
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /bin/mkdir -p '/usr/local/bin'
 /bin/mkdir -p '/usr/local/include/tox'
 /usr/bin/install -c -m 644 ../toxav/toxav.h '/usr/local/include/tox'
 /bin/mkdir -p '/usr/local/include/tox'
 /usr/bin/install -c -m 644 ../toxcore/tox.h '/usr/local/include/tox'
 /bin/mkdir -p '/usr/local/include/tox'
 /usr/bin/install -c -m 644 ../toxdns/toxdns.h '/usr/local/include/tox'
 /bin/mkdir -p '/usr/local/include/tox'
 /usr/bin/install -c -m 644 ../toxencryptsave/toxencryptsave.h '/usr/local/include/tox'
make[3] : on quitte le répertoire « /home/simon/Programmes/toxcore/build »
make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore/build »
make[2] : on entre dans le répertoire « /home/simon/Programmes/toxcore »
make[3] : on entre dans le répertoire « /home/simon/Programmes/toxcore »
make[3]: rien à faire pour « install-exec-am ».
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 ./libtoxcore.pc ./libtoxav.pc '/usr/local/lib/pkgconfig'
make[3] : on quitte le répertoire « /home/simon/Programmes/toxcore »
make[2] : on quitte le répertoire « /home/simon/Programmes/toxcore »
make[1] : on quitte le répertoire « /home/simon/Programmes/toxcore »
$ echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
/usr/local/lib/
 
# ldconfig

qTox

Une fois ToxCore installé, on peut s'attaquer à la compilation de qTox en lui-même.

Dépendances :

sudo apt-get install build-essential cmake ffmpeg libexif-dev libgdk-pixbuf2.0-dev \
    libglib2.0-dev libgtk2.0-dev libopenal-dev libqrencode-dev libqt5opengl5-dev \
    libqt5svg5-dev libsqlcipher-dev libxss-dev pkg-config qrencode qt5-default \
    qttools5-dev qttools5-dev-tools yasm
simon@laptop:~$ git clone https://github.com/qTox/qTox.git qTox

Cliquez pour afficher ⇲

Cliquez pour masquer ⇱

Clonage dans 'qTox'...
remote: Counting objects: 40907, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 40907 (delta 7), reused 7 (delta 4), pack-reused 40895
Réception d'objets: 100% (40907/40907), 26.88 MiB | 736.00 KiB/s, fait.
Résolution des deltas: 100% (29528/29528), fait.
simon@laptop:~$ cd qTox/
 
simon@laptop:~/qTox$ cmake .

Cliquez pour afficher ⇲

Cliquez pour masquer ⇱

-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") 
-- Checking for one of the modules 'libavcodec'
-- LIBAVCODEC LIBRARY_DIRS: 
-- LIBAVCODEC INCLUDE_DIRS: /usr/include/x86_64-linux-gnu
-- LIBAVCODEC CFLAGS_OTHER: 
-- LIBAVCODEC LIBRARIES:    avcodec
-- LIBAVCODEC found
-- Checking for one of the modules 'libavdevice'
-- LIBAVDEVICE LIBRARY_DIRS: 
-- LIBAVDEVICE INCLUDE_DIRS: /usr/include/x86_64-linux-gnu
-- LIBAVDEVICE CFLAGS_OTHER: 
-- LIBAVDEVICE LIBRARIES:    avdevice
-- LIBAVDEVICE found
-- Checking for one of the modules 'libavformat'
-- LIBAVFORMAT LIBRARY_DIRS: 
-- LIBAVFORMAT INCLUDE_DIRS: /usr/include/x86_64-linux-gnu
-- LIBAVFORMAT CFLAGS_OTHER: 
-- LIBAVFORMAT LIBRARIES:    avformat
-- LIBAVFORMAT found
-- Checking for one of the modules 'libavutil'
-- LIBAVUTIL LIBRARY_DIRS: 
-- LIBAVUTIL INCLUDE_DIRS: /usr/include/x86_64-linux-gnu
-- LIBAVUTIL CFLAGS_OTHER: 
-- LIBAVUTIL LIBRARIES:    avutil
-- LIBAVUTIL found
-- Checking for one of the modules 'libexif'
-- LIBEXIF LIBRARY_DIRS: 
-- LIBEXIF INCLUDE_DIRS: /usr/include/libexif
-- LIBEXIF CFLAGS_OTHER: 
-- LIBEXIF LIBRARIES:    exif
-- LIBEXIF found
-- Checking for one of the modules 'libqrencode'
-- LIBQRENCODE LIBRARY_DIRS: 
-- LIBQRENCODE INCLUDE_DIRS: 
-- LIBQRENCODE CFLAGS_OTHER: 
-- LIBQRENCODE LIBRARIES:    qrencode
-- LIBQRENCODE found
-- Checking for one of the modules 'libsodium'
-- LIBSODIUM LIBRARY_DIRS: 
-- LIBSODIUM INCLUDE_DIRS: 
-- LIBSODIUM CFLAGS_OTHER: 
-- LIBSODIUM LIBRARIES:    sodium
-- LIBSODIUM found
-- Checking for one of the modules 'libswscale'
-- LIBSWSCALE LIBRARY_DIRS: 
-- LIBSWSCALE INCLUDE_DIRS: /usr/include/x86_64-linux-gnu
-- LIBSWSCALE CFLAGS_OTHER: 
-- LIBSWSCALE LIBRARIES:    swscale
-- LIBSWSCALE found
-- Checking for one of the modules 'sqlcipher'
-- SQLCIPHER LIBRARY_DIRS: 
-- SQLCIPHER INCLUDE_DIRS: /usr/include/sqlcipher
-- SQLCIPHER CFLAGS_OTHER: 
-- SQLCIPHER LIBRARIES:    sqlcipher
-- SQLCIPHER found
-- Checking for one of the modules 'vpx'
-- VPX LIBRARY_DIRS: 
-- VPX INCLUDE_DIRS: 
-- VPX CFLAGS_OTHER: 
-- VPX LIBRARIES:    vpx;m
-- VPX found
-- Checking for one of the modules 'toxcore'
-- TOXCORE not found
-- Checking for one of the modules 'toxav'
-- TOXAV not found
-- Checking for one of the modules 'toxencryptsave'
-- TOXENCRYPTSAVE not found
-- Checking for one of the modules 'libtoxcore'
-- TOXCORE LIBRARY_DIRS: /usr/local/lib
-- TOXCORE INCLUDE_DIRS: /usr/local/include
-- TOXCORE CFLAGS_OTHER: 
-- TOXCORE LIBRARIES:    toxcore;toxdns;toxencryptsave;m;pthread
-- TOXCORE found
-- Checking for one of the modules 'libtoxav'
-- TOXAV LIBRARY_DIRS: /usr/local/lib
-- TOXAV INCLUDE_DIRS: /usr/local/include
-- TOXAV CFLAGS_OTHER: 
-- TOXAV LIBRARIES:    toxav;opus;vpx;m;toxcore;toxdns;toxencryptsave;m;pthread
-- TOXAV found
-- Checking for one of the modules 'openal'
-- OPENAL LIBRARY_DIRS: 
-- OPENAL INCLUDE_DIRS: /usr/include/AL
-- OPENAL CFLAGS_OTHER: 
-- OPENAL LIBRARIES:    openal
-- OPENAL found
-- Checking for one of the modules 'x11'
-- X11 LIBRARY_DIRS: 
-- X11 INCLUDE_DIRS: 
-- X11 CFLAGS_OTHER: 
-- X11 LIBRARIES:    X11
-- X11 found
-- Checking for one of the modules 'xscrnsaver'
-- XSS LIBRARY_DIRS: 
-- XSS INCLUDE_DIRS: 
-- XSS CFLAGS_OTHER: 
-- XSS LIBRARIES:    Xss
-- XSS found
-- Using platform extensions
-- Checking for one of the modules 'gdk-pixbuf-2.0'
-- GDK_PIXBUF LIBRARY_DIRS: 
-- GDK_PIXBUF INCLUDE_DIRS: /usr/include/gdk-pixbuf-2.0;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- GDK_PIXBUF CFLAGS_OTHER: -pthread
-- GDK_PIXBUF LIBRARIES:    gdk_pixbuf-2.0;gobject-2.0;glib-2.0
-- GDK_PIXBUF found
-- Checking for one of the modules 'glib-2.0'
-- GLIB LIBRARY_DIRS: 
-- GLIB INCLUDE_DIRS: /usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
-- GLIB CFLAGS_OTHER: 
-- GLIB LIBRARIES:    glib-2.0
-- GLIB found
-- Checking for one of the modules 'gtk+-2.0'
-- GTK LIBRARY_DIRS: 
-- GTK INCLUDE_DIRS: /usr/include/gtk-2.0;/usr/lib/x86_64-linux-gnu/gtk-2.0/include;/usr/include/gio-unix-2.0/;/usr/include/cairo;/usr/include/pango-1.0;/usr/include/atk-1.0;/usr/include/cairo;/usr/include/pixman-1;/usr/include/libpng16;/usr/include/gdk-pixbuf-2.0;/usr/include/libpng16;/usr/include/pango-1.0;/usr/include/harfbuzz;/usr/include/pango-1.0;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include;/usr/include/freetype2
-- GTK CFLAGS_OTHER: -pthread
-- GTK LIBRARIES:    gtk-x11-2.0;gdk-x11-2.0;pangocairo-1.0;atk-1.0;cairo;gdk_pixbuf-2.0;gio-2.0;pangoft2-1.0;pango-1.0;gobject-2.0;glib-2.0;fontconfig;freetype
-- GTK found
-- FILTERAUDIO not found
-- not using filteraudio, libfilteraudio not found
-- CMAKE_C_FLAGS: 
-- CMAKE_CXX_FLAGS:  -std=c++11 -fno-exceptions -fno-rtti -Wstrict-overflow -Wstrict-aliasing -Werror -fstack-protector-all -Wstack-protector -pthread -pthread
-- Configuring done
-- Generating done
-- Build files have been written to: /home/simon/qTox
simon@laptop:~/qTox$ make

Cliquez pour afficher ⇲

Cliquez pour masquer ⇱

Scanning dependencies of target test_toxid_automoc
[  0%] Automatic moc for target test_toxid
Generating moc source toxid_test.moc
Generating moc compilation test_toxid_automoc.cpp
[  0%] Built target test_toxid_automoc
Scanning dependencies of target qtox_static_automoc
[  1%] Automatic moc for target qtox_static
Generating moc source qtox_static_automoc.dir/moc_audio_JSEUG75HELY2QV.cpp
Generating moc source qtox_static_automoc.dir/moc_openal_SGBGSWPOZGVTCW.cpp
Generating moc source qtox_static_automoc.dir/moc_chatlineconten_H2E3SVSSZGBAI6.cpp
Generating moc source qtox_static_automoc.dir/moc_chatlineconten_72CUFEIBXCRLHN.cpp
Generating moc source qtox_static_automoc.dir/moc_chatlog_PI6YKVEPLBOCQQ.cpp
Generating moc source qtox_static_automoc.dir/moc_filetransferwi_HASV6KKHCFSGDR.cpp
Generating moc source qtox_static_automoc.dir/moc_notificationic_ARUM3HEPS5KYDF.cpp
Generating moc source qtox_static_automoc.dir/moc_spinner_LO2GU6MSGM3MMP.cpp
Generating moc source qtox_static_automoc.dir/moc_text_5O2J2PF2R6MBKY.cpp
Generating moc source qtox_static_automoc.dir/moc_timestamp_L3H4K3OCAXZO5K.cpp
Generating moc source qtox_static_automoc.dir/moc_customtextdocu_TLAD6UB4EGC3KB.cpp
Generating moc source qtox_static_automoc.dir/moc_core_2USSSQINLWRLED.cpp
Generating moc source qtox_static_automoc.dir/moc_coreav_IAE6MQ4RFLDSRI.cpp
Generating moc source qtox_static_automoc.dir/moc_ipc_7VNY5KJYRQBURR.cpp
Generating moc source qtox_static_automoc.dir/moc_aboutfriend_KFOMGZ6PJ546D7.cpp
Generating moc source qtox_static_automoc.dir/moc_iaboutfriend_NBX35UPBZ7WTAT.cpp
Generating moc source qtox_static_automoc.dir/moc_contact_MTJJV5JDWE6LCZ.cpp
Generating moc source qtox_static_automoc.dir/moc_friend_2OUMHLAUBVKPGE.cpp
Generating moc source qtox_static_automoc.dir/moc_group_W52NS6TGQOUOYY.cpp
Generating moc source qtox_static_automoc.dir/moc_toxuri_CW437UWL5PC6RL.cpp
Generating moc source qtox_static_automoc.dir/moc_nexus_5HNOPBFW5VQKXV.cpp
Generating moc source qtox_static_automoc.dir/moc_rawdatabase_PHNZWIEVIHH7J6.cpp
Generating moc source qtox_static_automoc.dir/moc_offlinemsgengi_SJJYHFHA2QNSWG.cpp
Generating moc source qtox_static_automoc.dir/moc_profile_DURTKJU42JBVQW.cpp
Generating moc source qtox_static_automoc.dir/moc_settings_TBOSIFOVVZCM3T.cpp
Generating moc source qtox_static_automoc.dir/moc_smileypack_U3WNMOV762PP4G.cpp
Generating moc source qtox_static_automoc.dir/moc_posixsignalnot_6MMVZ33H2AAZGA.cpp
Generating moc source qtox_static_automoc.dir/moc_camerasource_RN2X2TAFOCFQLF.cpp
Generating moc source qtox_static_automoc.dir/moc_corevideosourc_7AVJJAKHLKMQNI.cpp
Generating moc source qtox_static_automoc.dir/moc_genericnetcamv_BPYL357AYFCN2B.cpp
Generating moc source qtox_static_automoc.dir/moc_netcamview_FLGHWKL2ONNE4P.cpp
Generating moc source qtox_static_automoc.dir/moc_videosource_RD6RZQDS2NJ6PY.cpp
Generating moc source qtox_static_automoc.dir/moc_videosurface_CX6QYIRNE7AIJH.cpp
Generating moc source qtox_static_automoc.dir/moc_aboutfriendfor_Q5YQJXGMCDIDON.cpp
Generating moc source qtox_static_automoc.dir/moc_categorywidget_PXZP2PNCCCEJCL.cpp
Generating moc source qtox_static_automoc.dir/moc_circlewidget_GP4XOIHEUUUO3G.cpp
Generating moc source qtox_static_automoc.dir/moc_contentdialog_HH3SCJXACVTVOG.cpp
Generating moc source qtox_static_automoc.dir/moc_emoticonswidge_AXUB3VZM7MQMVQ.cpp
Generating moc source qtox_static_automoc.dir/moc_addfriendform_P224UHGAMGVZIT.cpp
Generating moc source qtox_static_automoc.dir/moc_chatform_IMZUHBB6UEA2MJ.cpp
Generating moc source qtox_static_automoc.dir/moc_filesform_FYURUC2UDQK5GS.cpp
Generating moc source qtox_static_automoc.dir/moc_genericchatfor_D4GJFAKZKY6QIG.cpp
Generating moc source qtox_static_automoc.dir/moc_groupchatform_PEPUSNOXXHNI3K.cpp
Generating moc source qtox_static_automoc.dir/moc_groupinvitefor_AKNU7RNQVC3UNL.cpp
Generating moc source qtox_static_automoc.dir/moc_groupinvitewid_RZ5XPO3O3NKIDD.cpp
Generating moc source qtox_static_automoc.dir/moc_loadhistorydia_B2Q2FQGWP5D5QQ.cpp
Generating moc source qtox_static_automoc.dir/moc_profileform_NGJ5M2UUMX273X.cpp
Generating moc source qtox_static_automoc.dir/moc_setpassworddia_DBILDLXDGNWDJS.cpp
Generating moc source qtox_static_automoc.dir/moc_aboutform_HPJ4YIUOEEOYFA.cpp
Generating moc source qtox_static_automoc.dir/moc_advancedform_YLS4CD4SIL5S5V.cpp
Generating moc source qtox_static_automoc.dir/moc_avform_ODKECCWBCKNWEE.cpp
Generating moc source qtox_static_automoc.dir/moc_generalform_QKSA3A64CXY3J3.cpp
Generating moc source qtox_static_automoc.dir/moc_genericsetting_OPILI3APGQQUP3.cpp
Generating moc source qtox_static_automoc.dir/moc_privacyform_G6S7Q66INOVFG7.cpp
Generating moc source qtox_static_automoc.dir/moc_userinterfacef_3HH245HATQQFR2.cpp
Generating moc source qtox_static_automoc.dir/moc_verticalonlysc_3R5MPXH7BUQKC5.cpp
Generating moc source qtox_static_automoc.dir/moc_settingswidget_GWBBL343UCJULH.cpp
Generating moc source qtox_static_automoc.dir/moc_tabcompleter_EOX4UFTDBD4DOB.cpp
Generating moc source qtox_static_automoc.dir/moc_friendlistlayo_FEM6EG4NHAOZ7O.cpp
Generating moc source qtox_static_automoc.dir/moc_friendlistwidg_TCM5YBNEUQ5ST4.cpp
Generating moc source qtox_static_automoc.dir/moc_friendwidget_BMTHML6JXGTXDA.cpp
Generating moc source qtox_static_automoc.dir/moc_genericchatite_O5BEFQ4IYJFLQQ.cpp
Generating moc source qtox_static_automoc.dir/moc_genericchatroo_PXAQ442FLQL5OW.cpp
Generating moc source qtox_static_automoc.dir/moc_groupwidget_PKL2HQRP4RBMRA.cpp
Generating moc source qtox_static_automoc.dir/moc_gui_MKCGIILWJZTWCJ.cpp
Generating moc source qtox_static_automoc.dir/moc_loginscreen_CY3JWDH4LUOXR5.cpp
Generating moc source qtox_static_automoc.dir/moc_maskablepixmap_MYQR7P643ASVSU.cpp
Generating moc source qtox_static_automoc.dir/moc_notificationed_LOEY2G6XOA3X4I.cpp
Generating moc source qtox_static_automoc.dir/moc_passwordedit_6K2R5J7AQJBLE6.cpp
Generating moc source qtox_static_automoc.dir/moc_qrwidget_ZXE2Z332ZFOFWJ.cpp
Generating moc source qtox_static_automoc.dir/moc_systemtrayicon_5MLSDDSTJYOI4N.cpp
Generating moc source qtox_static_automoc.dir/moc_activatedialog_G7DQW2CIYXUHNF.cpp
Generating moc source qtox_static_automoc.dir/moc_adjustingscrol_HEDDVL2COMH2XD.cpp
Generating moc source qtox_static_automoc.dir/moc_callconfirmwid_JC6JLHVMB5ASHL.cpp
Generating moc source qtox_static_automoc.dir/moc_chattextedit_TPWGPV4TH6UENO.cpp
Generating moc source qtox_static_automoc.dir/moc_croppinglabel_E5YR5TGSX7RTHE.cpp
Generating moc source qtox_static_automoc.dir/moc_flyoutoverlayw_TA3HZO3QIQSO7K.cpp
Generating moc source qtox_static_automoc.dir/moc_friendrequestd_K5TGSZ5GK6UF4B.cpp
Generating moc source qtox_static_automoc.dir/moc_profileimporte_5NHIRI5VFYD52J.cpp
Generating moc source qtox_static_automoc.dir/moc_removefrienddi_M4ABNTWBA4HIN7.cpp
Generating moc source qtox_static_automoc.dir/moc_screengrabberc_G2AAFVGLDZ6PKT.cpp
Generating moc source qtox_static_automoc.dir/moc_screengrabbero_FZIVIBDOXHGXCZ.cpp
Generating moc source qtox_static_automoc.dir/moc_screenshotgrab_4I7DX7RSMIRVJL.cpp
Generating moc source qtox_static_automoc.dir/moc_toolboxgraphic_5VPVMDD22Z4KFY.cpp
Generating moc source qtox_static_automoc.dir/moc_widget_BNBG5CFY4AGPGP.cpp
Generating moc compilation qtox_static_automoc.cpp
[  1%] Built target qtox_static_automoc
[  1%] Generating zh_TW.qm
Updating '/home/simon/qTox/zh_TW.qm'...
    Génération de 173 traductions (124 terminées et 49 non terminées)
    471 textes source non traduits ont été ignorés
[  1%] Generating ui_filetransferwidget.h
[  2%] Generating ui_loginscreen.h
[  2%] Generating ui_mainwindow.h
[  3%] Generating ui_aboutfriendform.h
[  3%] Generating ui_loadhistorydialog.h
[  3%] Generating ui_profileform.h
[  4%] Generating ui_removefrienddialog.h
[  4%] Generating ui_setpassworddialog.h
[  5%] Generating ui_aboutsettings.h
[  5%] Generating ui_advancedsettings.h
[  5%] Generating ui_avform.h
[  6%] Generating ui_generalsettings.h
[  6%] Generating ui_privacysettings.h
[  7%] Generating ui_userinterfacesettings.h
[  7%] Generating ar.qm
Updating '/home/simon/qTox/ar.qm'...
    Génération de 608 traductions (575 terminées et 33 non terminées)
    36 textes source non traduits ont été ignorés
[  7%] Generating be.qm
Updating '/home/simon/qTox/be.qm'...
    Génération de 638 traductions (638 terminées et 0 non terminées)
    6 textes source non traduits ont été ignorés
[  8%] Generating bg.qm
Updating '/home/simon/qTox/bg.qm'...
    Génération de 610 traductions (573 terminées et 37 non terminées)
    34 textes source non traduits ont été ignorés
[  8%] Generating cs.qm
Updating '/home/simon/qTox/cs.qm'...
    Génération de 525 traductions (463 terminées et 62 non terminées)
    119 textes source non traduits ont été ignorés
[  8%] Generating da.qm
Updating '/home/simon/qTox/da.qm'...
    Génération de 107 traductions (51 terminées et 56 non terminées)
    537 textes source non traduits ont été ignorés
[  9%] Generating de.qm
Updating '/home/simon/qTox/de.qm'...
    Génération de 617 traductions (587 terminées et 30 non terminées)
    27 textes source non traduits ont été ignorés
[  9%] Generating el.qm
Updating '/home/simon/qTox/el.qm'...
    Génération de 617 traductions (589 terminées et 28 non terminées)
    27 textes source non traduits ont été ignorés
[ 10%] Generating eo.qm
Updating '/home/simon/qTox/eo.qm'...
    Génération de 269 traductions (247 terminées et 22 non terminées)
    375 textes source non traduits ont été ignorés
[ 10%] Generating es.qm
Updating '/home/simon/qTox/es.qm'...
    Génération de 592 traductions (552 terminées et 40 non terminées)
    52 textes source non traduits ont été ignorés
[ 10%] Generating et.qm
Updating '/home/simon/qTox/et.qm'...
    Génération de 638 traductions (638 terminées et 0 non terminées)
    6 textes source non traduits ont été ignorés
[ 11%] Generating fi.qm
Updating '/home/simon/qTox/fi.qm'...
    Génération de 366 traductions (347 terminées et 19 non terminées)
    278 textes source non traduits ont été ignorés
[ 11%] Generating fr.qm
Updating '/home/simon/qTox/fr.qm'...
    Génération de 621 traductions (595 terminées et 26 non terminées)
    23 textes source non traduits ont été ignorés
[ 12%] Generating he.qm
Updating '/home/simon/qTox/he.qm'...
    Génération de 14 traductions (3 terminées et 11 non terminées)
    630 textes source non traduits ont été ignorés
[ 12%] Generating hr.qm
Updating '/home/simon/qTox/hr.qm'...
    Génération de 251 traductions (156 terminées et 95 non terminées)
    393 textes source non traduits ont été ignorés
[ 12%] Generating hu.qm
Updating '/home/simon/qTox/hu.qm'...
    Génération de 600 traductions (554 terminées et 46 non terminées)
    44 textes source non traduits ont été ignorés
[ 13%] Generating it.qm
Updating '/home/simon/qTox/it.qm'...
    Génération de 608 traductions (568 terminées et 40 non terminées)
    36 textes source non traduits ont été ignorés
[ 13%] Generating ja.qm
Updating '/home/simon/qTox/ja.qm'...
    Génération de 480 traductions (16 terminées et 464 non terminées)
    164 textes source non traduits ont été ignorés
[ 14%] Generating jbo.qm
Updating '/home/simon/qTox/jbo.qm'...
    Génération de 12 traductions (7 terminées et 5 non terminées)
    632 textes source non traduits ont été ignorés
[ 14%] Generating ko.qm
Updating '/home/simon/qTox/ko.qm'...
    Génération de 201 traductions (145 terminées et 56 non terminées)
    443 textes source non traduits ont été ignorés
[ 14%] Generating lt.qm
Updating '/home/simon/qTox/lt.qm'...
    Génération de 620 traductions (593 terminées et 27 non terminées)
    24 textes source non traduits ont été ignorés
[ 15%] Generating nl.qm
Updating '/home/simon/qTox/nl.qm'...
    Génération de 421 traductions (317 terminées et 104 non terminées)
    223 textes source non traduits ont été ignorés
[ 15%] Generating no_nb.qm
Updating '/home/simon/qTox/no_nb.qm'...
    Génération de 620 traductions (569 terminées et 51 non terminées)
    24 textes source non traduits ont été ignorés
[ 16%] Generating pl.qm
Updating '/home/simon/qTox/pl.qm'...
    Génération de 605 traductions (553 terminées et 52 non terminées)
    39 textes source non traduits ont été ignorés
[ 16%] Generating pr.qm
Updating '/home/simon/qTox/pr.qm'...
    Génération de 238 traductions (177 terminées et 61 non terminées)
    406 textes source non traduits ont été ignorés
[ 16%] Generating pt.qm
Updating '/home/simon/qTox/pt.qm'...
    Génération de 449 traductions (334 terminées et 115 non terminées)
    195 textes source non traduits ont été ignorés
[ 17%] Generating ro.qm
Updating '/home/simon/qTox/ro.qm'...
    Génération de 638 traductions (638 terminées et 0 non terminées)
    6 textes source non traduits ont été ignorés
[ 17%] Generating ru.qm
Updating '/home/simon/qTox/ru.qm'...
    Génération de 621 traductions (593 terminées et 28 non terminées)
    23 textes source non traduits ont été ignorés
[ 18%] Generating sk.qm
Updating '/home/simon/qTox/sk.qm'...
    Génération de 563 traductions (473 terminées et 90 non terminées)
    81 textes source non traduits ont été ignorés
[ 18%] Generating sl.qm
Updating '/home/simon/qTox/sl.qm'...
    Génération de 246 traductions (147 terminées et 99 non terminées)
    398 textes source non traduits ont été ignorés
[ 18%] Generating sv.qm
Updating '/home/simon/qTox/sv.qm'...
    Génération de 621 traductions (593 terminées et 28 non terminées)
    23 textes source non traduits ont été ignorés
[ 19%] Generating sw.qm
Updating '/home/simon/qTox/sw.qm'...
    Génération de 0 traduction (0 terminée et 0 non terminée)
    644 textes source non traduits ont été ignorés
[ 19%] Generating ta.qm
Updating '/home/simon/qTox/ta.qm'...
    Génération de 338 traductions (222 terminées et 116 non terminées)
    306 textes source non traduits ont été ignorés
[ 20%] Generating tr.qm
Updating '/home/simon/qTox/tr.qm'...
    Génération de 413 traductions (376 terminées et 37 non terminées)
    231 textes source non traduits ont été ignorés
[ 20%] Generating ug.qm
Updating '/home/simon/qTox/ug.qm'...
    Génération de 46 traductions (12 terminées et 34 non terminées)
    598 textes source non traduits ont été ignorés
[ 20%] Generating uk.qm
Updating '/home/simon/qTox/uk.qm'...
    Génération de 599 traductions (468 terminées et 131 non terminées)
    45 textes source non traduits ont été ignorés
[ 21%] Generating zh_CN.qm
Updating '/home/simon/qTox/zh_CN.qm'

simon@laptop:~$ cd qTox/

informatique/qtox.txt · Dernière modification : 2020/08/09 13:03 de 127.0.0.1