Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jan 2017 19:11:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215772] security/heimdal: 7.1.0_2 build failed on FreeBSD-11
Message-ID:  <bug-215772-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 215772
           Summary: security/heimdal: 7.1.0_2 build failed on FreeBSD-11
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs@FreeBSD.org
          Reporter: igor.arabesc.pavlov@gmail.com
             Flags: maintainer-feedback?(hrs@FreeBSD.org)
          Assignee: hrs@FreeBSD.org

Created attachment 178518
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178518&action=
=3Dedit
Full build log

libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../inclu=
de
-I../../lib/roken -I../../lib/roken -I../asn1 -I./../asn1
-DHDB_DB_DIR=3D\"/var/heimdal\" -I./../krb5 -I../../lib/sqlite
-I/usr/local/include -I/usr/local/include -D_LARGE_FILES=3D -Wall -Wextra
-Wno-sign-compare -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith
-Wbad-function-cast -Wmissing-declarations -Wnested-externs -Wshadow -O2 -p=
ipe
-funroll-loops -march=3Dnative -fstack-protector -fno-strict-aliasing -MT d=
b3.lo
-MD -MP -MF .deps/db3.Tpo -c db3.c  -fPIC -DPIC -o .libs/db3.o
db3.c:65:5: error: use of undeclared identifier 'DBC'
    DBC *dbcp =3D (DBC*)db->hdb_dbc;
    ^
db3.c:65:10: error: use of undeclared identifier 'dbcp'; did you mean 'db3'?
    DBC *dbcp =3D (DBC*)db->hdb_dbc;
         ^~~~
         db3
db3.c:63:14: note: 'db3' declared here
    DB3_HDB *db3 =3D (DB3_HDB *)db;
             ^
db3.c:65:22: error: expected expression
    DBC *dbcp =3D (DBC*)db->hdb_dbc;
                     ^
db3.c:65:18: error: use of undeclared identifier 'DBC'
    DBC *dbcp =3D (DBC*)db->hdb_dbc;
                 ^
db3.c:69:9: error: use of undeclared identifier 'dbcp'
    if (dbcp !=3D NULL)
        ^
db3.c:70:2: error: use of undeclared identifier 'dbcp'
        dbcp->c_close(dbcp);
        ^
db3.c:70:16: error: use of undeclared identifier 'dbcp'
        dbcp->c_close(dbcp);
                      ^
db3.c:72:14: error: too many arguments to function call, expected 1, have 2
        d->close(d, 0);
        ~~~~~~~~    ^
db3.c:114:5: error: use of undeclared identifier 'DBC'
    DBC *dbcp =3D db->hdb_dbc;
    ^
db3.c:114:10: error: use of undeclared identifier 'dbcp'
    DBC *dbcp =3D db->hdb_dbc;
         ^
db3.c:120:14: error: use of undeclared identifier 'dbcp'
    code =3D (*dbcp->c_get)(dbcp, &key, &value, flag);
             ^
db3.c:120:27: error: use of undeclared identifier 'dbcp'
    code =3D (*dbcp->c_get)(dbcp, &key, &value, flag);
                          ^
db3.c:121:17: error: use of undeclared identifier 'DB_NOTFOUND'
    if (code =3D=3D DB_NOTFOUND)
                ^
db3.c:132:43: error: use of undeclared identifier 'DB_NEXT'
        return DB_seq(context, db, flags, entry, DB_NEXT);
                                                 ^
db3.c:155:46: error: use of undeclared identifier 'DB_FIRST'
    return DB_seq(context, db, flags, entry, DB_FIRST);
                                             ^
db3.c:162:46: error: use of undeclared identifier 'DB_NEXT'
    return DB_seq(context, db, flags, entry, DB_NEXT);
                                             ^
db3.c:208:7: error: no member named 'flags' in 'DBT'
    k.flags =3D 0;
    ~ ^
db3.c:209:39: error: too many arguments to function call, expected 4, have 5
    code =3D (*d->get)(d, NULL, &k, &v, 0);
           ~~~~~~~~~                  ^
db3.c:210:16: error: use of undeclared identifier 'DB_NOTFOUND'
    if(code =3D=3D DB_NOTFOUND)
               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=3D]
20 errors generated.
*** Error code 1

Stop.
make[6]: stopped in /usr/ports/security/heimdal/work/heimdal-7.1.0/lib/hdb
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/security/heimdal/work/heimdal-7.1.0/lib/hdb
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/security/heimdal/work/heimdal-7.1.0/lib
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/security/heimdal/work/heimdal-7.1.0
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/security/heimdal
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/security/heimdal
*** Error code 1

Stop.
make: stopped in /usr/ports/security/heimdal

--=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-215772-13>