[digikam] [Bug 431775] Compiling with ccache issue

2021-05-23 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #29 from maderios --- > I created /home /user./config/ccache.conf Mistake it's : /home/user/.config/ccache/ccache.conf -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 431775] Compiling with ccache issue

2021-05-11 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #28 from maderios --- For information: After RTF :) , I solved issue without 'install/fast" I created /home /user./config/ccache.conf with inside temporary_dir = /run/user/1000/ccache-tmp It works for all softwares -- You are receiving

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-29 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #27 from maderios --- I’m going to be annoying :) but I don't understand why Digikam is the only one application that needs "make install/fast" -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 caulier.gil...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-29 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #25 from maderios --- > @Maderios: please change your "make install" to "make install/fast" in your > build script to see if this fix your problem. Note that "make install/fast" > is a standard target definition in cmake and KDE

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #24 from caulier.gil...@gmail.com --- You are right Maik, date build must be only updated for make not "make install". We need a rules in cmake script to prevent it. But it's a normal behaviour as make install will pass all codes to see if

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #23 from Maik Qualmann --- I installed ccache with the default settings of openSUSE. The cache is created in the ".cache" folder in the user directory. No problem with compilation and installation. The only thing that strikes me is that

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #22 from maderios --- After deleting build directory, same compiling error. -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #21 from caulier.gil...@gmail.com --- This is the cmake code used to populate the digikam_version.h with build date: Prior this call : https://invent.kde.org/graphics/digikam/-/blob/master/core/CMakeLists.txt#L624 ...running this cmake

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #20 from maderios --- Wow, i deleted the build directory some days ago : 2021-01-17 https://bugs.kde.org/show_bug.cgi?id=431658 I'll try to do it again then compile. I'm not sure it's useful... -- You are receiving this mail because: You

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #19 from maderios --- (In reply to Maik Qualmann from comment #17) > Now I don't see anything special at "digikam_version.cpp", the header file > is created in the build directory at compile time. Possibly the problem, but > it was the same

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #18 from caulier.gil...@gmail.com --- To second Maik, We have many header created at build time to share information in source codes. These .h are generated by cmake automatically in temporary build directory: [gilles@localhost utils]$

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #17 from Maik Qualmann --- Now I don't see anything special at "digikam_version.cpp", the header file is created in the build directory at compile time. Possibly the problem, but it was the same before. You have probably already deleted the

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #16 from maderios --- (In reply to Maik Qualmann from comment #14) > I see these error messages in your log. Have you possibly accidentally > compiled / worked as a root user, so that there are now cache files to which > you have no rights?

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #15 from caulier.gil...@gmail.com --- Same here. Now digiKam build successfully under Windows, Mac and Linux in CI/CD workflow, with ccache activated Gilles Caulier -- You are receiving this mail because: You are watching all bug

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #14 from Maik Qualmann --- I see these error messages in your log. Have you possibly accidentally compiled / worked as a root user, so that there are now cache files to which you have no rights? Please check it out. The problem cannot be

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-27 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #13 from maderios --- A mistake from me, i didn't see the end of messages, sorry: It builds successfully to 100% then, it seems there's a problem with package. After this digikam build issue, i built successfully efl library and

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #12 from Maik Qualmann --- Could it be that the cache is broken? Maybe just delete the directory. The problem isn't that rare when you google it. But it's always a ccache problem. Maik -- You are receiving this mail because: You are

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-27 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #11 from maderios --- > Odd behaviour: compilation doesn't stop at 58% but reaches about 98% then > this error appear, then strangely, all messages from 58% to 98% disappear... > I can't get this messages in terminal, even in a "script"

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-27 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 maderios changed: What|Removed |Added Resolution|FIXED |--- Ever confirmed|0

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #9 from caulier.gil...@gmail.com --- Maik, i will release the RC this week end and we will see the feedback for few weeks before the final release. Gilles -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-27 Thread maderios
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #8 from maderios --- I've been using ccache for at least two years to build digikam without any problem. I use ccache to build other git projects softwares (efl, enlightenment, linux kernel, etc...) it works fine, except with digikam *very

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #7 from caulier.gil...@gmail.com --- Maik, The option is disabled by default. MXE use CCache since 2 years now to speed-up compilation, and i must admit that it work well, considerating the amont of code compiled with MXE on my computers.

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-26 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=431775 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #6 from Maik

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #5 from caulier.gil...@gmail.com --- Git commit 2f021068af0223e84a01c07ebf54f5e6abd96fb3 by Gilles Caulier. Committed on 26/01/2021 at 14:45. Pushed by cgilles into branch 'master'. We can enable ccache with macports and mxe too... M +1

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 caulier.gil...@gmail.com changed: What|Removed |Added Status|REPORTED|RESOLVED Version Fixed In|

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-26 Thread Phuoc Khanh LE
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #3 from Phuoc Khanh LE --- Created attachment 135207 --> https://bugs.kde.org/attachment.cgi?id=135207=edit change to handle ccache in compilation Digikam Gilles, Inspired by code cmake for compilation of exiv2, i inserted an option to

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 caulier.gil...@gmail.com changed: What|Removed |Added CC||phuockhanhn...@gmail.com --- Comment

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 --- Comment #1 from caulier.gil...@gmail.com --- In fact, digiKam cmake rules are missing to handle ccache. Something similar to Exiv2 must be implemented in DK : 1/ new cmake option: https://github.com/Exiv2/exiv2/blob/master/CMakeLists.txt#L47 2/

[digikam] [Bug 431775] Compiling with ccache issue

2021-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431775 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com