Hello, On 2024/10/14 3:32, Andreas Stieger wrote: > Hello, > > I was made aware of an openSUSE bug report outlining that the build for > 1.14.x fails with the upcoming swig 4.3 (4.3.0beta1): > https://bugzilla.opensuse.org/show_bug.cgi?id=1231590 > > I was able to reproduce with trunk when switching from SWIG 4.2.1 to > 4.3.0beta1: > > make -j4 V=1 VERBOSE=1 check-swig-rb > [...] > > Error: test_add_force(SvnClientTest): NoMethodError: undefined method > `fs' for an instance of Array
In this context, 'fs' is a return value of Repos.create() which is wrapped object of svn_repos_t * in C, returned from svn_repos_create(), not an Array. It seems it is caused by backward incompatible change of SWIG, even it may be a bug. Could you please report it to the SWIG project? Thanks, -- Yasuhito FUTATSUKI <futat...@yf.bsdclub.org>