Bonjour,
Pour régler un bug d’affichage de mes conkys, notamment ceux comportant des flux rss, je dois recompiler conky afin d’y intégrer ces changements :
https://github.com/brndnmtthws/conky/pull/134/files
Pour compiler, je suis cette méthode :
https://raphaelhertzog.fr/2011/07/12/comment-recompiler-un-paquet-debian/
je l’avais déjà réussi auparavant ; mais il y a eu une mise à jour du paquet donc je dois recompiler (enfin j’imagine…). Mais j’ai une erreur que je n’arrive pas à résoudre :
Je colle ici, dans le doute, l’intégralité (conséquent, dsl) du retour console :
jul@JessieBox:~/Téléchargements/conky-1.10.0$ debuild -us -uc
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: paquet source conky
dpkg-buildpackage: version source 1.10.0-1jul1
dpkg-buildpackage: distribution source UNRELEASED
dpkg-buildpackage: source changé par Jul <jul@JessieBox>
dpkg-source --before-build conky-1.10.0
dpkg-buildpackage: architecture hôte amd64
fakeroot debian/rules clean
dh clean --buildsystem=cmake
dh_testdir -O--buildsystem=cmake
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/jul/Téléchargements/conky-1.10.0'
rm -rf /home/jul/Téléchargements/conky-1.10.0/README /home/jul/Téléchargements/conky-1.10.0/doc/*.html /home/jul/Téléchargements/conky-1.10.0/doc/*.1
dh_auto_clean --builddirectory build-std
dh_auto_clean --builddirectory build-cli
dh_auto_clean --builddirectory build-all
make[1]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0'
dh_clean -O--buildsystem=cmake
dpkg-source -b conky-1.10.0
dpkg-source: info: utilisation du format source « 3.0 (quilt) »
dpkg-source: info: construction de conky en utilisant le ./conky_1.10.0.orig.tar.gz existant
dpkg-source: info: modifications locales détectées, les fichiers modifiés sont :
conky-1.10.0/src/ccurl_thread.cc
dpkg-source: erreur: abandon suite à des modifications amont inattendues, voir /tmp/conky_1.10.0-1jul1.diff.8gKYsh
dpkg-source: info: vous pouvez intégrer les modifications locales avec dpkg-source --commit
dpkg-buildpackage: erreur: dpkg-source -b conky-1.10.0 a produit une erreur de sortie de type 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed
jul@JessieBox:~/Téléchargements/conky-1.10.0$ dpkg-source --commit
dpkg-source: info: modifications locales détectées, les fichiers modifiés sont :
conky-1.10.0/src/ccurl_thread.cc
Saisissez le nom du fichier de différences : fixed-jul
dpkg-source: info: les modifications locales ont été enregistrées dans un nouveau patch: conky-1.10.0/debian/patches/fixed-jul
jul@JessieBox:~/Téléchargements/conky-1.10.0$ debuild -us -uc
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: paquet source conky
dpkg-buildpackage: version source 1.10.0-1jul1
dpkg-buildpackage: distribution source UNRELEASED
dpkg-buildpackage: source changé par Jul <jul@JessieBox>
dpkg-source --before-build conky-1.10.0
dpkg-buildpackage: architecture hôte amd64
fakeroot debian/rules clean
dh clean --buildsystem=cmake
dh_testdir -O--buildsystem=cmake
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/jul/Téléchargements/conky-1.10.0'
rm -rf /home/jul/Téléchargements/conky-1.10.0/README /home/jul/Téléchargements/conky-1.10.0/doc/*.html /home/jul/Téléchargements/conky-1.10.0/doc/*.1
dh_auto_clean --builddirectory build-std
dh_auto_clean --builddirectory build-cli
dh_auto_clean --builddirectory build-all
make[1]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0'
dh_clean -O--buildsystem=cmake
dpkg-source -b conky-1.10.0
dpkg-source: info: utilisation du format source « 3.0 (quilt) »
dpkg-source: info: construction de conky en utilisant le ./conky_1.10.0.orig.tar.gz existant
dpkg-source: info: construction de conky dans conky_1.10.0-1jul1.debian.tar.xz
dpkg-source: info: construction de conky dans conky_1.10.0-1jul1.dsc
debian/rules build
dh build --buildsystem=cmake
dh_testdir -O--buildsystem=cmake
debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/jul/Téléchargements/conky-1.10.0'
dh_auto_configure --builddirectory build-std -- \
-DDOC_PATH=/usr/share/doc/conky-std \
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DMAINTAINER_MODE=ON -DCMAKE_C_FLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" -DCMAKE_CXX_FLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" -DBUILD_WLAN=ON -DBUILD_XDBE=ON
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- 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
-- 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
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Looking for include file sys/statfs.h
-- Looking for include file sys/statfs.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/inotify.h
-- Looking for include file sys/inotify.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for O_CLOEXEC
-- Looking for O_CLOEXEC - found
-- Looking for statfs64
-- Looking for statfs64 - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for ncurses.h
-- Looking for ncurses.h - found
-- Looking for iwlib.h
-- Looking for iwlib.h - found
-- Looking for iw_sockets_open
-- Looking for iw_sockets_open - not found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for 5 include files netdb.h, ..., arpa/inet.h
-- Looking for 5 include files netdb.h, ..., arpa/inet.h - found
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- checking for one of the modules 'lua5.2;lua-5.2;lua>=5.1;lua5.1;lua-5.1'
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jul/Téléchargements/conky-1.10.0/build-std
dh_auto_configure --builddirectory build-cli -- \
-DDOC_PATH=/usr/share/doc/conky-cli \
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DMAINTAINER_MODE=ON -DCMAKE_C_FLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" -DCMAKE_CXX_FLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" -DBUILD_X11=OFF
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- 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
-- 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
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Looking for include file sys/statfs.h
-- Looking for include file sys/statfs.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/inotify.h
-- Looking for include file sys/inotify.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for O_CLOEXEC
-- Looking for O_CLOEXEC - found
-- Looking for statfs64
-- Looking for statfs64 - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for ncurses.h
-- Looking for ncurses.h - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for 5 include files netdb.h, ..., arpa/inet.h
-- Looking for 5 include files netdb.h, ..., arpa/inet.h - found
-- checking for one of the modules 'lua5.2;lua-5.2;lua>=5.1;lua5.1;lua-5.1'
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jul/Téléchargements/conky-1.10.0/build-cli
dh_auto_configure --builddirectory build-all -- \
-DDOC_PATH=/usr/share/doc/conky-all \
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DMAINTAINER_MODE=ON -DCMAKE_C_FLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" -DCMAKE_CXX_FLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" -DBUILD_WLAN=ON -DBUILD_NVIDIA=ON \
-DBUILD_XDBE=ON -DBUILD_CURL=ON -DBUILD_IMLIB2=ON -DBUILD_RSS=ON \
-DBUILD_WEATHER_METAR=ON -DBUILD_WEATHER_XOAP=ON -DBUILD_LUA_CAIRO=ON \
-DBUILD_LUA_IMLIB2=ON -DBUILD_LUA_RSVG=ON -DBUILD_AUDACIOUS=ON \
-DBUILD_XMMS2=ON -DBUILD_EVE=ON
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- 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
-- 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
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Looking for include file sys/statfs.h
-- Looking for include file sys/statfs.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/inotify.h
-- Looking for include file sys/inotify.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for pipe2
-- Looking for pipe2 - not found
-- Looking for O_CLOEXEC
-- Looking for O_CLOEXEC - found
-- Looking for statfs64
-- Looking for statfs64 - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for ncurses.h
-- Looking for ncurses.h - found
-- Looking for iwlib.h
-- Looking for iwlib.h - found
-- Looking for iw_sockets_open
-- Looking for iw_sockets_open - not found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for 5 include files netdb.h, ..., arpa/inet.h
-- Looking for 5 include files netdb.h, ..., arpa/inet.h - found
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- checking for one of the modules 'lua5.2;lua-5.2;lua>=5.1;lua5.1;lua-5.1'
-- checking for modules 'cairo;cairo-xlib'
-- found cairo, version 1.14.0
-- found cairo-xlib, version 1.14.0
-- checking for module 'imlib2'
-- found imlib2, version 1.4.6
-- checking for module 'librsvg-2.0'
-- found librsvg-2.0, version 2.40.5
-- checking for module 'audacious>=1.4.0'
-- found audacious, version 3.5
-- checking for module 'audclient>=1.4.0'
-- found audclient, version 3.5-rc2
-- checking for module 'dbus-glib-1'
-- found dbus-glib-1, version 0.102
-- checking for module 'xmms2-client>=0.6'
-- found xmms2-client, version 0.8;DrO_o;(git;commit:;Unknown)
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.42.1
-- checking for module 'libcurl'
-- found libcurl, version 7.38.0
-- checking for module 'libxml-2.0'
-- found libxml-2.0, version 2.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jul/Téléchargements/conky-1.10.0/build-all
make[1]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0'
debian/rules override_dh_auto_build
make[1]: Entering directory '/home/jul/Téléchargements/conky-1.10.0'
dh_auto_build --builddirectory build-std
make[2]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -H/home/jul/Téléchargements/conky-1.10.0 -B/home/jul/Téléchargements/conky-1.10.0/build-std --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
make -f data/CMakeFiles/convertconf.dir/build.make data/CMakeFiles/convertconf.dir/depend
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
cd /home/jul/Téléchargements/conky-1.10.0/build-std && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jul/Téléchargements/conky-1.10.0 /home/jul/Téléchargements/conky-1.10.0/data /home/jul/Téléchargements/conky-1.10.0/build-std /home/jul/Téléchargements/conky-1.10.0/build-std/data /home/jul/Téléchargements/conky-1.10.0/build-std/data/CMakeFiles/convertconf.dir/DependInfo.cmake --color=
Scanning dependencies of target convertconf
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
make -f data/CMakeFiles/convertconf.dir/build.make data/CMakeFiles/convertconf.dir/build
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -E cmake_progress_report /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles 50
[ 1%] Generating convertconf.h
cd /home/jul/Téléchargements/conky-1.10.0/build-std/data && ../../text2c.sh /home/jul/Téléchargements/conky-1.10.0/extras/convert.lua convertconf.h convertconf
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -E cmake_progress_report /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles 50
[ 1%] Built target convertconf
make -f data/CMakeFiles/defconfig.dir/build.make data/CMakeFiles/defconfig.dir/depend
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
cd /home/jul/Téléchargements/conky-1.10.0/build-std && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jul/Téléchargements/conky-1.10.0 /home/jul/Téléchargements/conky-1.10.0/data /home/jul/Téléchargements/conky-1.10.0/build-std /home/jul/Téléchargements/conky-1.10.0/build-std/data /home/jul/Téléchargements/conky-1.10.0/build-std/data/CMakeFiles/defconfig.dir/DependInfo.cmake --color=
Scanning dependencies of target defconfig
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
make -f data/CMakeFiles/defconfig.dir/build.make data/CMakeFiles/defconfig.dir/build
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -E cmake_progress_report /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles 51
[ 3%] Generating defconfig.h
cd /home/jul/Téléchargements/conky-1.10.0/build-std/data && ../../text2c.sh /home/jul/Téléchargements/conky-1.10.0/data/conky.conf defconfig.h defconfig
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -E cmake_progress_report /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles 51
[ 3%] Built target defconfig
make -f doc/CMakeFiles/config_settings.html.dir/build.make doc/CMakeFiles/config_settings.html.dir/depend
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
cd /home/jul/Téléchargements/conky-1.10.0/build-std && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jul/Téléchargements/conky-1.10.0 /home/jul/Téléchargements/conky-1.10.0/doc /home/jul/Téléchargements/conky-1.10.0/build-std /home/jul/Téléchargements/conky-1.10.0/build-std/doc /home/jul/Téléchargements/conky-1.10.0/build-std/doc/CMakeFiles/config_settings.html.dir/DependInfo.cmake --color=
Scanning dependencies of target config_settings.html
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
make -f doc/CMakeFiles/config_settings.html.dir/build.make doc/CMakeFiles/config_settings.html.dir/build
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -E cmake_progress_report /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles 1
[ 5%] Running xsltproc on config_settings
cd /home/jul/Téléchargements/conky-1.10.0/build-std/doc && /usr/bin/xsltproc /home/jul/Téléchargements/conky-1.10.0/doc/config_settings.xsl /home/jul/Téléchargements/conky-1.10.0/doc/config_settings.xml > /home/jul/Téléchargements/conky-1.10.0/doc/config_settings.html
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -E cmake_progress_report /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles 1
[ 5%] Built target config_settings.html
make -f doc/CMakeFiles/docs.dir/build.make doc/CMakeFiles/docs.dir/depend
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
cd /home/jul/Téléchargements/conky-1.10.0/build-std && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jul/Téléchargements/conky-1.10.0 /home/jul/Téléchargements/conky-1.10.0/doc /home/jul/Téléchargements/conky-1.10.0/build-std /home/jul/Téléchargements/conky-1.10.0/build-std/doc /home/jul/Téléchargements/conky-1.10.0/build-std/doc/CMakeFiles/docs.dir/DependInfo.cmake --color=
Scanning dependencies of target docs
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
make -f doc/CMakeFiles/docs.dir/build.make doc/CMakeFiles/docs.dir/build
make[4]: Entering directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
/usr/bin/cmake -E cmake_progress_report /home/jul/Téléchargements/conky-1.10.0/build-std/CMakeFiles 52
[ 7%] Proccessing man page for docs
cd /home/jul/Téléchargements/conky-1.10.0/build-std/doc && /usr/bin/xsltproc http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl /home/jul/Téléchargements/conky-1.10.0/doc/docs.xml > /home/jul/Téléchargements/conky-1.10.0/doc/docs.html
warning: failed to load external entity "command_options.xml"
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:158: parser error : Failure to process entity command_options
&command_options;
^
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:158: parser error : Entity 'command_options' not defined
&command_options;
^
warning: failed to load external entity "config_settings.xml"
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:171: parser error : Failure to process entity config_settings
&config_settings;
^
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:171: parser error : Entity 'config_settings' not defined
&config_settings;
^
warning: failed to load external entity "variables.xml"
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:190: parser error : Failure to process entity variables
&variables;
^
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:190: parser error : Entity 'variables' not defined
&variables;
^
warning: failed to load external entity "lua.xml"
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:219: parser error : Failure to process entity lua
&lua;
^
/home/jul/Téléchargements/conky-1.10.0/doc/docs.xml:219: parser error : Entity 'lua' not defined
&lua;
^
unable to parse /home/jul/Téléchargements/conky-1.10.0/doc/docs.xml
doc/CMakeFiles/docs.dir/build.make:54: recipe for target '../doc/docs.html' failed
make[4]: *** [../doc/docs.html] Error 6
make[4]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
CMakeFiles/Makefile2:221: recipe for target 'doc/CMakeFiles/docs.dir/all' failed
make[3]: *** [doc/CMakeFiles/docs.dir/all] Error 2
make[3]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
Makefile:140: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0/build-std'
dh_auto_build: make -j1 returned exit code 2
debian/rules:60: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/home/jul/Téléchargements/conky-1.10.0'
debian/rules:34: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: erreur: debian/rules build a produit une erreur de sortie de type 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc failed