Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-30 Thread Daniel Sahlberg
Den mån 30 juni 2025 kl 14:38 skrev Timofei Zhakov : [...snip...] > > As I understand it, some package distributions provide APR's package > config files with names like apr1 and aprutil1 (without spaces). Since we > are already using a function that supports search for multiple names, we > could

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-30 Thread Timofei Zhakov
On Mon, Jun 30, 2025 at 1:37 PM Daniel Sahlberg wrote: > Den mån 30 juni 2025 kl 08:46 skrev Timofei Zhakov : > >> On Mon, 30 Jun 2025 at 1:23 AM, Daniel Sahlberg < >> daniel.l.sahlb...@gmail.com> wrote: >> >>> Den fre 27 juni 2025 kl 18:33 skrev Timofei Zhakov : >>> > Also, the searchin

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-30 Thread Daniel Sahlberg
Den mån 30 juni 2025 kl 08:46 skrev Timofei Zhakov : > On Mon, 30 Jun 2025 at 1:23 AM, Daniel Sahlberg < > daniel.l.sahlb...@gmail.com> wrote: > >> Den fre 27 juni 2025 kl 18:33 skrev Timofei Zhakov : >> >>> Also, the searching libraries using pkg-config doesn't work on my environment. I

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-29 Thread Timofei Zhakov
On Mon, 30 Jun 2025 at 1:23 AM, Daniel Sahlberg wrote: > Den fre 27 juni 2025 kl 18:33 skrev Timofei Zhakov : > >> >>> Also, the searching libraries using pkg-config doesn't work on my >>> environment. I think it is caused by the prefix passed to >>> pkg_check_modules is wrong. >>> >>> [[[ >>> di

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-29 Thread Daniel Sahlberg
Den fre 27 juni 2025 kl 18:33 skrev Timofei Zhakov : > >> Also, the searching libraries using pkg-config doesn't work on my >> environment. I think it is caused by the prefix passed to >> pkg_check_modules is wrong. >> >> [[[ >> diff --git a/CMakeLists.txt b/CMakeLists.txt >> index e60809b1e..d94c

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-27 Thread Branko Čibej
On 27. 6. 25 18:18, Timofei Zhakov wrote: On Fri, Jun 27, 2025 at 9:59 AM Daniel Sahlberg wrote: Den tors 26 juni 2025 kl 23:19 skrev Branko Čibej : By the way, I noticed that the CMake build is consistently, intentionally behaving differently from the autotools build:

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-27 Thread Timofei Zhakov
> > > Also, the searching libraries using pkg-config doesn't work on my > environment. I think it is caused by the prefix passed to > pkg_check_modules is wrong. > > [[[ > diff --git a/CMakeLists.txt b/CMakeLists.txt > index e60809b1e..d94c30b14 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-27 Thread Timofei Zhakov
On Fri, Jun 27, 2025 at 9:59 AM Daniel Sahlberg wrote: > Den tors 26 juni 2025 kl 23:19 skrev Branko Čibej : > >> >> By the way, I noticed that the CMake build is consistently, intentionally >> behaving differently from the autotools build: autotools look for serf-2 >> before serf-1 and apr-2 bef

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-27 Thread Daniel Sahlberg
Den tors 26 juni 2025 kl 23:19 skrev Branko Čibej : > > By the way, I noticed that the CMake build is consistently, intentionally > behaving differently from the autotools build: autotools look for serf-2 > before serf-1 and apr-2 before apr(-util)-1, CMake does the opposite. I > have no idea why,

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-26 Thread Branko Čibej
On 26. 6. 25 22:35, Daniel Sahlberg wrote: Hi Jun, Thanks for testing! Den tors 26 juni 2025 kl 05:02 skrev Jun Omae : Also, the searching libraries using pkg-config doesn't work on my environment. I think it is caused by the prefix passed to pkg_check_modules is wrong. [[[

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-26 Thread Daniel Sahlberg
Hi Jun, Thanks for testing! Den tors 26 juni 2025 kl 05:02 skrev Jun Omae : > Hi, > > On 2025/06/21 23:38, Timofei Zhakov wrote: > >> In my testing, the whole action completed successfully on Mac OS, except > >> of one test: > >> > >> ``` > >> 24: svn_tests: E26: Expected error SVN_ERR_SQLIT

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-25 Thread Branko Čibej
On 21. 6. 25 16:38, Timofei Zhakov wrote: In my testing, the whole action completed successfully on Mac OS, except of one test: ``` 24: svn_tests: E26: Expected error SVN_ERR_SQLITE_BUSY but got SVN_ERR_SQLITE_ERROR 24: svn_tests: E200030: sqlite[S10]: disk I/O error 24: svn_tests: E200042:

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-25 Thread Jun Omae
Hi, On 2025/06/21 23:38, Timofei Zhakov wrote: >> In my testing, the whole action completed successfully on Mac OS, except >> of one test: >> >> ``` >> 24: svn_tests: E26: Expected error SVN_ERR_SQLITE_BUSY but got >> SVN_ERR_SQLITE_ERROR >> 24: svn_tests: E200030: sqlite[S10]: disk I/O error

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-21 Thread Nathan Hartman
On Fri, Jun 20, 2025 at 11:01 AM wrote: > Author: rinrab > Date: Fri Jun 20 14:59:55 2025 > New Revision: 1926599 > > URL: http://svn.apache.org/viewvc?rev=1926599&view=rev > Log: > GitHub actions: Consume all MacOS dependencies (except zlib) from homebrew, > instead of relying on pre-installed l

Re: svn commit: r1926599 - /subversion/trunk/.github/workflows/cmake.yml

2025-06-21 Thread Timofei Zhakov
> In my testing, the whole action completed successfully on Mac OS, except > of one test: > > ``` > 24: svn_tests: E26: Expected error SVN_ERR_SQLITE_BUSY but got > SVN_ERR_SQLITE_ERROR > 24: svn_tests: E200030: sqlite[S10]: disk I/O error > 24: svn_tests: E200042: Additional errors: > 24: svn