Софт

Нужна помощь в сборке пакета из исходников

Хочу собрать пакет cpuminer( как тестер производительности железной сборки + Manjaro).
./autogen.sh
CFLAGS="-march=native" ./configure
Спойлер!
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... no
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking whether le16dec is declared... no
checking whether le16enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking whether __uint128_t is supported... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: cpuminer-config.h is unchanged
config.status: executing depfiles commands


make
Спойлер!
make  all-recursive
make[1]: вход в каталог «/home/serv1/Рабочий стол/Cpuminer»
Making all in compat
make[2]: вход в каталог «/home/serv1/Рабочий стол/Cpuminer/compat»
make[3]: вход в каталог «/home/serv1/Рабочий стол/Cpuminer/compat»
make[3]: Цель «all-am» не требует выполнения команд.
make[3]: выход из каталога «/home/serv1/Рабочий стол/Cpuminer/compat»
make[2]: выход из каталога «/home/serv1/Рабочий стол/Cpuminer/compat»
make[2]: вход в каталог «/home/serv1/Рабочий стол/Cpuminer»
g++  -g -O2   -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-uint256.o cpuminer-api.o cpuminer-sysinfos.o cpuminer-algo-gate-api.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-c_keccak.o crypto/cpuminer-c_groestl.o crypto/cpuminer-c_blake256.o crypto/cpuminer-c_jh.o crypto/cpuminer-c_skein.o crypto/cpuminer-hash.o crypto/cpuminer-aesb.o crypto/cpuminer-magimath.o algo/bmw/cpuminer-sph_bmw.o algo/bmw/cpuminer-bmw-hash-4way.o algo/bmw/cpuminer-bmw256.o algo/cubehash/cpuminer-sph_cubehash.o algo/cubehash/sse2/cpuminer-cubehash_sse2.o algo/cubehash/cpuminer-cube-hash-2way.o algo/echo/cpuminer-sph_echo.o algo/echo/aes_ni/cpuminer-hash.o algo/gost/cpuminer-sph_gost.o algo/groestl/cpuminer-sph_groestl.o algo/groestl/cpuminer-groestl.o algo/groestl/cpuminer-myrgr-gate.o algo/groestl/cpuminer-myrgr-4way.o algo/groestl/cpuminer-myr-groestl.o algo/groestl/aes_ni/cpuminer-hash-groestl.o algo/groestl/aes_ni/cpuminer-hash-groestl256.o algo/fugue/cpuminer-sph_fugue.o algo/hamsi/cpuminer-sph_hamsi.o algo/hamsi/cpuminer-hamsi-hash-4way.o algo/haval/cpuminer-haval.o algo/haval/cpuminer-haval-hash-4way.o algo/luffa/cpuminer-sph_luffa.o algo/luffa/cpuminer-luffa.o algo/luffa/cpuminer-luffa_for_sse2.o algo/luffa/cpuminer-luffa-hash-2way.o algo/cpuminer-pluck.o algo/ripemd/cpuminer-sph_ripemd.o algo/ripemd/cpuminer-ripemd-hash-4way.o algo/ripemd/cpuminer-lbry-gate.o algo/ripemd/cpuminer-lbry.o algo/ripemd/cpuminer-lbry-4way.o algo/sha/cpuminer-sph_sha2.o algo/sha/cpuminer-sph_sha2big.o algo/sha/cpuminer-sha2-hash-4way.o algo/sha/cpuminer-sha2.o algo/sha/cpuminer-sha256t-gate.o algo/sha/cpuminer-sha256t-4way.o algo/sha/cpuminer-sha256t.o algo/shabal/cpuminer-sph_shabal.o algo/shabal/cpuminer-shabal-hash-4way.o algo/shavite/cpuminer-sph_shavite.o algo/shavite/cpuminer-sph-shavite-aesni.o algo/shavite/cpuminer-shavite.o algo/skein/cpuminer-sph_skein.o algo/skein/cpuminer-skein-hash-4way.o algo/skein/cpuminer-skein.o algo/skein/cpuminer-skein-4way.o algo/skein/cpuminer-skein-gate.o algo/skein/cpuminer-skein2.o algo/skein/cpuminer-skein2-4way.o algo/skein/cpuminer-skein2-gate.o algo/sm3/cpuminer-sm3.o algo/sm3/cpuminer-sm3-hash-4way.o algo/tiger/cpuminer-sph_tiger.o algo/whirlpool/cpuminer-sph_whirlpool.o algo/whirlpool/cpuminer-whirlpool-hash-4way.o algo/whirlpool/cpuminer-whirlpool-gate.o algo/whirlpool/cpuminer-whirlpool-4way.o algo/whirlpool/cpuminer-whirlpool.o algo/whirlpool/cpuminer-whirlpoolx.o algo/yespower/cpuminer-yespower-miner.o algo/yespower/crypto/cpuminer-blake2b.o algo/yespower/cpuminer-yespower.o  -ljansson -lpthread  -lssl -lcrypto -lgmp 
/usr/bin/ld: cpuminer-cpu-miner.o: в функции «longpoll_thread»:
/home/serv1/Рабочий стол/Cpuminer/cpu-miner.c:2148: неопределённая ссылка на «curl_easy_init»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/cpu-miner.c:2267: неопределённая ссылка на «curl_easy_cleanup»
/usr/bin/ld: cpuminer-cpu-miner.o: в функции «workio_thread»:
/home/serv1/Рабочий стол/Cpuminer/cpu-miner.c:1473: неопределённая ссылка на «curl_easy_init»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/cpu-miner.c:1510: неопределённая ссылка на «curl_easy_cleanup»
/usr/bin/ld: cpuminer-cpu-miner.o: в функции «show_version_and_exit»:
/home/serv1/Рабочий стол/Cpuminer/cpu-miner.c:2583: неопределённая ссылка на «curl_version»
/usr/bin/ld: cpuminer-cpu-miner.o: в функции «main»:
/home/serv1/Рабочий стол/Cpuminer/cpu-miner.c:3326: неопределённая ссылка на «curl_global_init»
/usr/bin/ld: cpuminer-util.o: в функции «json_load_url»:
/home/serv1/Рабочий стол/Cpuminer/util.c:632: неопределённая ссылка на «curl_easy_init»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:637: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:638: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:639: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:640: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:641: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: cpuminer-util.o:/home/serv1/Рабочий стол/Cpuminer/util.c:642: далее есть ещё неопределённые ссылки на «curl_easy_setopt»
/usr/bin/ld: cpuminer-util.o: в функции «json_load_url»:
/home/serv1/Рабочий стол/Cpuminer/util.c:656: неопределённая ссылка на «curl_easy_perform»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:668: неопределённая ссылка на «curl_easy_cleanup»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:652: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:656: неопределённая ссылка на «curl_easy_perform»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:654: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: cpuminer-util.o: в функции «stratum_connect»:
/home/serv1/Рабочий стол/Cpuminer/util.c:1286: неопределённая ссылка на «curl_easy_cleanup»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1287: неопределённая ссылка на «curl_easy_init»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1310: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1311: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1312: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1313: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1314: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: cpuminer-util.o:/home/serv1/Рабочий стол/Cpuminer/util.c:1315: далее есть ещё неопределённые ссылки на «curl_easy_setopt»
/usr/bin/ld: cpuminer-util.o: в функции «stratum_connect»:
/home/serv1/Рабочий стол/Cpuminer/util.c:1330: неопределённая ссылка на «curl_easy_perform»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1309: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1333: неопределённая ссылка на «curl_easy_cleanup»
/usr/bin/ld: cpuminer-util.o: в функции «stratum_disconnect»:
/home/serv1/Рабочий стол/Cpuminer/util.c:1350: неопределённая ссылка на «curl_easy_cleanup»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:1350: неопределённая ссылка на «curl_easy_cleanup»
/usr/bin/ld: cpuminer-util.o: в функции «json_rpc_call»:
/home/serv1/Рабочий стол/Cpuminer/util.c:465: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:467: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:469: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:471: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:472: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: cpuminer-util.o:/home/serv1/Рабочий стол/Cpuminer/util.c:473: далее есть ещё неопределённые ссылки на «curl_easy_setopt»
/usr/bin/ld: cpuminer-util.o: в функции «json_rpc_call»:
/home/serv1/Рабочий стол/Cpuminer/util.c:512: неопределённая ссылка на «curl_slist_append»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:513: неопределённая ссылка на «curl_slist_append»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:514: неопределённая ссылка на «curl_slist_append»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:515: неопределённая ссылка на «curl_slist_append»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:519: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:521: неопределённая ссылка на «curl_easy_perform»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:612: неопределённая ссылка на «curl_slist_free_all»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:613: неопределённая ссылка на «curl_easy_reset»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:485: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:464: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:499: неопределённая ссылка на «curl_easy_setopt»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:621: неопределённая ссылка на «curl_slist_free_all»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:622: неопределённая ссылка на «curl_easy_reset»
/usr/bin/ld: /home/serv1/Рабочий стол/Cpuminer/util.c:525: неопределённая ссылка на «curl_easy_getinfo»
collect2: ошибка: выполнение ld завершилось с кодом возврата 1
make[2]: *** [Makefile:1071: cpuminer] Ошибка 1
make[2]: выход из каталога «/home/serv1/Рабочий стол/Cpuminer»
make[1]: *** [Makefile:2378: all-recursive] Ошибка 1
make[1]: выход из каталога «/home/serv1/Рабочий стол/Cpuminer»
make: *** [Makefile:648: all] Ошибка 2


curl 7.74.0-1 установлен
Софт

Не удается стартовать Яндекс.Диск

После установки и успешной авторизации не запускается Яндекс.Диск.
выдает сообщение:
Статус ядра синхронизации: ошибка сетевого соединения
Путь к папке Яндекс.Диска: '/home/user/Yandex.Disk'
Информация о дисковом пространстве еще не получена.
Последние синхронизированные пути:
Нет.
Софт

Refind: Как можно сделать заставку при загрузке системы?

Refind загружает ОСь напрямую, без grub. В конфиге refind касательно заставки стоит:

use_graphics_for linux, manjaro
resolution 1920 1080.

В mkinitcpio всё указывал в hooks, пробовал ставить plymouth и bootsplash, заставка не появляется. Может я что то пропустил?
Софт

[решено] Не воспроизводится звук через наушники после старта системы

После старта системы, если были подключены наушники по джеку, то звук не работает. Если отсоединить провод и подсоединить, то проблема исчезает. На ядре 5.8 таких проблем не было, появились с переходом на 5.9. Перейти на ядро 5.4 не могу. Карточка интел
Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
Софт

google chrome

Доброго времени суток, как устновить гугл хром в manjaro? я не шарю в linux, все что нашел в интернете не работает
Софт

Установка EMACS

Захотелось испробовать на вкус и цвет, что это за взерь такой. Но после установки EMACS'а, запускаю ярлык и ноль эмоций.


