From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 26 14:17:43 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF220200 for ; Thu, 26 Jun 2014 14:17:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A09E72DAB for ; Thu, 26 Jun 2014 14:17:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QEHhxv051721 for ; Thu, 26 Jun 2014 15:17:43 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191412] New: [PATCH] sysutils/rsyslog7 (sysutils/rsyslog*): broken options Date: Thu, 26 Jun 2014 14:17:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: amdmi3@amdmi3.ru X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 14:17:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191412 Bug ID: 191412 Summary: [PATCH] sysutils/rsyslog7 (sysutils/rsyslog*): broken options Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: amdmi3@amdmi3.ru In all rsyslog ports (rsyslog7, rsyslog7-devel, rsyslog8, rsyslog8-devel) RFC3195 option is broken: it has LIB_DEPENDS+= liblogging.so:${PORTSDIR}/devel/liblogging however devel/liblogging doesn't install such library. If liblogging.so is changed to liblogging-stdlog.so which is does install, the build fails, so as I guess different dependency is required instead. Also in rsyslog8 and rsyslog8-devel ports, GSSAPI option is broken: --- --- omgssapi_la-omgssapi.lo --- CC omgssapi_la-omgssapi.lo omgssapi.c:380:1: error: unknown type name 'wrkrInstanceData_t' BEGINtryResume ^ ../../runtime/module-template.h:440:27: note: expanded from macro 'BEGINtryResume' static rsRetVal tryResume(wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:380:1: error: expected ')' ../../runtime/module-template.h:440:70: note: expanded from macro 'BEGINtryResume' static rsRetVal tryResume(wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:380:1: note: to match this '(' ../../runtime/module-template.h:440:26: note: expanded from macro 'BEGINtryResume' static rsRetVal tryResume(wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:380:1: error: parameter name omitted BEGINtryResume ^ ../../runtime/module-template.h:440:46: note: expanded from macro 'BEGINtryResume' static rsRetVal tryResume(wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:382:21: error: use of undeclared identifier 'pData' iRet = doTryResume(pData); ^ omgssapi.c:385:1: error: unknown type name 'wrkrInstanceData_t' BEGINdoAction ^ ../../runtime/module-template.h:281:68: note: expanded from macro 'BEGINdoAction' static rsRetVal doAction(uchar __attribute__((unused)) **ppString, wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:385:1: error: expected ')' ../../runtime/module-template.h:281:111: note: expanded from macro 'BEGINdoAction' static rsRetVal doAction(uchar __attribute__((unused)) **ppString, wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:385:1: note: to match this '(' ../../runtime/module-template.h:281:25: note: expanded from macro 'BEGINdoAction' static rsRetVal doAction(uchar __attribute__((unused)) **ppString, wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:385:1: error: parameter name omitted BEGINdoAction ^ ../../runtime/module-template.h:281:87: note: expanded from macro 'BEGINdoAction' static rsRetVal doAction(uchar __attribute__((unused)) **ppString, wrkrInstanceData_t __attribute__((unused)) *pWrkrData)\ ^ omgssapi.c:390:10: error: use of undeclared identifier 'pData' switch (pData->eDestState) { ^ 8 errors generated. *** [omgssapi_la-omgssapi.lo] Error code 1 make[3]: stopped in /wrkdirs/usr/ports/sysutils/rsyslog8/work/rsyslog-8.2.1/plugins/omgssapi 1 error make[3]: stopped in /wrkdirs/usr/ports/sysutils/rsyslog8/work/rsyslog-8.2.1/plugins/omgssapi *** [all-recursive] Error code 1 make[2]: stopped in /wrkdirs/usr/ports/sysutils/rsyslog8/work/rsyslog-8.2.1 1 error make[2]: stopped in /wrkdirs/usr/ports/sysutils/rsyslog8/work/rsyslog-8.2.1 *** [all] Error code 2 make[1]: stopped in /wrkdirs/usr/ports/sysutils/rsyslog8/work/rsyslog-8.2.1 1 error make[1]: stopped in /wrkdirs/usr/ports/sysutils/rsyslog8/work/rsyslog-8.2.1 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/rsyslog8 --- Port maintainer (brd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN) -- You are receiving this mail because: You are the assignee for the bug.