<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi <span>Rafał</span></p>
<p><span>Yes, I've got all the packages in the dependencies list in my "rpm -qa" output.</span></p>
<p><span>I'm running gcc 4.8.3 with -v output as below:</span></p>
<p class="p1"><span class="s1">[root@Auto-Failover-Test-Arbiter pacemaker]# gcc -v</span></p>
<p class="p1"><span class="s1">Using built-in specs.</span></p>
<p class="p1"><span class="s1">COLLECT_GCC=gcc</span></p>
<p class="p1"><span class="s1">COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-amazon-linux/4.8.3/lto-wrapper</span></p>
<p class="p1"><span class="s1">Target: x86_64-amazon-linux</span></p>
<p class="p1"><span class="s1">Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,fortran,ada,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-amazon-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-amazon-linux</span></p>
<p class="p1"><span class="s1">Thread model: posix</span></p>
<p class="p1"><span class="s1">gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) </span></p>
<p class="p1"><span class="s1">Thanks,</span></p>
<p class="p1"><span class="s1">Jim</span></p>
<p>On 2016-05-06 12:01, Rafał Sanocki wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->Hi,<br /><span id="result_box" class="short_text"><span>I guess</span> <span class="">you got:</span></span><br /> automake<br /> autoconf<br /> libtool-ltdl-devel<br /> libuuid-devel<br /> pkgconfig<br /> python (or python-devel if that's preferred as a build dependency)<br /> glib2-devel<br /> libxml2-devel<br /> libxslt-devel <br /> bzip2-devel<br /> gnutls-devel<br /> pam-devel<br /> libqb-devel<br /><br /> show us gcc -v <br /><br /> Rafal<br /><br /><br /><br />
<div class="moz-cite-prefix">W dniu 2016-05-06 o 12:51, Jim Rippon pisze:</div>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">Hi guys <br /><br /> I'm new to the list so apologies if I'm way off base, but I wonder if someone can help me please? <br /><br /> I'm looking to build private RPMs for pacemaker and any dependencies for Amazon Linux because I have as yet been unable to get the CentOS binaries to install successfully. <br /><br /> I've got libqb and libqb-devel RPMs built successfully (also not available in amazon linux repos) and installed on my build instance, but I am getting errors when making pacemaker from tag Pacemaker-1.1.14 <br /><br /> I am doing the following: <br /><br />  git checkout --force Pacemaker-1.1.14 <br />  git clean -fdx <br />  ./autogen.sh <br />  ./configure # with options suggested by autogen.sh <br />  make <br /><br /> I then receive the following errors from lib/common and the make fails: <br /><br />  In file included from ../../include/crm_internal.h:33:0, <br />  from ipc.c:19: <br />  ipc.c: In function 'crm_ipcs_flush_events': <br />  ../../include/crm/common/logging.h:140:23: error: format '%d' expects argument of type 'int', but argument 10 has type 'ssize_t' [-Werror=format=] <br />  static struct qb_log_callsite *trace_cs = NULL; \ <br />  ^ <br />  ../../include/crm/common/logging.h:254:37: note: in expansion of macro 'do_crm_log_unlikely' <br />  # define crm_trace(fmt, args...) do_crm_log_unlikely(LOG_TRACE, fmt , ##args) <br />  ^ <br />  ipc.c:497:13: note: in expansion of macro 'crm_trace' <br />  crm_trace("Event %d to %p[%d] (%d compressed bytes) sent", <br />  ^ <br />  ../../include/crm/common/logging.h:140:23: error: format '%d' expects argument of type 'int', but argument 10 has type 'ssize_t' [-Werror=format=] <br />  static struct qb_log_callsite *trace_cs = NULL; \ <br />  ^ <br />  ../../include/crm/common/logging.h:254:37: note: in expansion of macro 'do_crm_log_unlikely' <br />  # define crm_trace(fmt, args...) do_crm_log_unlikely(LOG_TRACE, fmt , ##args) <br />  ^ <br />  ipc.c:500:13: note: in expansion of macro 'crm_trace' <br />  crm_trace("Event %d to %p[%d] (%d bytes) sent: %.120s", <br />  ^ <br />  ../../include/crm/common/logging.h:140:23: error: format '%s' expects argument of type 'char *', but argument 11 has type 'void *' [-Werror=format=] <br />  static struct qb_log_callsite *trace_cs = NULL; \ <br />  ^ <br />  ../../include/crm/common/logging.h:254:37: note: in expansion of macro 'do_crm_log_unlikely' <br />  # define crm_trace(fmt, args...) do_crm_log_unlikely(LOG_TRACE, fmt , ##args) <br />  ^ <br />  ipc.c:500:13: note: in expansion of macro 'crm_trace' <br />  crm_trace("Event %d to %p[%d] (%d bytes) sent: %.120s", <br />  ^ <br />  ../../include/crm/common/logging.h:140:23: error: format '%d' expects argument of type 'int', but argument 12 has type 'ssize_t' [-Werror=format=] <br />  static struct qb_log_callsite *trace_cs = NULL; \ <br />  ^ <br />  ../../include/crm/common/logging.h:254:37: note: in expansion of macro 'do_crm_log_unlikely' <br />  # define crm_trace(fmt, args...) do_crm_log_unlikely(LOG_TRACE, fmt , ##args) <br />  ^ <br />  ipc.c:512:9: note: in expansion of macro 'crm_trace' <br />  crm_trace("Sent %d events (%d remaining) for %p[%d]: %s (%d)", <br />  ^ <br />  ipc.c: In function 'crm_ipcs_sendv': <br />  ../../include/crm/common/logging.h:140:23: error: format '%d' expects argument of type 'int', but argument 8 has type 'ssize_t' [-Werror=format=] <br />  static struct qb_log_callsite *trace_cs = NULL; \ <br />  ^ <br />  ../../include/crm/common/logging.h:254:37: note: in expansion of macro 'do_crm_log_unlikely' <br />  # define crm_trace(fmt, args...) do_crm_log_unlikely(LOG_TRACE, fmt , ##args) <br />  ^ <br />  ipc.c:661:13: note: in expansion of macro 'crm_trace' <br />  crm_trace("Response %d sent, %d bytes to %p[%d]", header->qb.id, rc, c->ipcs, c->pid); <br />  ^ <br />  ipc.c: In function 'crm_ipc_close': <br />  ../../include/crm/common/logging.h:140:23: error: format '%p' expects a matching 'void *' argument [-Werror=format=] <br />  static struct qb_log_callsite *trace_cs = NULL; \ <br />  ^ <br />  ../../include/crm/common/logging.h:254:37: note: in expansion of macro 'do_crm_log_unlikely' <br />  # define crm_trace(fmt, args...) do_crm_log_unlikely(LOG_TRACE, fmt , ##args) <br />  ^ <br />  ipc.c:831:9: note: in expansion of macro 'crm_trace' <br />  crm_trace("Disconnecting %s IPC connection %p (%p.%p)", client->name, client, client->ipc); <br />  ^ <br />  cc1: all warnings being treated as errors <br /><br /> Any help appreciated <br /><br /> Jim <br /><br /> _______________________________________________ <br /> Users mailing list: <a class="moz-txt-link-abbreviated" href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a> <br /><a class="moz-txt-link-freetext" href="http://clusterlabs.org/mailman/listinfo/users">http://clusterlabs.org/mailman/listinfo/users</a> <br /><br /> Project Home: <a class="moz-txt-link-freetext" href="http://www.clusterlabs.org">http://www.clusterlabs.org</a> <br /> Getting started: <a class="moz-txt-link-freetext" href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a> <br /> Bugs: <a class="moz-txt-link-freetext" href="http://bugs.clusterlabs.org">http://bugs.clusterlabs.org</a> </blockquote>
<br /><!-- html ignored --><br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br /><a href="http://clusterlabs.org/mailman/listinfo/users">http://clusterlabs.org/mailman/listinfo/users</a><br /><br /> Project Home: <a href="http://www.clusterlabs.org">http://www.clusterlabs.org</a><br /> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br /> Bugs: <a href="http://bugs.clusterlabs.org">http://bugs.clusterlabs.org</a></div>
</blockquote>
</body></html>