From owner-freebsd-ports-bugs@freebsd.org Thu Nov 30 14:30:43 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 476CFE57C2F for ; Thu, 30 Nov 2017 14:30:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2A8AE6606F for ; Thu, 30 Nov 2017 14:30:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAUEUgTK087803 for ; Thu, 30 Nov 2017 14:30:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223994] sysutils/bacula9-server Date: Thu, 30 Nov 2017 14:30:42 +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 Some People X-Bugzilla-Who: dweimer@dweimer.net 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 attachments.created 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.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2017 14:30:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223994 Bug ID: 223994 Summary: sysutils/bacula9-server Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: dvl@FreeBSD.org Reporter: dweimer@dweimer.net Assignee: dvl@FreeBSD.org Flags: maintainer-feedback?(dvl@FreeBSD.org) Created attachment 188429 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188429&action= =3Dedit Full output of /usr/ports/sysutils/bacula9-client make Appears to be broken when built with libressl after the 9.0.6 update, here = is where the breakdown begins. I am attaching full build output from bacula9-client build. Error is consistent and easily to duplicate by using DEFAULT_VERSIONS=3D ssl=3Dlibressl in make.conf.=20 --- openssl.lo --- Compiling openssl.c --- crypto.lo --- crypto.c:199:1: error: unknown type name 'DEFINE_STACK_OF' DEFINE_STACK_OF(SignerInfo); ^ crypto.c:200:1: error: unknown type name 'DEFINE_STACK_OF' DEFINE_STACK_OF(RecipientInfo); ^ crypto.c:334:21: error: use of undeclared identifier 'ASN1_STRING_get0_data= '; did you mean 'ASN1_STRING_data'? ext_value_data =3D ASN1_STRING_get0_data(asn1_ext_val); ^~~~~~~~~~~~~~~~~~~~~ ASN1_STRING_data /usr/local/include/openssl/asn1.h:787:17: note: 'ASN1_STRING_data' declared here unsigned char * ASN1_STRING_data(ASN1_STRING *x); ^ crypto.c:334:43: error: cannot initialize a parameter of type 'ASN1_STRING = *' (aka 'asn1_string_st *') with an lvalue of type 'const ASN1_STRING *' (aka 'const asn1_string_st *') ext_value_data =3D ASN1_STRING_get0_data(asn1_ext_val); --=20 You are receiving this mail because: You are the assignee for the bug.=