From owner-freebsd-ports@FreeBSD.ORG Thu Apr 23 11:17:30 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE4CED80 for ; Thu, 23 Apr 2015 11:17:30 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F22A1DF2 for ; Thu, 23 Apr 2015 11:17:29 +0000 (UTC) Received: by wizk4 with SMTP id k4so211797346wiz.1 for ; Thu, 23 Apr 2015 04:17:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=3209Bp+ehetFe+UdAe18u/F6qcPB79+/k3qErDXLijQ=; b=W3/EByCv/SfoeVTxMxjpZufiBrUBvEaDESn82kX0ZQAVixNm5JjEDkoA1n/XKXSg0N ScxYXaWuqKLoQf82Q3mHMkBDJWY/YzMfO6GbdQgM+V+jJCTU5CQjoEaBeWOptFV+zhW2 jAwZ8/3Ilee/61YvMDwXam5qkq1E43ehr9ADGMakNSbTGupgw1au2vzDYz/2HK7oa/Xa 6JCPnjRg13MkSEoshrNiVv5oGGmBwb7664i7xsd+NDRlxC8ebguGLHwVTpoi52w8qJDE CQazDSTWCuv6eVV5kL+Cgbgpb5fymn2JryFpKpa/sdgTLN45YdPVGBCYoyps4EaW16Ez fFew== X-Gm-Message-State: ALoCoQm7FGDbPgkWUvnjrJpaYihq6MyS9b5agCvpEIHfXWrp836RKocAYCR6FNV+ZwgaJ4TbxDWu X-Received: by 10.194.171.36 with SMTP id ar4mr4303782wjc.7.1429787841968; Thu, 23 Apr 2015 04:17:21 -0700 (PDT) Received: from rsbsd.rsb ([78.162.27.40]) by mx.google.com with ESMTPSA id xy2sm11652513wjc.14.2015.04.23.04.17.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Apr 2015 04:17:21 -0700 (PDT) Date: Thu, 23 Apr 2015 14:17:15 +0300 From: Beeblebrox To: freebsd-ports@freebsd.org Subject: Re: ftp/curl compiler error Message-ID: <20150423141715.119fd18d@rsbsd.rsb> In-Reply-To: <20150423115654.61153412@rsbsd.rsb> References: <20150423115654.61153412@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 11:17:30 -0000 Thanks for the pointer. The problem was option setting GSSAPI_BASE, which should have been GSSAPI_H= EIMDAL. I don't build krb5 in world, therefore lkrb5 does not exist on the = system. This results in the mentioned error, which fgrep on config.log disp= lays: configure:4218: checking whether the C compiler works configure:4240: cc -I/usr/include -O2 -pipe -fstack-protector -fno-strict-= aliasing -I /usr/include -I/usr/include -I/usr/local/include -L/usr/lib -L= /usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-r= path,/usr/local/lib -fstack-protector conftest.c -lkrb5 -lgssapi -lgssapi_k= rb5 -lkrb5 -lgssapi -lgssapi_krb5 >&5 /usr/bin/ld: cannot find -lkrb5 Thanks again for the help. --=20 FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.