From owner-freebsd-ports-bugs@freebsd.org Tue Mar 6 16:33:53 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBEE9F40A97 for ; Tue, 6 Mar 2018 16:33:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7D97EE1E for ; Tue, 6 Mar 2018 16:33:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B0ADD314E for ; Tue, 6 Mar 2018 16:33:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w26GXq5O010197 for ; Tue, 6 Mar 2018 16:33:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w26GXqlf010196 for freebsd-ports-bugs@FreeBSD.org; Tue, 6 Mar 2018 16:33:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226396] emulators/wine-devel: build error if krb5 is installed Date: Tue, 06 Mar 2018 16:33:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: z7dr6ut7gs@snkmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 16:33:54 -0000 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.=