[Bug 226396] emulators/wine-devel: build error if krb5 is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 6 16:33:54 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226396

            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 at FreeBSD.org
          Reporter: z7dr6ut7gs at snkmail.com
             Flags: maintainer-feedback?(gerald at FreeBSD.org)
          Assignee: gerald at 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-body
-Wignored-qualifiers \
  -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith
-I/usr/local/include \
  -D__builtin_ms_va_list=__builtin_va_list
-D__builtin_ms_va_start=__builtin_va_start \
  -D__builtin_ms_va_end=__builtin_va_end
-D__builtin_ms_va_copy=__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 = NULL;
    ^
krb5_ap.c:873:5: error: use of undeclared identifier 'krb5_get_init_creds_opt'
    krb5_get_init_creds_opt *options = NULL;
    ^
krb5_ap.c:873:30: error: use of undeclared identifier 'options'; did you mean
'optind'?
    krb5_get_init_creds_opt *options = NULL;
                             ^~~~~~~
                             optind

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list