| Summary: | LibreOffice does not build with ccache enabled on Windows | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Hossein <hossein> |
| Component: | LibreOffice | Assignee: | Hossein <hossein> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | serval2412 |
| Priority: | medium | ||
| Version: | 7.6.0.0 alpha1+ | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Whiteboard: | target:24.2.0 target:7.6.6 target:7.6.5 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 143781 | ||
|
Description
Hossein
2023-05-23 08:29:33 UTC
I'm a bit worried here. I mean on Windows when building from scratch, it's long but it works. But, when updating local repo, quite often, just running make on the directory impacted or even running a global make fails to build ; as if some kind of dependencies weren't taken into account. In comparison, I almost never encounter the pb on Linux. I just hope the use of ccache/jom won't make the situation even worse. (In reply to Julien Nabet from comment #1) > I'm a bit worried here. > I mean on Windows when building from scratch, it's long but it works. > But, when updating local repo, quite often, just running make on the > directory impacted or even running a global make fails to build ; as if some > kind of dependencies weren't taken into account. In comparison, I almost > never encounter the pb on Linux. > I just hope the use of ccache/jom won't make the situation even worse. ccache and jom are optional: you can benefit from them if you want to use them. So, I think they should not worry you. Also, ccache on Windows was used to work. The problem with dependencies on Windows can have other roots, and should be fixed after the problem is carefully examined and documented. Hossein committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0c9f095a01682d8cb99a596e568bd81ae96906a5 tdf#155446 Fix problem with ccache on Windows It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Hossein committed a patch related to this issue. It has been pushed to "libreoffice-7-6": https://git.libreoffice.org/core/commit/aeca67238e26cd148083055e0f223753f7462c14 tdf#155446 Fix problem with ccache on Windows It will be available in 7.6.6. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Hossein committed a patch related to this issue. It has been pushed to "libreoffice-7-6-5": https://git.libreoffice.org/core/commit/755bafba7ea3642df99ca0bd2b77e608ffa3e4d3 tdf#155446 Fix problem with ccache on Windows It will be available in 7.6.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |