Impossible d'installer l'application Mastodon

Bonjour,

je poste ce message car il m’est impossible d’installer l’application Mastodon.

Que ce soit via l’interface web ou en ligne de commande, y compris avec l’option --force, j’ai toujours une erreur.

Même avec la branche testing, j’ai exactement la même erreur

Mon serveur YunoHost

Matériel: Viel ordinateur.
Version de YunoHost: 4.2.5.3
J’ai accès à mon serveur : En SSH, via la webadmin et en direct avec clavier/ecran.
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non

``Voici les logs :

args:
app: https://github.com/YunoHost-Apps/mastodon_ynh.git
args: null
force: false
label: null
no_remove_on_failure: false
ended_at: 2021-06-08 10:31:45.095557
env:
YNH_APP_ARG_ADMIN: contact
YNH_APP_ARG_DOMAIN: mastodon.maindomain.tld
YNH_APP_ARG_IS_PUBLIC: ‘1’
YNH_APP_ARG_LANGUAGE: fr_FR
YNH_APP_ID: mastodon
YNH_APP_INSTANCE_NAME: mastodon
YNH_APP_INSTANCE_NUMBER: ‘1’
YNH_APP_MANIFEST_VERSION: 3.3.0~ynh4
error: An error occurred inside the app installation script
interface: cli
operation: app_install
parent: null
related_to:

    • app
    • mastodon
      started_at: 2021-06-08 10:31:13.173514
      success: false
      yunohost_version: 4.2.5.3

============

2021-06-08 12:31:13,185: INFO - Installing mastodon…
2021-06-08 12:31:13,373: DEBUG - Permission ‘mastodon.main’ updated
2021-06-08 12:31:13,505: DEBUG - To view the log of the operation ‘Update url related to permission ‘mastodon’’, use the command ‘yunohost log show 20210608-103113-permission_url-mastodon20210608-103113-permission_url-mastodon’
2021-06-08 12:31:13,781: DEBUG - The permission database has been resynchronized
2021-06-08 12:31:13,999: DEBUG - SSOwat configuration regenerated
2021-06-08 12:31:14,143: DEBUG - Permission ‘mastodon.main’ created
2021-06-08 12:31:14,144: DEBUG - To view the log of the operation ‘Create permission ‘mastodon’’, use the command ‘yunohost log show 20210608-103113-permission_create-mastodon20210608-103113-permission_create-mastodon’
2021-06-08 12:31:14,218: DEBUG - Executing command ‘/bin/bash -x “./install” 7>&1’
2021-06-08 12:31:14,228: DEBUG - + source common.sh
2021-06-08 12:31:14,228: DEBUG - ++ pkg_dependencies=‘imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https’
2021-06-08 12:31:14,229: DEBUG - ++ MEMORY_NEEDED=2560
2021-06-08 12:31:14,229: DEBUG - ++ RUBY_VERSION=2.7.2
2021-06-08 12:31:14,229: DEBUG - ++ NODEJS_VERSION=12
2021-06-08 12:31:14,229: DEBUG - + source ynh_install_ruby__2
2021-06-08 12:31:14,230: DEBUG - ++ rbenv_install_dir=/opt/rbenv
2021-06-08 12:31:14,230: DEBUG - ++ ruby_version_path=/opt/rbenv/versions
2021-06-08 12:31:14,230: DEBUG - ++ export RBENV_ROOT=/opt/rbenv
2021-06-08 12:31:14,230: DEBUG - ++ RBENV_ROOT=/opt/rbenv
2021-06-08 12:31:14,230: DEBUG - ++ export rbenv_root=/opt/rbenv
2021-06-08 12:31:14,230: DEBUG - ++ rbenv_root=/opt/rbenv
2021-06-08 12:31:14,232: DEBUG - + source ynh_add_swap
2021-06-08 12:31:14,234: DEBUG - + source /usr/share/yunohost/helpers
2021-06-08 12:31:14,235: DEBUG - +++ set +o
2021-06-08 12:31:14,236: DEBUG - +++ grep xtrace
2021-06-08 12:31:14,239: DEBUG - ++ readonly ‘XTRACE_ENABLE=set -o xtrace’
2021-06-08 12:31:14,239: DEBUG - ++ XTRACE_ENABLE=‘set -o xtrace’
2021-06-08 12:31:14,313: DEBUG - + ynh_abort_if_errors
2021-06-08 12:31:14,314: DEBUG - + set -o errexit
2021-06-08 12:31:14,314: DEBUG - + set -o nounset
2021-06-08 12:31:14,314: DEBUG - + trap ynh_exit_properly EXIT
2021-06-08 12:31:14,315: DEBUG - + domain=mastodon.maindomain.tld
2021-06-08 12:31:14,315: DEBUG - + path_url=/
2021-06-08 12:31:14,315: DEBUG - + admin=contact
2021-06-08 12:31:14,315: DEBUG - + is_public=1
2021-06-08 12:31:14,315: DEBUG - + language=fr_FR
2021-06-08 12:31:14,316: DEBUG - ++ ynh_user_get_info contact mail
2021-06-08 12:31:14,364: DEBUG - ++ yunohost user info contact --output-as json --quiet
2021-06-08 12:31:14,365: DEBUG - ++ jq -r .mail
2021-06-08 12:31:15,177: DEBUG - + admin_mail=contact@maindomain.tld
2021-06-08 12:31:15,178: DEBUG - + app=mastodon
2021-06-08 12:31:15,280: DEBUG - + echo ‘[+…] > Validating installation parameters…’
2021-06-08 12:31:15,282: INFO - [+…] > Validating installation parameters…
2021-06-08 12:31:15,282: DEBUG - + final_path=/var/www/mastodon
2021-06-08 12:31:15,282: DEBUG - + test ‘!’ -e /var/www/mastodon
2021-06-08 12:31:15,282: DEBUG - + ynh_webpath_register --app=mastodon --domain=mastodon.maindomain.tld --path_url=/
2021-06-08 12:31:15,397: DEBUG - + yunohost app register-url mastodon mastodon.maindomain.tld /
2021-06-08 12:31:17,543: DEBUG - + echo ‘[#+…] > Storing installation settings…’
2021-06-08 12:31:17,544: DEBUG - + ynh_app_setting_set --app=mastodon --key=domain --value=mastodon.maindomain.tld
2021-06-08 12:31:17,546: INFO - [#+…] > Storing installation settings…
2021-06-08 12:31:17,670: DEBUG - + [[ domain =~ (unprotected|protected|skipped)
]]
2021-06-08 12:31:17,671: DEBUG - + ynh_app_setting set mastodon domain mastodon.maindomain.tld
2021-06-08 12:31:17,782: DEBUG - + ynh_app_setting_set --app=mastodon --key=path --value=/
2021-06-08 12:31:17,898: DEBUG - + [[ path =~ (unprotected|protected|skipped)_ ]]
2021-06-08 12:31:17,900: DEBUG - + ynh_app_setting set mastodon path /
2021-06-08 12:31:18,008: DEBUG - + ynh_app_setting_set --app=mastodon --key=admin --value=contact
2021-06-08 12:31:18,124: DEBUG - + [[ admin =~ (unprotected|protected|skipped)_ ]]
2021-06-08 12:31:18,124: DEBUG - + ynh_app_setting set mastodon admin contact
2021-06-08 12:31:18,236: DEBUG - + ynh_app_setting_set --app=mastodon --key=language --value=fr_FR
2021-06-08 12:31:18,351: DEBUG - + [[ language =~ (unprotected|protected|skipped)_ ]]
2021-06-08 12:31:18,352: DEBUG - + ynh_app_setting set mastodon language fr_FR
2021-06-08 12:31:18,543: DEBUG - + echo ‘[##+…] > Finding an available port…’
2021-06-08 12:31:18,544: INFO - [##+…] > Finding an available port…
2021-06-08 12:31:18,544: DEBUG - ++ ynh_find_port --port=3000
2021-06-08 12:31:18,563: DEBUG - ++ test -n 3000
2021-06-08 12:31:18,563: DEBUG - ++ ynh_port_available --port=3000
2021-06-08 12:31:18,581: DEBUG - ++ ss --numeric --listening --tcp --udp
2021-06-08 12:31:18,582: DEBUG - ++ awk ‘{print$5}’
2021-06-08 12:31:18,583: DEBUG - ++ grep --quiet --extended-regexp ‘:3000$’
2021-06-08 12:31:18,630: DEBUG - ++ grep -q ‘port: ‘’‘3000’’’’ /etc/yunohost/apps/cachet/settings.yml /etc/yunohost/apps/mastodon/settings.yml /etc/yunohost/apps/phpmyadmin/settings.yml /etc/yunohost/apps/roundcube/settings.yml /etc/yunohost/apps/wordpress/settings.yml
2021-06-08 12:31:18,635: DEBUG - ++ return 0
2021-06-08 12:31:18,636: DEBUG - ++ echo 3000
2021-06-08 12:31:18,636: DEBUG - + port_web=3000
2021-06-08 12:31:18,636: DEBUG - + ynh_app_setting_set --app=mastodon --key=port_web --value=3000
2021-06-08 12:31:18,760: DEBUG - + [[ port_web =~ (unprotected|protected|skipped)_ ]]
2021-06-08 12:31:18,760: DEBUG - + ynh_app_setting set mastodon port_web 3000
2021-06-08 12:31:18,871: DEBUG - ++ ynh_find_port --port=4000
2021-06-08 12:31:18,889: DEBUG - ++ test -n 4000
2021-06-08 12:31:18,889: DEBUG - ++ ynh_port_available --port=4000
2021-06-08 12:31:18,907: DEBUG - ++ ss --numeric --listening --tcp --udp
2021-06-08 12:31:18,908: DEBUG - ++ awk ‘{print$5}’
2021-06-08 12:31:18,911: DEBUG - ++ grep --quiet --extended-regexp ‘:4000$’
2021-06-08 12:31:18,915: DEBUG - ++ grep -q ‘port: ‘’‘4000’’’’ /etc/yunohost/apps/cachet/settings.yml /etc/yunohost/apps/mastodon/settings.yml /etc/yunohost/apps/phpmyadmin/settings.yml /etc/yunohost/apps/roundcube/settings.yml /etc/yunohost/apps/wordpress/settings.yml
2021-06-08 12:31:18,918: DEBUG - ++ return 0
2021-06-08 12:31:18,919: DEBUG - ++ echo 4000
2021-06-08 12:31:18,919: DEBUG - + port_stream=4000
2021-06-08 12:31:18,919: DEBUG - + ynh_app_setting_set --app=mastodon --key=port_stream --value=4000
2021-06-08 12:31:19,038: DEBUG - + [[ port_stream =~ (unprotected|protected|skipped)_ ]]
2021-06-08 12:31:19,039: DEBUG - + ynh_app_setting set mastodon port_stream 4000
2021-06-08 12:31:19,233: DEBUG - + echo ‘[###+…] > Installing dependencies…’
2021-06-08 12:31:19,233: INFO - [###+…] > Installing dependencies…
2021-06-08 12:31:19,234: DEBUG - + ynh_install_app_dependencies imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev ‘libgdbm3|libgdbm6’ libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https
2021-06-08 12:31:19,234: DEBUG - + local ‘dependencies=imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https’
2021-06-08 12:31:19,235: DEBUG - ++ sed ‘s/([^<=>])\ ([^(])/\1, \2/g’
2021-06-08 12:31:19,236: DEBUG - ++ echo ‘imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https’
2021-06-08 12:31:19,239: DEBUG - + dependencies=‘imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm3|libgdbm6, libgdbm-dev, redis-server, redis-tools, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https’
2021-06-08 12:31:19,240: DEBUG - + local ‘dependencies=imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm3 | libgdbm6, libgdbm-dev, redis-server, redis-tools, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https’
2021-06-08 12:31:19,240: DEBUG - + local manifest_path=/var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/manifest.json
2021-06-08 12:31:19,241: DEBUG - ++ jq -r .version /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/manifest.json
2021-06-08 12:31:19,249: DEBUG - + local version=3.3.0~ynh4
2021-06-08 12:31:19,250: DEBUG - + ‘[’ -z 3.3.0~ynh4 ‘]’
2021-06-08 12:31:19,250: DEBUG - + ‘[’ 3.3.0~ynh4 == null ‘]’
2021-06-08 12:31:19,250: DEBUG - + local dep_app=mastodon
2021-06-08 12:31:19,250: DEBUG - + [[ imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm3 | libgdbm6, libgdbm-dev, redis-server, redis-tools, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https =~ [<=>] ]]
2021-06-08 12:31:19,250: DEBUG - + echo imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm3 ‘|’ libgdbm6, libgdbm-dev, redis-server, redis-tools, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https
2021-06-08 12:31:19,251: DEBUG - + grep --quiet php
2021-06-08 12:31:19,254: DEBUG - + cat
2021-06-08 12:31:19,258: DEBUG - + ynh_package_install_from_equivs /tmp/mastodon-ynh-deps.control
2021-06-08 12:31:19,258: DEBUG - + local controlfile=/tmp/mastodon-ynh-deps.control
2021-06-08 12:31:19,259: DEBUG - ++ grep '^Package: ’ /tmp/mastodon-ynh-deps.control
2021-06-08 12:31:19,260: DEBUG - ++ cut '–delimiter= ’ --fields=2
2021-06-08 12:31:19,264: DEBUG - + local pkgname=mastodon-ynh-deps
2021-06-08 12:31:19,266: DEBUG - ++ grep ‘^Version: ’ /tmp/mastodon-ynh-deps.control
2021-06-08 12:31:19,267: DEBUG - ++ cut ‘–delimiter= ’ --fields=2
2021-06-08 12:31:19,270: DEBUG - + local pkgversion=3.3.0~ynh4
2021-06-08 12:31:19,271: DEBUG - + [[ -z mastodon-ynh-deps ]]
2021-06-08 12:31:19,271: DEBUG - + [[ -z 3.3.0~ynh4 ]]
2021-06-08 12:31:19,271: DEBUG - + ynh_package_update
2021-06-08 12:31:19,271: DEBUG - + ynh_apt update
2021-06-08 12:31:19,271: DEBUG - + ynh_wait_dpkg_free
2021-06-08 12:31:19,442: DEBUG - + return 0
2021-06-08 12:31:19,442: DEBUG - + LC_ALL=C
2021-06-08 12:31:19,443: DEBUG - + DEBIAN_FRONTEND=noninteractive
2021-06-08 12:31:19,443: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 update
2021-06-08 12:31:19,742: DEBUG - Hit:1 http://forge.yunohost.org/debian buster InRelease
2021-06-08 12:31:19,855: DEBUG - Hit:2 http://deb.debian.org/debian buster InRelease
2021-06-08 12:31:19,855: DEBUG - Hit:3 http://security.debian.org/debian-security buster/updates InRelease
2021-06-08 12:31:19,882: DEBUG - Hit:4 http://deb.debian.org/debian buster-updates InRelease
2021-06-08 12:31:22,789: DEBUG - Reading package lists…
2021-06-08 12:31:22,879: DEBUG - ++ mktemp --directory
2021-06-08 12:31:22,880: DEBUG - + local TMPDIR=/tmp/tmp.VNYb0B7zR8
2021-06-08 12:31:22,881: DEBUG - + echo 10
2021-06-08 12:31:22,911: DEBUG - + ynh_wait_dpkg_free
2021-06-08 12:31:23,084: DEBUG - + return 0
2021-06-08 12:31:23,084: DEBUG - + cp /tmp/mastodon-ynh-deps.control /tmp/tmp.VNYb0B7zR8/control
2021-06-08 12:31:23,088: DEBUG - + cd /tmp/tmp.VNYb0B7zR8
2021-06-08 12:31:23,088: DEBUG - + LC_ALL=C
2021-06-08 12:31:23,089: DEBUG - + equivs-build ./control
2021-06-08 12:31:25,266: DEBUG - + LC_ALL=C
2021-06-08 12:31:25,267: DEBUG - + dpkg --force-depends --install ./mastodon-ynh-deps_3.3.0~ynh4_all.deb
2021-06-08 12:31:25,267: DEBUG - + tee ./dpkg_log
2021-06-08 12:31:25,441: DEBUG - Selecting previously unselected package mastodon-ynh-deps.
2021-06-08 12:31:25,559: DEBUG - (Reading database … 108249 files and directories currently installed.)
2021-06-08 12:31:25,573: DEBUG - Preparing to unpack …/mastodon-ynh-deps_3.3.0~ynh4_all.deb …
2021-06-08 12:31:25,607: DEBUG - Unpacking mastodon-ynh-deps (3.3.0~ynh4) …
2021-06-08 12:31:25,918: DEBUG - dpkg: mastodon-ynh-deps: dependency problems, but configuring anyway as you requested:
2021-06-08 12:31:25,918: DEBUG - mastodon-ynh-deps depends on libpq-dev; however:
2021-06-08 12:31:25,919: DEBUG - Package libpq-dev is not installed.
2021-06-08 12:31:25,919: DEBUG - mastodon-ynh-deps depends on libxml2-dev; however:
2021-06-08 12:31:25,919: DEBUG - Package libxml2-dev is not installed.
2021-06-08 12:31:25,919: DEBUG - mastodon-ynh-deps depends on libxslt1-dev; however:
2021-06-08 12:31:25,919: DEBUG - Package libxslt1-dev is not installed.
2021-06-08 12:31:25,920: DEBUG - mastodon-ynh-deps depends on libprotobuf-dev; however:
2021-06-08 12:31:25,920: DEBUG - Package libprotobuf-dev is not installed.
2021-06-08 12:31:25,920: DEBUG - mastodon-ynh-deps depends on protobuf-compiler; however:
2021-06-08 12:31:25,920: DEBUG - Package protobuf-compiler is not installed.
2021-06-08 12:31:25,920: DEBUG - mastodon-ynh-deps depends on libyaml-dev; however:
2021-06-08 12:31:25,920: DEBUG - Package libyaml-dev is not installed.
2021-06-08 12:31:25,921: DEBUG - mastodon-ynh-deps depends on postgresql; however:
2021-06-08 12:31:25,921: DEBUG - Package postgresql is not installed.
2021-06-08 12:31:25,921: DEBUG - mastodon-ynh-deps depends on libjemalloc-dev; however:
2021-06-08 12:31:25,921: DEBUG - Package libjemalloc-dev is not installed.
2021-06-08 12:31:25,921: DEBUG -
2021-06-08 12:31:25,921: DEBUG - Setting up mastodon-ynh-deps (3.3.0~ynh4) …
2021-06-08 12:31:26,211: DEBUG - + ynh_package_install --fix-broken
2021-06-08 12:31:26,211: DEBUG - + ynh_apt --no-remove --option Dpkg::Options::=–force-confdef --option Dpkg::Options::=–force-confold install --fix-broken
2021-06-08 12:31:26,211: DEBUG - + ynh_wait_dpkg_free
2021-06-08 12:31:26,381: DEBUG - + return 0
2021-06-08 12:31:26,382: DEBUG - + LC_ALL=C
2021-06-08 12:31:26,382: DEBUG - + DEBIAN_FRONTEND=noninteractive
2021-06-08 12:31:26,382: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=–force-confdef --option Dpkg::Options::=–force-confold install --fix-broken
2021-06-08 12:31:27,608: DEBUG - Reading package lists…
2021-06-08 12:31:28,024: DEBUG - Building dependency tree…
2021-06-08 12:31:28,027: DEBUG - Reading state information…
2021-06-08 12:31:28,494: DEBUG - Correcting dependencies… Done
2021-06-08 12:31:29,085: DEBUG - The following additional packages will be installed:
2021-06-08 12:31:29,085: DEBUG - libjemalloc-dev libpq-dev libprotobuf-dev libprotobuf-lite17 libprotobuf17
2021-06-08 12:31:29,087: DEBUG - libprotoc17 libxml2-dev libxslt1-dev libyaml-dev postgresql
2021-06-08 12:31:29,088: DEBUG - protobuf-compiler
2021-06-08 12:31:29,095: DEBUG - Suggested packages:
2021-06-08 12:31:29,095: DEBUG - postgresql-doc-11 libyaml-doc postgresql-doc
2021-06-08 12:31:29,134: DEBUG - The following NEW packages will be installed:
2021-06-08 12:31:29,135: DEBUG - libjemalloc-dev libpq-dev libprotobuf-dev libprotobuf-lite17 libprotobuf17
2021-06-08 12:31:29,136: DEBUG - libprotoc17 libxml2-dev libxslt1-dev libyaml-dev postgresql
2021-06-08 12:31:29,138: DEBUG - protobuf-compiler
2021-06-08 12:31:30,496: DEBUG - 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
2021-06-08 12:31:30,497: DEBUG - Need to get 0 B/5129 kB of archives.
2021-06-08 12:31:30,497: DEBUG - After this operation, 24.0 MB of additional disk space will be used.
2021-06-08 12:31:30,657: DEBUG - Selecting previously unselected package libjemalloc-dev.
2021-06-08 12:31:30,773: DEBUG - (Reading database … 108253 files and directories currently installed.)
2021-06-08 12:31:30,788: DEBUG - Preparing to unpack …/00-libjemalloc-dev_5.1.0-3_i386.deb …
2021-06-08 12:31:30,822: DEBUG - Unpacking libjemalloc-dev (5.1.0-3) …
2021-06-08 12:31:31,343: DEBUG - Selecting previously unselected package libpq-dev.
2021-06-08 12:31:31,367: DEBUG - Preparing to unpack …/01-libpq-dev_11.12-0+deb10u1_i386.deb …
2021-06-08 12:31:31,414: DEBUG - Unpacking libpq-dev (11.12-0+deb10u1) …
2021-06-08 12:31:31,868: DEBUG - Selecting previously unselected package libprotobuf17:i386.
2021-06-08 12:31:31,893: DEBUG - Preparing to unpack …/02-libprotobuf17_3.6.1.3-2_i386.deb …
2021-06-08 12:31:31,982: DEBUG - Unpacking libprotobuf17:i386 (3.6.1.3-2) …
2021-06-08 12:31:32,593: DEBUG - Selecting previously unselected package libprotobuf-lite17:i386.
2021-06-08 12:31:32,620: DEBUG - Preparing to unpack …/03-libprotobuf-lite17_3.6.1.3-2_i386.deb …
2021-06-08 12:31:32,671: DEBUG - Unpacking libprotobuf-lite17:i386 (3.6.1.3-2) …
2021-06-08 12:31:33,100: DEBUG - Selecting previously unselected package libprotobuf-dev:i386.
2021-06-08 12:31:33,128: DEBUG - Preparing to unpack …/04-libprotobuf-dev_3.6.1.3-2_i386.deb …
2021-06-08 12:31:33,179: DEBUG - Unpacking libprotobuf-dev:i386 (3.6.1.3-2) …
2021-06-08 12:31:34,037: DEBUG - Selecting previously unselected package libprotoc17:i386.
2021-06-08 12:31:34,061: DEBUG - Preparing to unpack …/05-libprotoc17_3.6.1.3-2_i386.deb …
2021-06-08 12:31:34,120: DEBUG - Unpacking libprotoc17:i386 (3.6.1.3-2) …
2021-06-08 12:31:34,634: DEBUG - Selecting previously unselected package libxml2-dev:i386.
2021-06-08 12:31:34,660: DEBUG - Preparing to unpack …/06-libxml2-dev_2.9.4+dfsg1-7+deb10u1_i386.deb …
2021-06-08 12:31:34,722: DEBUG - Unpacking libxml2-dev:i386 (2.9.4+dfsg1-7+deb10u1) …
2021-06-08 12:31:35,286: DEBUG - Selecting previously unselected package libxslt1-dev:i386.
2021-06-08 12:31:35,312: DEBUG - Preparing to unpack …/07-libxslt1-dev_1.1.32-2.2~deb10u1_i386.deb …
2021-06-08 12:31:35,370: DEBUG - Unpacking libxslt1-dev:i386 (1.1.32-2.2~deb10u1) …
2021-06-08 12:31:35,908: DEBUG - Selecting previously unselected package libyaml-dev:i386.
2021-06-08 12:31:35,934: DEBUG - Preparing to unpack …/08-libyaml-dev_0.2.1-1_i386.deb …
2021-06-08 12:31:36,003: DEBUG - Unpacking libyaml-dev:i386 (0.2.1-1) …
2021-06-08 12:31:36,432: DEBUG - Selecting previously unselected package postgresql.
2021-06-08 12:31:36,457: DEBUG - Preparing to unpack …/09-postgresql_11+200+deb10u4_all.deb …
2021-06-08 12:31:36,511: DEBUG - Unpacking postgresql (11+200+deb10u4) …
2021-06-08 12:31:36,835: DEBUG - Selecting previously unselected package protobuf-compiler.
2021-06-08 12:31:36,861: DEBUG - Preparing to unpack …/10-protobuf-compiler_3.6.1.3-2_i386.deb …
2021-06-08 12:31:36,911: DEBUG - Unpacking protobuf-compiler (3.6.1.3-2) …
2021-06-08 12:31:37,495: DEBUG - Setting up libyaml-dev:i386 (0.2.1-1) …
2021-06-08 12:31:37,659: DEBUG - Setting up libprotobuf-lite17:i386 (3.6.1.3-2) …
2021-06-08 12:31:37,847: DEBUG - Setting up libpq-dev (11.12-0+deb10u1) …
2021-06-08 12:31:38,027: DEBUG - Setting up libjemalloc-dev (5.1.0-3) …
2021-06-08 12:31:38,133: DEBUG - Setting up libxml2-dev:i386 (2.9.4+dfsg1-7+deb10u1) …
2021-06-08 12:31:38,304: DEBUG - Setting up libprotobuf17:i386 (3.6.1.3-2) …
2021-06-08 12:31:38,487: DEBUG - Setting up postgresql (11+200+deb10u4) …
2021-06-08 12:31:38,597: DEBUG - Setting up libprotoc17:i386 (3.6.1.3-2) …
2021-06-08 12:31:38,794: DEBUG - Setting up libxslt1-dev:i386 (1.1.32-2.2~deb10u1) …
2021-06-08 12:31:38,899: DEBUG - Setting up protobuf-compiler (3.6.1.3-2) …
2021-06-08 12:31:39,062: DEBUG - Setting up libprotobuf-dev:i386 (3.6.1.3-2) …
2021-06-08 12:31:39,221: DEBUG - Processing triggers for man-db (2.8.5-2) …
2021-06-08 12:31:40,196: DEBUG - Processing triggers for libc-bin (2.28-10) …
2021-06-08 12:31:41,018: DEBUG - + [[ -n /tmp/tmp.VNYb0B7zR8 ]]
2021-06-08 12:31:41,018: DEBUG - + rm --recursive --force /tmp/tmp.VNYb0B7zR8
2021-06-08 12:31:41,020: DEBUG - + ynh_package_is_installed mastodon-ynh-deps
2021-06-08 12:31:41,036: DEBUG - + ynh_wait_dpkg_free
2021-06-08 12:31:41,212: DEBUG - + return 0
2021-06-08 12:31:41,213: DEBUG - + dpkg-query --show ‘–showformat=${Status}’ mastodon-ynh-deps
2021-06-08 12:31:41,213: DEBUG - + grep --count ‘ok installed’
2021-06-08 12:31:41,284: DEBUG - + rm /tmp/mastodon-ynh-deps.control
2021-06-08 12:31:41,286: DEBUG - + ynh_app_setting_set --app=mastodon --key=apt_dependencies ‘–value=imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm3 | libgdbm6, libgdbm-dev, redis-server, redis-tools, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https’
2021-06-08 12:31:41,403: DEBUG - + [[ apt_dependencies =~ (unprotected|protected|skipped)_ ]]
2021-06-08 12:31:41,404: DEBUG - + ynh_app_setting set mastodon apt_dependencies ‘imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm3 | libgdbm6, libgdbm-dev, redis-server, redis-tools, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https’
2021-06-08 12:31:41,825: DEBUG - + ynh_install_nodejs --nodejs_version=12
2021-06-08 12:31:41,842: DEBUG - + mkdir --parents /opt/node_n
2021-06-08 12:31:41,845: DEBUG - + CLEAR_PATH=/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-06-08 12:31:41,847: DEBUG - ++ echo /opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-06-08 12:31:41,848: DEBUG - ++ sed s@/usr/local/bin:@@
2021-06-08 12:31:41,852: DEBUG - + PATH=/opt/node_n/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin
2021-06-08 12:31:41,852: DEBUG - + test -x /usr/bin/node
2021-06-08 12:31:41,852: DEBUG - + test -x /usr/bin/npm
2021-06-08 12:31:41,853: DEBUG - + /opt/node_n/bin/n --version
2021-06-08 12:31:41,854: DEBUG - + ynh_install_n
2021-06-08 12:31:41,855: DEBUG - + ynh_print_info ‘–message=Installation of N - Node.js version management’
2021-06-08 12:31:41,873: DEBUG - + echo ‘Installation of N - Node.js version management’
2021-06-08 12:31:41,874: DEBUG - + echo ‘SOURCE_URL=https://github.com/tj/n/archive/v7.2.2.tar.gz
2021-06-08 12:31:41,874: DEBUG - SOURCE_SUM=9654440b0e7169cf3be5897a563258116b21ec6e7e7e266acc56979d3ebec6a2’
2021-06-08 12:31:41,874: INFO - Installation of N - Node.js version management
2021-06-08 12:31:41,875: DEBUG - + ynh_setup_source --dest_dir=/opt/node_n/git --source_id=n
2021-06-08 12:31:41,956: DEBUG - + source_id=n
2021-06-08 12:31:41,956: DEBUG - + keep=
2021-06-08 12:31:41,956: DEBUG - + local src_file_path=/var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,959: DEBUG - ++ grep SOURCE_URL= /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,959: DEBUG - ++ cut --delimiter== --fields=2-
2021-06-08 12:31:41,963: DEBUG - + local src_url=https://github.com/tj/n/archive/v7.2.2.tar.gz
2021-06-08 12:31:41,965: DEBUG - ++ grep SOURCE_SUM= /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,966: DEBUG - ++ cut --delimiter== --fields=2-
2021-06-08 12:31:41,970: DEBUG - + local src_sum=9654440b0e7169cf3be5897a563258116b21ec6e7e7e266acc56979d3ebec6a2
2021-06-08 12:31:41,971: DEBUG - ++ grep SOURCE_SUM_PRG= /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,972: DEBUG - ++ cut --delimiter== --fields=2-
2021-06-08 12:31:41,976: DEBUG - + local src_sumprg=
2021-06-08 12:31:41,977: DEBUG - ++ grep SOURCE_FORMAT= /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,977: DEBUG - ++ cut --delimiter== --fields=2-
2021-06-08 12:31:41,981: DEBUG - + local src_format=
2021-06-08 12:31:41,983: DEBUG - ++ grep SOURCE_EXTRACT= /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,983: DEBUG - ++ cut --delimiter== --fields=2-
2021-06-08 12:31:41,987: DEBUG - + local src_extract=
2021-06-08 12:31:41,989: DEBUG - ++ grep SOURCE_IN_SUBDIR= /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,989: DEBUG - ++ cut --delimiter== --fields=2-
2021-06-08 12:31:41,993: DEBUG - + local src_in_subdir=
2021-06-08 12:31:41,995: DEBUG - ++ grep SOURCE_FILENAME= /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/conf/n.src
2021-06-08 12:31:41,995: DEBUG - ++ cut --delimiter== --fields=2-
2021-06-08 12:31:41,999: DEBUG - + local src_filename=
2021-06-08 12:31:42,000: DEBUG - + src_sumprg=sha256sum
2021-06-08 12:31:42,000: DEBUG - + src_in_subdir=true
2021-06-08 12:31:42,000: DEBUG - + src_format=tar.gz
2021-06-08 12:31:42,002: DEBUG - ++ echo tar.gz
2021-06-08 12:31:42,002: DEBUG - ++ tr ‘[:upper:]’ ‘[:lower:]’
2021-06-08 12:31:42,005: DEBUG - + src_format=tar.gz
2021-06-08 12:31:42,006: DEBUG - + src_extract=true
2021-06-08 12:31:42,006: DEBUG - + ‘[’ ‘’ = ‘’ ‘]’
2021-06-08 12:31:42,007: DEBUG - + src_filename=n.tar.gz
2021-06-08 12:31:42,007: DEBUG - + local local_src=/opt/yunohost-apps-src/mastodon/n.tar.gz
2021-06-08 12:31:42,007: DEBUG - + mkdir -p /var/cache/yunohost/download/mastodon/
2021-06-08 12:31:42,009: DEBUG - + src_filename=/var/cache/yunohost/download/mastodon/n.tar.gz
2021-06-08 12:31:42,009: DEBUG - + test -e /opt/yunohost-apps-src/mastodon/n.tar.gz
2021-06-08 12:31:42,010: DEBUG - + ‘[’ -n https://github.com/tj/n/archive/v7.2.2.tar.gz ‘]’
2021-06-08 12:31:42,010: DEBUG - ++ wget --tries 3 --no-dns-cache --timeout 900 --no-verbose --output-document=/var/cache/yunohost/download/mastodon/n.tar.gz https://github.com/tj/n/archive/v7.2.2.tar.gz
2021-06-08 12:31:42,928: DEBUG - + out=‘2021-06-08 12:31:42 URL:https://codeload.github.com/tj/n/tar.gz/v7.2.2 [33050] → “/var/cache/yunohost/download/mastodon/n.tar.gz” [1]’
2021-06-08 12:31:42,931: DEBUG - + echo ‘9654440b0e7169cf3be5897a563258116b21ec6e7e7e266acc56979d3ebec6a2 /var/cache/yunohost/download/mastodon/n.tar.gz’
2021-06-08 12:31:42,932: DEBUG - + sha256sum --check --status
2021-06-08 12:31:42,936: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2021-06-08 12:31:42,938: DEBUG - + ‘[’ -n ‘’ ‘]’
2021-06-08 12:31:42,938: DEBUG - + mkdir --parents /opt/node_n/git
2021-06-08 12:31:42,941: DEBUG - + ‘[’ -n /var/www/mastodon ‘]’
2021-06-08 12:31:42,941: DEBUG - + ‘[’ /opt/node_n/git == /var/www/mastodon ‘]’
2021-06-08 12:31:42,941: DEBUG - + true
2021-06-08 12:31:42,942: DEBUG - + ‘[’ tar.gz = zip ‘]’
2021-06-08 12:31:42,942: DEBUG - + local strip=
2021-06-08 12:31:42,942: DEBUG - + ‘[’ true ‘!=’ false ‘]’
2021-06-08 12:31:42,942: DEBUG - + ‘[’ true == true ‘]’
2021-06-08 12:31:42,943: DEBUG - + local sub_dirs=1
2021-06-08 12:31:42,943: DEBUG - + strip=’–strip-components 1’
2021-06-08 12:31:42,943: DEBUG - + [[ tar.gz =~ ^tar.gz|tar.bz2|tar.xz$ ]]
2021-06-08 12:31:42,943: DEBUG - + tar --extract --file=/var/cache/yunohost/download/mastodon/n.tar.gz --directory=/opt/node_n/git --strip-components 1
2021-06-08 12:31:42,952: DEBUG - + ynh_secure_remove --file=/var/cache/yunohost/download/mastodon/n.tar.gz
2021-06-08 12:31:42,970: DEBUG - + local ‘forbidden_path= /var/www /home/yunohost.app’
2021-06-08 12:31:42,970: DEBUG - + ‘[’ 1 -ge 2 ‘]’
2021-06-08 12:31:42,971: DEBUG - + [[ -z /var/cache/yunohost/download/mastodon/n.tar.gz ]]
2021-06-08 12:31:42,971: DEBUG - + [[ /var/www /home/yunohost.app =~ /var/cache/yunohost/download/mastodon/n.tar.gz ]]
2021-06-08 12:31:42,971: DEBUG - + [[ /var/cache/yunohost/download/mastodon/n.tar.gz =~ ^/[[:alnum:]]+$ ]]
2021-06-08 12:31:42,971: DEBUG - + [[ z = / ]]
2021-06-08 12:31:42,972: DEBUG - + ‘[’ -e /var/cache/yunohost/download/mastodon/n.tar.gz ‘]’
2021-06-08 12:31:42,972: DEBUG - + rm --recursive /var/cache/yunohost/download/mastodon/n.tar.gz
2021-06-08 12:31:42,974: DEBUG - + ‘[’ -d /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/sources/patches/ ‘]’
2021-06-08 12:31:42,975: DEBUG - + test -e /var/cache/yunohost/app_tmp_work_dirs/app_fl8gqmqv/sources/extra_files/n
2021-06-08 12:31:42,975: DEBUG - + ‘[’ -n ‘’ ‘]’
2021-06-08 12:31:42,975: DEBUG - + rm -rf /var/cache/yunohost/files_to_keep_during_setup_source/
2021-06-08 12:31:42,977: DEBUG - + cd /opt/node_n/git
2021-06-08 12:31:42,978: DEBUG - + PREFIX=/opt/node_n
2021-06-08 12:31:42,978: DEBUG - + make install
2021-06-08 12:31:42,982: DEBUG - mkdir -p /opt/node_n/bin/
2021-06-08 12:31:42,984: DEBUG - cp bin/n /opt/node_n/bin/n
2021-06-08 12:31:42,989: DEBUG - + ynh_replace_string ‘–match_string=^N_PREFIX=${N_PREFIX-.}$’ ‘–replace_string=N_PREFIX=${N_PREFIX-/opt/node_n}’ --target_file=/opt/node_n/bin/n
2021-06-08 12:31:43,109: DEBUG - + local delimit=@
2021-06-08 12:31:43,110: DEBUG - + match_string=’^N_PREFIX=${N_PREFIX-.
}$’
2021-06-08 12:31:43,110: DEBUG - + replace_string=‘N_PREFIX=${N_PREFIX-/opt/node_n}’
2021-06-08 12:31:43,110: DEBUG - + sed --in-place ‘s@^N_PREFIX=${N_PREFIX-.*}$@N_PREFIX=${N_PREFIX-/opt/node_n}@g’ /opt/node_n/bin/n
2021-06-08 12:31:43,114: DEBUG - + PATH=/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-06-08 12:31:43,115: DEBUG - + test -x /usr/bin/node_n
2021-06-08 12:31:43,115: DEBUG - + test -x /usr/bin/npm_n
2021-06-08 12:31:43,115: DEBUG - ++ uname --machine
2021-06-08 12:31:43,118: DEBUG - + uname=i686
2021-06-08 12:31:43,118: DEBUG - + [[ i686 =~ aarch64 ]]
2021-06-08 12:31:43,118: DEBUG - + [[ i686 =~ arm64 ]]
2021-06-08 12:31:43,118: DEBUG - + n 12
2021-06-08 12:31:43,579: DEBUG -
2021-06-08 12:31:43,581: WARNING - Error: no version found for ‘12’
2021-06-08 12:31:43,582: DEBUG -
2021-06-08 12:31:43,582: DEBUG - + ynh_exit_properly
2021-06-08 12:31:43,582: DEBUG - + local exit_code=1
2021-06-08 12:31:43,583: DEBUG - + rm -rf /var/cache/yunohost/download/
2021-06-08 12:31:43,585: DEBUG - + ‘[’ 1 -eq 0 ‘]’
2021-06-08 12:31:43,585: DEBUG - + trap ‘’ EXIT
2021-06-08 12:31:43,586: DEBUG - + set +o errexit
2021-06-08 12:31:43,586: DEBUG - + set +o nounset
2021-06-08 12:31:43,586: DEBUG - + sleep 0.5
2021-06-08 12:31:44,087: DEBUG - + type -t ynh_clean_setup
2021-06-08 12:31:44,088: DEBUG - + ynh_clean_setup
2021-06-08 12:31:44,089: DEBUG - + ynh_clean_check_starting
2021-06-08 12:31:44,090: DEBUG - + ‘[’ -n ‘’ ‘]’
2021-06-08 12:31:44,090: DEBUG - + ‘[’ -n ‘’ ‘]’
2021-06-08 12:31:44,090: DEBUG - + exit 1
2021-06-08 12:31:45,094: ERROR - Unable to install mastodon: An error occurred inside the app installation script


Je vous remercie par avance de l'aide que vous m'apporterez :slight_smile: 

Cordialement,

L’application dépends de nodejs, qui malheureusement n’est pas compatible avec l’architecture 32 bit de ta machine

1 Like

Bonjour,

Merci pour votre réponse :slight_smile:, je vais donc envisager de passer sur l’architecture 64 bits.

Cordialement,

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.