Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2018 16:33:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226396] emulators/wine-devel: build error if krb5 is installed
Message-ID:  <bug-226396-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 226396
           Summary: emulators/wine-devel: build error if krb5 is installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com
             Flags: maintainer-feedback?(gerald@FreeBSD.org)
          Assignee: gerald@FreeBSD.org

If you try to build wine-devel-3.3,1 and you happen to have krb5 installed,=
 the
build fails:

gmake[3]: Entering directory
'/usr/ports/emulators/wine-devel/work/wine-3.3/dlls/kerberos'
cc -m64 -c -o krb5_ap.o krb5_ap.c -I. -I../../include -I/usr/local/include
-D__WINESRC__ -D_REENTRANT -fPIC \
  -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-bo=
dy
-Wignored-qualifiers \
  -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith
-I/usr/local/include \
  -D__builtin_ms_va_list=3D__builtin_va_list
-D__builtin_ms_va_start=3D__builtin_va_start \
  -D__builtin_ms_va_end=3D__builtin_va_end
-D__builtin_ms_va_copy=3D__builtin_va_copy -O2 -pipe  -fstack-protector
-fno-strict-aliasing
krb5_ap.c:871:5: error: use of undeclared identifier 'krb5_context'
    krb5_context ctx;
    ^
krb5_ap.c:872:5: error: use of undeclared identifier 'krb5_principal'
    krb5_principal principal =3D NULL;
    ^
krb5_ap.c:873:5: error: use of undeclared identifier 'krb5_get_init_creds_o=
pt'
    krb5_get_init_creds_opt *options =3D NULL;
    ^
krb5_ap.c:873:30: error: use of undeclared identifier 'options'; did you me=
an
'optind'?
    krb5_get_init_creds_opt *options =3D NULL;
                             ^~~~~~~
                             optind

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