[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-10-03 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=410474

Christoph Feck  changed:

   What|Removed |Added

   Version Fixed In|19.08.1 |19.08.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-10-03 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

Christophe Giboudeaux  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit|https://commits.kde.org/kde |https://commits.kde.org/kde
   |pim-runtime/4585292dd34f894 |pim-runtime/8ec4db907c403b2
   |505f8fc19e2bf51263768d688   |4685a961b48be5f8a288d9bd9
   Version Fixed In|19.08.0 |19.08.1
 Status|REOPENED|RESOLVED

--- Comment #11 from Christophe Giboudeaux  ---
Git commit 8ec4db907c403b24685a961b48be5f8a288d9bd9 by Christophe Giboudeaux.
Committed on 03/10/2019 at 08:16.
Pushed by cgiboudeaux into branch 'Applications/19.08'.

Fix the dependencies on generated files differently.

Some Gentoo users were still having build issues with the mbox resource.
FIXED-IN: 19.08.1

M  +13   -4resources/mbox/CMakeLists.txt

https://commits.kde.org/kdepim-runtime/8ec4db907c403b24685a961b48be5f8a288d9bd9

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-10-02 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

Christophe Giboudeaux  changed:

   What|Removed |Added

 Attachment #122976|0   |1
is obsolete||

--- Comment #10 from Christophe Giboudeaux  ---
Created attachment 122977
  --> https://bugs.kde.org/attachment.cgi?id=122977=edit
Next try

Let's also tell CMake where these files come from.

New patch to test

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-10-02 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

--- Comment #9 from Christophe Giboudeaux  ---
Created attachment 122976
  --> https://bugs.kde.org/attachment.cgi?id=122976=edit
New attempt

Let's try again. Please check if this patch helps

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=410474

--- Comment #8 from andreas.sturmlech...@gmail.com ---
(In reply to Christophe Giboudeaux from comment #6)
> what is gentoo_common_config.cmake ?
This enforces global cmake projects packaging settings (copy from my own
system):

> SET (CMAKE_GENTOO_BUILD ON CACHE BOOL "Indicate Gentoo package build")
> SET (LIB_SUFFIX 64 CACHE STRING "library path suffix" FORCE)
> SET (CMAKE_INSTALL_LIBDIR lib64 CACHE PATH "Output directory for libraries")
> SET (CMAKE_INSTALL_INFODIR "/usr/share/info" CACHE PATH "")
> SET (CMAKE_INSTALL_MANDIR "/usr/share/man" CACHE PATH "")
> SET (CMAKE_USER_MAKE_RULES_OVERRIDE 
> "/var/tmp/portage/kde-apps/kdepim-runtime-19.08.1/work/kdepim-runtime-19.08.1_build/gentoo_rules.cmake"
>  CACHE FILEPATH "Gentoo override rules")
> SET (CMAKE_INSTALL_DOCDIR "/usr/share/doc/kdepim-runtime-19.08.1" CACHE PATH 
> "")
> SET (BUILD_SHARED_LIBS ON CACHE BOOLEAN "")

(In reply to Christophe Giboudeaux from comment #6)
> same for gentoo_toolchain.cmake
Also from packaging for cmake projects (copy from my own system):

> SET (CMAKE_ASM_COMPILER "x86_64-pc-linux-gnu-gcc")
> SET (CMAKE_ASM-ATT_COMPILER "x86_64-pc-linux-gnu-gcc")
> SET (CMAKE_C_COMPILER "x86_64-pc-linux-gnu-gcc")
> SET (CMAKE_CXX_COMPILER "x86_64-pc-linux-gnu-g++")
> SET (CMAKE_Fortran_COMPILER "x86_64-pc-linux-gnu-gfortran")
> SET (CMAKE_AR /usr/bin/x86_64-pc-linux-gnu-ar CACHE FILEPATH "Archive 
> manager" FORCE)
> SET (CMAKE_RANLIB /usr/bin/x86_64-pc-linux-gnu-ranlib CACHE FILEPATH "Archive 
> index generator" FORCE)
> SET (CMAKE_SYSTEM_PROCESSOR "x86_64")

(In reply to Christophe Giboudeaux from comment #6)
> What does -DCMAKE_BUILD_TYPE=Gentoo do exactly?
It is to enforce global compiler flags on all packages. There is a summary of
the Gentoo configuration in build.log at the end of configure by example of the
downstream report, nothing strikes me as out of the ordinary there, it is
reflective of the user's CFLAGS/CXXFLAGS settings shown in the first
(downstream) comment.

copied from downstream user's build.log:
> -- <<< Gentoo configuration >>>
> Build type  Gentoo
> Install path/usr
> Compiler flags:
> C   -O2 -march=native -pipe -fomit-frame-pointer 
> -std=iso9899:1990 -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts 
> -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
> -Wmissing-format-attribute -Wwrite-strings 
> -Werror=implicit-function-declaration
> C++ -O2 -march=native -pipe -fomit-frame-pointer -std=c++0x 
> -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
> -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
> -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time 
> -Wsuggest-override -Wlogical-op -fdiagnostics-color=always -pedantic 
> -Wzero-as-null-pointer-constant
> Linker flags:
> Executable  -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed
> Module  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1 
> -Wl,--as-needed
> Shared  -Wl,--no-undefined -Wl,--enable-new-dtags -Wl,-O1 
> -Wl,--as-needed

(In reply to Christophe Giboudeaux from comment #6)
> is it reproducible if optional dependencies are not disabled (ie: no
> -DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON)
This is the only optional dependency here and in Gentoo indeed non-optional;
libkolabxml package was removed from the official repo years ago.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-09-19 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

--- Comment #7 from Christophe Giboudeaux  ---
I'd also be interested in build results without the gentoo compiler/linker
flags

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-09-19 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

--- Comment #6 from Christophe Giboudeaux  ---
That seems limited to gentoo users though.The reason is still unknown.

what is gentoo_common_config.cmake ? same for gentoo_toolchain.cmake
What does -DCMAKE_BUILD_TYPE=Gentoo do exactly?


is it reproducible if optional dependencies are not disabled (ie: no
-DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-09-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=410474

--- Comment #5 from andreas.sturmlech...@gmail.com ---
I'm equally at a loss, but at this point there are definitely several
downstream users with this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-08-14 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

--- Comment #4 from Christophe Giboudeaux  ---
I can't reproduce with various combinaisons of compilers and ninja flags,
neither can build.kde.org (the issue was originally found on the BSD ci).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-08-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=410474

andreas.sturmlech...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||andreas.sturmlechner@gmail.
   ||com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #3 from andreas.sturmlech...@gmail.com ---
(In reply to Christophe Giboudeaux from comment #1)
> You probably need https://cgit.kde.org/kdepim-runtime.git/commit/?id=062f5103

This was already part of 19.04.3 release. Unfortunately, the new commit
4585292d does not seem to be enough either: https://bugs.gentoo.org/691938

In file included from
/var/tmp/portage/kde-apps/kdepim-runtime-19.04.3/work/kdepim-runtime-19.04.3/resources/mbox/mboxresource.cpp:35:
/var/tmp/portage/kde-apps/kdepim-runtime-19.04.3/work/kdepim-runtime-19.04.3/resources/mbox/compactpage.h:25:10:
fatal error: ui_compactpage.h: No such file or directory
 #include "ui_compactpage.h"
  ^~
compilation terminated.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-08-09 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

Christophe Giboudeaux  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED
  Latest Commit||https://commits.kde.org/kde
   ||pim-runtime/4585292dd34f894
   ||505f8fc19e2bf51263768d688
   Version Fixed In||19.08.0

--- Comment #2 from Christophe Giboudeaux  ---
Git commit 4585292dd34f894505f8fc19e2bf51263768d688 by Christophe Giboudeaux.
Committed on 09/08/2019 at 10:54.
Pushed by cgiboudeaux into branch 'Applications/19.08'.

Fix another race condition found while packaging the 19.08.0 release
FIXED-IN: 19.08.0

CCMAIL: cf...@kde.org

M  +1-0resources/mbox/CMakeLists.txt

https://commits.kde.org/kdepim-runtime/4585292dd34f894505f8fc19e2bf51263768d688

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 410474] kde-apps/kdepim-runtime-19.04.3 with parallel build gives fatal error: ui_lockfilepage.h: No such file or directory

2019-08-01 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=410474

Christophe Giboudeaux  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Christophe Giboudeaux  ---
You probably need https://cgit.kde.org/kdepim-runtime.git/commit/?id=062f5103

Please patch your kdepim-runtime package with this change and report back if it
doesn't help.

-- 
You are receiving this mail because:
You are the assignee for the bug.