Linux 5.8.18-1-MANJARO



LSB Version:    n/a
Distributor ID: ManjaroLinux
Description:    Manjaro Linux
Release:        20.2
Codename:       Nibia



pacman -Qii emacs

Name            : emacs
Version         : 27.1-3
Description     : The extensible, customizable, self-documenting real-time display editor
Architecture    : x86_64
URL             : https://www.gnu.org/software/emacs/emacs.html
Licenses        : GPL3
Groups          : None
Provides        : None
Depends On      : librsvg  gpm  giflib  libxpm  libotf  m17n-lib  gtk3  hicolor-icon-theme  desktop-file-utils
                  alsa-lib  gnutls  jansson  cairo  harfbuzz
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 105.33 MiB
Packager        : Juergen Hoetzel <juergenarchlinux.org>
Build Date      : Fri Aug 28 21:21:27 2020
Install Date    : Sun Nov 29 10:40:30 2020
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
Backup Files    :
(none)


Вот что выдает журнал в реальном времени при запуске ярлыка EMACS из меню запуска приложений

sudo journalctl -f

Nov 29 11:07:34 jan-Z systemd[771]: Started Emacs - Text Editor.
Nov 29 11:07:34 jan-Z kwin_x11[849]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23810, resource id: 31457477, major code: 18 (ChangeProperty), minor code: 0
Nov 29 11:07:34 jan-Z systemd[771]: app-emacs-cf20c124f2ff42858bcc04955456e7d8.scope: Succeeded.
Nov 29 11:07:34 jan-Z kwin_x11[849]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23869, resource id: 31457478, major code: 18 (ChangeProperty), minor code: 0


