Still unable to upgrade 17.10 -> 18.04.
It is hanging trying to install qt5 stuff. The problem appears to be that it is looking for a file that it is erasing prior to looking for it. The conundrum goes like this:
Apparently it wants to see the file /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene before it installs. OK, then:
File is there, albeit empty. Then try again:
And so it goes on ...
I tried copying the stuff from 17.10 into the new directory, but it just erases everything before it tries the install.
This goes on for about 6 different files before it gives up completely:
This really seems brain dead - that it's erasing a file it wants to see. And not sure why it needs to see the file anyway, if it's just going to install over it.
It is hanging trying to install qt5 stuff. The problem appears to be that it is looking for a file that it is erasing prior to looking for it. The conundrum goes like this:
Code:
root@Crynfyd:/# dpkg -i --force-all /var/cache/apt/archives/qmlscene_5.9.4-0ubuntu1_amd64.deb (Reading database ... 762329 files and directories currently installed.) Preparing to unpack .../qmlscene_5.9.4-0ubuntu1_amd64.deb ... Unpacking qmlscene (5.9.4-0ubuntu1) over (5.9.1-4ubuntu1) ... dpkg: error processing archive /var/cache/apt/archives/qmlscene_5.9.4-0ubuntu1_amd64.deb (--install): unable to install new version of '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene': No such file or directory Errors were encountered while processing: /var/cache/apt/archives/qmlscene_5.9.4-0ubuntu1_amd64.deb
Code:
root@Crynfyd:/# touch /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene root@Crynfyd:/# file /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene: empty
Code:
root@Crynfyd:/# dpkg -i --force-all /var/cache/apt/archives/qmlscene_5.9.4-0ubuntu1_amd64.deb (Reading database ... 762329 files and directories currently installed.) Preparing to unpack .../qmlscene_5.9.4-0ubuntu1_amd64.deb ... Unpacking qmlscene (5.9.4-0ubuntu1) over (5.9.1-4ubuntu1) ... dpkg: error processing archive /var/cache/apt/archives/qmlscene_5.9.4-0ubuntu1_amd64.deb (--install): unable to install new version of '/usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene': No such file or directory Errors were encountered while processing: /var/cache/apt/archives/qmlscene_5.9.4-0ubuntu1_amd64.deb
I tried copying the stuff from 17.10 into the new directory, but it just erases everything before it tries the install.
This goes on for about 6 different files before it gives up completely:
Code:
Errors were encountered while processing: /tmp/user/0/apt-dpkg-install-yMiE22/0-qmlscene_5.9.4-0ubuntu1_amd64.deb /tmp/user/0/apt-dpkg-install-yMiE22/1-qt5-qmake-bin_5.9.4+dfsg-0ubuntu4_amd64.deb /tmp/user/0/apt-dpkg-install-yMiE22/2-qttools5-dev-tools_5.9.4-0ubuntu1_amd64.deb /tmp/user/0/apt-dpkg-install-yMiE22/3-qtbase5-dev-tools_5.9.4+dfsg-0ubuntu4_amd64.deb /tmp/user/0/apt-dpkg-install-yMiE22/4-qt5-assistant_5.9.4-0ubuntu1_amd64.deb /tmp/user/0/apt-dpkg-install-yMiE22/5-qdbus-qt5_5.9.4-0ubuntu1_amd64.deb
Comment