qt emerge problem
Ralf Habacker
ralf.habacker at freenet.de
Tue Aug 5 20:38:28 CEST 2008
Patrick Spendrin schrieb:
> Ralf Habacker schrieb:
>
>> Hi,
>>
>> I tried to compile recent qt with mingw and msvc and got the following
>> error:
>>
>> Aktualisiert zu Revision 841963.
>> emerge debug: copySrcDirToDestDir called. srcdir:
>> c:\downloads\kdesvn\trunk/qt-copy, destdir:
>> e:\daten\kde\emerge-msvc-release\tmp\qt-4.4.0.
>> 20080222\work\qt-win-opensource-src-msvc2005
>> patching file tools\qdbus\qdbuscpp2xml\qdbuscpp2xml.pro
>> Reversed (or previously applied) patch detected! Assume -R? [n] n
>> Apply anyway? [n] n
>> Skipping patch.
>> 1 out of 1 hunk ignored -- saving rejects to file
>> tools\qdbus\qdbuscpp2xml\qdbuscpp2xml.pro.rej
>> patching file tools\qdbus\qdbusxml2cpp\qdbusxml2cpp.pro
>> Reversed (or previously applied) patch detected! Assume -R? [n] n
>> Apply anyway? [n] n
>> Skipping patch.
>> 1 out of 1 hunk ignored -- saving rejects to file
>> tools\qdbus\qdbusxml2cpp\qdbusxml2cpp.pro.rej
>> patching file tools\qdbus\qdbusviewer\qdbusviewer.pro
>> Reversed (or previously applied) patch detected! Assume -R? [n] n
>> Apply anyway? [n] n
>> Skipping patch.
>> 1 out of 1 hunk ignored -- saving rejects to file
>> tools\qdbus\qdbusviewer\qdbusviewer.pro.rej
>> patching file src\dbus\qdbus_symbols.cpp
>> emerge fatal error: os.system ( cd
>> e:\daten\kde\emerge-msvc-release\tmp\qt-4.4.0.20080222\work\qt-win-opensource-src-msvc2005
>> && patch -p0 <
>> e:\daten\kde\emerge-msvc-release\emerge\portage\libs\qt\qdbus-qt4.4.diff
>> ) failed
>> emerge fatal error: running python
>> e:\daten\kde\emerge-msvc-release\emerge\portage\libs\qt\qt-4.4.0.20080222.py
>> unpack
>> emerge error: fatal error: package libs/qt-4.4.0.20080222 all failed
>> 13:11
>>
>> Is anyone there who can fix this issue ?
>>
> yes, remove the directory
> e:\daten\kde\emerge-msvc-release\tmp\qt-4.4.0.20080222 -
I have done - with the same result - it looks like if the patch is
already in the svn qt source.
Why not adding the left patches to kde svn qt-copy and skipp patching
completly ?
BTW: do you have tried to run configure generating an out of source
build eg.
cd <anywhere>
svn co http://...qt-copy qt-source
mkdir qt-build
cd qt-build
../qt-source/configure
I saw one issue when generating qmake that qscriptengine.h wasn't found
but may be this could be fixed easy.
Ralf
More information about the Kde-windows
mailing list