From owner-freebsd-questions@freebsd.org Sat Dec 9 05:11:43 2017 Return-Path: Delivered-To: freebsd-questions@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 66FE6EA10D3 for ; Sat, 9 Dec 2017 05:11:43 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ua0-x22e.google.com (mail-ua0-x22e.google.com [IPv6:2607:f8b0:400c:c08::22e]) (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 1DDF477214 for ; Sat, 9 Dec 2017 05:11:43 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-ua0-x22e.google.com with SMTP id i92so8772566uad.7 for ; Fri, 08 Dec 2017 21:11:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CRocC6g+NjuAeprUmXATBq8uAxWt2u1a0ZlGtUIaDig=; b=ncF7CtDkFUoTm+NTfGm8rAZg5lPk0OuriF7PWjnI76UQe01IpMhKmsldfJ/AY7mcYi 8Xyk6Ex+5w3G3Oc5rUzENYwQ4siENXqkDlK8ciVl0Sib8TyGTpIdwjGJy8wG4cTRtDXu BCSvc7jyFmcmm+McCCJiHk0Ntk0coA1msT9VqYQAJfUoygGZzeVGRulRR+gyzcmfByUd /rKtf8ES+PUG82OtkIAbXZ0U3o4smx4TuRHZzG8O5Mg4PAjYtq36+zXucnOPsXoCom9T 03xErhx10u1wDfnkMEGNemv6Qj+rVf2HV4EuhrzicPek8t0rybxuU+J4u3/LbvE8g7k1 aJgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CRocC6g+NjuAeprUmXATBq8uAxWt2u1a0ZlGtUIaDig=; b=Zog37zD+Dh5LXGHk++MAv38d15OP3bbVM8pAAuKOoaAguRdHNQzF6zjQzH1WFPGjF4 Gt/Dj5odNSOKeHBuXqqHAMWjIPZSktB+pAlCL4s4ZZWuz7LizahRLXTqCqrAHijU+9i0 gyHO2SGkdPIATZoaePmAiXvCCQioEFmCgL6cW1+ms5c3kSCsqHzHb8F+I20WzCZT0aY4 u5a0iDcGmQEhKxzC3hqOymyKow+9AB8v6v/wYA01q/arbeTmV1mb9xrtCOSDB3gS4n2X 0aDmtrbtdMdRAfA53cykrPxP9hCdEaWELIntumBWBXzYNccPW1p64kNshJJj2UIsGSXQ v9Ig== X-Gm-Message-State: AKGB3mIgUxKDqGa7Ov3wXzWZbMXHa/UQsjhraqTR49CIrNZCngzPykmC eIFwfOwlOEtpaqRb8AXNf8XZqRkLd5MT0rTDdnA= X-Google-Smtp-Source: AGs4zMbZV4Ii7iVwOStm9agc6NMoWTsy3tiJjRk4QLh/a0lpI6ASDSCNQhCSePgAqIE7jR3M52RwtTB5iCCLTicN9vQ= X-Received: by 10.176.78.155 with SMTP id l27mr20657140uah.108.1512796301903; Fri, 08 Dec 2017 21:11:41 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Ben Woods Date: Sat, 09 Dec 2017 05:11:31 +0000 Message-ID: Subject: Re: Fetchmail & poudriere To: Carmel NY Cc: FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 05:11:43 -0000 On Sat, 9 Dec 2017 at 7:41 am, Carmel NY wrote: > I am attempting to build "mail/fetchmail< specifically: > "fetchmail-6.3.26_5" using poudriere. > It refuses to build it and gives this as the reason: "You are using > OpenSSL from ports and have > selected GSSAPI from base, please select another GSSAPI value". I have > used the "options" > options with poudriere and confirmed that GSSAPI is set to none. Building > fetchmail using "make" > with the same configuration works fine. What is causing the problem. When > using "options" with > poudriere, it shows the correct config file settings. > > -- > Carmel > Hi Carmel, Can you please attach the poudriere log for the failed build? Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com