From owner-freebsd-ports-bugs@freebsd.org Thu Dec 13 15:48:32 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E14013293FA for ; Thu, 13 Dec 2018 15:48:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B818D8D3ED for ; Thu, 13 Dec 2018 15:48:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7BDC913293F7; Thu, 13 Dec 2018 15:48:31 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 592A613293F6 for ; Thu, 13 Dec 2018 15:48:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB11D8D3EA for ; Thu, 13 Dec 2018 15:48:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 356EC1444D for ; Thu, 13 Dec 2018 15:48:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id wBDFmU7J013612 for ; Thu, 13 Dec 2018 15:48:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id wBDFmU3i013611 for ports-bugs@FreeBSD.org; Thu, 13 Dec 2018 15:48:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233983] sysutils/bacula-client: compiler error in crypto.c: rror: unknown type name Date: Thu, 13 Dec 2018 15:48:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dvl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2018 15:48:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233983 Bug ID: 233983 Summary: sysutils/bacula-client: compiler error in crypto.c: rror: unknown type name Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: dvl@FreeBSD.org Reporter: ohartmann@walstatt.org Flags: maintainer-feedback?(dvl@FreeBSD.org) Assignee: dvl@FreeBSD.org On poudriere jail: Makefile ident: $FreeBSD: head/sysutils/bacula-client/Makefile 484470 2018-11-08 19:15:59Z dvl $ Poudriere version: 3.2.8 Host OSVERSION: 1300005 Jail OSVERSION: 1200500 ports tree at revision 487372, port sysutils/bacula-client fails to compile= due to the error shown below. [...] -- crypto.lo --- crypto.c:195:1: error: unknown type name 'IMPLEMENT_STACK_OF' IMPLEMENT_STACK_OF(SignerInfo) ^ crypto.c:195:31: error: expected ';' after top level declarator IMPLEMENT_STACK_OF(SignerInfo) ^ ; crypto.c:273:15: error: field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') EVP_MD_CTX ctx; ^ /usr/include/openssl/ossl_typ.h:92:16: note: forward declaration of 'evp_md_ctx_st' typedef struct evp_md_ctx_st EVP_MD_CTX; ^ crypto.c:291:19: error: field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') EVP_CIPHER_CTX ctx; ^ /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'evp_cipher_ctx_st' typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^ crypto.c:332:24: error: member access into incomplete type 'X509_EXTENSION' (aka 'X509_extension_st') ext_value_data =3D ext->value->data; ^ /usr/include/openssl/x509.h:81:16: note: forward declaration of 'X509_extension_st' typedef struct X509_extension_st X509_EXTENSION; ^ crypto.c:339:77: error: member access into incomplete type 'X509_EXTENSION' (aka 'X509_extension_st') keyid =3D (ASN1_OCTET_STRING *) ASN1_item_d2i(NULL, &ext_value_data, ext->value->length, [...] make[2]: stopped in /wrkdirs/usr/ports/sysutils/bacula-client/work/bacula-7.4.7/src/li --=20 You are receiving this mail because: You are the assignee for the bug.=