Control: reassign -1 src:libpreludedb Re: Adrian Bunk 2018-01-23 <20180123043023.GA11847@localhost> > > > ./configure: line 19300: test: too many arguments > > > ... > > > > Looks like the ax_lib_postgresql.m4 macro should be fixed with some > > additional shell quoting. > > This is not about quoting, the pg_config output changed: > > 10.1-3: > $ pg_config --version > PostgreSQL 10.1 (Debian 10.1-3)
The macro is buggy anyway, it decomposes the string into major/minor/micro, but the middle component doesn't exist anymore with PostgreSQL 10. That was fine with 10.0, but with 10.1, it will think there was a new major release "10.1". Both issues need to be fixed on the libpreludedb side. Christoph