From owner-svn-ports-head@freebsd.org Fri Sep 18 14:48:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 492FF9CD6EE; Fri, 18 Sep 2015 14:48:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0187C17DE; Fri, 18 Sep 2015 14:48:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 62D2CBDCC8; Fri, 18 Sep 2015 16:48:49 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 23003BDCAC; Fri, 18 Sep 2015 16:48:49 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 548026127; Fri, 18 Sep 2015 16:48:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 0402EEF14C6; Fri, 18 Sep 2015 16:48:44 +0200 (CEST) Date: Fri, 18 Sep 2015 16:48:44 +0200 From: Mathieu Arnold To: Hiroki Sato cc: sunpoet@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397042 - in head/dns: bind910 bind910/files bind99 bind99/files Message-ID: <764DEDB75374004DDD927366@ogg.in.absolight.net> In-Reply-To: <20150918.115537.1252503353168547542.hrs@allbsd.org> References: <4D8645CCEB5F29197DA682A3@ogg.in.absolight.net> <20150918.115537.1252503353168547542.hrs@allbsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========02DD627C71FAB6543AB5==========" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 14:48:52 -0000 --==========02DD627C71FAB6543AB5========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 18 septembre 2015 11:55:37 +0900 Hiroki Sato wrote: | Mathieu Arnold wrote | in : |=20 | ma> | ma> | ma> +--On 16 septembre 2015 23:15:28 +0800 Sunpoet Po-Chuan Hsieh | ma> wrote: | ma> | On Wed, Sep 16, 2015 at 9:12 PM, Mathieu Arnold | wrote: ma> | | ma> |> +--On 16 septembre 2015 21:07:44 +0800 Sunpoet Po-Chuan Hsieh | ma> |> wrote: | ma> |> | Hi Mat, | ma> |> | | ma> |> | I got an error message about USES=3Dlibedit. | ma> |> | Could you please take a look? | ma> |> | Thanks! | ma> |> | ma> |> I can't reproduce. | ma> |> | ma> |> -- | ma> |> Mathieu Arnold | ma> | | ma> | | ma> | Try this option combination. | ma> | | ma> | dns_bind910_SET=3DFILTER_AAAA FIXED_RRSET GSSAPI_BASE IPV6 = LARGE_FILE | ma> | NEWSTATS RPZ_NSDNAME RPZ_NSIP RRL SIGCHASE SSL THREADS | ma> | ma> Mmm, ok, building with GSSAPI_BASE breaks USES=3Dlibedit, because | USES=3Dgssapi ma> fiddles with CFLAGS and puts -I/usr/include before | everything. ma> | ma> Adding hrs@ to the CC so he can have a look. |=20 | The attached patch should fix it. I confirmed it built with | GSSAPI_BASE or GSSAPI_HEIMDAL. Patch for configure is the same as | one in PR 193912. Ok, so, I tried that, well, a slight variation of it[1], as the patch from the PR did not apply any more. It builds fine, for both ports on 10, but does not on 9, it fails, for both, with: checking for kerberosv5/krb5.h... no checking linking as -L/usr/lib -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt... no configure: error: could not determine proper GSSAPI linkage config.log has: configure:14116: checking linking as -L/usr/lib -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt configure:14137: cc -o conftest -O2 -pipe -isystem /usr/local/include -fstack-protector -fno-strict-aliasing -I/usr/include -isystem /usr/local/include -Wl,-rpath,/usr/local/lib -L/usr/local/lib -fstack-protector conftest.c -L/usr/lib -lgssapi -lheimntlm -lkrb5 -lhx509 -=E2=80=A6lcom_err -lcrypto -lasn1 -lroken -lcrypt >&5 /usr/bin/ld: warning: libcrypto.so.6, needed by /usr/lib/libheimntlm.so, may conflict with libcrypto.so.8 /tmp/ccvyXZJO.o: In function `main': conftest.c:(.text+0x32): undefined reference to `gsskrb5_register_acceptor_identity' 1: https://github.com/mat813/freebsd-ports/compare/origin/trunk...bind --=20 Mathieu Arnold --==========02DD627C71FAB6543AB5========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJV/CRMXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IFWkP/jQUEs5dke69ypDQAT6qJjhl I0J2KkCpIz/0B97DUEjr7q8Sl/sSjBH4XYhscFBJlue1GjFYlEBP7YCpr9998B6r XZcC4zn49mC3YoaEInLuIkIdLHcK9wO3Y8kZkkfHw8nGUrwSIAC94oXN3TpEh5hS lH1ZL+ZCuf0r1mhi6LaFjbW7HJE9J4wgaIlcexAnASJgypbLez24RABkJ/182hSr PgSiO363cG2G9F4zuJP3eCrthEKJxZFR1x6x7qpJXb+D/AFK4HQ0CUe6R8VMksz5 OwyhK8ku+hkOpISow7/2opUeFIVmEC0ehaU73U74FdKN8NRIsUkEwcT4dFe9FFQP 9m2sINoQMSoh9ES2PQAJhKhzERCS+RfZlC/gy8Ds3JQju3cr43fRDLt7a/BjPyh0 NkCW0fgk7MCIDFDZXh2FLmUaES+qO97jhd9YNySdaETMQA4m6MLoEk0tPoVdTcsy 5hse/cE8jIUkDNIVqkI5t4aCVzUnNQA3aulGT3dPOho8gavDA6arl11jdGLRnl+2 jf4XA6QNIye9dX8/31/1TkWnYKw57lvLHSZg39tH8dEE6da8aKIvP8+aw+Br8nWZ BS/osfRp+GT5mNYzXUCYak9C6D/9dL8CtgdL3gT6IuykgUe02WHRGRRv9r31Zesd 5RnVt8iKtSCbIArX8yYm =Nb+w -----END PGP SIGNATURE----- --==========02DD627C71FAB6543AB5==========--