Re: kdesrc -- stuck building kwayland

2022-09-13 Thread Carl Schwan
Le lundi 12 septembre 2022 à 7:08 PM, Thiago Macieira  a écrit :

> On Monday, 12 September 2022 08:55:10 PDT Nicola Mingotti wrote:
> 
> > Therefore it seems the wisest option to me to wait till you guys update the
> > CMakeLists.txt.
> 
> 
> That's simply going to make the build fail earlier, with a different but more
> meaningful error message.
> 
> You need Wayland 1.20 if you want to build this version of kwayland.
> 
> > Thank you for kdesrc, there are a few quirks but in general it is great we
> > can try new stuff in a stable system !
> 
> 
> That's not always possible. This is such a case. You'll need an upgrade.

Or you can compile your own wayland in the same prefix as the rest of KDE.
If the new wayland version doesn't need other updated dependencies this
might be a viable alternative.

Cheers,
Carl

> 
> --
> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
> Software Architect - Intel DCAI Cloud Engineering
>


Re: incubating kdsoap-ws-discovery-client

2022-09-13 Thread Carl Schwan
Le lundi 12 septembre 2022 à 10:19 PM, Albert Astals Cid  a 
écrit :


> El dilluns, 12 de setembre de 2022, a les 16:13:24 (CEST), Harald Sitter va
> escriure:
> 
> > Hola,
> > 
> > I'm going to incubate kdsoap-ws-discovery-client [1] as a KDE project.
> > It's a critical piece of our smb infrastructure. Nate kindly agreed to
> > be my sponsor (:
> > 
> > [1] https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client
> 
> 
> Does this mean we're going to fork it?
> 
> Or you have Casper's agreement that he will shut down the gitlab repo?

Looks like there was an agreement in
https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/merge_requests/17#note_1095779523

Cheers,
Carl
> 
> Cheers,
> Albert
> 
> > HS
> 
> 
> 
>


Re: kdesrc -- stuck building kwayland

2022-09-13 Thread Nicola Mingotti
oh, ok, this is good plus Carl.
I am very reluctant to mix stable packages with testing.

Thank you all, i will give it it a shot asap.

bye
Nicola







On Tue, Sep 13, 2022 at 12:18 PM Carl Schwan  wrote:

> Le lundi 12 septembre 2022 à 7:08 PM, Thiago Macieira  a
> écrit :
>
> > On Monday, 12 September 2022 08:55:10 PDT Nicola Mingotti wrote:
> >
> > > Therefore it seems the wisest option to me to wait till you guys
> update the
> > > CMakeLists.txt.
> >
> >
> > That's simply going to make the build fail earlier, with a different but
> more
> > meaningful error message.
> >
> > You need Wayland 1.20 if you want to build this version of kwayland.
> >
> > > Thank you for kdesrc, there are a few quirks but in general it is
> great we
> > > can try new stuff in a stable system !
> >
> >
> > That's not always possible. This is such a case. You'll need an upgrade.
>
> Or you can compile your own wayland in the same prefix as the rest of KDE.
> If the new wayland version doesn't need other updated dependencies this
> might be a viable alternative.
>
> Cheers,
> Carl
>
> >
> > --
> > Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
> > Software Architect - Intel DCAI Cloud Engineering
> >
>


[ANNOUNCE] CMake 3.24.2 available for download

2022-09-13 Thread John Parent
We are pleased to announce that CMake 3.24.2 is now available for download.

Please use the latest release from our download page:
  https://cmake.org/download/

Thanks for your support!


Changes made since CMake 3.24.1:

Albert Astals Cid (1):
  automoc: avoid more compiler warnings in linker-warning-silencing code

Ben Boeckel (1):
  ExternalProject: note the default of `GIT_TAG` being `master`

Brad King (8):
  Help: Clarify that variable references may use cache entries
  ci: use CMake 3.24.1
  gitlab-ci: Use separate MSVC toolset specification for packaging jobs
  gitlab-ci: Update non-packaging Windows builds to MSVC 14.33 toolset
  Tests: Teach RunCMake.SymlinkTrees to tolerate CCACHE_BASEDIR
  automoc: revert attempts to silence linker warning on macos
  Tests: Add cases covering bad ctest output truncation types
  CMake 3.24.2

Craig Scott (6):
  Help: Add missing closing quote on C++ example
  Help: Add crossrefs to ctest output control options
  Help: Fix typos, grammar and formatting in CMP0134 policy docs
  Help: Fix wrong casing of GTest in FetchContent integration example
  FetchContent: Fix unsetting wrong variable name after provider returns
  FetchContent: Ignore EXACT for redirected find_package() calls

Daniel Scharrer (1):
  FindZLIB: fix CMAKE_FIND_LIBRARY_PREFIXES being unset when it was empty

Frank Winklmeier (2):
  RunCMakeTest: fix Truncation test definition
  ctest: print error for invalid CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION

Gilles Gouaillardet (1):
  FortranCInterface: Add support for LLVMFlang mangling

Kargatum (1):
  FindBoost: Add support for Boost 1.80

Kyle Edwards (2):
  Tests: Fix VS10Project SourceGroupTreeCMakeLists check
  FILE_SET: Fix source group detection

Marc Chevrier (4):
  Xcode: Fix erroneous MACOSX_BUNDLE link
  Help: cmake-developer: Add section for Windows registry access.
  renames method FinalizeTargetCompileInfo() in
FinalizeTargetConfiguration().
  Check link libraries properties: fix performances regression

Mathieu Malaterre (1):
  Help: Fix typo in FetchContent example, extras should read extra

Robert Maynard (4):
  FindCUDAToolkit: Search the cuda toolkit include path for cupti
  cmFindBase: Refactor CMAKE_FIND_USE_INSTALL_PREFIX handling
  CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIX
  FindCUDAToolkit: Correctly state cusolver and cublas dependencies

parkesb (1):
  FindPostgreSQL: Add brew-style directories to search path