deltachat / chatmail

chatmail service deployment scripts and docs
https://delta.chat/en/2023-12-13-chatmail
MIT License
140 stars 14 forks source link

Error during install #458

Open dillfrescott opened 4 days ago

dillfrescott commented 4 days ago
--> Starting operation: Install Dovecot 
    [chat.dill.moe] Reading package lists...
    [chat.dill.moe] Building dependency tree...
    [chat.dill.moe] Reading state information...
    [chat.dill.moe] Some packages could not be installed. This may mean that you have
    [chat.dill.moe] requested an impossible situation or if you are using the unstable
    [chat.dill.moe] distribution that some required packages have not yet been created
    [chat.dill.moe] or been moved out of Incoming.
    [chat.dill.moe] The following information may help to resolve the situation:
    [chat.dill.moe] 
    [chat.dill.moe] The following packages have unmet dependencies:
    [chat.dill.moe]  dovecot-core : Depends: libc6 (>= 2.36) but 2.35-0ubuntu3.8 is to be installed
    [chat.dill.moe]                 Depends: libicu72 (>= 72.1~rc-1~) but it is not installable
    [chat.dill.moe]                 Depends: libzstd1 (>= 1.5.2) but 1.4.8+dfsg-3build1 is to be installed
    [chat.dill.moe]  dovecot-imapd : Depends: libzstd1 (>= 1.5.2) but 1.4.8+dfsg-3build1 is to be installed
    [chat.dill.moe] E: Unable to correct problems, you have held broken packages.
    [chat.dill.moe] Error: executed 0 commands

--> Disconnecting from hosts...
--> pyinfra error: No hosts remaining!
Traceback (most recent call last):
  File "/home/cross/Downloads/chatmail/venv/bin/cmdeploy", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/cross/Downloads/chatmail/cmdeploy/src/cmdeploy/cmdeploy.py", line 348, in main
    res = args.func(args, out, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/cross/Downloads/chatmail/cmdeploy/src/cmdeploy/cmdeploy.py", line 89, in run_cmd
    retcode = out.check_call(cmd, env=env)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/cross/Downloads/chatmail/cmdeploy/src/cmdeploy/cmdeploy.py", line 257, in check_call
    return subprocess.check_call(arg, shell=True, env=env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'pyinfra --ssh-user root chat.dill.moe /home/cross/Downloads/chatmail/cmdeploy/src/cmdeploy/deploy.py -y' returned non-zero exit status 1.

On ubuntu 22.04

dillfrescott commented 4 days ago

Nevermind wrong ubuntu version you need to use 20.04 apparently

missytake commented 3 days ago

Hm, we actually recommend Debian 12 instead of Ubuntu... Isn't 20.04 EOL already? Not sure if using 20.04 is viable.