Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 39.89 KB | None | 0 0
  1. root@raspberrypi:/home/pi/install_script# bash install_yunohost
  2. [INFO] Running upgrade_system
  3.  *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
  4.  *** Performing self-update
  5.  *** Relaunching after update
  6.  *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom
  7.  *** Your firmware is already up to date
  8. [INFO] Running install_script_dependencies
  9. [INFO] Running create_custom_config
  10. [INFO] Running confirm_installation
  11. [INFO] Running manage_sshd_config
  12. [INFO] Running fix_locales
  13. Generating locales (this might take a while)...
  14.   en_GB.UTF-8... done
  15.   en_US.UTF-8... done
  16. Generation complete.
  17. /etc/environment: line 1: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
  18. [INFO] Running build_packages_locally
  19. Reading package lists... Done
  20. Building dependency tree      
  21. Reading state information... Done
  22. make is already the newest version (4.2.1-1.2).
  23. The following package was automatically installed and is no longer required:
  24.   rpi.gpio-common
  25. Use 'apt autoremove' to remove it.
  26. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  27. apt -o Dpkg::Options::="--force-confold" -y  install git git-buildpackage postfix python-setuptools
  28. Reading package lists... Done
  29. Building dependency tree      
  30. Reading state information... Done
  31. git is already the newest version (1:2.20.1-2).
  32. git-buildpackage is already the newest version (0.9.14).
  33. postfix is already the newest version (3.4.5-1).
  34. python-setuptools is already the newest version (40.8.0-1).
  35. The following package was automatically installed and is no longer required:
  36.   rpi.gpio-common
  37. Use 'apt autoremove' to remove it.
  38. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  39. mkdir -p "/ynh-build/"
  40. cd "/ynh-build/"; \
  41.     git clone "https://github.com/yunohost"/moulinette; \
  42.     git clone "https://github.com/yunohost"/ssowat; \
  43.     git clone "https://github.com/yunohost"/metronome; \
  44.     git clone "https://github.com/yunohost"/yunohost;
  45. fatal: destination path 'moulinette' already exists and is not an empty directory.
  46. fatal: destination path 'ssowat' already exists and is not an empty directory.
  47. fatal: destination path 'metronome' already exists and is not an empty directory.
  48. fatal: destination path 'yunohost' already exists and is not an empty directory.
  49. make: *** [Makefile:13: init] Error 128
  50. cd "/ynh-build/"; \
  51.     rm -f moulinette_*; \
  52.     cd moulinette; \
  53.     debuild -us -uc
  54.  dpkg-buildpackage -us -uc -ui
  55. dpkg-buildpackage: info: source package moulinette
  56. dpkg-buildpackage: info: source version 3.6.4.1
  57. dpkg-buildpackage: info: source distribution stable
  58. dpkg-buildpackage: info: source changed by Alexandre Aubin <alex.aubin@mailoo.org>
  59.  dpkg-source --before-build .
  60. dpkg-buildpackage: info: host architecture armhf
  61.  debian/rules clean
  62. dh clean --with python2 --buildsystem=python_distutils
  63.    dh_auto_clean -O--buildsystem=python_distutils
  64. dh_auto_clean: Please use the third-party "pybuild" build system instead of python-distutils
  65. dh_auto_clean: This feature will be removed in compat 12.
  66.     python setup.py clean -a
  67. No handlers could be found for logger "moulinette.core"
  68. running clean
  69. removing 'build/lib.linux-armv7l-2.7' (and everything under it)
  70. 'build/bdist.linux-armv7l' does not exist -- can't clean it
  71. 'build/scripts-2.7' does not exist -- can't clean it
  72. removing 'build'
  73.     find . -name \*.pyc -exec rm {} \+
  74.    dh_clean -O--buildsystem=python_distutils
  75.  dpkg-source -b .
  76. dpkg-source: info: using source format '3.0 (native)'
  77. dpkg-source: info: building moulinette in moulinette_3.6.4.1.tar.xz
  78. dpkg-source: info: building moulinette in moulinette_3.6.4.1.dsc
  79.  debian/rules build
  80. dh build --with python2 --buildsystem=python_distutils
  81.    dh_update_autotools_config -O--buildsystem=python_distutils
  82.    dh_auto_configure -O--buildsystem=python_distutils
  83. dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils
  84. dh_auto_configure: This feature will be removed in compat 12.
  85.    dh_auto_build -O--buildsystem=python_distutils
  86. dh_auto_build: Please use the third-party "pybuild" build system instead of python-distutils
  87. dh_auto_build: This feature will be removed in compat 12.
  88.     python setup.py build --force
  89. No handlers could be found for logger "moulinette.core"
  90. running build
  91. running build_py
  92. creating build
  93. creating build/lib.linux-armv7l-2.7
  94. creating build/lib.linux-armv7l-2.7/moulinette
  95. copying moulinette/__init__.py -> build/lib.linux-armv7l-2.7/moulinette
  96. copying moulinette/cache.py -> build/lib.linux-armv7l-2.7/moulinette
  97. copying moulinette/actionsmap.py -> build/lib.linux-armv7l-2.7/moulinette
  98. copying moulinette/core.py -> build/lib.linux-armv7l-2.7/moulinette
  99. copying moulinette/globals.py -> build/lib.linux-armv7l-2.7/moulinette
  100. creating build/lib.linux-armv7l-2.7/moulinette/interfaces
  101. copying moulinette/interfaces/__init__.py -> build/lib.linux-armv7l-2.7/moulinette/interfaces
  102. copying moulinette/interfaces/cli.py -> build/lib.linux-armv7l-2.7/moulinette/interfaces
  103. copying moulinette/interfaces/api.py -> build/lib.linux-armv7l-2.7/moulinette/interfaces
  104. creating build/lib.linux-armv7l-2.7/moulinette/utils
  105. copying moulinette/utils/__init__.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  106. copying moulinette/utils/text.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  107. copying moulinette/utils/stream.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  108. copying moulinette/utils/serialize.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  109. copying moulinette/utils/filesystem.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  110. copying moulinette/utils/process.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  111. copying moulinette/utils/network.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  112. copying moulinette/utils/log.py -> build/lib.linux-armv7l-2.7/moulinette/utils
  113. creating build/lib.linux-armv7l-2.7/moulinette/authenticators
  114. copying moulinette/authenticators/__init__.py -> build/lib.linux-armv7l-2.7/moulinette/authenticators
  115. copying moulinette/authenticators/ldap.py -> build/lib.linux-armv7l-2.7/moulinette/authenticators
  116.    dh_auto_test -O--buildsystem=python_distutils
  117. dh_auto_test: Please use the third-party "pybuild" build system instead of python-distutils
  118. dh_auto_test: This feature will be removed in compat 12.
  119.  debian/rules binary
  120. dh binary --with python2 --buildsystem=python_distutils
  121.    dh_testroot -O--buildsystem=python_distutils
  122.    dh_prep -O--buildsystem=python_distutils
  123.    dh_installdirs -O--buildsystem=python_distutils
  124.    dh_auto_install -O--buildsystem=python_distutils
  125. dh_auto_install: Please use the third-party "pybuild" build system instead of python-distutils
  126. dh_auto_install: This feature will be removed in compat 12.
  127.     python setup.py install --force --root=/ynh-build/moulinette/debian/moulinette --no-compile -O0 --install-layout=deb
  128. No handlers could be found for logger "moulinette.core"
  129. running install
  130. running build
  131. running build_py
  132. running install_lib
  133. creating /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7
  134. creating /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages
  135. creating /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette
  136. copying build/lib.linux-armv7l-2.7/moulinette/__init__.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette
  137. creating /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/interfaces
  138. copying build/lib.linux-armv7l-2.7/moulinette/interfaces/__init__.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/interfaces
  139. copying build/lib.linux-armv7l-2.7/moulinette/interfaces/cli.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/interfaces
  140. copying build/lib.linux-armv7l-2.7/moulinette/interfaces/api.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/interfaces
  141. copying build/lib.linux-armv7l-2.7/moulinette/cache.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette
  142. creating /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  143. copying build/lib.linux-armv7l-2.7/moulinette/utils/__init__.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  144. copying build/lib.linux-armv7l-2.7/moulinette/utils/text.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  145. copying build/lib.linux-armv7l-2.7/moulinette/utils/stream.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  146. copying build/lib.linux-armv7l-2.7/moulinette/utils/serialize.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  147. copying build/lib.linux-armv7l-2.7/moulinette/utils/filesystem.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  148. copying build/lib.linux-armv7l-2.7/moulinette/utils/process.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  149. copying build/lib.linux-armv7l-2.7/moulinette/utils/network.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  150. copying build/lib.linux-armv7l-2.7/moulinette/utils/log.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/utils
  151. creating /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/authenticators
  152. copying build/lib.linux-armv7l-2.7/moulinette/authenticators/__init__.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/authenticators
  153. copying build/lib.linux-armv7l-2.7/moulinette/authenticators/ldap.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette/authenticators
  154. copying build/lib.linux-armv7l-2.7/moulinette/actionsmap.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette
  155. copying build/lib.linux-armv7l-2.7/moulinette/core.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette
  156. copying build/lib.linux-armv7l-2.7/moulinette/globals.py -> /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/moulinette
  157. running install_data
  158. creating /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  159. copying locales/es.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  160. copying locales/nl.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  161. copying locales/it.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  162. copying locales/pt.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  163. copying locales/el.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  164. copying locales/ca.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  165. copying locales/hi.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  166. copying locales/eu.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  167. copying locales/de.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  168. copying locales/fr.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  169. copying locales/br.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  170. copying locales/cmn.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  171. copying locales/ar.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  172. copying locales/nb_NO.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  173. copying locales/sv.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  174. copying locales/bn_BD.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  175. copying locales/pl.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  176. copying locales/oc.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  177. copying locales/ru.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  178. copying locales/tr.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  179. copying locales/hu.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  180. copying locales/en.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  181. copying locales/eo.json -> /ynh-build/moulinette/debian/moulinette/usr/share/moulinette/locale
  182. running install_egg_info
  183. running egg_info
  184. writing requirements to Moulinette.egg-info/requires.txt
  185. writing Moulinette.egg-info/PKG-INFO
  186. writing top-level names to Moulinette.egg-info/top_level.txt
  187. writing dependency_links to Moulinette.egg-info/dependency_links.txt
  188. reading manifest file 'Moulinette.egg-info/SOURCES.txt'
  189. writing manifest file 'Moulinette.egg-info/SOURCES.txt'
  190. Copying Moulinette.egg-info to /ynh-build/moulinette/debian/moulinette/usr/lib/python2.7/dist-packages/Moulinette-2.0.0.egg-info
  191. Skipping SOURCES.txt
  192. running install_scripts
  193.    dh_installdocs -O--buildsystem=python_distutils
  194.    dh_installchangelogs -O--buildsystem=python_distutils
  195.    dh_python2 -O--buildsystem=python_distutils
  196.    dh_installinit -O--buildsystem=python_distutils
  197.    dh_perl -O--buildsystem=python_distutils
  198.    dh_link -O--buildsystem=python_distutils
  199.    dh_strip_nondeterminism -O--buildsystem=python_distutils
  200.    dh_compress -O--buildsystem=python_distutils
  201.    dh_fixperms -O--buildsystem=python_distutils
  202.    dh_missing -O--buildsystem=python_distutils
  203.    dh_installdeb -O--buildsystem=python_distutils
  204.    dh_gencontrol -O--buildsystem=python_distutils
  205. dpkg-gencontrol: warning: package moulinette: substitution variable ${python:Versions} unused, but is defined
  206.    dh_md5sums -O--buildsystem=python_distutils
  207.    dh_builddeb -O--buildsystem=python_distutils
  208. dpkg-deb: building package 'moulinette' in '../moulinette_3.6.4.1_all.deb'.
  209.  dpkg-genbuildinfo
  210.  dpkg-genchanges  >../moulinette_3.6.4.1_armhf.changes
  211. dpkg-genchanges: info: including full source code in upload
  212.  dpkg-source --after-build .
  213. dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
  214. Now running lintian moulinette_3.6.4.1_armhf.changes ...
  215. warning: the authors of lintian do not recommend running it with root privileges!
  216. W: moulinette source: changelog-should-mention-nmu
  217. W: moulinette source: source-nmu-has-incorrect-version-number 3.6.4.1
  218. W: moulinette source: ancient-python-version-field x-python-version 2.7
  219. W: moulinette source: ancient-standards-version 3.9.6 (released 2014-09-17) (current is 4.3.0)
  220. W: moulinette: syntax-error-in-debian-changelog line 256 "badly formatted heading line"
  221. W: moulinette: syntax-error-in-debian-changelog line 274 "badly formatted heading line"
  222. W: moulinette: debian-changelog-has-wrong-day-of-week 2019-08-06 is a Tuesday
  223. Finished running lintian.
  224. cd "/ynh-build/"; \
  225.     rm -f ssowat_*; \
  226.     cd ssowat; \
  227.     debuild -us -uc
  228.  dpkg-buildpackage -us -uc -ui
  229. dpkg-buildpackage: info: source package ssowat
  230. dpkg-buildpackage: info: source version 3.6.4
  231. dpkg-buildpackage: info: source distribution stable
  232. dpkg-buildpackage: info: source changed by Alexandre Aubin <alex.aubin@mailoo.org>
  233.  dpkg-source --before-build .
  234. dpkg-buildpackage: info: host architecture armhf
  235.  debian/rules clean
  236. dh  clean
  237. dh: Compatibility levels before 9 are deprecated (level 8 in use)
  238.    dh_clean
  239. dh_clean: Compatibility levels before 9 are deprecated (level 8 in use)
  240.  dpkg-source -b .
  241. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  242. dpkg-source: warning: source directory 'ssowat' is not <sourcepackage>-<upstreamversion> 'ssowat-3.6.4'
  243. dpkg-source: info: using source format '1.0'
  244. dpkg-source: info: building ssowat in ssowat_3.6.4.tar.gz
  245. dpkg-source: info: building ssowat in ssowat_3.6.4.dsc
  246.  debian/rules build
  247. dh  build
  248. dh: Compatibility levels before 9 are deprecated (level 8 in use)
  249.    dh_update_autotools_config
  250.  debian/rules binary
  251. dh  binary
  252. dh: Compatibility levels before 9 are deprecated (level 8 in use)
  253.    dh_testroot
  254.    dh_prep
  255.    dh_install
  256. dh_install: Compatibility levels before 9 are deprecated (level 8 in use)
  257.    dh_installdocs
  258. dh_installdocs: Compatibility levels before 9 are deprecated (level 8 in use)
  259.    dh_installchangelogs
  260.    dh_perl
  261.    dh_link
  262.    dh_strip_nondeterminism
  263.    dh_compress
  264. dh_compress: Compatibility levels before 9 are deprecated (level 8 in use)
  265.    dh_fixperms
  266.    dh_missing
  267. dh_missing: Compatibility levels before 9 are deprecated (level 8 in use)
  268.    dh_installdeb
  269. dh_installdeb: Compatibility levels before 9 are deprecated (level 8 in use)
  270.    dh_gencontrol
  271.    dh_md5sums
  272.    dh_builddeb
  273. dpkg-deb: building package 'ssowat' in '../ssowat_3.6.4_all.deb'.
  274.  dpkg-genbuildinfo
  275.  dpkg-genchanges  >../ssowat_3.6.4_armhf.changes
  276. dpkg-genchanges: info: including full source code in upload
  277.  dpkg-source --after-build .
  278. dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
  279. Now running lintian ssowat_3.6.4_armhf.changes ...
  280. warning: the authors of lintian do not recommend running it with root privileges!
  281. W: ssowat source: diff-contains-git-control-dir .git
  282. W: ssowat source: debhelper-but-no-misc-depends ssowat
  283. W: ssowat source: package-uses-deprecated-debhelper-compat-version 8
  284. W: ssowat source: maintainer-script-lacks-debhelper-token debian/postinst
  285. W: ssowat source: missing-debian-source-format
  286. W: ssowat source: changelog-should-mention-nmu
  287. W: ssowat source: source-nmu-has-incorrect-version-number 3.6.4
  288. W: ssowat source: ancient-standards-version 3.9.1 (released 2010-07-26) (current is 4.3.0)
  289. W: ssowat: syntax-error-in-debian-changelog line 22 "badly formatted trailer line"
  290. W: ssowat: syntax-error-in-debian-changelog line 28 "badly formatted trailer line"
  291. W: ssowat: syntax-error-in-debian-changelog line 39 "badly formatted trailer line"
  292. W: ssowat: syntax-error-in-debian-changelog line 48 "badly formatted trailer line"
  293. W: ssowat: syntax-error-in-debian-changelog line 58 "badly formatted trailer line"
  294. W: ssowat: syntax-error-in-debian-changelog line 64 "badly formatted trailer line"
  295. W: ssowat: syntax-error-in-debian-changelog line 72 "badly formatted trailer line"
  296. W: ssowat: syntax-error-in-debian-changelog line 80 "badly formatted trailer line"
  297. W: ssowat: syntax-error-in-debian-changelog line 86 "badly formatted trailer line"
  298. W: ssowat: syntax-error-in-debian-changelog line 95 "badly formatted trailer line"
  299. W: ssowat: syntax-error-in-debian-changelog line 107 "badly formatted trailer line"
  300. W: ssowat: syntax-error-in-debian-changelog line 118 "badly formatted trailer line"
  301. W: ssowat: syntax-error-in-debian-changelog line 124 "badly formatted trailer line"
  302. W: ssowat: syntax-error-in-debian-changelog line 131 "badly formatted trailer line"
  303. W: ssowat: syntax-error-in-debian-changelog line 137 "badly formatted trailer line"
  304. W: ssowat: syntax-error-in-debian-changelog line 196 "badly formatted heading line"
  305. W: ssowat: syntax-error-in-debian-changelog line 198 "found trailer where expected start of change data"
  306. W: ssowat: syntax-error-in-debian-changelog line 214 "badly formatted heading line"
  307. W: ssowat: syntax-error-in-debian-changelog line 223 "badly formatted heading line"
  308. W: ssowat: syntax-error-in-debian-changelog line 275 "badly formatted heading line"
  309. W: ssowat: debian-changelog-has-wrong-day-of-week 2019-07-04 is a Thursday
  310. E: ssowat: copyright-file-contains-full-gpl-license
  311. E: ssowat: copyright-should-refer-to-common-license-file-for-lgpl
  312. E: ssowat: description-starts-with-package-name
  313. E: ssowat: description-too-short SSOWAT
  314. E: ssowat: description-is-pkg-name SSOWAT
  315. W: ssowat: priority-extra-is-replaced-by-priority-optional
  316. W: ssowat: executable-not-elf-or-script usr/share/ssowat/portal/assets/fonts/sourcesanspro-regular-webfont.eot
  317. W: ssowat: executable-not-elf-or-script usr/share/ssowat/portal/assets/fonts/sourcesanspro-bold-webfont.ttf
  318. W: ssowat: executable-not-elf-or-script usr/share/ssowat/portal/assets/fonts/sourcesanspro-bold-webfont.eot
  319. W: ssowat: executable-not-elf-or-script usr/share/ssowat/portal/assets/fonts/sourcesanspro-regular-webfont.ttf
  320. W: ssowat: maintainer-script-ignores-errors postinst
  321. Finished running lintian.
  322. cd "/ynh-build/"; \
  323.     rm -f metronome_*; \
  324.     cd metronome; \
  325.     dpkg-buildpackage -rfakeroot -uc -b -d
  326. dpkg-buildpackage: warning: using a gain-root-command while being root
  327. dpkg-buildpackage: info: source package metronome
  328. dpkg-buildpackage: info: source version 3.12.0
  329. dpkg-buildpackage: info: source distribution stable
  330. dpkg-buildpackage: info: source changed by Alexandre Aubin <alex.aubin@mailoo.org>
  331. dpkg-buildpackage: info: host architecture armhf
  332.  dpkg-source --before-build .
  333.  fakeroot debian/rules clean
  334. make[1]: Entering directory '/ynh-build/metronome'
  335. dh --with quilt clean
  336. dh: Compatibility levels before 9 are deprecated (level 7 in use)
  337.    debian/rules override_dh_auto_clean
  338. make[2]: Entering directory '/ynh-build/metronome'
  339. if [ -f config.unix ]; then \
  340.     make clean; \
  341.     rm -f config.unix; \
  342. fi
  343. make[3]: Entering directory '/ynh-build/metronome'
  344. rm -f generate_log.install
  345. rm -f send_mail.install
  346. rm -f metronome.install
  347. rm -f metronomectl.install
  348. rm -f metronome.cfg.lua.install
  349. rm -f metronome.version
  350. make clean -C util-src
  351. make[4]: Entering directory '/ynh-build/metronome/util-src'
  352. rm -f *.o
  353. rm -f *.so
  354. rm -f ../util/*.so
  355. make[4]: Leaving directory '/ynh-build/metronome/util-src'
  356. make[3]: Leaving directory '/ynh-build/metronome'
  357. rm -f metronome.8
  358. make[2]: Leaving directory '/ynh-build/metronome'
  359.    dh_quilt_unpatch
  360. Removing patch do-not-make-localhost-cert.patch
  361. Restoring Makefile
  362.  
  363. No patches applied
  364.    dh_clean
  365. dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
  366. make[1]: Leaving directory '/ynh-build/metronome'
  367.  debian/rules build
  368. make[1]: Entering directory '/ynh-build/metronome'
  369. dh --with quilt build
  370. dh: Compatibility levels before 9 are deprecated (level 7 in use)
  371.    dh_quilt_patch
  372. Applying patch do-not-make-localhost-cert.patch
  373. patching file Makefile
  374.  
  375. Now at patch do-not-make-localhost-cert.patch
  376.    dh_update_autotools_config
  377.    debian/rules override_dh_auto_configure
  378. make[2]: Entering directory '/ynh-build/metronome'
  379. ./configure --ostype=debian --prefix=/usr --cflags="-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/ynh-build/metronome=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wall -D_GNU_SOURCE" --ldflags="-Wl,-z,relro -shared"
  380. Looking for Lua... lua5.1 found in $PATH: /usr/bin
  381. Checking Lua includes... lua.h found in /usr/include/lua5.1/lua.h
  382. Writing configuration...
  383.  
  384. Installation prefix: /usr
  385. Metronome configuration directory: /etc/metronome
  386. Using Lua from: /usr
  387.  
  388. Done. You can now run 'make' to build.
  389.  
  390. make[2]: Leaving directory '/ynh-build/metronome'
  391.    dh_auto_build
  392. dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use)
  393.     make -j1
  394. make[2]: Entering directory '/ynh-build/metronome'
  395. sed 's|^#!\/usr\/bin\/env lua$|#!\/usr\/bin\/env lua5.1|' plugins/muc_log_http/generate_log > generate_log.install
  396. sed "s|^#!\/usr\/bin\/env lua$|#!\/usr\/bin\/env lua5.1|; \
  397.     s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib/metronome';|; \
  398.     s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/metronome';|;" < plugins/register_api/send_mail > send_mail.install
  399. sed "s|^#!\/usr\/bin\/env lua$|#!\/usr\/bin\/env lua5.1|; \
  400.     s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib/metronome';|; \
  401.     s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/metronome';|; \
  402.     s|^CFG_DATADIR=.*;$|CFG_DATADIR='/var/lib/metronome';|; \
  403.     s|^CFG_PLUGINDIR=.*;$|CFG_PLUGINDIR='/usr/lib/metronome/modules/';|;" < metronome > metronome.install
  404. sed "s|^#!\/usr\/bin\/env lua$|#!\/usr\/bin\/env lua5.1|; \
  405.     s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib/metronome';|; \
  406.     s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/metronome';|; \
  407.     s|^CFG_DATADIR=.*;$|CFG_DATADIR='/var/lib/metronome';|; \
  408.     s|^CFG_PLUGINDIR=.*;$|CFG_PLUGINDIR='/usr/lib/metronome/modules/';|;" < metronomectl > metronomectl.install
  409. sed 's|certs/|/etc/metronome/certs/|' metronome.cfg.lua.dist > metronome.cfg.lua.install
  410. test -f metronome.release && \
  411.     cp metronome.release metronome.version || true
  412. make -C util-src install
  413. make[3]: Entering directory '/ynh-build/metronome/util-src'
  414. gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/ynh-build/metronome=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wall -D_GNU_SOURCE -I/usr/include/lua5.1 -c -o encodings.o encodings.c
  415. MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET;
  416. gcc -o encodings.so encodings.o -Wl,-z,relro -shared -lidn
  417. gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/ynh-build/metronome=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wall -D_GNU_SOURCE -I/usr/include/lua5.1 -c -o hashes.o hashes.c
  418. MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET;
  419. gcc -o hashes.so hashes.o -Wl,-z,relro -shared -lcrypto
  420. gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/ynh-build/metronome=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wall -D_GNU_SOURCE -I/usr/include/lua5.1 -c -o pposix.o pposix.c
  421. pposix.c: In function ‘lc_fallocate’:
  422. pposix.c:695:3: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
  423.    ftruncate(fileno(f), offset);
  424.    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  425. MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET;
  426. gcc -o pposix.so pposix.o -Wl,-z,relro -shared
  427. gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/ynh-build/metronome=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wall -D_GNU_SOURCE -I/usr/include/lua5.1 -c -o signal.o signal.c
  428. signal.c: In function ‘l_signal’:
  429. signal.c:229:5: warning: ‘sig’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  430.      lua_pushnumber(L, sig);
  431.      ^~~~~~~~~~~~~~~~~~~~~~
  432. MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET;
  433. gcc -o signal.so signal.o -Wl,-z,relro -shared
  434. install *.so ../util/
  435. rm pposix.o signal.o
  436. make[3]: Leaving directory '/ynh-build/metronome/util-src'
  437. make[2]: Leaving directory '/ynh-build/metronome'
  438.    dh_auto_test
  439. dh_auto_test: Compatibility levels before 9 are deprecated (level 7 in use)
  440. make[1]: Leaving directory '/ynh-build/metronome'
  441.  fakeroot debian/rules binary
  442. make[1]: Entering directory '/ynh-build/metronome'
  443. dh --with quilt binary
  444. dh: Compatibility levels before 9 are deprecated (level 7 in use)
  445.    dh_testroot
  446.    dh_prep
  447.    debian/rules override_dh_auto_install
  448. make[2]: Entering directory '/ynh-build/metronome'
  449. /usr/bin/make install DESTDIR=debian/tmp
  450. make[3]: Entering directory '/ynh-build/metronome'
  451. install -d debian/tmp/usr/bin debian/tmp/etc/metronome debian/tmp/usr/lib/metronome/modules debian/tmp/usr/lib/metronome
  452. install -m750 -d debian/tmp/var/lib/metronome
  453. install -d debian/tmp/etc/metronome/certs
  454. install -d debian/tmp/etc/metronome/templates
  455. install -d debian/tmp/usr/lib/metronome/core debian/tmp/usr/lib/metronome/net debian/tmp/usr/lib/metronome/util
  456. install -m755 ./metronome.install debian/tmp/usr/bin/metronome
  457. install -m755 ./metronomectl.install debian/tmp/usr/bin/metronomectl
  458. install -m644 core/* debian/tmp/usr/lib/metronome/core
  459. install -m644 net/*.lua debian/tmp/usr/lib/metronome/net
  460. install -d debian/tmp/usr/lib/metronome/net/http
  461. install -m644 net/http/*.lua debian/tmp/usr/lib/metronome/net/http
  462. install -m644 util/*.lua debian/tmp/usr/lib/metronome/util
  463. install -m644 util/*.so debian/tmp/usr/lib/metronome/util
  464. install -d debian/tmp/usr/lib/metronome/util/sasl
  465. install -m644 util/sasl/* debian/tmp/usr/lib/metronome/util/sasl
  466. umask 0022 && cp -r plugins/* debian/tmp/usr/lib/metronome/modules
  467. install -m755 ./generate_log.install debian/tmp/usr/lib/metronome/modules/muc_log_http/generate_log
  468. install -m755 ./send_mail.install debian/tmp/usr/lib/metronome/modules/register_api/send_mail
  469. install -m644 certs/* debian/tmp/etc/metronome/certs
  470. test -e debian/tmp/etc/metronome/metronome.cfg.lua || install -m644 metronome.cfg.lua.install debian/tmp/etc/metronome/metronome.cfg.lua
  471. test -e debian/tmp/etc/metronome/templates/register.template.txt || install -m644 ./templates/register.template.txt debian/tmp/etc/metronome/templates/register.template.txt
  472. test -e debian/tmp/etc/metronome/templates/reset.template.txt || install -m644 ./templates/reset.template.txt debian/tmp/etc/metronome/templates/reset.template.txt
  473. test -e metronome.version && install -m644 metronome.version debian/tmp/usr/lib/metronome/metronome.version || true
  474. /usr/bin/make install -C util-src
  475. make[4]: Entering directory '/ynh-build/metronome/util-src'
  476. install *.so ../util/
  477. make[4]: Leaving directory '/ynh-build/metronome/util-src'
  478. make[3]: Leaving directory '/ynh-build/metronome'
  479. make[2]: Leaving directory '/ynh-build/metronome'
  480.    dh_install
  481. dh_install: Compatibility levels before 9 are deprecated (level 7 in use)
  482.    dh_installdocs
  483. dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in use)
  484.    dh_installchangelogs
  485.    debian/rules override_dh_installman
  486. make[2]: Entering directory '/ynh-build/metronome'
  487. txt2man -t "metronome 8" -r "Metronome IM" -v "" debian/metronome.man.txt | sed 1d > metronome.8
  488. dh_installman
  489. dh_installman: Compatibility levels before 9 are deprecated (level 7 in use)
  490. make[2]: Leaving directory '/ynh-build/metronome'
  491.    dh_installinit
  492. dh_installinit: Compatibility levels before 9 are deprecated (level 7 in use)
  493.    dh_installlogrotate
  494.    dh_lintian
  495. dh_lintian: Compatibility levels before 9 are deprecated (level 7 in use)
  496.    dh_perl
  497.    dh_link
  498.    dh_strip_nondeterminism
  499.    dh_compress
  500. dh_compress: Compatibility levels before 9 are deprecated (level 7 in use)
  501.    dh_fixperms
  502.    dh_missing
  503. dh_missing: Compatibility levels before 9 are deprecated (level 7 in use)
  504.    dh_strip
  505. dh_strip: Compatibility levels before 9 are deprecated (level 7 in use)
  506.    dh_makeshlibs
  507. dh_makeshlibs: Compatibility levels before 9 are deprecated (level 7 in use)
  508.    dh_shlibdeps
  509. dh_shlibdeps: Compatibility levels before 9 are deprecated (level 7 in use)
  510.    dh_installdeb
  511. dh_installdeb: Compatibility levels before 9 are deprecated (level 7 in use)
  512.    dh_gencontrol
  513.    dh_md5sums
  514.    dh_builddeb
  515. dpkg-deb: building package 'metronome-dbgsym' in '../metronome-dbgsym_3.12.0_armhf.deb'.
  516. dpkg-deb: building package 'metronome' in '../metronome_3.12.0_armhf.deb'.
  517. make[1]: Leaving directory '/ynh-build/metronome'
  518.  dpkg-genbuildinfo --build=binary
  519.  dpkg-genchanges --build=binary >../metronome_3.12.0_armhf.changes
  520. dpkg-genchanges: info: binary-only upload (no source code included)
  521.  dpkg-source --after-build .
  522. dpkg-buildpackage: info: binary-only upload (no source included)
  523. cd "/ynh-build/"; \
  524.     rm -f yunohost_*; \
  525.     cd yunohost; \
  526.     debuild -us -uc
  527.  dpkg-buildpackage -us -uc -ui
  528. dpkg-buildpackage: info: source package yunohost
  529. dpkg-buildpackage: info: source version 3.6.4.6
  530. dpkg-buildpackage: info: source distribution stable
  531. dpkg-buildpackage: info: source changed by Alexandre Aubin <alex.aubin@mailoo.org>
  532.  dpkg-source --before-build .
  533. dpkg-buildpackage: info: host architecture armhf
  534.  debian/rules clean
  535. dh clean --with=python2,systemd
  536.    dh_clean
  537.  dpkg-source -b .
  538. dpkg-source: info: using source format '3.0 (native)'
  539. dpkg-source: info: building yunohost in yunohost_3.6.4.6.tar.xz
  540. dpkg-source: info: building yunohost in yunohost_3.6.4.6.dsc
  541.  debian/rules build
  542. dh build --with=python2,systemd
  543.    dh_update_autotools_config
  544.    debian/rules override_dh_auto_build
  545. make[1]: Entering directory '/ynh-build/yunohost'
  546. # Generate bash completion file
  547. python data/actionsmap/yunohost_completion.py
  548. python doc/generate_manpages.py --gzip --output doc/yunohost.8.gz
  549. make[1]: Leaving directory '/ynh-build/yunohost'
  550.  debian/rules binary
  551. dh binary --with=python2,systemd
  552.    dh_testroot
  553.    dh_prep
  554.    dh_install
  555.    dh_installdocs
  556.    dh_installchangelogs
  557.    dh_installman
  558.    dh_python2
  559. I: dh_python2 tools:114: replacing shebang in debian/yunohost/usr/bin/yunohost
  560. I: dh_python2 tools:114: replacing shebang in debian/yunohost/usr/bin/yunohost-api
  561.    debian/rules override_dh_systemd_enable
  562. make[1]: Entering directory '/ynh-build/yunohost'
  563. dh_systemd_enable --name=yunohost-api \
  564.     yunohost-api.service
  565. dh_systemd_enable --name=yunohost-firewall --no-enable \
  566.     yunohost-firewall.service
  567. make[1]: Leaving directory '/ynh-build/yunohost'
  568.    debian/rules override_dh_installinit
  569. make[1]: Entering directory '/ynh-build/yunohost'
  570. dh_installinit -pyunohost --name=yunohost-api --restart-after-upgrade
  571. dh_installinit -pyunohost --name=yunohost-firewall --noscripts
  572. make[1]: Leaving directory '/ynh-build/yunohost'
  573.    dh_systemd_start
  574.    dh_installlogrotate
  575.    dh_perl
  576.    dh_link
  577.    dh_strip_nondeterminism
  578.    dh_compress
  579.    dh_fixperms
  580.    dh_missing
  581.    dh_installdeb
  582.    dh_gencontrol
  583.    dh_md5sums
  584.    dh_builddeb
  585. dpkg-deb: building package 'yunohost' in '../yunohost_3.6.4.6_all.deb'.
  586.  dpkg-genbuildinfo
  587.  dpkg-genchanges  >../yunohost_3.6.4.6_armhf.changes
  588. dpkg-genchanges: info: including full source code in upload
  589.  dpkg-source --after-build .
  590. dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
  591. Now running lintian yunohost_3.6.4.6_armhf.changes ...
  592. warning: the authors of lintian do not recommend running it with root privileges!
  593. W: yunohost source: build-depends-on-obsolete-package build-depends: dh-systemd => use debhelper (>= 9.20160709)
  594. W: yunohost source: changelog-should-mention-nmu
  595. W: yunohost source: source-nmu-has-incorrect-version-number 3.6.4.6
  596. W: yunohost source: ancient-python-version-field x-python-version 2.7
  597. W: yunohost source: ancient-standards-version 3.9.6 (released 2014-09-17) (current is 4.3.0)
  598. W: yunohost: syntax-error-in-debian-changelog line 313 "unrecognised line"
  599. W: yunohost: syntax-error-in-debian-changelog line 332 "unrecognised line"
  600. W: yunohost: syntax-error-in-debian-changelog line 358 "unrecognised line"
  601. W: yunohost: syntax-error-in-debian-changelog line 395 "unrecognised line"
  602. W: yunohost: syntax-error-in-debian-changelog line 428 "unrecognised line"
  603. W: yunohost: syntax-error-in-debian-changelog line 437 "unrecognised line"
  604. W: yunohost: syntax-error-in-debian-changelog line 449 "unrecognised line"
  605. W: yunohost: syntax-error-in-debian-changelog line 464 "unrecognised line"
  606. W: yunohost: syntax-error-in-debian-changelog line 475 "unrecognised line"
  607. W: yunohost: syntax-error-in-debian-changelog line 503 "unrecognised line"
  608. W: yunohost: syntax-error-in-debian-changelog line 730 "unrecognised line"
  609. W: yunohost: syntax-error-in-debian-changelog line 771 "unrecognised line"
  610. W: yunohost: syntax-error-in-debian-changelog line 788 "badly formatted heading line"
  611. W: yunohost: syntax-error-in-debian-changelog line 816 "badly formatted heading line"
  612. W: yunohost: syntax-error-in-debian-changelog line 826 "badly formatted heading line"
  613. W: yunohost: syntax-error-in-debian-changelog line 870 "badly formatted heading line"
  614. W: yunohost: syntax-error-in-debian-changelog line 872 "badly formatted heading line"
  615. W: yunohost: syntax-error-in-debian-changelog line 873 "badly formatted heading line"
  616. W: yunohost: syntax-error-in-debian-changelog line 880 "badly formatted heading line"
  617. W: yunohost: syntax-error-in-debian-changelog line 881 "badly formatted heading line"
  618. W: yunohost: syntax-error-in-debian-changelog line 889 "badly formatted heading line"
  619. W: yunohost: syntax-error-in-debian-changelog line 890 "badly formatted heading line"
  620. W: yunohost: debian-changelog-line-too-long line 3
  621. E: yunohost: new-essential-package
  622. W: yunohost: priority-extra-is-replaced-by-priority-optional
  623. W: yunohost: package-installs-into-obsolete-dir etc/bash_completion.d/ : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions Ensure new filename matches stricter requirements (see https://bugs.debian.org/776954 and https://bugs.debian.org/814599)
  624. W: yunohost: package-installs-into-obsolete-dir etc/bash_completion.d/yunohost : ^etc/bash_completion.d/ -> usr/share/bash-completion/completions Ensure new filename matches stricter requirements (see https://bugs.debian.org/776954 and https://bugs.debian.org/814599)
  625. W: yunohost: uses-dpkg-database-directly usr/lib/moulinette/yunohost/utils/packages.py
  626. W: yunohost: uses-dpkg-database-directly usr/share/yunohost/helpers.d/apt
  627. W: yunohost: manpage-section-mismatch usr/share/man/man8/yunohost.8.gz:1 8 != 1
  628. W: yunohost: manpage-has-errors-from-man usr/share/man/man8/yunohost.8.gz 24: warning [p 1, 4.3i]: cannot adjust line
  629. W: yunohost: binary-without-manpage usr/bin/yunohost-api
  630. W: yunohost: binary-without-manpage usr/sbin/yunohost-reset-ldap-password
  631. W: yunohost: binary-without-manpage usr/bin/yunopaste
  632. W: yunohost: binary-without-manpage usr/bin/yunoprompt
  633. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/apt
  634. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/backup
  635. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/fail2ban
  636. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/getopts
  637. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/logging
  638. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/logrotate
  639. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/mysql
  640. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/network
  641. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/nginx
  642. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/nodejs
  643. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/php
  644. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/postgresql
  645. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/setting
  646. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/string
  647. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/systemd
  648. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/user
  649. W: yunohost: script-not-executable usr/share/yunohost/helpers.d/utils
  650. E: yunohost: systemd-service-file-outside-lib etc/systemd/system/yunoprompt.service
  651. W: yunohost: maintainer-script-calls-systemctl postinst:34
  652. Finished running lintian.
  653. [INFO] Running install_local_packages
  654. cd "/ynh-build/"; \
  655.     debconf-set-selections < debconf; \
  656.     SUDO_FORCE_REMOVE=yes apt install -o Dpkg::Options::="--force-confold" -y  /ynh-build/*.deb;
  657. Reading package lists... Done
  658. Building dependency tree      
  659. Reading state information... Done
  660. Note, selecting 'metronome-dbgsym' instead of '/ynh-build/metronome-dbgsym_3.12.0_armhf.deb'
  661. Note, selecting 'metronome' instead of '/ynh-build/metronome_3.12.0_armhf.deb'
  662. Note, selecting 'moulinette' instead of '/ynh-build/moulinette_3.6.4.1_all.deb'
  663. Note, selecting 'ssowat' instead of '/ynh-build/ssowat_3.6.4_all.deb'
  664. Note, selecting 'yunohost' instead of '/ynh-build/yunohost_3.6.4.6_all.deb'
  665. Some packages could not be installed. This may mean that you have
  666. requested an impossible situation or if you are using the unstable
  667. distribution that some required packages have not yet been created
  668. or been moved out of Incoming.
  669. The following information may help to resolve the situation:
  670.  
  671. The following packages have unmet dependencies:
  672.  yunohost : Depends: python-miniupnpc but it is not installable
  673.             Depends: iproute but it is not installable
  674.             Depends: sudo-ldap but it is not going to be installed
  675.             Recommends: yunohost-admin but it is not installable
  676.             Recommends: ntp but it is not going to be installed
  677.             Recommends: etckeeper but it is not going to be installed
  678.             Recommends: php-gd
  679.             Recommends: php-curl
  680.             Recommends: php-gettext but it is not going to be installed
  681.             Recommends: php-mcrypt
  682.             Recommends: python-pip but it is not going to be installed
  683.             Recommends: unattended-upgrades but it is not going to be installed
  684.             Recommends: libdbd-ldap-perl but it is not going to be installed
  685. E: Unable to correct problems, you have held broken packages.
  686. make: *** [Makefile:49: install] Error 100
  687. [FAIL] Failed to install local packages
  688. [INFO] Installation logs are available in /var/log/yunohost-installation_20190814_130701.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement