Source: repmgr
Version: 2.0~beta1-2
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130922 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 
> -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement 
> -Wendif-labels -Wmissing-format-attribute -Wformat-security 
> -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g 
> -I/usr/include/postgresql -I. -I./ -I/usr/include/postgresql/9.3/server 
> -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
> -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o repmgrd.o repmgrd.c
> repmgrd.c: In function 'do_failover':
> repmgrd.c:654:25: error: request for member 'xlogid' in something not a 
> structure or union
>    nodes[i].xlog_location.xlogid = uxlogid;
>                          ^
> repmgrd.c:655:25: error: request for member 'xrecoff' in something not a 
> structure or union
>    nodes[i].xlog_location.xrecoff = uxrecoff;
>                          ^
> repmgrd.c:694:32: error: request for member 'xlogid' in something not a 
> structure or union
>     best_candidate.xlog_location.xlogid  = nodes[i].xlog_location.xlogid;
>                                 ^
> repmgrd.c:694:65: error: request for member 'xlogid' in something not a 
> structure or union
>     best_candidate.xlog_location.xlogid  = nodes[i].xlog_location.xlogid;
>                                                                  ^
> repmgrd.c:695:32: error: request for member 'xrecoff' in something not a 
> structure or union
>     best_candidate.xlog_location.xrecoff = nodes[i].xlog_location.xrecoff;
>                                 ^
> repmgrd.c:695:65: error: request for member 'xrecoff' in something not a 
> structure or union
>     best_candidate.xlog_location.xrecoff = nodes[i].xlog_location.xrecoff;
>                                                                  ^
> repmgrd.c:706:3: warning: implicit declaration of function 'XLByteLE' 
> [-Wimplicit-function-declaration]
>    if (XLByteLE(best_candidate.xlog_location, nodes[i].xlog_location))
>    ^
> repmgrd.c:709:32: error: request for member 'xlogid' in something not a 
> structure or union
>     best_candidate.xlog_location.xlogid  = nodes[i].xlog_location.xlogid;
>                                 ^
> repmgrd.c:709:65: error: request for member 'xlogid' in something not a 
> structure or union
>     best_candidate.xlog_location.xlogid  = nodes[i].xlog_location.xlogid;
>                                                                  ^
> repmgrd.c:710:32: error: request for member 'xrecoff' in something not a 
> structure or union
>     best_candidate.xlog_location.xrecoff = nodes[i].xlog_location.xrecoff;
>                                 ^
> repmgrd.c:710:65: error: request for member 'xrecoff' in something not a 
> structure or union
>     best_candidate.xlog_location.xrecoff = nodes[i].xlog_location.xrecoff;
>                                                                  ^
> make[1]: *** [repmgrd.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/09/22/repmgr_2.0~beta1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to