LINUX.ORG.RU

Ошибка при запуске инсталлятора под wine:

 


0

1
0009:err:actctx:next_xml_elem wrong closing element L"compatibility" for L"application"
002b:err:actctx:next_xml_elem wrong closing element L"compatibility" for L"application"


что бы это значило?

★★★★★

Последнее исправление: Qwentor (всего исправлений: 1)

Ответ на: комментарий от bdfy1

Попробовал, идут неразрешенные зависимости 32-битная версия wine не ставится, соответственно и winehq тоже. Прошел руками вниз по зависимостям, застрял здесь:

apt install --install-recommends wine-stable-i386:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine-stable-i386:i386 : Depends: libsane:i386 (>= 1.0.24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@p508920 ~ # apt install --install-recommends libsane:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libsane:i386 : Depends: libsnmp35:i386 (>= 5.8+dfsg) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@p508920 ~ # apt install --install-recommends libsnmp35:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libsnmp35:i386 : Depends: libmysqlclient21:i386 (>= 8.0.11) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@p508920 ~ # apt install --install-recommends libmysqlclient21:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libmysqlclient21:i386 : Depends: mysql-common:i386 (>= 5.5)
E: Unable to correct problems, you have held broken packages.
root@p508920 ~ # apt install --install-recommends mysql-common:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mysql-common:i386 is a virtual package provided by:
  mysql-common 5.8+1.0.5ubuntu2 [Not candidate version]

E: Package 'mysql-common:i386' has no installation candidate

Как-то можно исправить?

Qwentor ★★★★★
() автор топика
Ответ на: комментарий от bdfy1

не подключены репы с i386 в apt

а они отдельные? Как их подключить?

dpkg --add-architecture i386 недостаточно?
Кстати, эта команда должна что-нибудь возвращать? у меня не возвращает. Может система вообще без поддержки i386? как проверить?


root@p508920 /opt/share/yap # dpkg --add-architecture i386
root@p508920 /opt/share/yap #
root@p508920 /opt/share/yap # dpkg --print-architecture
amd64
root@p508920 /opt/share/yap # dpkg --print-foreign-architectures
i386
root@p508920 /opt/share/yap # dpkg --add-architecture i386
root@p508920 /opt/share/yap # apt-get update
Hit:1 http://mirror.yandex.ru/ubuntu focal InRelease
Get:2 http://mirror.yandex.ru/ubuntu focal-updates InRelease [114 kB]
Hit:3 https://mirror.docker.ru/mariadb/repo/10.6/ubuntu focal InRelease
Get:4 http://mirror.yandex.ru/ubuntu focal-backports InRelease [108 kB]
Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Hit:6 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Get:7 http://mirror.yandex.ru/ubuntu focal-updates/main i386 Packages [725 kB]
Hit:8 http://repo.mysql.com/apt/ubuntu focal InRelease
Get:9 http://mirror.yandex.ru/ubuntu focal-updates/main amd64 Packages [2,112 kB]
Get:10 http://mirror.yandex.ru/ubuntu focal-updates/main Translation-en [375 kB]
Get:11 http://mirror.yandex.ru/ubuntu focal-updates/main amd64 c-n-f Metadata [15.9 kB]
Get:12 http://mirror.yandex.ru/ubuntu focal-updates/universe amd64 Packages [954 kB]
Get:13 http://mirror.yandex.ru/ubuntu focal-updates/universe i386 Packages [692 kB]
Ign:14 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 InRelease
Get:15 http://mirror.yandex.ru/ubuntu focal-updates/universe Translation-en [218 kB]
Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,739 kB]
Hit:17 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 Release
Get:19 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [495 kB]
Get:20 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [291 kB]
Get:21 https://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [11.1 kB]
Get:23 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [561 kB]
Get:24 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [725 kB]
Get:25 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [134 kB]
Get:26 https://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,093 B]
Fetched 9,386 kB in 2s (5,426 kB/s)
Reading package lists... Done

Qwentor ★★★★★
() автор топика
Последнее исправление: Qwentor (всего исправлений: 2)
Ответ на: комментарий от Qwentor

грепаешь по слову «i386» и сравниваешь с тем, что есть по «amd64» А вообще пакеты конкретные можно поискать вот тут: https://packages.ubuntu.com - пишешь архитектуру и смотришь в какой репе он должен быть например mysql-common дальше подключаешь соотв репу в i386

bdfy1
()
Последнее исправление: bdfy1 (всего исправлений: 1)
Ответ на: комментарий от bdfy1

https://packages.ubuntu.com

хм.. не открывается, ни так ни через VPN


Checking if packages.ubuntu.com is down or it is just you...
It's not just you! packages.ubuntu.com is down.

Qwentor ★★★★★
() автор топика
Последнее исправление: Qwentor (всего исправлений: 1)