А вот что выдает консоль при запуске через терминал

(emacs:5740): Gtk-WARNING **: 11:10:38.684: Theme parsing error: gtk.css:2:33: Failed to import: Error opening file /home/janz/.config/gtk-3.0/window_decorations.css: No such file or directory
Undefined color: "WINDOW_FOREGROUND"
Софт

Проблема с кодеками в яндекс браузере

Яндекс бета не умеет проигрывать некоторые типы видео, но раньше эта проблема решалась с помощью замены родного libffmpeg.so на ссылку на файл из opera-ffmpeg-codecs. После последнего обновления браузера, данные манипуляции стали приводить к ошибке на странице, где есть хоть какое-нибудь видео, и последующей перезагрузке.
Помогите исправить ситуацию, заранее спасибо.
Софт

Pidgin-sipe + Web camera

всем добрый!
вопрос к знатокам и возможно к тем кто использует по работе связку Pidgin + Lync (т.е. pidgin-sipe).
я пользуюсь такой связкой на Ubuntu 19.10, но там тоже есть проблема в групповом видеочате, вебкамера просто не подключается, хотя в одиночном разговоре — работает. почему хочу уйти с Убунты — просто устарело ПО, но именно в этой версии! на новой версии 20.04 — связка Pidgin-sipe — не работает.
В Манжаро (новой) я установил из реп последний sipe но чуда не произошло, видео вызов или аудио — не работает. при настройке и выборе звукового устройства Pidgin крашится.
установил плагины и модули gstreamer — аудио заработало, аудио вызов проходит и собеседник меня слышит, но вот видео никак не получается запустить. при выборе камеры пиджин — зависает.

Может кто подскажет что нужно доустановить чтобы заработало?
камера — driver UVC. ноут- Lenovo.
pidgin-sipe — 1.25.0
Софт

Как поставить Boxcryptor через Wine?

Хочу поставить шифровальщик облачных файлов, портативная версия которого для Linux серьезно страдает недостатками. Прога с расширением msi. В процессе установки выдает:
В программе msiexec.exe обнаружена серьезная ошибка. Программа будет закрыта.

