To uninstall digiKam from source code, use from build dir as root user :<div><br></div><div># make uninstall </div><div><br></div><div>... That all... </div><div><br></div><div>Gilles Caulier<br><br><div class="gmail_quote">

2011/8/25 Martin (KDE) <span dir="ltr"><<a href="mailto:kde@fahrendorf.de">kde@fahrendorf.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Am <a href="tel:25.08.2011%2008" value="+12508201108">25.08.2011 08</a>:37, schrieb Marie-Noëlle Augendre:<br>


<div class="im">> I need to downgrade to Digikam 1.9.0 in order to have a working<br>
> version. But I don't know the procedure to desinstall the 2.1.0 I've<br>
> compiled. Could somebody explain what must be done before reinstalling<br>
> 1.9 with yum, please?<br>
<br>
</div>Hallo Marie-Noelle<br>
<br>
according to CMake documentation there is a file called<br>
install_manifest.txt which lists all installed files. so you can do a<br>
<br>
xargs rm < install_manifest.txt<br>
<br>
and all those files will be removed. Please keep in mind that you may<br>
remove files that were installed by other packages. You can check this<br>
with 'rpm -qf filename' which reports the package the file belongs to.<br>
So you have to go over the list in the install_manfiest file and get a<br>
list of packages which you can reinstall to get a clean installation.<br>
This is nothing you should do by hand but write a simple script for this.<br>
<br>
After this you can install digikam 1.9 from repo as usual.<br>
<font color="#888888"><br>
Martin<br>
</font><div class="im"><br>
><br>
> And I saw this bug <a href="https://bugs.kde.org/show_bug.cgi?id=268267" target="_blank">https://bugs.kde.org/show_bug.cgi?id=268267</a> as been<br>
> marked "RESOLVED as FIXED". Is there another one on the subject still<br>
> open at the moment?<br>
><br>
> Thanks,<br>
> Marie-Noëlle<br>
><br>
> 2011/8/25 Marie-Noëlle Augendre <<a href="mailto:mnaugendre@gmail.com">mnaugendre@gmail.com</a>>:<br>
>> I just completed the compilation from git, and Digikam 2.1.0 has the<br>
>> same problem as the previous version: I can run it only one time. The<br>
>> second time I launch it, my DB is corrupted.<br>
> .../....<br>
><br>
><br>
>> Guess I'll have to dwngrade to 1.9.0 ... or is there another known solution?<br>
>><br>
>> Thanks for your answers,<br>
>> Marie-Noëlle<br>
><br>
><br>
><br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
Digikam-users mailing list<br>
<a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-users" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-users</a><br>
</div></div></blockquote></div><br></div>