emerge error in qt
Saro Engels
ps_ml at gmx.de
Sun Dec 23 04:59:48 CET 2007
Hi all,
I experienced a strange error on my build machine:
when building the package qt, there is an error in the function
os.rename( qtsrcdir_tmp, qtsrcdir ) (line 36 of qt-4.3.3.20071206.py).
The error output is:
WindowsError: [Error 5] Access is denied
As a workaround please open the file
%KDEROOT%\emerge\portage\libs\qt\qt-4.3.3.20071206.py (or later
versions) and replace the line
os.rename( qtsrcdir_tmp, qtsrcdir )
with the following:
utils.copySrcDirToDestDir( qtsrcdir_tmp, qtsrcdir )
utils.cleanDirectory( qtsrcdir_tmp )
os.rmdir( qtsrcdir_tmp )
I am not sure why this happens (as this copying and deleting seems to
work without problems) but I will try to fix this soon.
regards
SE
More information about the Kde-windows
mailing list