ars3niy / tdlib-purple

libpurple Telegram plugin using tdlib
Other
148 stars 32 forks source link

Unable to install tdlib-purple from AUR package. #142

Open sevapopov2 opened 2 years ago

sevapopov2 commented 2 years ago

When installing tdlib-purple-git package using Paru AUR helper in arch, the installation cannot be completed due to the wrong tdlib library version installed. The version that installs automatically is 1.7.0, but version 1.7.9 is required. Steps to reproduce.

  1. Install Paru AUR helper.
  2. Type paru -S telegram-tdlib-purple-git.
  3. After compiling and installing telegram-tdlib and libtgvoip there will be an error when compiling tdlib-purple that a requirement about tdlib version isn't satisfied.
  4. Try to install telegram-tdlib-git package with paru -S telegram-tdlib-git. Actual result: The same error is reproduced. Telegram-tdlib version 1.8.0 is installed, but version 1.7.9 is required. How can I install telegram-tdlib 1.7.9 version? I provide a log with the default installation without installing telegram-tdlib-git package. Thank you! CMakeOutput.log
Thaodan commented 2 years ago

Duplicate of https://github.com/ars3niy/tdlib-purple/issues/135

mk-fg commented 2 years ago

See also https://aur.archlinux.org/packages/telegram-tdlib-purple-git/#comment-843589 for why it works like that in -git PKGBUILD and pinned comment there for how to work around it.