Skip to content

Instantly share code, notes, and snippets.

@waitman
Created February 24, 2014 19:04
Show Gist options
  • Save waitman/9194685 to your computer and use it in GitHub Desktop.
Save waitman/9194685 to your computer and use it in GitHub Desktop.
rsyslogd 8.1.6 build.log
Script started on Mon Feb 24 10:55:21 2014
bash-4.2# make -j4
make all-recursive
make[1]: Entering directory '/sources/rsyslog-8.1.6'
Making all in doc
make[2]: Entering directory '/sources/rsyslog-8.1.6/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/doc'
Making all in compat
make[2]: Entering directory '/sources/rsyslog-8.1.6/compat'
CC compat_la-getifaddrs.lo
CCLD compat.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/compat'
Making all in runtime
make[2]: Entering directory '/sources/rsyslog-8.1.6/runtime'
CC librsyslog_la-rsyslog.lo
CC librsyslog_la-dnscache.lo
CC librsyslog_la-glbl.lo
CC librsyslog_la-conf.lo
In file included from glbl.c:41:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from dnscache.c:42:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from rsyslog.c:66:0:
wti.h: In function 'wtiNewIParam':
wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
In file included from conf.c:66:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-rsconf.lo
CC librsyslog_la-parser.lo
In file included from rsconf.c:48:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-strgen.lo
In file included from parser.c:44:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-msg.lo
In file included from strgen.c:40:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-linkedlist.lo
In file included from msg.c:62:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-objomsr.lo
msg.c: In function 'jsonAddVal':
msg.c:2673:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ni <= buflen) {
^
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
CC librsyslog_la-obj.lo
debug.c: In function 'dbgprint':
debug.c:941:9: warning: variable 'pszObjName' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
uchar *pszObjName = NULL;
^
In file included from obj.c:89:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-modules.lo
CC librsyslog_la-statsobj.lo
In file included from statsobj.c:34:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-stream.lo
In file included from stream.c:58:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
stream.c: In function 'CheckFileChange':
stream.c:303:2: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type '__off_t' [-Wformat=]
DBGPRINTF("stream/after deserialize checking for file change on '%s', "
^
stream.c: In function 'strmSeek':
stream.c:1463:3: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t' [-Wformat=]
DBGPRINTF("strmSeek: error %lld seeking to offset %lld\n", i, offs);
^
CC librsyslog_la-var.lo
CC librsyslog_la-wtp.lo
In file included from wtp.c:56:0:
wti.h: In function 'wtiNewIParam':
wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
In file included from wtp.c:58:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
wtp.c: In function 'wtpInitialize':
wtp.c:94:2: warning: #warning do we need this any longer? I think it was a cure for an already fixed bug.. [-Wcpp]
#warning do we need this any longer? I think it was a cure for an already fixed bug..
^
CC librsyslog_la-wti.lo
In file included from wti.c:44:0:
wti.h: In function 'wtiNewIParam':
wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
CC librsyslog_la-queue.lo
CC librsyslog_la-ruleset.lo
CC librsyslog_la-prop.lo
In file included from queue.c:55:0:
wti.h: In function 'wtiNewIParam':
In file included from ruleset.c:45:0:
unicode-helper.h: In function 'ustrncpy':
wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
In file included from queue.c:60:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from ruleset.c:51:0:
wti.h: In function 'wtiNewIParam':
wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
queue.c: In function 'DoDeleteBatchFromQStore':
queue.c:1481:4: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t' [-Wformat=]
DBGOPRINT((obj_t*) pThis, "doDeleteBatch: a %lld octet file has been deleted, now %lld octets disk "
^
In file included from prop.c:42:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-ratelimit.lo
CC librsyslog_la-lookup.lo
In file included from ratelimit.c:33:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from lookup.c:39:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-cfsysline.lo
CC librsyslog_la-sd-daemon.lo
In file included from cfsysline.c:43:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC ../librsyslog_la-action.lo
In file included from ../action.c:105:0:
./wti.h: In function 'wtiNewIParam':
./wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
./wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
In file included from ../action.c:108:0:
./unicode-helper.h: In function 'ustrncpy':
./unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
./unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC ../librsyslog_la-threads.lo
CC ../librsyslog_la-parse.lo
In file included from ../threads.c:43:0:
./unicode-helper.h: In function 'ustrncpy':
./unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
./unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC librsyslog_la-hashtable.lo
CC librsyslog_la-hashtable_itr.lo
CC ../librsyslog_la-outchannel.lo
CC ../librsyslog_la-template.lo
CC libgcry_la-libgcry.lo
In file included from ../template.c:48:0:
./unicode-helper.h: In function 'ustrncpy':
./unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
./unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC libgcry_la-libgcry_common.lo
libgcry.c: In function 'eiCheckFiletype':
libgcry.c:157:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
DBGPRINTF("eiCheckFiletype read %d bytes: '%s'\n", didRead, hdrBuf);
^
libgcry.c: In function 'eiGetIV':
libgcry.c:216:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
DBGPRINTF("length of IV is %d, expected %d\n",
^
libgcry.c:216:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=]
libgcry.c: In function 'eiClose':
libgcry.c:325:3: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off64_t' [-Wformat=]
len = snprintf(offs, sizeof(offs), "%lld", offsLogfile);
^
libgcry.c:325:3: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off64_t' [-Wformat=]
libgcry.c: In function 'addPadding':
libgcry.c:432:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
DBGPRINTF("libgcry: addPadding %d chars, blkLength %d, mod %d, pad %d\n",
^
libgcry.c:432:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=]
libgcry.c:432:2: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' [-Wformat=]
libgcry.c:432:2: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' [-Wformat=]
CC lmregexp_la-regexp.lo
CC lmzlibw_la-zlibw.lo
CC lmnet_la-net.lo
CC lmnetstrms_la-netstrms.lo
CC lmnetstrms_la-netstrm.lo
CC lmnetstrms_la-nssel.lo
CC lmnetstrms_la-nspoll.lo
nssel.c: In function 'IsReady':
nssel.c:194:88: warning: unused parameter 'piNumReady' [-Wunused-parameter]
IsReady(nssel_t *pThis, netstrm_t *pStrm, nsdsel_waitOp_t waitOp, int *pbIsReady, int *piNumReady)
^
CC lmstrmsrv_la-strmsrv.lo
CC lmstrmsrv_la-strms_sess.lo
CC lmnsd_ptcp_la-nsd_ptcp.lo
In file included from strmsrv.c:74:0:
unicode-helper.h: In function 'ustrncpy':
unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC lmnsd_ptcp_la-nsdsel_ptcp.lo
CC lmnsd_ptcp_la-nsdpoll_ptcp.lo
CC lmnsd_gtls_la-nsd_gtls.lo
CC lmnsd_gtls_la-nsdsel_gtls.lo
CC lmcry_gcry_la-lmcry_gcry.lo
In file included from nsd_gtls.c:52:0:
nsd_gtls.h:52:2: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
gnutls_session sess;
^
nsd_gtls.h:59:2: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gnutls_x509_crt ourCert; /**< our certificate, if in client mode (unused in server mode) */
^
nsd_gtls.h:60:2: warning: 'gnutls_x509_privkey' is deprecated [-Wdeprecated-declarations]
gnutls_x509_privkey ourKey; /**< our private key, if in client mode (unused in server mode) */
^
nsd_gtls.c:87:1: warning: 'gnutls_certificate_credentials' is deprecated [-Wdeprecated-declarations]
static gnutls_certificate_credentials xcred;
^
nsd_gtls.c:234:1: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
gtlsClientCertCallback(gnutls_session session,
^
nsd_gtls.c:235:15: warning: 'gnutls_datum' is deprecated (declared at /usr/include/gnutls/gnutls.h:755) [-Wdeprecated-declarations]
__attribute__((unused)) const gnutls_datum* req_ca_rdn, int __attribute__((unused)) nreqs,
^
nsd_gtls.c:236:15: warning: 'gnutls_pk_algorithm' is deprecated (declared at /usr/include/gnutls/gnutls.h:613) [-Wdeprecated-declarations]
__attribute__((unused)) const gnutls_pk_algorithm* sign_algos, int __attribute__((unused)) sign_algos_length,
^
nsd_gtls.c: In function 'gtlsGetCertInfo':
nsd_gtls.c:267:2: warning: 'gnutls_datum' is deprecated (declared at /usr/include/gnutls/gnutls.h:755) [-Wdeprecated-declarations]
const gnutls_datum *cert_list;
^
nsd_gtls.c:269:2: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gnutls_x509_crt cert;
^
nsd_gtls.c:291:3: warning: pointer targets in passing argument 2 of 'ctime_r' differ in signedness [-Wpointer-sign]
ctime_r(&activation_time, szBuf);
^
In file included from /usr/include/gnutls/gnutls.h:49:0,
from nsd_gtls.c:30:
/usr/include/time.h:276:14: note: expected 'char * __restrict__' but argument is of type 'uchar *'
extern char *ctime_r (const time_t *__restrict __timer,
^
nsd_gtls.c:292:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
szBuf[strlen(szBuf) - 1] = '\0'; /* strip linefeed */
^
In file included from nsd_gtls.c:29:0:
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'uchar *'
extern size_t strlen (const char *__s)
^
nsd_gtls.c:295:3: warning: pointer targets in passing argument 2 of 'ctime_r' differ in signedness [-Wpointer-sign]
ctime_r(&expiration_time, szBuf);
^
In file included from /usr/include/gnutls/gnutls.h:49:0,
from nsd_gtls.c:30:
/usr/include/time.h:276:14: note: expected 'char * __restrict__' but argument is of type 'uchar *'
extern char *ctime_r (const time_t *__restrict __timer,
^
nsd_gtls.c:296:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
szBuf[strlen(szBuf) - 1] = '\0'; /* strip linefeed */
^
In file included from nsd_gtls.c:29:0:
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'uchar *'
extern size_t strlen (const char *__s)
^
nsd_gtls.c:297:3: warning: pointer targets in passing argument 2 of 'rsCStrAppendStrf' differ in signedness [-Wpointer-sign]
CHKiRet(rsCStrAppendStrf(pStr, "to %s; ", szBuf));
^
In file included from obj-types.h:30:0,
from debug.h:28,
from rsyslog.h:531,
from nsd_gtls.c:41:
stringbuf.h:181:10: note: expected 'uchar *' but argument is of type 'char *'
rsRetVal rsCStrAppendStrf(cstr_t *pThis, uchar *fmt, ...);
^
nsd_gtls.c:301:3: warning: pointer targets in passing argument 2 of 'rsCStrAppendStrf' differ in signedness [-Wpointer-sign]
CHKiRet(rsCStrAppendStrf(pStr, "Certificate public key: %s; ",
^
In file included from obj-types.h:30:0,
from debug.h:28,
from rsyslog.h:531,
from nsd_gtls.c:41:
stringbuf.h:181:10: note: expected 'uchar *' but argument is of type 'char *'
rsRetVal rsCStrAppendStrf(cstr_t *pThis, uchar *fmt, ...);
^
nsd_gtls.c:306:3: warning: pointer targets in passing argument 2 of 'gnutls_x509_crt_get_dn' differ in signedness [-Wpointer-sign]
if(gnutls_x509_crt_get_dn(cert, szBuf, &tmp)
^
In file included from nsd_gtls.c:31:0:
/usr/include/gnutls/x509.h:149:5: note: expected 'char *' but argument is of type 'uchar *'
int gnutls_x509_crt_get_dn(gnutls_x509_crt_t cert, char *buf,
^
nsd_gtls.c:310:4: warning: pointer targets in passing argument 2 of 'gnutls_x509_crt_get_dn' differ in signedness [-Wpointer-sign]
gnutls_x509_crt_get_dn(cert, szBuf, &tmp);
^
In file included from nsd_gtls.c:31:0:
/usr/include/gnutls/x509.h:149:5: note: expected 'char *' but argument is of type 'uchar *'
int gnutls_x509_crt_get_dn(gnutls_x509_crt_t cert, char *buf,
^
nsd_gtls.c:312:3: warning: pointer targets in passing argument 2 of 'rsCStrAppendStrf' differ in signedness [-Wpointer-sign]
CHKiRet(rsCStrAppendStrf(pStr, "DN: %s; ", szBuf));
^
In file included from obj-types.h:30:0,
from debug.h:28,
from rsyslog.h:531,
from nsd_gtls.c:41:
stringbuf.h:181:10: note: expected 'uchar *' but argument is of type 'char *'
rsRetVal rsCStrAppendStrf(cstr_t *pThis, uchar *fmt, ...);
^
nsd_gtls.c:315:3: warning: pointer targets in passing argument 2 of 'gnutls_x509_crt_get_issuer_dn' differ in signedness [-Wpointer-sign]
if(gnutls_x509_crt_get_issuer_dn(cert, szBuf, &tmp)
^
In file included from nsd_gtls.c:31:0:
/usr/include/gnutls/x509.h:138:5: note: expected 'char *' but argument is of type 'uchar *'
int gnutls_x509_crt_get_issuer_dn(gnutls_x509_crt_t cert,
^
nsd_gtls.c:319:4: warning: pointer targets in passing argument 2 of 'gnutls_x509_crt_get_issuer_dn' differ in signedness [-Wpointer-sign]
gnutls_x509_crt_get_issuer_dn(cert, szBuf, &tmp);
^
In file included from nsd_gtls.c:31:0:
/usr/include/gnutls/x509.h:138:5: note: expected 'char *' but argument is of type 'uchar *'
int gnutls_x509_crt_get_issuer_dn(gnutls_x509_crt_t cert,
^
nsd_gtls.c:321:3: warning: pointer targets in passing argument 2 of 'rsCStrAppendStrf' differ in signedness [-Wpointer-sign]
CHKiRet(rsCStrAppendStrf(pStr, "Issuer DN: %s; ", szBuf));
^
In file included from obj-types.h:30:0,
from debug.h:28,
from rsyslog.h:531,
from nsd_gtls.c:41:
stringbuf.h:181:10: note: expected 'uchar *' but argument is of type 'char *'
rsRetVal rsCStrAppendStrf(cstr_t *pThis, uchar *fmt, ...);
^
nsd_gtls.c:337:5: warning: pointer targets in passing argument 2 of 'rsCStrAppendStrf' differ in signedness [-Wpointer-sign]
CHKiRet(rsCStrAppendStrf(pStr, "SAN:DNSname: %s; ", szBuf));
^
In file included from obj-types.h:30:0,
from debug.h:28,
from rsyslog.h:531,
from nsd_gtls.c:41:
stringbuf.h:181:10: note: expected 'uchar *' but argument is of type 'char *'
rsRetVal rsCStrAppendStrf(cstr_t *pThis, uchar *fmt, ...);
^
nsd_gtls.c: In function 'gtlsInitSession':
nsd_gtls.c:625:2: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
gnutls_session session;
^
nsd_gtls.c: At top level:
nsd_gtls.c:680:1: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gtlsGetCN(nsd_gtls_t *pThis, gnutls_x509_crt *pCert, cstr_t **ppstrCN)
^
nsd_gtls.c: In function 'gtlsGetCN':
nsd_gtls.c:680:23: warning: unused parameter 'pThis' [-Wunused-parameter]
gtlsGetCN(nsd_gtls_t *pThis, gnutls_x509_crt *pCert, cstr_t **ppstrCN)
^
nsd_gtls.c: At top level:
nsd_gtls.c:755:1: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gtlsChkPeerFingerprint(nsd_gtls_t *pThis, gnutls_x509_crt *pCert)
^
nsd_gtls.c:845:1: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gtlsChkPeerName(nsd_gtls_t *pThis, gnutls_x509_crt *pCert)
^
nsd_gtls.c: In function 'gtlsChkPeerID':
nsd_gtls.c:921:2: warning: 'gnutls_datum' is deprecated (declared at /usr/include/gnutls/gnutls.h:755) [-Wdeprecated-declarations]
const gnutls_datum *cert_list;
^
nsd_gtls.c:923:2: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gnutls_x509_crt cert;
^
nsd_gtls.c: In function 'gtlsChkPeerCertValidity':
nsd_gtls.c:983:2: warning: 'gnutls_datum' is deprecated (declared at /usr/include/gnutls/gnutls.h:755) [-Wdeprecated-declarations]
const gnutls_datum *cert_list;
^
nsd_gtls.c:985:2: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gnutls_x509_crt cert;
^
nsd_gtls.c: In function 'Connect':
nsd_gtls.c:1628:3: warning: 'gnutls_certificate_client_set_retrieve_function' is deprecated (declared at /usr/include/gnutls/compat.h:193) [-Wdeprecated-declarations]
gnutls_certificate_client_set_retrieve_function(xcred, gtlsClientCertCallback);
^
nsd_gtls.c:1635:2: warning: 'gnutls_certificate_type_set_priority' is deprecated (declared at /usr/include/gnutls/compat.h:303) [-Wdeprecated-declarations]
CHKgnutls(gnutls_certificate_type_set_priority(pThis->sess, cert_type_priority));
^
In file included from nsdsel_gtls.c:37:0:
nsd_gtls.h:52:2: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
gnutls_session sess;
^
nsd_gtls.h:59:2: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations]
gnutls_x509_crt ourCert; /**< our certificate, if in client mode (unused in server mode) */
^
nsd_gtls.h:60:2: warning: 'gnutls_x509_privkey' is deprecated [-Wdeprecated-declarations]
gnutls_x509_privkey ourKey; /**< our private key, if in client mode (unused in server mode) */
^
CCLD librsyslog.la
CCLD libgcry.la
CCLD lmregexp.la
CCLD lmzlibw.la
CCLD lmnet.la
CCLD lmnetstrms.la
CCLD lmstrmsrv.la
CCLD lmnsd_ptcp.la
CCLD lmcry_gcry.la
CCLD lmnsd_gtls.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/runtime'
Making all in grammar
make[2]: Entering directory '/sources/rsyslog-8.1.6/grammar'
YACC grammar.c
updating grammar.h
make all-am
make[3]: Entering directory '/sources/rsyslog-8.1.6/grammar'
CC libgrammar_la-grammar.lo
CC libgrammar_la-lexer.lo
CC libgrammar_la-rainerscript.lo
In file included from rainerscript.c:51:0:
../runtime/wti.h: In function 'wtiNewIParam':
../runtime/wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
../runtime/wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
In file included from rainerscript.c:52:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
rainerscript.c: In function 'doFunc_re_extract':
rainerscript.c:1388:3: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=]
DBGPRINTF("re_extract() submatch %d is too large\n", submatchnbr);
^
rainerscript.c: In function 'doFuncCall':
rainerscript.c:1450:14: warning: 'estr' may be used uninitialized in this function [-Wmaybe-uninitialized]
ret->d.estr = estr;
^
rainerscript.c:1368:12: note: 'estr' was declared here
es_str_t *estr;
^
CCLD libgrammar.la
make[3]: Leaving directory '/sources/rsyslog-8.1.6/grammar'
make[2]: Leaving directory '/sources/rsyslog-8.1.6/grammar'
Making all in .
make[2]: Entering directory '/sources/rsyslog-8.1.6'
GEN rsyslog.service
CC lmtcpsrv_la-tcps_sess.lo
CC lmtcpsrv_la-tcpsrv.lo
CC lmtcpclt_la-tcpclt.lo
In file included from tcps_sess.c:39:0:
./runtime/unicode-helper.h: In function 'ustrncpy':
./runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
./runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from tcpsrv.c:76:0:
./runtime/unicode-helper.h: In function 'ustrncpy':
./runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
./runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CCLD lmtcpclt.la
CCLD lmtcpsrv.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6'
Making all in plugins/immark
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/immark'
CC immark_la-immark.lo
CCLD immark.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/immark'
Making all in plugins/imuxsock
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imuxsock'
CC imuxsock_la-imuxsock.lo
In file included from imuxsock.c:43:0:
../../runtime/unicode-helper.h: In function 'ustrncpy':
../../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CCLD imuxsock.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imuxsock'
Making all in plugins/imtcp
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imtcp'
CC imtcp_la-imtcp.lo
In file included from imtcp.c:58:0:
../../runtime/unicode-helper.h: In function 'ustrncpy':
../../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CCLD imtcp.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imtcp'
Making all in plugins/imudp
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imudp'
CC imudp_la-imudp.lo
In file included from imudp.c:57:0:
../../runtime/unicode-helper.h: In function 'ustrncpy':
../../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
imudp.c: In function 'processPacket':
imudp.c:356:27: warning: unused parameter 'pThrd' [-Wunused-parameter]
processPacket(thrdInfo_t *pThrd, struct lstn_s *lstn, struct sockaddr_storage *frominetPrev, int *pbIsPermitted,
^
CCLD imudp.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imudp'
Making all in plugins/omtesting
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/omtesting'
CC omtesting_la-omtesting.lo
CCLD omtesting.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/omtesting'
Making all in tools
make[2]: Entering directory '/sources/rsyslog-8.1.6/tools'
CC rsyslogd-syslogd.o
CC rsyslogd-omshell.o
CC rsyslogd-omusrmsg.o
CC rsyslogd-omfwd.o
In file included from omfwd.c:59:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from syslogd.c:113:0:
../runtime/wti.h: In function 'wtiNewIParam':
../runtime/wti.h:169:1: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]
dbgprintf("DDDD: realloc size %u\n", sizeof(actWrkrIParams_t) * pAction->iNumTpls * newMax);
^
../runtime/wti.h:174:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=]
pAction->iNumTpls * (newMax - wrkrInfo->p.tx.maxIParams));
^
In file included from syslogd.c:121:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC rsyslogd-omfile.o
In file included from omfile.c:69:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC rsyslogd-ompipe.o
CC rsyslogd-omdiscard.o
omfwd.c: In function 'UDPSend':
omfwd.c:447:18: warning: 'lasterrno' may be used uninitialized in this function [-Wmaybe-uninitialized]
rs_strerror_r(lasterrno, errStr, sizeof(errStr));
^
CC rsyslogd-pmrfc5424.o
CC rsyslogd-pmrfc3164.o
In file included from pmrfc5424.c:44:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC rsyslogd-smtradfile.o
In file included from pmrfc3164.c:45:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from smtradfile.c:43:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC rsyslogd-smfile.o
CC rsyslogd-smfwd.o
CC rsyslogd-smtradfwd.o
CC rsyslogd-iminternal.o
In file included from smfile.c:46:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from smfwd.c:43:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
In file included from smtradfwd.c:43:0:
../runtime/unicode-helper.h: In function 'ustrncpy':
../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CC rsyslogd-pidfile.o
CCLD rsyslogd
make[2]: Leaving directory '/sources/rsyslog-8.1.6/tools'
Making all in plugins/imklog
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imklog'
CC imklog_la-imklog.lo
CC imklog_la-bsd.lo
In file included from imklog.c:63:0:
../../runtime/unicode-helper.h: In function 'ustrncpy':
../../runtime/unicode-helper.h:41:3: warning: passing argument 1 of '__builtin_strncpy' discards 'const' qualifier from pointer target type [enabled by default]
return (uchar*) strncpy((const char*) psz1, (const char*) psz2, len);
^
../../runtime/unicode-helper.h:41:3: note: expected 'char *' but argument is of type 'const char *'
CCLD imklog.la
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imklog'
Making all in tests
make[2]: Entering directory '/sources/rsyslog-8.1.6/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/tests'
make[1]: Leaving directory '/sources/rsyslog-8.1.6'
bash-4.2# make install
Making install in doc
make[1]: Entering directory '/sources/rsyslog-8.1.6/doc'
make[2]: Entering directory '/sources/rsyslog-8.1.6/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/doc'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/doc'
Making install in compat
make[1]: Entering directory '/sources/rsyslog-8.1.6/compat'
make[2]: Entering directory '/sources/rsyslog-8.1.6/compat'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/compat'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/compat'
Making install in runtime
make[1]: Entering directory '/sources/rsyslog-8.1.6/runtime'
make[2]: Entering directory '/sources/rsyslog-8.1.6/runtime'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ../libtool --mode=install /usr/bin/install -c lmregexp.la lmzlibw.la lmnet.la lmnetstrms.la lmstrmsrv.la lmnsd_ptcp.la lmnsd_gtls.la lmcry_gcry.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/lmregexp.so /usr/lib/rsyslog/lmregexp.so
libtool: install: /usr/bin/install -c .libs/lmregexp.lai /usr/lib/rsyslog/lmregexp.la
libtool: install: /usr/bin/install -c .libs/lmzlibw.so /usr/lib/rsyslog/lmzlibw.so
libtool: install: /usr/bin/install -c .libs/lmzlibw.lai /usr/lib/rsyslog/lmzlibw.la
libtool: install: /usr/bin/install -c .libs/lmnet.so /usr/lib/rsyslog/lmnet.so
libtool: install: /usr/bin/install -c .libs/lmnet.lai /usr/lib/rsyslog/lmnet.la
libtool: install: /usr/bin/install -c .libs/lmnetstrms.so /usr/lib/rsyslog/lmnetstrms.so
libtool: install: /usr/bin/install -c .libs/lmnetstrms.lai /usr/lib/rsyslog/lmnetstrms.la
libtool: install: /usr/bin/install -c .libs/lmstrmsrv.so /usr/lib/rsyslog/lmstrmsrv.so
libtool: install: /usr/bin/install -c .libs/lmstrmsrv.lai /usr/lib/rsyslog/lmstrmsrv.la
libtool: install: /usr/bin/install -c .libs/lmnsd_ptcp.so /usr/lib/rsyslog/lmnsd_ptcp.so
libtool: install: /usr/bin/install -c .libs/lmnsd_ptcp.lai /usr/lib/rsyslog/lmnsd_ptcp.la
libtool: install: /usr/bin/install -c .libs/lmnsd_gtls.so /usr/lib/rsyslog/lmnsd_gtls.so
libtool: install: /usr/bin/install -c .libs/lmnsd_gtls.lai /usr/lib/rsyslog/lmnsd_gtls.la
libtool: install: /usr/bin/install -c .libs/lmcry_gcry.so /usr/lib/rsyslog/lmcry_gcry.so
libtool: install: /usr/bin/install -c .libs/lmcry_gcry.lai /usr/lib/rsyslog/lmcry_gcry.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/sbin" || /bin/mkdir -p "/usr/sbin"
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/runtime'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/runtime'
Making install in grammar
make[1]: Entering directory '/sources/rsyslog-8.1.6/grammar'
make install-am
make[2]: Entering directory '/sources/rsyslog-8.1.6/grammar'
make[3]: Entering directory '/sources/rsyslog-8.1.6/grammar'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/sources/rsyslog-8.1.6/grammar'
make[2]: Leaving directory '/sources/rsyslog-8.1.6/grammar'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/grammar'
Making install in .
make[1]: Entering directory '/sources/rsyslog-8.1.6'
make[2]: Entering directory '/sources/rsyslog-8.1.6'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ./libtool --mode=install /usr/bin/install -c lmtcpsrv.la lmtcpclt.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/lmtcpsrv.so /usr/lib/rsyslog/lmtcpsrv.so
libtool: install: /usr/bin/install -c .libs/lmtcpsrv.lai /usr/lib/rsyslog/lmtcpsrv.la
libtool: install: /usr/bin/install -c .libs/lmtcpclt.so /usr/lib/rsyslog/lmtcpclt.so
libtool: install: /usr/bin/install -c .libs/lmtcpclt.lai /usr/lib/rsyslog/lmtcpclt.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/sbin" || /bin/mkdir -p "/usr/sbin"
test -z "/lib/systemd/system" || /bin/mkdir -p "/lib/systemd/system"
/usr/bin/install -c -m 644 rsyslog.service '/lib/systemd/system'
make[2]: Leaving directory '/sources/rsyslog-8.1.6'
make[1]: Leaving directory '/sources/rsyslog-8.1.6'
Making install in plugins/immark
make[1]: Entering directory '/sources/rsyslog-8.1.6/plugins/immark'
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/immark'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ../../libtool --mode=install /usr/bin/install -c immark.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/immark.so /usr/lib/rsyslog/immark.so
libtool: install: /usr/bin/install -c .libs/immark.lai /usr/lib/rsyslog/immark.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/immark'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/plugins/immark'
Making install in plugins/imuxsock
make[1]: Entering directory '/sources/rsyslog-8.1.6/plugins/imuxsock'
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imuxsock'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ../../libtool --mode=install /usr/bin/install -c imuxsock.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/imuxsock.so /usr/lib/rsyslog/imuxsock.so
libtool: install: /usr/bin/install -c .libs/imuxsock.lai /usr/lib/rsyslog/imuxsock.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imuxsock'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imuxsock'
Making install in plugins/imtcp
make[1]: Entering directory '/sources/rsyslog-8.1.6/plugins/imtcp'
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imtcp'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ../../libtool --mode=install /usr/bin/install -c imtcp.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/imtcp.so /usr/lib/rsyslog/imtcp.so
libtool: install: /usr/bin/install -c .libs/imtcp.lai /usr/lib/rsyslog/imtcp.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imtcp'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imtcp'
Making install in plugins/imudp
make[1]: Entering directory '/sources/rsyslog-8.1.6/plugins/imudp'
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imudp'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ../../libtool --mode=install /usr/bin/install -c imudp.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/imudp.so /usr/lib/rsyslog/imudp.so
libtool: install: /usr/bin/install -c .libs/imudp.lai /usr/lib/rsyslog/imudp.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imudp'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imudp'
Making install in plugins/omtesting
make[1]: Entering directory '/sources/rsyslog-8.1.6/plugins/omtesting'
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/omtesting'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ../../libtool --mode=install /usr/bin/install -c omtesting.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/omtesting.so /usr/lib/rsyslog/omtesting.so
libtool: install: /usr/bin/install -c .libs/omtesting.lai /usr/lib/rsyslog/omtesting.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/omtesting'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/plugins/omtesting'
Making install in tools
make[1]: Entering directory '/sources/rsyslog-8.1.6/tools'
make[2]: Entering directory '/sources/rsyslog-8.1.6/tools'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
test -z "/usr/sbin" || /bin/mkdir -p "/usr/sbin"
/bin/sh ../libtool --mode=install /usr/bin/install -c rsyslogd '/usr/sbin'
libtool: install: /usr/bin/install -c rsyslogd /usr/sbin/rsyslogd
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
test -z "/usr/share/man/man5" || /bin/mkdir -p "/usr/share/man/man5"
/usr/bin/install -c -m 644 rsyslog.conf.5 '/usr/share/man/man5'
test -z "/usr/share/man/man8" || /bin/mkdir -p "/usr/share/man/man8"
/usr/bin/install -c -m 644 rsyslogd.8 '/usr/share/man/man8'
make[2]: Leaving directory '/sources/rsyslog-8.1.6/tools'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/tools'
Making install in plugins/imklog
make[1]: Entering directory '/sources/rsyslog-8.1.6/plugins/imklog'
make[2]: Entering directory '/sources/rsyslog-8.1.6/plugins/imklog'
test -z "/usr/lib/rsyslog" || /bin/mkdir -p "/usr/lib/rsyslog"
/bin/sh ../../libtool --mode=install /usr/bin/install -c imklog.la '/usr/lib/rsyslog'
libtool: install: /usr/bin/install -c .libs/imklog.so /usr/lib/rsyslog/imklog.so
libtool: install: /usr/bin/install -c .libs/imklog.lai /usr/lib/rsyslog/imklog.la
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib/rsyslog
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/rsyslog
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imklog'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/plugins/imklog'
Making install in tests
make[1]: Entering directory '/sources/rsyslog-8.1.6/tests'
make[2]: Entering directory '/sources/rsyslog-8.1.6/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/sources/rsyslog-8.1.6/tests'
make[1]: Leaving directory '/sources/rsyslog-8.1.6/tests'
bash-4.2# exit
exit
Script done on Mon Feb 24 10:56:00 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment