Re: configure --without-swig warns when it shouldn't

2020-06-01 Thread Yasuhito FUTATSUKI
On 2020/06/01 16:41, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Sun, 31 May 2020 19:03 +0900: >> On 2020/05/31 14:39, Yasuhito FUTATSUKI wrote: >>> >>> I updated the patch. >> >> I found that subversion/bindings/swig/INSTALL still containd >> environment variable based methods, so I updat

Re: configure --without-swig warns when it shouldn't

2020-06-01 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Sun, 31 May 2020 19:03 +0900: > On 2020/05/31 14:39, Yasuhito FUTATSUKI wrote: > > > > I updated the patch. > > I found that subversion/bindings/swig/INSTALL still containd > environment variable based methods, so I updated the > patch again. > > The difference from

Re: configure --without-swig warns when it shouldn't

2020-05-31 Thread Yasuhito FUTATSUKI
On 2020/05/31 14:39, Yasuhito FUTATSUKI wrote: > > I updated the patch. I found that subversion/bindings/swig/INSTALL still containd environment variable based methods, so I updated the patch again. The difference from previous "fix_configure_patch2.txt" is following two hanks for subversion/bin

Re: configure --without-swig warns when it shouldn't

2020-05-30 Thread Yasuhito FUTATSUKI
On 2020/05/31 12:14, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Sat, 30 May 2020 19:24 +0900: >> On 2020/05/12 23:17, Branko Čibej wrote: >>> Can we just say that it was a mistake to look at the environment (e.g., >>> PERL=none) instead of configure arguments (--without-swig-perl)? I agree

Re: configure --without-swig warns when it shouldn't

2020-05-30 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Sat, 30 May 2020 19:24 +0900: > On 2020/05/12 23:17, Branko Čibej wrote: > > Can we just say that it was a mistake to look at the environment (e.g., > > PERL=none) instead of configure arguments (--without-swig-perl)? I agree > > that adding the proposed flags to configu

Re: configure --without-swig warns when it shouldn't

2020-05-30 Thread Yasuhito FUTATSUKI
On 2020/05/12 23:17, Branko Čibej wrote: > On 12.05.2020 15:05, Yasuhito FUTATSUKI wrote: >> On 2020/05/12 20:14, Daniel Shahaf wrote: >>> As Yasuhito said, passing PYTHON=none is not a satisfactory workaround >>> since it breaks «make check». Hence, I proposed adding a dedicated >>> knob. Do yo

Re: configure --without-swig warns when it shouldn't

2020-05-12 Thread Branko Čibej
On 12.05.2020 15:05, Yasuhito FUTATSUKI wrote: > On 2020/05/12 20:14, Daniel Shahaf wrote: >> Branko Čibej wrote on Tue, 12 May 2020 07:48 +0200: >>> On 11.05.2020 16:47, Daniel Shahaf wrote: Yasuhito FUTATSUKI wrote on Mon, 11 May 2020 17:55 +0900: > On 2020/05/10 1:39, Daniel Shahaf wr

Re: configure --without-swig warns when it shouldn't

2020-05-12 Thread Yasuhito FUTATSUKI
On 2020/05/12 20:14, Daniel Shahaf wrote: > Branko Čibej wrote on Tue, 12 May 2020 07:48 +0200: >> On 11.05.2020 16:47, Daniel Shahaf wrote: >>> Yasuhito FUTATSUKI wrote on Mon, 11 May 2020 17:55 +0900: On 2020/05/10 1:39, Daniel Shahaf wrote: > A minor issue in current trunk: > >>

Re: configure --without-swig warns when it shouldn't

2020-05-12 Thread Daniel Shahaf
Branko Čibej wrote on Tue, 12 May 2020 07:48 +0200: > On 11.05.2020 16:47, Daniel Shahaf wrote: > > Yasuhito FUTATSUKI wrote on Mon, 11 May 2020 17:55 +0900: > >> On 2020/05/10 1:39, Daniel Shahaf wrote: > >>> A minor issue in current trunk: > >>> > >>> [[[ > >>> % …/configure -q --enable-maint

Re: configure --without-swig warns when it shouldn't

2020-05-11 Thread Branko Čibej
On 11.05.2020 16:47, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Mon, 11 May 2020 17:55 +0900: >> On 2020/05/10 1:39, Daniel Shahaf wrote: >>> A minor issue in current trunk: >>> >>> [[[ >>> % …/configure -q --enable-maintainer-mode --without-swig 'RUBY=none' >>> configure: WARNING: Python.h

Re: configure --without-swig warns when it shouldn't

2020-05-11 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Mon, 11 May 2020 17:55 +0900: > On 2020/05/10 1:39, Daniel Shahaf wrote: > > A minor issue in current trunk: > > > > [[[ > > % …/configure -q --enable-maintainer-mode --without-swig 'RUBY=none' > > configure: WARNING: Python.h not found; disabling python swig bindings >

Re: configure --without-swig warns when it shouldn't

2020-05-11 Thread Yasuhito FUTATSUKI
On 2020/05/10 1:39, Daniel Shahaf wrote: > A minor issue in current trunk: > > [[[ > % …/configure -q --enable-maintainer-mode --without-swig 'RUBY=none' > configure: WARNING: Python.h not found; disabling python swig bindings > ]]] > > That warning should not be printed when --without-swig is pa

configure --without-swig warns when it shouldn't

2020-05-09 Thread Daniel Shahaf
A minor issue in current trunk: [[[ % …/configure -q --enable-maintainer-mode --without-swig 'RUBY=none' configure: WARNING: Python.h not found; disabling python swig bindings ]]] That warning should not be printed when --without-swig is passed. It's printed by SVN_FIND_SWIG, which _does_ know w