Bug 38072 - Не хватает зависимости на qt5-quickcontrols
Summary: Не хватает зависимости на qt5-quickcontrols
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: altmediawriter (show other bugs)
Version: unstable
Hardware: all Linux
: P5 major
Assignee: Дмитрий Дегтярев
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 33000
  Show dependency tree
 
Reported: 2020-02-11 19:58 MSK by Антон Мидюков
Modified: 2020-05-01 12:58 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2020-02-11 19:58:01 MSK
При запуске без установленного пакета qt5-quickcontrols:

$ altmediawriter 
W@150ms: QQmlApplicationEngine failed to load component
W@150ms: qrc:/main.qml:24 module "QtQuick.Dialogs" is not installed
qrc:/main.qml:22 module "QtQuick.Controls.Styles" is not installed
qrc:/main.qml:21 module "QtQuick.Controls" is not installed
qrc:/main.qml:24 module "QtQuick.Dialogs" is not installed
qrc:/main.qml:22 module "QtQuick.Controls.Styles" is not installed
qrc:/main.qml:21 module "QtQuick.Controls" is not installed
qrc:/main.qml:24 module "QtQuick.Dialogs" is not installed
qrc:/main.qml:22 module "QtQuick.Controls.Styles" is not installed
qrc:/main.qml:21 module "QtQuick.Controls" is not installed
Comment 1 Антон Мидюков 2020-04-28 16:10:43 MSK
Проблема всё ещё актуальна. Добавьте зависимость в спеке на qt5-quickcontrols, пожалуйста. Это же несложно.
Comment 2 Evgeny Sinelnikov 2020-04-28 18:53:35 MSK
Нужно разобраться.

Зависисмость на qt5-quickcontrols2 уже имеется.

Требуются обе зависиомсти (на qt5-quickcontrols и qt5-quickcontrols2)?
Или что-то тут лишнее?
Comment 3 Антон Мидюков 2020-04-28 18:59:11 MSK
(Ответ для Evgeny Sinelnikov на комментарий #2)
> Нужно разобраться.
> 
> Зависисмость на qt5-quickcontrols2 уже имеется.
> 
> Требуются обе зависиомсти (на qt5-quickcontrols и qt5-quickcontrols2)?
> Или что-то тут лишнее?

Требуются обе зависимости.
Comment 4 Repository Robot 2020-05-01 12:58:18 MSK
altmediawriter-0.4.4-alt1 -> sisyphus:

 Fri May 01 2020 Dmitry Degtyarev <kevl@altlinux> 0.4.4-alt1
 - Added qt5-quickcontrols requirement (closes: 38072)
 - Updated BuildRequires according to gear-buildreq output
 - Changed make to make -j${NPROCS:-32}
 Wed Apr 15 2020 Dmitry Degtyarev <kevl@altlinux> 0.4.3-alt1
 - Added missing SSL dll's to windows build
 Wed Apr 15 2020 Dmitry Degtyarev <kevl@altlinux> 0.4.2-alt1
 - Removed build instructions from README
 - Fixed Unknown architecture text going outside button
 Wed Apr 15 2020 Dmitry Degtyarev <kevl@altlinux> 0.4.1-alt1
 - Fixed incorrect encoding of Russian text on Windows
 - Improved Windows build.sh so that latest version is displayed
 - Fixed MD5 check failing on large files on some 32bit platforms