Package for Ubuntu Artful (17.10) are broken #417

Closed
opened 2018-02-05 13:47:13 +01:00 by apiraino · 7 comments
apiraino commented 2018-02-05 13:47:13 +01:00 (Migrated from github.com)

Hi,

tried to install cool-retro-term using the suggested PPA, but failed due (what I think are) qt5 packages not available anymore on Artful:

The following packages have unmet dependencies:
 cool-retro-term : Depends: libqt5qml-graphicaleffects but it is not installable
                   Depends: qtdeclarative5-dialogs-plugin but it is not installable
                   Recommends: qml-module-qt-labs-settings but it is not going to be installed
                   Recommends: qml-module-qt-labs-folderlistmodel but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I've contacted the maintainer @tomchiverton on Launchpad about that.

In the meanwhile, I could get the packages install using another PPA, following these instructions:

sudo add-apt-repository ppa:noobslab/apps
echo "deb http://archive.ubuntu.com/ubuntu/ xenial main universe"  | sudo tee /etc/apt/sources.list.d/depd-CRT.list
sudo apt-get update
sudo apt-get install cool-retro-term
# the rest of the instructions was not needed for me

It's just a workaround, not the cleanest solution, hope this helps.

Hi, tried to install `cool-retro-term` using the [suggested PPA](https://launchpad.net/%7Ebugs-launchpad-net-falkensweb), but failed due (what I think are) qt5 packages not available anymore on Artful: ``` The following packages have unmet dependencies: cool-retro-term : Depends: libqt5qml-graphicaleffects but it is not installable Depends: qtdeclarative5-dialogs-plugin but it is not installable Recommends: qml-module-qt-labs-settings but it is not going to be installed Recommends: qml-module-qt-labs-folderlistmodel but it is not going to be installed E: Unable to correct problems, you have held broken packages. ``` I've contacted the maintainer @tomchiverton on Launchpad about that. In the meanwhile, I could get the packages install using another PPA, [following these instructions](http://www.noobslab.com/2017/06/cool-retro-term-is-great-mimic-of-old.html): ``` sudo add-apt-repository ppa:noobslab/apps echo "deb http://archive.ubuntu.com/ubuntu/ xenial main universe" | sudo tee /etc/apt/sources.list.d/depd-CRT.list sudo apt-get update sudo apt-get install cool-retro-term # the rest of the instructions was not needed for me ``` It's just a workaround, not the cleanest solution, hope this helps.
Vantuz commented 2018-02-07 21:59:21 +01:00 (Migrated from github.com)

I made a ppa with fixed dependencies for Artful. Should be added to readme, I guess

I made a [ppa](https://launchpad.net/~vantuz/+archive/ubuntu/cool-retro-term) with fixed dependencies for Artful. Should be added to readme, I guess
apiraino commented 2018-02-08 15:55:23 +01:00 (Migrated from github.com)

@Vantuz tested your PPA, looks fine.

thanks

@Vantuz tested your PPA, looks fine. thanks
str commented 2018-02-12 13:48:51 +01:00 (Migrated from github.com)

This is the error I get with the new PPA:

cool-retro-term 
QQmlApplicationEngine failed to load component
qrc:/main.qml:146 Type SettingsWindow unavailable
qrc:/SettingsWindow.qml:39 Type SettingsGeneralTab unavailable
qrc:/SettingsGeneralTab.qml:215 Type FileDialog unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48 module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47 module "Qt.labs.folderlistmodel" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48 module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47 module "Qt.labs.folderlistmodel" is not installed

This is the error I get with the new PPA: ``` cool-retro-term QQmlApplicationEngine failed to load component qrc:/main.qml:146 Type SettingsWindow unavailable qrc:/SettingsWindow.qml:39 Type SettingsGeneralTab unavailable qrc:/SettingsGeneralTab.qml:215 Type FileDialog unavailable file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48 module "Qt.labs.settings" is not installed file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47 module "Qt.labs.folderlistmodel" is not installed file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48 module "Qt.labs.settings" is not installed file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47 module "Qt.labs.folderlistmodel" is not installed ```
Vantuz commented 2018-02-12 14:53:39 +01:00 (Migrated from github.com)

@str could you install packages qml-module-qt-labs-settings and qml-module-qt-labs-folderlistmodel and try again? Guess I should add them to the dependencies

@str could you install packages `qml-module-qt-labs-settings` and `qml-module-qt-labs-folderlistmodel` and try again? Guess I should add them to the dependencies
str commented 2018-02-12 16:40:56 +01:00 (Migrated from github.com)

Thank you, that fixed it.

Thank you, that fixed it.
Vantuz commented 2018-02-12 18:06:06 +01:00 (Migrated from github.com)

@str I updated package in ppa with these 2 dependencies added

@str I updated package in ppa with these 2 dependencies added
Vantuz commented 2018-02-26 16:43:02 +01:00 (Migrated from github.com)

@apiraino Readme updated, close issue please

@apiraino Readme updated, close issue please
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#417