Announcement

Collapse
No announcement yet.

Upgrade crashing on qt5 stuff

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Upgrade crashing on qt5 stuff

    Upgrading 17.10 -> 18.04, but it's stuck and will not proceed, no matter how many "apt-get install -f", "apt --fix-broken install" or "dpkg --configure -a" I do. It's stuck trying to update qt5 stuff, and I cannot just remove them because it's evidently hosed the apt system. I have tried starting over several times, hangs at the same place. Any ideas?

    Here's the relevant output:

    Code:
    Do you want to continue? [Y/n] y
    apt-listchanges: Reading changelogs...
    Extracting templates from packages: 100%
    (Reading database ... 760582 files and directories currently installed.)
    Preparing to unpack .../0-qmlscene_5.9.4-0ubuntu1_amd64.deb ...
    Unpacking qmlscene (5.9.4-0ubuntu1) over (5.9.1-4ubuntu1) ...
    dpkg: error processing archive /tmp/user/0/apt-dpkg-install-tIhqX3/0-qmlscene_5.9.4-0ubuntu1_amd64.deb (--unpack):
    unable to open '/usr/lib/qt5/bin/qmlscene.dpkg-new': No such file or directory
    No apport report written because the error message indicates an issue on the local system
                                                                                          Preparing to unpack .../1-qt5-qmake-bin_5.9.4+dfsg-0ubuntu4_amd64.deb ...
    Unpacking qt5-qmake-bin (5.9.4+dfsg-0ubuntu4) ...
    dpkg: error processing archive /tmp/user/0/apt-dpkg-install-tIhqX3/1-qt5-qmake-bin_5.9.4+dfsg-0ubuntu4_amd64.deb (--unpack):
    unable to open '/usr/lib/qt5/bin/qmake.dpkg-new': No such file or directory
    No apport report written because the error message indicates an issue on the local system
                                                                                          Preparing to unpack .../2-qttools5-dev-tools_5.9.4-0ubuntu1_amd64.deb ...
    Unpacking qttools5-dev-tools (5.9.4-0ubuntu1) over (5.9.1-2) ...
    dpkg: error processing archive /tmp/user/0/apt-dpkg-install-tIhqX3/2-qttools5-dev-tools_5.9.4-0ubuntu1_amd64.deb (--unpack):
    unable to open '/usr/lib/qt5/bin/designer.dpkg-new': No such file or directory
    No apport report written because the error message indicates an issue on the local system
                                                                                          Preparing to unpack .../3-qtbase5-dev-tools_5.9.4+dfsg-0ubuntu4_amd64.deb ...
    Unpacking qtbase5-dev-tools (5.9.4+dfsg-0ubuntu4) over (5.9.1+dfsg-10ubuntu1) ...
    dpkg: error processing archive /tmp/user/0/apt-dpkg-install-tIhqX3/3-qtbase5-dev-tools_5.9.4+dfsg-0ubuntu4_amd64.deb (--unpack):
    unable to open '/usr/lib/qt5/bin/fixqt4headers.pl.dpkg-new': No such file or directory
    No apport report written because MaxReports is reached already
                                                               dpkg: considering deconfiguration of qttools5-dev-tools:amd64, which would be broken by installation of qt5-assistant ...
    dpkg: yes, will deconfigure qttools5-dev-tools:amd64 (broken by qt5-assistant)
    Preparing to unpack .../4-qt5-assistant_5.9.4-0ubuntu1_amd64.deb ...
    De-configuring qttools5-dev-tools:amd64 (5.9.1-2) ...
    Unpacking qt5-assistant (5.9.4-0ubuntu1) ...
    Replacing files in old package qttools5-dev-tools:amd64 (5.9.1-2) ...
    dpkg: error processing archive /tmp/user/0/apt-dpkg-install-tIhqX3/4-qt5-assistant_5.9.4-0ubuntu1_amd64.deb (--unpack):
    unable to open '/usr/lib/qt5/bin/assistant.dpkg-new': No such file or directory
    No apport report written because MaxReports is reached already
                                                               Preparing to unpack .../5-qdbus-qt5_5.9.4-0ubuntu1_amd64.deb ...
    Unpacking qdbus-qt5 (5.9.4-0ubuntu1) over (5.9.1-2) ...
    dpkg: error processing archive /tmp/user/0/apt-dpkg-install-tIhqX3/5-qdbus-qt5_5.9.4-0ubuntu1_amd64.deb (--unpack):
    unable to open '/usr/lib/qt5/bin/qdbus.dpkg-new': No such file or directory
    No apport report written because MaxReports is reached already
                                                               Errors were encountered while processing:
    /tmp/user/0/apt-dpkg-install-tIhqX3/0-qmlscene_5.9.4-0ubuntu1_amd64.deb
    /tmp/user/0/apt-dpkg-install-tIhqX3/1-qt5-qmake-bin_5.9.4+dfsg-0ubuntu4_amd64.deb
    /tmp/user/0/apt-dpkg-install-tIhqX3/2-qttools5-dev-tools_5.9.4-0ubuntu1_amd64.deb
    /tmp/user/0/apt-dpkg-install-tIhqX3/3-qtbase5-dev-tools_5.9.4+dfsg-0ubuntu4_amd64.deb
    /tmp/user/0/apt-dpkg-install-tIhqX3/4-qt5-assistant_5.9.4-0ubuntu1_amd64.deb
    /tmp/user/0/apt-dpkg-install-tIhqX3/5-qdbus-qt5_5.9.4-0ubuntu1_amd64.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking
Working...
X