Your message dated Sat, 21 Nov 2020 23:49:14 +0000
with message-id <81f0de33-b1ae-4b40-f6a0-5c98a556f...@p10link.net>
and subject line re: repmgr: ftbfs with GCC-10
has caused the Debian Bug report #957759,
regarding repmgr: ftbfs with GCC-10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
957759: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957759
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:repmgr
Version: 5.0.0-4
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/repmgr_5.0.0-4_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html

[...]
/<<PKGBUILDDIR>>/repmgr-action-standby.c: In function ‘do_standby_clone’:
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6923:30: note: length computed here
 6923 |  strncpy(cell->oid, oid, 1 + strlen(oid));
      |                              ^~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /usr/include/postgresql/internal/c.h:61,
                 from /usr/include/postgresql/internal/postgres_fe.h:25,
                 from /<<PKGBUILDDIR>>/repmgr.h:65,
                 from /<<PKGBUILDDIR>>/repmgr-action-standby.c:24:
In function ‘strncpy’,
    inlined from ‘tablespace_data_append’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6924:2,
    inlined from ‘get_tablespace_data_barman’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6780:3,
    inlined from ‘run_file_backup’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6288:8,
    inlined from ‘do_standby_clone’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:626:8:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/repmgr-action-standby.c: In function ‘do_standby_clone’:
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6924:32: note: length computed here
 6924 |  strncpy(cell->name, name, 1 + strlen(name));
      |                                ^~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from /usr/include/postgresql/internal/c.h:61,
                 from /usr/include/postgresql/internal/postgres_fe.h:25,
                 from /<<PKGBUILDDIR>>/repmgr.h:65,
                 from /<<PKGBUILDDIR>>/repmgr-action-standby.c:24:
In function ‘strncpy’,
    inlined from ‘tablespace_data_append’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6925:2,
    inlined from ‘get_tablespace_data_barman’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6780:3,
    inlined from ‘run_file_backup’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6288:8,
    inlined from ‘do_standby_clone’ at 
/<<PKGBUILDDIR>>/repmgr-action-standby.c:626:8:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/repmgr-action-standby.c: In function ‘do_standby_clone’:
/<<PKGBUILDDIR>>/repmgr-action-standby.c:6925:40: note: length computed here
 6925 |  strncpy(cell->location, location, 1 + strlen(location));
      |                                        ^~~~~~~~~~~~~~~~
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
repmgr-action-witness.o /<<PKGBUILDDIR>>/repmgr-action-witness.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
repmgr-action-bdr.o /<<PKGBUILDDIR>>/repmgr-action-bdr.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
repmgr-action-cluster.o /<<PKGBUILDDIR>>/repmgr-action-cluster.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
repmgr-action-node.o /<<PKGBUILDDIR>>/repmgr-action-node.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
repmgr-action-service.o /<<PKGBUILDDIR>>/repmgr-action-service.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
repmgr-action-daemon.o /<<PKGBUILDDIR>>/repmgr-action-daemon.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
configfile.o /<<PKGBUILDDIR>>/configfile.c
flex  -o'configfile-scan.c' /<<PKGBUILDDIR>>/configfile-scan.l
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
configfile-scan.o configfile-scan.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o log.o 
/<<PKGBUILDDIR>>/log.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o strutil.o 
/<<PKGBUILDDIR>>/strutil.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o 
controldata.o /<<PKGBUILDDIR>>/controldata.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o dirutil.o 
/<<PKGBUILDDIR>>/dirutil.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o compat.o 
/<<PKGBUILDDIR>>/compat.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o dbutils.o 
/<<PKGBUILDDIR>>/dbutils.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC -std=gnu89 -I/usr/include/postgresql/internal 
-I/usr/include/postgresql -Wall -Wmissing-prototypes -Wmissing-declarations  
-I. -I/<<PKGBUILDDIR>> -I/usr/include/postgresql/12/server 
-I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/mit-krb5  -c -o sysutils.o 
/<<PKGBUILDDIR>>/sysutils.c
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security 
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation 
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fno-omit-frame-pointer -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -fPIC repmgr-client.o repmgr-action-primary.o 
repmgr-action-standby.o repmgr-action-witness.o repmgr-action-bdr.o 
repmgr-action-cluster.o repmgr-action-node.o repmgr-action-service.o 
repmgr-action-daemon.o configfile.o configfile-scan.o log.o strutil.o 
controldata.o dirutil.o compat.o dbutils.o sysutils.o 
-L/usr/lib/postgresql/12/lib -lpgcommon -lpgport -L/usr/lib/x86_64-linux-gnu 
-lpq -L/usr/lib/x86_64-linux-gnu  -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-9/lib 
 -L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,--as-needed -g -O2 
-fdebug-prefix-map=/<<PK
 GBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  
-lpgcommon -lpgport -lpthread -lselinux -lxslt -lxml2 -lpam -lssl -lcrypto 
-lgssapi_krb5 -lz -ledit -lrt -lcrypt -ldl -lm  -o repmgr
/usr/bin/ld: repmgr-action-primary.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
/usr/bin/ld: repmgr-action-standby.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
/usr/bin/ld: repmgr-action-witness.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
/usr/bin/ld: repmgr-action-bdr.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
/usr/bin/ld: repmgr-action-cluster.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
/usr/bin/ld: repmgr-action-node.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
/usr/bin/ld: repmgr-action-service.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
/usr/bin/ld: repmgr-action-daemon.o:./build-12/./repmgr-client-global.h:218: 
multiple definition of `source_conninfo'; 
repmgr-client.o:./build-12/./repmgr-client-global.h:218: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:70: repmgr] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-12'
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:30: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 5.2.0-2

The latest upload of repmgr built successfully with gcc 10.

--- End Message ---

Reply via email to