Подробности об ошибке:
Ужа-а-ас!!!
Unhandled exception: unimplemented function rstrtmgr.dll.RmJoinSession called in 32-bit code (0x7b010402).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b010402 ESP:00f4d304 EBP:00f4fc24 EFLAGS:00000246( — -- I Z- -P- )
EAX:00f4d310 EBX:6c584000 ECX:00f4d388 EDX:00000004
ESI:00000000 EDI:00000000
Stack dump:
0x00f4d304: 00000000 00000000 00000000 80000100
0x00f4d314: 00000001 00000000 7b010402 00000002
0x00f4d324: 6c584000 6c584031 00000000 00000000
0x00f4d334: 00000000 00000000 00000000 00000000
0x00f4d344: 00000000 00000000 00000000 00000000
0x00f4d354: 00000000 00000000 00000000 00000000
Backtrace:
=>0 0x7b010402 EntryPoint+0xffffffff() in kernelbase (0x00f4fc24)
1 0x6c582250 in rstrtmgr (+0x224f) (0x00f4fc24)
2 0x6c581060 EntryPoint+0xffffffff() in rstrtmgr (0x00f4fc24)
3 0x10003698 EntryPoint+0xffffffff() in msiae83.tmp (0x00f4fc50)
4 0x650aff7c EntryPoint+0xffffffff() in msi (0x00f4fc60)
5 0x650b2d95 EntryPoint+0xffffffff() in msi (0x00f4ff00)
6 0x0040136b EntryPoint+0xffffffff() in msiexec (0x00f4ff48)
7 0x7b652b70 in kernel32 (+0x32b6f) (0x00f4ff48)
8 0x7bc55c37 EntryPoint+0xffffffff() in ntdll (0x00f4ff5c)
9 0x7bc55e60 EntryPoint+0xffffffff() in ntdll (0x00f4ffec)
0x7b010402 EntryPoint+0xffffffff in kernelbase: subl $4,%esp
Modules:
Module Address Debug info Name (42 modules)
PE 400000- 43a000 Dwarf msiexec
PE 640000- a0e000 Deferred oleaut32
PE 10000000-1003b000 Export msiae83.tmp
PE 61740000-61821000 Deferred advapi32
PE 61940000-61b29000 Deferred wininet
PE 62b80000-62b8c000 Deferred api-ms-win-core-localization-l1-2-1
PE 62e00000-62e35000 Deferred odbccp32
PE 62fc0000-631c9000 Deferred rpcrt4
PE 63480000-6349a000 Deferred version
PE 637c0000-63a33000 Deferred urlmon
PE 63bc0000-63c00000 Deferred shcore
PE 64a40000-64b21000 Deferred shlwapi
PE 65080000-6564d000 Dwarf msi
PE 658c0000-65900000 Deferred sxs
PE 67840000-6784e000 Deferred psapi
PE 68500000-68635000 Deferred combase
PE 68700000-68787000 Deferred uxtheme
PE 6a400000-6a830000 Deferred ole32
PE 6aa40000-6ab21000 Deferred usp10
PE 6ac80000-6ac8b000 Deferred api-ms-win-core-fibers-l1-1-1
PE 6bc00000-6bc8e000 Deferred sechost
PE 6bcc0000-6be4c000 Deferred setupapi
PE 6c580000-6c597000 Dwarf rstrtmgr
PE 6cc40000-6d0b3000 Deferred comctl32
PE 6d580000-6d5e0000 Deferred cabinet
PE 6db40000-6db6f000 Deferred imagehlp
PE 6de80000-6de8c000 Deferred api-ms-win-core-synch-l1-2-0
PE 6ed00000-6f36e000 Deferred user32
PE 6f4c0000-6f55c000 Deferred wintrust
PE 70940000-70991000 Deferred mpr
PE 710c0000-710f3000 Deferred mspatcha
PE 71200000-7124e000 Deferred imm32
PE 7b000000-7b331000 Dwarf kernelbase
PE 7b620000-7b7dd000 Export kernel32
PE 7bc00000-7bea1000 Dwarf ntdll
PE 7d4d0000-7d4d4000 Deferred winex11
PE 7dc30000-7dc34000 Deferred ws2_32
PE 7dc90000-7e567000 Deferred shell32
PE 7e670000-7e674000 Deferred bcrypt
PE 7e6a0000-7e6e4000 Deferred crypt32
PE 7e7b0000-7e7b7000 Deferred gdi32
PE 7e920000-7e924000 Deferred ucrtbase
Threads:
process tid prio (all id:s are in hex)
00000038 services.exe
0000003c 0
00000040 0
0000004c 0
0000006c 0
00000084 0
000000cc 0
00000044 winedevice.exe
00000048 0
00000054 0
00000058 0
000000a4 0
0000005c plugplay.exe
00000060 0
00000070 0
00000074 0
00000078 0
00000094 0
00000064 explorer.exe
00000068 0
000000b8 0
000000bc 0
0000007c winedevice.exe
00000080 0
00000088 0
0000008c 0
00000090 0
0000009c 0
000000a0 0
000000a8 msiexec.exe
000000ac 0
000000f4 0
00000100 0
00000108 0
000000c4 rpcss.exe
000000c8 0
000000d4 0
000000d8 0
000000dc 0
000000e0 0
000000e4 0
000000f8 (D) C:\windows\syswow64\msiexec.exe
000000fc 0
00000104 0 <==
00000118 0
System information:
Wine build: wine-5.18
Platform: i386 (WOW64)
Version: Windows 7
Host system: Linux
Host version: 5.8.11-1-MANJARO

Что делать-то? Подскажите кто-нибудь, только для этого Wine и ставлю. Я, если что, в Линуксе ни бум-бум, так что хорошо бы, чтоб было понятно…

Вот еще из терминала:
$ winecfg
0158:err:module:open_builtin_file failed to load .so lib "/usr/lib32/wine/l3codeca.acm.so"