Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 14:30:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223994] sysutils/bacula9-server
Message-ID:  <bug-223994-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223994-13>