Is the 5.5gb available during the compile or after? I wanted to make sure since that can sometimes be measured at the wrong time.
-- James ----- Reply message ----- From: "Trent Creekmore" <[email protected]> To: "'rsyslog-users'" <[email protected]> Subject: [rsyslog] Vauge compile error Date: Thu, Dec 5, 2013 6:51 PM About 5.5 GB if RAM left available and about 30GB of GB space available. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of David Lang Sent: Thursday, December 05, 2013 5:30 PM To: rsyslog-users Subject: Re: [rsyslog] Vauge compile error any chance that you ran out of disk space or ram? that's the sort of thing that I have had in the past when the compile just aborts like this. David Lang On Thu, 5 Dec 2013, Trent Creekmore wrote: > Date: Thu, 5 Dec 2013 17:24:14 -0600 > From: Trent Creekmore <[email protected]> > Reply-To: rsyslog-users <[email protected]> > To: rsyslog-users <[email protected]> > Subject: [rsyslog] Vauge compile error > > I finally got through all the dependencies for configuration and went > on to make..it is failing, and to me the error is terse and vague. > > > > > > Here is the entire make output: > > > > > > > > > > make all-recursive > > make[1]: Entering directory `/usr/src/rsyslog-7.4.6' > > Making all in doc > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/doc' > > make[2]: Nothing to be done for `all'. > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/doc' > > Making all in compat > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/compat' > > CC compat_la-getifaddrs.lo > > CCLD compat.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/compat' > > Making all in runtime > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/runtime' > > CC librsyslog_la-rsyslog.lo > > CC librsyslog_la-dnscache.lo > > CC librsyslog_la-glbl.lo > > CC librsyslog_la-conf.lo > > CC librsyslog_la-rsconf.lo > > CC librsyslog_la-parser.lo > > CC librsyslog_la-strgen.lo > > CC librsyslog_la-msg.lo > > CC librsyslog_la-linkedlist.lo > > CC librsyslog_la-objomsr.lo > > CC librsyslog_la-stringbuf.lo > > CC librsyslog_la-datetime.lo > > CC librsyslog_la-srutils.lo > > CC librsyslog_la-errmsg.lo > > CC librsyslog_la-debug.lo > > debug.c: In function 'dbgprint': > > debug.c:941: warning: variable 'pszObjName' might be clobbered by 'longjmp' > or 'vfork' > > CC librsyslog_la-obj.lo > > CC librsyslog_la-modules.lo > > CC librsyslog_la-statsobj.lo > > CC librsyslog_la-stream.lo > > stream.c: In function 'CheckFileChange': > > stream.c:301: warning: format '%llu' expects type 'long long unsigned > int', but argument 5 has type '__off_t' > > stream.c: In function 'strmSeek': > > stream.c:1410: warning: format '%lld' expects type 'long long int', > but argument 3 has type 'off64_t' > > CC librsyslog_la-var.lo > > CC librsyslog_la-wtp.lo > > CC librsyslog_la-wti.lo > > CC librsyslog_la-queue.lo > > queue.c: In function 'DoDeleteBatchFromQStore': > > queue.c:1470: warning: format '%lld' expects type 'long long int', but > argument 3 has type 'off64_t' > > CC librsyslog_la-ruleset.lo > > CC librsyslog_la-prop.lo > > CC librsyslog_la-ratelimit.lo > > CC librsyslog_la-cfsysline.lo > > CC librsyslog_la-sd-daemon.lo > > CC librsyslog_la-action.lo > > ../action.c: In function 'processBatchMain': > > ../action.c:1269: warning: 'pbShutdownImmdtSave' may be used > uninitialized in this function > > CC librsyslog_la-threads.lo > > CC librsyslog_la-parse.lo > > CC librsyslog_la-hashtable.lo > > CC librsyslog_la-hashtable_itr.lo > > CC librsyslog_la-outchannel.lo > > CC librsyslog_la-template.lo > > CCLD librsyslog.la > > CC libgcry_la-libgcry.lo > > libgcry.c: In function 'eiCheckFiletype': > > libgcry.c:106: warning: format '%d' expects type 'int', but argument 2 > has type 'size_t' > > libgcry.c: In function 'eiClose': > > libgcry.c:181: warning: format '%lld' expects type 'long long int', > but argument 4 has type 'off64_t' > > libgcry.c:181: warning: format '%lld' expects type 'long long int', > but argument 4 has type 'off64_t' > > libgcry.c: In function 'addPadding': > > libgcry.c:241: warning: format '%d' expects type 'int', but argument 2 > has type 'size_t' > > libgcry.c:241: warning: format '%d' expects type 'int', but argument 3 > has type 'size_t' > > libgcry.c:241: warning: format '%d' expects type 'int', but argument 4 > has type 'size_t' > > libgcry.c:241: warning: format '%d' expects type 'int', but argument 5 > has type 'size_t' > > CC libgcry_la-libgcry_common.lo > > CCLD libgcry.la > > CC lmregexp_la-regexp.lo > > CCLD lmregexp.la > > CC lmzlibw_la-zlibw.lo > > CCLD lmzlibw.la > > CC lmnet_la-net.lo > > net.c: In function 'debugListenInfo': > > net.c:1101: warning: dereferencing pointer 'ipv6' does break > strict-aliasing rules > > net.c:1100: note: initialized from here > > CCLD lmnet.la > > CC lmnetstrms_la-netstrms.lo > > CC lmnetstrms_la-netstrm.lo > > CC lmnetstrms_la-nssel.lo > > nssel.c: In function 'IsReady': > > nssel.c:171: warning: unused parameter 'piNumReady' > > CC lmnetstrms_la-nspoll.lo > > CCLD lmnetstrms.la > > CC lmstrmsrv_la-strmsrv.lo > > CC lmstrmsrv_la-strms_sess.lo > > CCLD lmstrmsrv.la > > CC lmnsd_ptcp_la-nsd_ptcp.lo > > CC lmnsd_ptcp_la-nsdsel_ptcp.lo > > CC lmnsd_ptcp_la-nsdpoll_ptcp.lo > > CCLD lmnsd_ptcp.la > > CC lmcry_gcry_la-lmcry_gcry.lo > > CCLD lmcry_gcry.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/runtime' > > Making all in grammar > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/grammar' > > YACC grammar.c > > updating grammar.h > > make all-am > > make[3]: Entering directory `/usr/src/rsyslog-7.4.6/grammar' > > CC libgrammar_la-grammar.lo > > CC libgrammar_la-lexer.lo > > CC libgrammar_la-rainerscript.lo > > rainerscript.c: In function 'doFunc_re_extract': > > rainerscript.c:1263: warning: format '%d' expects type 'int', but > argument 2 has type 'size_t' > > CCLD libgrammar.la > > make[3]: Leaving directory `/usr/src/rsyslog-7.4.6/grammar' > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/grammar' > > Making all in . > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6' > > CC lmtcpsrv_la-tcps_sess.lo > > CC lmtcpsrv_la-tcpsrv.lo > > CCLD lmtcpsrv.la > > CC lmtcpclt_la-tcpclt.lo > > CCLD lmtcpclt.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6' > > Making all in plugins/immark > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/plugins/immark' > > CC immark_la-immark.lo > > CCLD immark.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/plugins/immark' > > Making all in plugins/imuxsock > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/plugins/imuxsock' > > CC imuxsock_la-imuxsock.lo > > CCLD imuxsock.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/plugins/imuxsock' > > Making all in plugins/imtcp > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/plugins/imtcp' > > CC imtcp_la-imtcp.lo > > CCLD imtcp.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/plugins/imtcp' > > Making all in plugins/imudp > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/plugins/imudp' > > CC imudp_la-imudp.lo > > CCLD imudp.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/plugins/imudp' > > Making all in plugins/omtesting > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/plugins/omtesting' > > CC omtesting_la-omtesting.lo > > CCLD omtesting.la > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/plugins/omtesting' > > Making all in tools > > make[2]: Entering directory `/usr/src/rsyslog-7.4.6/tools' > > CC rsyslogd-syslogd.o > > CC rsyslogd-omshell.o > > CC rsyslogd-omusrmsg.o > > CC rsyslogd-omfwd.o > > make[2]: *** [rsyslogd-omfwd.o] Terminated > > make[2]: Leaving directory `/usr/src/rsyslog-7.4.6/tools' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/usr/src/rsyslog-7.4.6' > > make: *** [all] Error 2 > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE > WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT. > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

