@BruhElement You can simply rebuild ayugram with newer openh264.
Creating symbol link is not encouraged due to that you may forget removing it, which results a partial upgrading.
Git Clone URL: | https://aur.archlinux.org/ayugram-desktop.git (read-only, click to copy) |
---|---|
Package Base: | ayugram-desktop |
Description: | Desktop Telegram client with good customization and Ghost mode. |
Upstream URL: | https://github.com/AyuGram/AyuGramDesktop |
Keywords: | anti-recall ayugram telegram |
Licenses: | GPL-3.0-only |
Submitter: | ZhangHua |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 9 |
Popularity: | 0.23 |
First Submitted: | 2023-11-06 01:05 (UTC) |
Last Updated: | 2025-02-15 03:24 (UTC) |
@BruhElement You can simply rebuild ayugram with newer openh264.
Creating symbol link is not encouraged due to that you may forget removing it, which results a partial upgrading.
Ayugram didn't want to work with new openh264
package
ayugram-desktop: error while loading shared libraries: libopenh264.so.7: cannot open shared object file: No such file or directory
Got it fixed by doing this command
sudo ln -s /usr/lib/libopenh264.so /usr/lib/libopenh264.so.7
Downgrading to 2.5.0 version also works
5.11.1v has been released
thanks @ZhangHua i already have a 16gb ram but i think that my cpu is the issue maybe? anyway i am using the package you mentioned and it's working well.
thanks again.
@xolvum You need stronger computer to build ayugram on it. Or you may try using ayugram-desktop-bin
, which is a prebuilt package, you do not need to build ayugram if you use it. Also, you may consider adding more RAM or swap, as for me, I use 16GB RAM and 16GB swap, and it can be built successfully on my PC.
lto1: fatal error: streaming subprocess was killed by signal
compilation terminated.
lto-wrapper: fatal error: /usr/bin/c++ returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[2]: *** [Telegram/CMakeFiles/Telegram.dir/build.make:15056: ayugram-desktop] Error 1
make[1]: *** [CMakeFiles/Makefile2:2195: Telegram/CMakeFiles/Telegram.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
i am getting this problem and i don't know where to ask.
i tried PKGBUILD and also YAY.
i also tried replacing replacing glib2-devel
with glib2
(i saw it in another post) but it didn't work.
also the build time takes arround 3 hours or 2.5, is this normal?
To people who find that some files failed to pass check:
You may consider removing them and download again. I use updpkgsums
after editing PKGBUILD
and removing all generated files rm *.log *.pkg.tar.* *.tar.gz
, so most of the time you should check if it is your problem. If it is my fault, please leaving a comment so we can investigate further.
Boradorka, you probably have a third-party ffmpeg installed. install normal ffmpeg and try again. I had the same issue
[ 91%] Building CXX object Telegram/CMakeFiles/Telegram.dir/SourceFiles/settings/business/settings_working_hours.cpp.o
{стандартный ввод}: Сообщения ассемблера:
{стандартный ввод}: Внутренняя ошибка (Ошибка сегментирования).
Пожалуйста, сообщите об этой ошибке.
make[2]: *** [Telegram/CMakeFiles/Telegram.dir/build.make:10308: Telegram/CMakeFiles/
Telegram.dir/SourceFiles/settings/business/settings_working_hours.cpp.o] Ошибка 1
make[1]: *** [CMakeFiles/Makefile2:1763: Telegram/CMakeFiles/Telegram.dir/all] Ошибка 2
make: *** [Makefile:136: all] Ошибка 2
Pinned Comments
ZhangHua commented on 2024-01-29 10:28 (UTC) (edited on 2024-08-03 04:05 (UTC) by ZhangHua)
Please do not flag this package outdated just because there are some library files missing after your archlinux upgraded. You need to simply rebuild this PKGBUILD with latest archlinux. For those people who meet that Qt/xxHash symbols missing, the solution is same.