Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2021 06:50:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254296] textproc/iksemel
Message-ID:  <bug-254296-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254296

            Bug ID: 254296
           Summary: textproc/iksemel
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dym@afalina.od.ua

# uname -a
FreeBSD test 12.2-RELEASE-p4 FreeBSD 12.2-RELEASE-p4 r369447 GENERIC  amd64

Make iksemel fail on FreeBSD 12.2 from ports:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I.
-I../include -I../include  -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing   -I/usr/local/include -O2 -pipe=20=20
-fstack-protector-strong -fno-strict-aliasing  -Wall  -I/usr/local/include =
-O2
-pipe  -fstack-protector-strong -fno-strict-aliasing  -Wall -MT
libiksemel_la-tls-openssl.lo -MD -MP -MF .d
eps/libiksemel_la-tls-openssl.Tpo -c -o libiksemel_la-tls-openssl.lo `test =
-f
'tls-openssl.c' || echo './'`tls-openssl.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pi=
pe
-fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -O2 -pipe
-fstack-protector-strong -fno-s
trict-aliasing -Wall -I/usr/local/include -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -Wall -MT libiksemel_la-tls-openssl.lo -MD -MP -MF
.deps/libiksemel_la-tls-openssl.Tpo -
c tls-openssl.c  -fPIC -DPIC -o .libs/libiksemel_la-tls-openssl.o
tls-openssl.c:27:3: error: incomplete definition of type 'struct bio_st'
        b->init =3D 1;
        ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:28:3: error: incomplete definition of type 'struct bio_st'
        b->num =3D 0;
        ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:29:3: error: incomplete definition of type 'struct bio_st'
        b->ptr =3D NULL;
        ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:30:3: error: incomplete definition of type 'struct bio_st'
        b->flags =3D 0 ;
        ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:39:3: error: incomplete definition of type 'struct bio_st'
        b->ptr =3D NULL;
        ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:40:3: error: incomplete definition of type 'struct bio_st'
        b->init =3D 0;
        ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:41:3: error: incomplete definition of type 'struct bio_st'
        b->flags =3D 0;
        ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:48:53: error: incomplete definition of type 'struct bio_st'
        struct ikstls_data *data =3D (struct ikstls_data *) b->ptr;
                                                          ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:61:53: error: incomplete definition of type 'struct bio_st'
        struct ikstls_data *data =3D (struct ikstls_data *) b->ptr;
                                                          ~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
tls-openssl.c:92:19: error: variable has incomplete type 'BIO_METHOD' (aka
'struct bio_method_st')
static BIO_METHOD my_bio_method =3D {
                  ^
/usr/local/include/openssl/bio.h:250:16: note: forward declaration of 'stru=
ct
bio_method_st'
typedef struct bio_method_st BIO_METHOD;
               ^
tls-openssl.c:138:5: error: incomplete definition of type 'struct bio_st'
        bio->ptr =3D (void *) data;
        ~~~^
/usr/local/include/openssl/ossl_typ.h:79:16: note: forward declaration of
'struct bio_st'
typedef struct bio_st BIO;
               ^
11 errors generated.
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/textproc/iksemel/work/iksemel-978b733/src
*** Error code 1
*** Error code 1

Stop.
make: stopped in /usr/ports/textproc/iksemel
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

--=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-254296-7788>