[zeka@Alice ~]$ vcmiclient
vcmiclient: error while loading shared libraries: libavutil.so.51: cannot open shared object file: No such file or directory
[zeka@Alice ~]$ ls /usr/lib/ | grep avutil
libavutil.so
libavutil.so.52
libavutil.so.52.13.100
[zeka@Alice ~]$ ls /usr/lib/ffmpeg-compat/ | grep avutil
libavutil.so
libavutil.so.51
libavutil.so.51.35.100
[zeka@Alice ~]$
I created symlinks
[root@Alice zeka]# ln -s /usr/lib/ffmpeg-compat/libavutil.so.51 /usr/lib/libavutil.so.51
[root@Alice zeka]# ln -s /usr/lib/ffmpeg-compat/libavutil.so.51.35.100 /usr/lib/libavutil.so.51.35.100
vcmiclient starts
not open the settings menu WOG
Search Criteria
Package Details: vcmi-git 1.6.3.31.g920a66edb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vcmi-git.git (read-only, click to copy) |
---|---|
Package Base: | vcmi-git |
Description: | Open-source engine for Heroes of Might and Magic III |
Upstream URL: | http://vcmi.eu |
Keywords: | homm3 |
Licenses: | GPL2 |
Conflicts: | vcmi |
Provides: | vcmi |
Submitter: | Raziel23 |
Maintainer: | fenuks |
Last Packager: | fenuks |
Votes: | 47 |
Popularity: | 0.004823 |
First Submitted: | 2014-04-07 07:23 (UTC) |
Last Updated: | 2025-01-10 18:58 (UTC) |
Dependencies (19)
- boost-libs
- desktop-file-utils (desktop-file-utils-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- tbb (onetbb-gitAUR, onetbb)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- innoextract (innoextract-gitAUR) (optional) – required by vcmibuilder
- unshield (unshield-gitAUR) (optional) – required by vcmibuilder
- unzip (unzip-natspecAUR, unzip-zstdAUR) (optional) – required by vcmibuilder
Required by (1)
- vcmi-demo (requires vcmi)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
<deleted-account> commented on 2013-03-02 06:33 (UTC)
<deleted-account> commented on 2013-02-25 11:31 (UTC)
Raziel23:
Thank you, after freeing memory build succeeds.
Raziel23 commented on 2013-02-25 10:47 (UTC)
@istokin: I also cannot reproduce it. It seems that you simply ran out of memory. Here is a similar issue:
http://forums.gentoo.org/viewtopic-p-6829656.html#6829656
You can try adding more swap memory. At the moment vcmi require at least around 2 GB of free memory
to compile properly. I have judged this from post:
http://forum.vcmi.eu/viewtopic.php?p=8568&highlight=#8568
<deleted-account> commented on 2013-02-25 10:46 (UTC)
Cravix:
In ~/ no directory ccache
Cravix commented on 2013-02-25 10:31 (UTC)
istokin:
cannot reproduce, it works for me, try to clean ~/.ccache first?
<deleted-account> commented on 2013-02-25 09:10 (UTC)
[ 32%] Building CXX object lib/CMakeFiles/vcmi.dir/IGameCallback.cpp.o
{standard input}: Assembler messages:
{standard input}:381573: Warning: конец файла не в конце строки; вставлен символ новой строки
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
c++: внутренняя ошибка компилятора: Убито (program cc1plus)
Отправьте подробное сообщение об ошибке
с препроцессированным исходным кодом.
Смотрите инструкции в <https://bugs.archlinux.org/>.
make[2]: *** [lib/CMakeFiles/vcmi.dir/IGameCallback.cpp.o] Ошибка 4
make[1]: *** [lib/CMakeFiles/vcmi.dir/all] Ошибка 2
make: *** [all] Ошибка 2
Raziel23 commented on 2013-02-13 14:38 (UTC)
Bump to version 3197-1. I have updated again the post installation message. The vcmibuilder script
by default will prepare data files in ~/.vcmi directory. Also vcmi will read data files from ~/.vcmi
and from now on you don't have to copy those files to /usr/share/vcmi directory (unless you have more
users on the same system that also run vcmi, so in this way you will have the data files located
in a single directory).
Pinned Comments