![](https://secure.gravatar.com/avatar/6b456e02554810d5abbf8cd39b8c848d.jpg?s=120&d=mm&r=g)
On Fri, May 04, 2018 at 09:58:23AM +0200, Giorgio Cittadini wrote:
Hi, alas, Fredrik: another problem!
I advanced very much in the installation of plasma5 from KF5 repository ( prt-get depinst frameworks-meta plasma-meta applications-meta --install-scripts -is -if -im --ignore=cryfs). But suddenly, while installing qt5-5.10.1-1, I'm stopped by a ERROR: Building `/home/pkgmk/packages/qt5#5.10.1-1.pkg.tar.gz' failed. "prt-get: error while install". No other indications, but I see that the problem lies in the fact that there is a continuous "Write failed". These are the last rows:
.......... .......... qt-everywhere-src-5.10.1/qtscxml/examples/scxml/calculator-qml/calculator-qml.qrc: Write failed qt-everywhere-src-5.10.1/qtscxml/examples/scxml/invoke-dynamic/invoke-dynamic.cpp: Write failed qt-everywhere-src-5.10.1/qtscxml/examples/scxml/invoke-dynamic/invoke-dynamic.pro: Write failed qt-everywhere-src-5.10.1/qtscxml/examples/scxml/invoke-dynamic/doc/images/invoke-dynamic.png: Write failed qt-everywhere-src-5.10.1/qtscxml/LICENSE.GPL3-EXCEPT: Write failed
The same happens changing qt5-5.10.1-1 with qt5-5.10.0-1.
Never happened before, and I don't understand what to do. Have you any idea? Again thanks.
Those errors seem very generic. Are you running out of disk space? qt is ~2.3GB uncompressed. Add objects and binaries to that during compile and im sure you go well over 3gb. How much free space do you have?
Giorgio Cittadini
On 04/05/2018 08:10, Fredrik Rinnestam wrote:
On Fri, May 04, 2018 at 06:32:15AM +0200, Giorgio Cittadini wrote:
You were right! SOLVED through your suggestion.
I knew that "six" is a Python 2 and 3 compatibility library providing utility functions for smoothing over the differences between the Python versions so to be able to write Python code compatible on both Python versions. Anyhow, I couldn't understand which package was missing in my crux installation, and - as sometimes happens - it was the most obvious.
Many thanks. I hope not to encounter other problems (and so, not to disturb you any more...). No worries. Glad you got it fixed. Giorgio Cittadini
On 04/05/2018 00:01, Fredrik Rinnestam wrote:
On Thu, May 03, 2018 at 10:29:09PM +0200, Giorgio Cittadini wrote:
While installing plasma 5 from tsaop in crux-3.4-rc2, I have been obliged to halt by the following message:
Traceback (most recent call last): File "/usr/bin/gtkdoc-rebase", line 28, in <module> from gtkdoc import common, config, rebase File "/usr/share/gtk-doc/python/gtkdoc/common.py", line 31, in <module> import six ImportError: No module named six.
As far as at this moment, the halt blocked install of networkmanager and libnotify. I found similar messages while googling, but no clear indication of its meaning.
I would be grateful for an help about how to proceed. Thanks.
You are missing either of python-six python3-six
Dunno if its python 2 or 3 thats in use, but one or the other should solve the above error.
-- Fredrik Rinnestam