Hi Out cts build is failing to build an rpm, but surprisingly "make distcheck" works. http://www.corosync.org:8010/waterfall
Fabio: any ideas what mock is doing differently? The error is below. Here is a small patch that will make this easier to see the error: diff --git a/autobuild.sh b/autobuild.sh index 86043d0..3273031 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -50,7 +50,7 @@ rm -f $RPM_DIR/corosync*.rpm echo "running mock init ($TARGET)" $MOCK -r $TARGET --init echo "running mock rebuild ($SRPM)" -$MOCK -r $TARGET --rebuild $SRPM --with testagents +$MOCK -v -r $TARGET --rebuild $SRPM --with testagents if [ -z "$TEST_NODES" ] then Regards Angus DEBUG: /usr/bin/ld: warning: libcoroipcc.so.4, needed by ../lib/libsam.so, not found (try using -rpath or -rpath-link) DEBUG: /usr/bin/ld: warning: libquorum.so.4, needed by ../lib/libsam.so, not found (try using -rpath or -rpath-link) DEBUG: ../lib/libconfdb.so: undefined reference to `coroipcc_fd_...@corosync_coroipcc_3.0' DEBUG: ../lib/libsam.so: undefined reference to `quorum_fd_get' DEBUG: ../lib/libconfdb.so: undefined reference to `coroipcc_dispatch_get' DEBUG: ../lib/libsam.so: undefined reference to `quorum_initial...@corosync_quorum_1.0' DEBUG: ../lib/libsam.so: undefined reference to `quorum_trackstart' DEBUG: ../lib/libconfdb.so: undefined reference to `coroipcc_dispatch_put' DEBUG: ../lib/libconfdb.so: undefined reference to `coroipcc_service_conn...@corosync_coroipcc_3.0' DEBUG: ../lib/libsam.so: undefined reference to `quorum_dispa...@corosync_quorum_1.0' DEBUG: ../lib/libconfdb.so: undefined reference to `coroipcc_msg_send_reply_rece...@corosync_coroipcc_3.0' DEBUG: ../lib/libconfdb.so: undefined reference to `coroipcc_service_disconn...@corosync_coroipcc_3.0' DEBUG: ../lib/libsam.so: undefined reference to `quorum_final...@corosync_quorum_1.0' DEBUG: collect2: ld returned 1 exit status DEBUG: make[1]: Leaving directory `/builddir/build/BUILD/corosync-1.2.3/test' DEBUG: make[1]: *** [testsam] Error 1 DEBUG: make: *** [all-recursive] Error 1 DEBUG: RPM build errors: _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
